Supermicro L2/L3 Switches Configuration Guide
7
manage blade switches through front panel switching ports, configure a layer 3 VLAN interface with the
required IP address.
Defaults – Management IP
Parameter
Default Value
IP Address
192.168.100.102
Broadcast Address
255.255.255.255
Gateway
0.0.0.0
1.1.1
Static Management IP Address Configuration
The
IP address
command can be used to manually configure the management interface IP address.
Follow the steps below to manually configure the management interface IP address.
Step Command
Description
Step 1
configure terminal
Enters the configuration mode.
Step 2
ip address [<ip-address> | <ip-address>/prefix-
length] [<subnet-mask>]
Configures the management interface
IP address manually.
ip-address –
A valid IPv4 Address.
ip-address/prefix-length -
A valid IPv4
Address with a prefix length value of 1-
32.
subnet-mask –
A valid IP subnet mask
.
Step 3
end
Exits the configuration mode.
Step 4
show ip interface
Displays the management interface IP
configuration.
The manual
IP address
configuration is saved automatically as part of the start-up config.
The
“no ip address”
command resets the switch IP address to 0.0.0.0.
The example below shows the commands used to configure the management interface IP address
manually.
SMIS# configure terminal
SMIS(config)#
ip address 192.168.1.10
SMIS(config)# end