Show IPv6 routing information Show IPv6 routes vtysh -c "show ipv6 route" Show IPv6 BGP routes vtysh -c "show ipv6 route bgp" 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 Show IPv6 connected routes vtysh -c "show ipv6 route connected" 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 Show IPv6 IS-IS routes vtysh -c "show ipv6 route isis" Show IPv6 Kernel routes vtysh -c "show ipv6 route kernel" Show IPv6 OSPF routes vtysh -c "show ipv6 route ospf6" Show IPv6 RIPNG routes vtysh -c "show ipv6 route ripng" Show IPv6 static routes vtysh -c "show ipv6 route static" Show IPv6 routes summary vtysh -c "show ipv6 route summary" Show IPv6 routes in policy tables vtysh -c "show ipv6 route table all" Show IPv6 routes in specific policy table protocols static table vtysh -c "show ipv6 route table $5" Show IPv6 routes in VRFs vtysh -c "show ipv6 route vrf all" Show IPv6 routes in specific VRF vrf name vtysh -c "show ipv6 route 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> Show longer prefixes of routes for given prefix ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ vtysh -c "show ipv6 route $4"