Show system information Show IPv6 networking information Show IPv6 multicast group membership netstat -gn6 Show IPv6 neighbor (NDP) table ${vyos_op_scripts_dir}/neighbor.py show --family inet6 Show IPv6 neighbor table for specified interface ${vyos_op_scripts_dir}/neighbor.py show --family inet6 --interface "$5" Show IPv6 neighbors with specified state reachable stale failed permanent ${vyos_op_scripts_dir}/neighbor.py show --family inet6 --state "$5" Reset Internet Protocol version 6 (IPv6) parameters Reset IPv6 Neighbor Discovery (ND) cache Reset ND cache for an IPv6 address <h:h:h:h:h:h:h:h> sudo ip -f inet6 neigh flush to "$5" Reset IPv6 ND cache for interface sudo ip -f inet6 neigh flush dev "$5" Reset IPv6 route Flush the kernel IPv6 route cache sudo ip -f inet6 route flush cache Flush the 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> sudo ip -f inet6 route flush cache "$5"