A SERVICE OF

logo

10
Flow control: None
3. Connect a power cord to your Topspin 360, then plug the cord in to an appropriate power source.
The Topspin 360 boots.
4. After the system boots, press the Enter key several times to display the CLI login prompt.
Example
5. Enter super as your user ID and password to log in as a user with administrative privileges.
Example
Assign a Static IP Address
To configure basic Ethernet connectivity, perform the following steps:
1. Enter the enable command.
Example
2. Enter the configure command.
Example
3. Enter the interface mgmt-ethernet command.
Example
4. Enter the IP address of the management port followed by the net mask.
Example
5. Set the default gateway of the management port.
Example
6. Enable the management port with the no shutdown command. You can now telnet to your Topspin
360, or enter the IP address of your Topspin 360 in a Web browser to launch Chassis Manager.
Example
Login:
Login: super
Password: super
Topspin-360>
Topspin-360> enable
Topspin-360#
Topspin-360# configure
Topspin-360(config)#
Topspin-360(config)# interface mgmt-ethernet
Topspin-360(config-if-mgmt-ethernet)# ip address 10.10.0.22 255.255.255.0
Topspin-360(config-if-mgmt-ethernet)# gateway 10.10.0.1
Topspin-360(config-if-mgmt-ethernet)# no shutdown