Skip to content

Probe: ipv6_router#

Monitors for IPv6 ICMPv6 router advertisement and router solicitation packets.

Inspected Packets#

This probe looks for packets with the following characteristics:

  • EtherType: IPv6
  • IPv6 next header: ICMPv6
  • ICMPv6 type:
    • router advertisement
    • router solicitation

Configuration#

probes:
  ipv6_router:
    # enable this probe
    enable: true

See also: schema description

Events#

Name Description
IPV6_ROUTER_ADVERTISEMENT router advertisement has been detected
IPV6_ROUTER_SOLICITATION router solicitation has been detected

See Also#