29
Configure Basic Connectivity
1. Configure an IP address for the Ethernet Management port.
It is necessary to configure connectivity to the out-of-box Ethernet management port in order to use
Telnet, the Web GUI, or the Java GUI. The system is not pre-configured when it ships from the
factory.
IP addresses can be assigned statically (which is the default), or dynamically assigned using DHCP.
“Assigning an Address Statically” on page 29
“Assigning an Address Dynamically” on page 30

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.
Login:
Login: super
Password: super
SFS-270>
SFS-270> enable
SFS-270#
SFS-270# configure
SFS-270(config)#
SFS-270(config)# interface mgmt-ethernet
SFS-270(config-if-mgmt-ethernet)# ip address 10.10.0.22
255.255.255.0
SFS-270(config-if-mgmt-ethernet)# gateway 10.10.0.1
SFS-270(config-if-mgmt-ethernet)# no shutdown
SFS-270(config-if-mgmt-ethernet)# exit
SFS-270(config)# exit
SFS-270# copy running-config startup-config