System information

Table Of Contents
3. Commands
4821-A2-GB21-00 July 2004 3-59
Configure Management Out-of-Band Address
This command is used to configure the management IP address, subnet mask and
gateway address. These IP addresses are in the management domain, not the
user domain.
Configure Management Route Add
configure management out-of-band address {bootp | {{ip_address} { subnet_mask} }
Minimum Access Level: Administrator
The configure management out-of-band address command specifies the IP address of the
unit that will accept management traffic on the out-of-band management port.
bootp – Specifies that a BOOTP server will determine the management IP address.
ip_address – Specifies the management IP address. The default address is 10.10.10.10.
subnet_mask – Specifies the subnet mask to be applied to the IP address. The default mask is
255.255.255.0.
Example:
PDYN# configure management out-of-band address bootp
PDYN# configure management out-of-band address 137.90.127.3 255.255.255.0
configure management route add {ip_address} {subnet_mask} {gateway}
Minimum Access Level: Administrator
The configure management route add command defines an explicit route for management
destinations, that cannot be reached through the management default gateway.
ip_address – Specifies the destination IP address.
subnet_mask – Specifies the subnet mask to be applied to the IP address.
gateway – Specifies the gateway IP address to be used to reach the specified IP destination.
Example:
PDYN# configure management route add 137.90.127.3 255.255.255.0 137.90.0.1