Supermicro SSE-G24-TG4 Configuration Manual page 13

L2 / l3 switches
Hide thumbs Also See for SSE-G24-TG4:
Table of Contents

Advertisement

Static routes can be used in environments where network traffic is predictable and the network
design is simple.
Static routes are also useful for specifying a gateway of last resort (a default router to which all
non-routable packets are sent).
Follow the steps below to configure a static route.
Step Command
configure terminal
Step 1
Step 2
ip route <prefix><mask> {<next-hop> | Vlan<vlan-
id (1-4069)> | <interface-type><interface-id> |
null0 } [<distance (1-255)>] [ private ]
Step 3
end
Step 4
show ip route [ { <ip-address> [<mask>] | bgp |
connected | ospf | rip | static | summary } ]
When an interface goes down, static routes through that interface are removed from the IP
routing table.
When the next hop for the address is unreachable, the static route is removed from the IP
routing table.
The "no ip route <prefix><mask> { <next-hop> | Vlan<vlan-id(1-4069)> | <interface
-type><interface-id> | null0 } [private]" command deletes the static route.
Description
Enters the configuration mode
Configures the static route. The VLAN id
and interface for this static route.
Prefix –The destination network IP
address the route leads to.
Mask – A valid IP subnet mask
1.4.1
Next-hop – specifies the next-hop IP
address.
Null - Specifies a null interface
1.4.2
Distance – Specifies the administrative
distance in the range of 1 to 255. The
default is 1.
Private- Specifies whether this route
can be shared with other routes when
RIP is enabled.
Exits the configuration mode.
Displays the route information
Supermicro L2/L3 Switches Configuration Guide
13

Advertisement

Table of Contents
loading

Table of Contents