32-137
connected with the layer 3 switch
S –static Static route, the route manually co
R - RIP derived RIP route, acquired by layer 3 switch through the
O - OSPF derived OSPF route, acquired by layer 3 switch through the
BGP route, acquired by the BGP protocol.
Next-hop pass-by layer 3 swtich interfaces
Preference Route priority. If other types of route to the target
network exists, the kernel route will only shows
those with high priority.
32.4 show ip route vrf
Command:
show ip route vrf <name> [connected | static | rip| ospf | bgp | isis| kernel|statistics|
database[connected | static | rip| ospf | bgp | isis|kernel] ]
show ip route fib vrf <name> [default|main|local]
Function:
Show the routing tables entries.
Parameters:
<name> is the name of the forwarding instance of VPN route; <destination> is the destination
address; <destination>/<length> are the network address for the destination as well as the length
of the network mask; connected is for direct route; static is for static route; rip is for the RIP route
protocol; ospf is for the OSPF route protocol; bgp is for the BGP route protocol; isis is for the ISIS
route protocol; kernel is for the kernel route protocol; statistics are the number of route entries to
be displayed; database is for the route database; fib is for the core route table.
Command Mode:
all modes.
Usage Guide:
To display the contents of the VPN routing table, including routing type, destination network address,
address mask, the address and interface for the next hop, etc.