Show IPv6 routing information Show IPv6 Open Shortest Path First (OSPF) ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ 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" #include #include #include #include #include #include #include #include Specify the VRF all vrf name ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ VRF name all vrf name ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ Show Shortest Path First tree information vtysh -c "show ipv6 ospf6 vrf $5 spf tree" Area ID (as an IPv4 notation) protocols ospfv3 area vtysh -c "show ipv6 ospf6 vrf $5 area $7 spf tree" Simulate view point (Router ID) <x.x.x.x> vtysh -c "show ipv6 ospf6 vrf $5 simulate spf-tree $9 $6 $7" #include #include #include #include #include #include #include #include Show OSPFv3 VRFs ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@