Show IPv6 routing information Show IPv6 routes vtysh -c "show ipv6 route" #include Show kernel IPv6 route cache ip -s -f inet6 route list cache Show kernel IPv6 route cache for a given route <h:h:h:h:h:h:h:h> <h:h:h:h:h:h:h:h/x> ip -s -f inet6 route list cache $5 #include Show kernel IPv6 route table ip -f inet6 route list Show kernel IPv6 route table for a given route <h:h:h:h:h:h:h:h> <h:h:h:h:h:h:h:h/x> ip -s -f inet6 route list $5 #include #include #include #include #include #include #include Summary of all routes ${vyos_op_scripts_dir}/route.py show_summary --family inet6 Summary of routes in a particular table ${vyos_op_scripts_dir}/route.py show_summary --family inet6 --table $6 Show IPv6 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 inet6 --vrf $5 Show IPv6 routes of given address or prefix <h:h:h:h:h:h:h:h> <h:h:h:h:h:h:h:h/x> ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ Show longer prefixes of routes for given prefix ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ #include #include #include #include #include #include #include #include #include #include Show IPv6 routes of given address or prefix <h:h:h:h:h:h:h:h> <h:h:h:h:h:h:h:h/x> ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ Show longer prefixes of routes for given prefix ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@