Supermicro SSE-F3548S/SSE-F3548SR Configuration User’s Guide
Enters the configuration mode
Configures the management interface
IP address through DHCP server.
Exits the configuration mode.
Displays the Management interface IP
configuration.
The IP address dhcp configuration is saved automatically as part of start-up config.
The “no ip address dhcp” command disables configuring the management interfaceIP
address through DHCP server.
The example below shows the commands used to configure the management interface IP address through
DHCP.
SMIS# configure terminal
SMIS(config)#ip address dhcp
SMIS(config)# end
2.1.3 Default IP Gateway
To configure default gateway on the switch follow the steps below.
Enters the configuration mode
ip-address – IP address of a directly
Exits the configuration mode.
Displays the interface IP configuration.
The IP Gateway configuration is saved automatically as part of start-up config.
The “no ip gateway” command resets the switch IP gateway to its default value of 0.0.0.0.
The example below shows the commands used to configure the IP gateway.
SMIS# configure terminal
SMIS(config)# ip gateway 10.1.1.1
SMIS(config)# end