Cisco Systems SFS 3001 Server User Manual


 
7
c. Enter the enable command.
d. Enter the configure command.
e. Enter the interface mgmt-ethernet command.
f. Enter the IP address of the management port followed by the netmask.
g. Set the default gateway for the management port. For example:
h. Enable the management port by entering the no shutdown command.
i. Save the configuration to preserve it between reboots.
Assigning an Address Dynamically (DHCP)
The Topspin 90 supports dhcp to assign the IP address.
a. When the system has completed booting, press <Enter> several times to display the CLI
prompt.
b. Enter the user name and password. The default user name is super, and the default password is
super.
c. Enter the enable command.
d. Enter the configure command.
e. Enter the interface mgmt-ethernet command.
Topspin-90> enable
Topspin-90#
Topspin-90# configure
Topspin-90(config)#
Topspin-90(config)# interface mgmt-ethernet
Topspin-90(config-if-mgmt-ethernet)# ip address 10.10.0.22
255.255.255.0
Topspin-90(config-if-mgmt-ethernet)# gateway 10.10.0.1
Topspin-90(config-if-mgmt-ethernet)# no shutdown
Topspin-90(config-if-mgmt-ethernet)# exit
Topspin-90(config)# exit
Topspin-90# copy running-config startup-config
Login:
Login: super
Password: super
Topspin-90>
Topspin-90> enable
Topspin-90#
Topspin-90# configure
Topspin-90(config)#
Topspin-90(config)# interface mgmt-ethernet