Skip to content

IPv6 Bogon Probe

Monitors for IPv6 neighbor discovery and neighbor solict packages of non-connected networks.

Functionality

This probe looks for ICMPv6 NeighborAdvert or NeighborSolicit messages and generates alarms if the target address of these packets is not inside the connected_prefixes list.

Configuration

ipv6_bogon:
  enable: true
  connected_prefixes:
    - 2001:db8::/32

See Also