Management Access - Supermicro SSE-G48-TG4 Configuration Manual

L2/l3 blade/top of rack switches
Hide thumbs Also See for SSE-G48-TG4:
Table of Contents

Advertisement

The IP Gateway configuration is saved automatically as part of the start-up configuration.
The "no ip gateway" command resets the switch IP gateway address to its default value of
0.0.0.0.
The example below shows the commands used to configure the gateway IP address.
SMIS# configure terminal
SMIS(config)# ip gateway 10.1.1.1
SMIS(config)# end
In TOR switches, the above "ip gateway" command is not supported. To configure the gateway IP
address use the "ip route" command.
To configure default gateway address in TOR switches, follow the steps below.
Step Command
Step 1
configure terminal
Step 2
ip route 0.0.0.0 0.0.0.0 <ip-address>
Step 3
end
Step 4
show ip route
write startup-config
Step 5
The "no iproute 0.0.0.0 0.0.0.0 <ip-address>" command removes the gateway
configuration.
The example below shows the commands used to configure IP gateway in TOR switches.
SMIS# configure terminal
SMIS(config)# ip route 0.0.0.0 0.0.0.0 10.1.1.1
SMIS(config)# end

1.2 Management Access

Supermicro switches can enable access control of the switch by various mechanisms:
Description
Enters the configuration mode.
Configure the IP gateway address.
ip-address – IP address of a directly
connected gateway.
Exits the configuration mode.
Displays the IP route configuration.
Optional step – saves this configuration
to be part of the startup configuration.
Supermicro L2/L3 Switches Configuration Guide
9

Advertisement

Table of Contents
loading

Table of Contents