Show IPv4 routing information Show IP routes /usr/bin/vtysh -c "show ip route" Show IP BGP routes /usr/bin/vtysh -c "show ip route bgp" Show kernel route cache ip -s route list cache Show kernel route cache for a given route <x.x.x.x> <x.x.x.x/x> ip -s route list cache $5 Show IP connected routes /usr/bin/vtysh -c "show ip route connected" Show kernel route table ip route list Show kernel route table for a given route <x.x.x.x> <x.x.x.x/x> ip -s route list $5 Show IP kernel routes /usr/bin/vtysh -c "show ip route kernel" Show IP OSPF routes /usr/bin/vtysh -c "show ip route ospf" Show IP RIP routes /usr/bin/vtysh -c "show ip route rip" Show IP static routes /usr/bin/vtysh -c "show ip route static" Show IP routes summary /usr/bin/vtysh -c "show ip route summary" Show IP supernet routes /usr/bin/vtysh -c "show ip route supernets-only" Show IP routes in policy table Show IP routes in policy table <1-200> /usr/bin/vtysh -c "show ip route table $5" Show only routes with tag Tag value <1-4294967295> /usr/bin/vtysh -c "show ip route tag $5" Show IP routes in VRF Show IP routes in VRF <vrf> vrf name /usr/bin/vtysh -c "show ip route vrf $5" Show IP routes of specified IP address or prefix <x.x.x.x> <x.x.x.x/x> /usr/bin/vtysh -c "show ip route $4" Show longer prefixes of routes for specified IP address or prefix /usr/bin/vtysh -c "show ip route $4 longer-prefixes"