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 $5 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 ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ #include Border router ID <x.x.x.x> ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ Show OSPFv3 Link state database information ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ 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 ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ #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 ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ #include #include #include #include #include #include #include Show Inter-Area-Prefix LSAs ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ #include #include #include #include #include #include #include Show Inter-Area-Router LSAs ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ #include #include #include #include #include #include #include Show Intra-Area-Prefix LSAs ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ #include #include #include #include #include #include #include Show Link LSAs ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ #include #include #include #include #include #include #include Show Network LSAs ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ #include #include #include #include #include #include #include Show LSAs ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ #include #include #include #include #include #include #include Show router LSAs ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ #include #include #include #include #include #include #include Show Type-7 LSAs ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ #include #include #include #include #include #include #include Show OSPFv3 interface information ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ Show connected prefixes to advertise ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ #include Show interface prefix route specific information <h:h:h:h:h:h:h:h> <h:h:h:h:h:h:h:h/x> ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ #include Matched interface prefix information ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ Specific insterface to examine ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ Show connected prefixes to advertise ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ #include Show interface prefix route specific information <h:h:h:h:h:h:h:h> <h:h:h:h:h:h:h:h/x> ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ #include Matched interface prefix information ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ Show OSPFv3 linkstate routing information #include Show linkstate Network information <x.x.x.x> Specify Link state ID as IPv4 address notation <x.x.x.x> ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ Show linkstate Router information <x.x.x.x> ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ Show OSPFv3 neighbor information ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ #include Show neighbor DR choice information ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ Show OSPFv3 redistribute external information ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ Show OSPFv3 routing table information ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ Show Type-1 External route information ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ #include Show Type-2 External route information ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ #include Show Inter-Area route information ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ #include Show Intra-Area route information ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ #include #include Show route table summary ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ Show specified route/prefix information <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 routes longer than specified prefix ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ Show routes matching specified prefix ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ #include