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 #include Show IPv6 routes in VRF all vrf name ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ #include #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> Show longer prefixes of routes for given prefix ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ vtysh -c "show ipv6 route $4"