Show IPv6 routing information Show IPv6 Open Shortest Path First (OSPF) vtysh -c "show ipv6 ospf6" Show Shortest Path First tree information vtysh -c "show ipv6 ospf6 spf tree" Area ID (as an IPv4 notation) protocols ospfv3 area vtysh -c "show ipv6 ospf6 area $4 spf tree" Simulate view point (Router ID) <x.x.x.x> vtysh -c "show ipv6 ospf6 simulate spf-tree $7 $4 $5" Show OSPFv3 border-router (ABR and ASBR) information vtysh -c "show ipv6 ospf6 border-routers" #include Border router ID <x.x.x.x> vtysh -c "show ipv6 ospf6 border-routers $5" Show OSPFv3 Link state database information vtysh -c "show ipv6 ospf6 database" Search by Advertising Router ID <x.x.x.x> #include Search by Any Link state Type Search by Link state ID <x.x.x.x> #include #include #include Search by Link state ID <x.x.x.x> vtysh -c "show ipv6 ospf6 database * $6" #include #include #include #include Show AS-External LSAs vtysh -c "show ipv6 ospf6 database as-external" #include Search by Advertising Router ID <x.x.x.x> vtysh -c "show ipv6 ospf6 database as-external * $7" #include #include #include #include #include #include #include #include Search by Advertising Router IDs <x.x.x.x> #include #include #include #include #include #include #include #include #include Show Group-Membership LSAs vtysh -c "show ipv6 ospf6 ${@:4}" #include #include #include #include #include #include #include Show Inter-Area-Prefix LSAs vtysh -c "show ipv6 ospf6 ${@:4}" #include #include #include #include #include #include #include Show Inter-Area-Router LSAs vtysh -c "show ipv6 ospf6 ${@:4}" #include #include #include #include #include #include #include Show Intra-Area-Prefix LSAs vtysh -c "show ipv6 ospf6 ${@:4}" #include #include #include #include #include #include #include Show Link LSAs vtysh -c "show ipv6 ospf6 ${@:4}" #include #include #include #include #include #include #include Show Network LSAs vtysh -c "show ipv6 ospf6 ${@:4}" #include #include #include #include #include #include #include Show LSAs vtysh -c "show ipv6 ospf6 ${@:4}" #include #include #include #include #include #include #include Show router LSAs vtysh -c "show ipv6 ospf6 ${@:4}" #include #include #include #include #include #include #include Show Type-7 LSAs vtysh -c "show ipv6 ospf6 ${@:4}" #include #include #include #include #include #include #include Show OSPFv3 interface information vtysh -c "show ipv6 ospf6 interface" Show connected prefixes to advertise vtysh -c "show ipv6 ospf6 interface prefix" #include Show interface prefix route specific information <h:h:h:h:h:h:h:h> <h:h:h:h:h:h:h:h/x> vtysh -c "show ipv6 ospf6 interface prefix $6" #include Matched interface prefix information vtysh -c "show ipv6 ospf6 interface prefix $6 match" Specific insterface to examine vtysh -c "show ipv6 ospf6 interface $5" Show connected prefixes to advertise vtysh -c "show ipv6 ospf6 interface $5 prefix" #include Show interface prefix route specific information <h:h:h:h:h:h:h:h> <h:h:h:h:h:h:h:h/x> vtysh -c "show ipv6 ospf6 interface $5 prefix $7" #include Matched interface prefix information vtysh -c "show ipv6 ospf6 interface $5 prefix $7 match" Show OSPFv3 linkstate routing information #include Show linkstate Network information vtysh -c "show ipv6 ospf6 linkstate network" Show linkstate Router information vtysh -c "show ipv6 ospf6 linkstate router" Show OSPFv3 neighbor information vtysh -c "show ipv6 ospf6 neighbor" #include Show neighbor DR choice information vtysh -c "show ipv6 ospf6 neighbor drchoice" Show OSPFv3 redistribute external information vtysh -c "show ipv6 ospf6 redistribute" Show OSPFv3 routing table information vtysh -c "show ipv6 ospf6 route" Show Type-1 External route information vtysh -c "show ipv6 ospf6 route external-1" #include Show Type-2 External route information vtysh -c "show ipv6 ospf6 route external-2" #include Show Inter-Area route information vtysh -c "show ipv6 ospf6 route inter-area" #include Show Intra-Area route information vtysh -c "show ipv6 ospf6 route intra-area" #include #include Show route table summary vtysh -c "show ipv6 ospf6 route summary" Show specified route/prefix information <h:h:h:h:h:h:h:h> <h:h:h:h:h:h:h:h/x> vtysh -c "show ipv6 ospf6 route $5" Show routes longer than specified prefix vtysh -c "show ipv6 ospf6 route $5 longer" Show routes matching specified prefix vtysh -c "show ipv6 ospf6 route $5 match" #include