
10
NOTE: Consult your network administrator for an IP address, subnet mask, and gateway address
before you begin this process.
1. Use the Serial Console port to open a CLI session to your device, then log in as a user with
administrative access.
2. Enter the
enable
command to enter Privileged Exec mode.
Example
3. Enter the
configure terminal
command to enter Global Configuration mode.
Example
4. Enter the
interface mgmt-ethernet
command to enter Ethernet Management Interface
Configuration submode.
Example
5. Enter the
ip address
command, then an address and subnet mask. Consult your network
administrator for an IP address. You will use this address in your Web browser to launch CM.
Example
6. Enter the
gateway
command, then a default IP gateway. Consult your network administrator for a
gateway address.
Example
7. Enter the
no shutdown
command to enable the Ethernet Management port.
Example
8. Enter the
exit
command to return to Global Configuration mode
Example
9. Enable HTTP and/or HTTPS services.
a. (Optional) Enter the
ip http server
command to enable HTTP services on your device to
permit unsecured access to your Server Switch.
Example
Topspin-360> enable
Topspin-360#
Topspin-360# configure terminal
Topspin-360(config)#
Topspin-360(config)# interface mgmt-ethernet
Topspin-360(config-if-mgmt-ethernet)#
Topspin-360(config-if-mgmt-ethernet)# ip address 10.3.102.66 255.255.0.0
Topspin-360(config-if-mgmt-ethernet)# gateway 10.3.0.1
Topspin-360(config-if-mgmt-ethernet)# no shutdown
Topspin-360(config-if-mgmt-ethernet)# exit
Topspin-360(config)# ip http server