Show IPv4 routing information Show IP routes vtysh -c "show ip route" #include 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 #include 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 #include #include #include #include #include #include #include #include #include Show IP routes in VRF all vrf name ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ #include #include #include #include #include #include #include #include #include #include Show IP routes of specified IP address or prefix <x.x.x.x> <x.x.x.x/x> ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ Show longer prefixes of routes for specified prefix ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@