Cisco Systems SFS 7008 Server User Manual


 
29
Assigning an Address Statically
Refer to the static example below:
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.
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.
j. If you have two Fabric Controllers installed in Core slots, you will receive a message asking if
you want to save the configuration to the Standby Controller.
Answer Ye s to save the configuration across both controllers.
Assigning an Address Dynamically
a. When the system has completed booting, press <Enter> several times to display the CLI
prompt.
Login:
Login: super
Password: super
Topspin-270>
Topspin-270> enable
Topspin-270#
Topspin-270# configure
Topspin-270(config)#
Topspin-270(config)# interface mgmt-ethernet
Topspin-270(config-if-mgmt-ethernet)# ip address 10.10.0.22
255.255.255.0
Topspin-270(config-if-mgmt-ethernet)# gateway 10.10.0.1
Topspin-270(config-if-mgmt-ethernet)# no shutdown
Topspin-270(config-if-mgmt-ethernet)# exit
Topspin-270(config)# exit
Topspin-270# copy running-config startup-config
Login: