Release : 1.1f 492 / 985
Super Micro Intelligent Switch Command Line Interface User Guide
18.10 show ip route
This command displays the IP routing table.
show ip route [ { <ip-address> [<mask>] | bgp | connected | ospf | rip
| static | summary } ]
Syntax Description
ip-address - Destination IP Address
mask - Prefix Mask for the destination
bgp - Border Gateway Protocol
connected - Directly Connected Network Routes
ospf - Open Shortest Path First (OSPF)
rip - Routing Information Protocol (RIP)
static - Static Routes
summary - Summary of all routes
Mode
Privileged EXEC Mode
Example
SMIS# show ip route
S 20.0.0.0/8 [1] via 100.20.6.20
S 30.0.0.0/8 [4] via 120.20.6.20
S 40.0.0.0/8 is directly connected, vlan1
S 50.0.0.0/8 [1] via 100.20.6.21
C 100.0.0.0/8 is directly connected, vlan1
C 110.0.0.0/8 is directly connected, vlan2
C 120.0.0.0/8 is directly connected, vlan3
SMIS# show ip route 20.0.0.0
Codes: C - connected, S - static, R - RIP, B - BGP, O - OSPF
S 20.0.0.0/8 [1] via 100.20.6.20
SMIS# show ip route 30.0.0.0 255.0.0.0
Codes: C - connected, S - static, R - RIP, B - BGP, O - OSPF
S 30.0.0.0/8 [4] via 120.20.6.20