Show IPv4 routing information Show IP routes vtysh -c "show ip route" Show IP BGP routes 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 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 IS-IS routes vtysh -c "show ip route isis" Show IP kernel routes vtysh -c "show ip route kernel" Show IP OSPF routes vtysh -c "show ip route ospf" Show IP RIP routes vtysh -c "show ip route rip" Show IP static routes vtysh -c "show ip route static" Show IP routes summary vtysh -c "show ip route summary" Show IP supernet routes vtysh -c "show ip route supernets-only" Show IP routes in policy table Show IP routes in policy table <1-200> vtysh -c "show ip route table $5" Show only routes with tag Tag value <1-4294967295> vtysh -c "show ip route tag $5" Show IP routes in VRF Show IP routes in VRF <vrf> vrf name 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> vtysh -c "show ip route $4" Show longer prefixes of routes for specified prefix ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@