Show IPv4 routing information Show IP routes vtysh -c "show ip route" 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 $@ #include #include Show kernel route table for a given route <x.x.x.x> <x.x.x.x/x> Show kernel route table ip route list ip -s route list $5 #include #include #include #include #include #include #include #include #include Summary of all routes ${vyos_op_scripts_dir}/route.py show_summary --family inet Summary of routes in a particular table ${vyos_op_scripts_dir}/route.py show_summary --family inet --table $6 Show IP routes in VRF all vrf name ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ Summary of all routes in the VRF ${vyos_op_scripts_dir}/route.py show_summary --family inet --vrf $5 #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 $@