© 2011 Fujitsu Technology Solutions
11
2.2 Configuring oob IP setting
This section will describe how to configure the out-of-band (oob) management IP setting.
Beginning in privileged EXEC mode, follow these steps to configure management IP setting for
out-of-band management interface:
Command Purpose
Step 1 configure Enter global configuration mode.
Step 2 oob protocol
<bootp|dhcp|dhcp6|none>
To set IP management interface to use
bootp, dhcp, dhcpv6 or none.
Step 3 oob ip <ipaddr> <netmask> To set a fixed IP address and net mask for
management interface.
Step 4 exit Return to privileged EXEC mode.
Step 5 show oob Verify the configuration.
To configure to get IP address via DHCP protocol for the out-of-band management
interface, use oob protocol dhcp global configuration command. To set an IP address
and net mask for out-of-band management interface, use oob ip global configuration
command. To display IP setting of out-of-band management interface, use show oob
privileged EXEC command.
In this example, out-of-band management interface is configured to get the IP address via
DHCP protocol.
(BX900-CB1)#configure
(BX900-CB1)(Config)#oob protocol dhcp
Changing protocol mode will reset ip configuration.
Are you sure you want to continue? (y/n)y
(BX900-CB1)(Config)#exit
(BX900-CB1)#show oob
IP Address..................................... 172.16.2.125
Subnet Mask.................................... 255.255.255.0
Default Gateway................................ 172.16.2.254
IPv6 Address................................... FE80::21E:68FF:FE85:F760/64
OOB interface Configured Protocol.............. DHCP
Burned In MAC Address.......................... 00:1E:68:85:F7:60
(BX900-CB1)#