Probes#
In IXpect probes are be used to create event information from received packets. Probes have a configuration and can work stateful.
Events#
The following table gives an overview about all known events that can be triggered by probes. See also the dedicated probe descriptions for the background how the related events can be triggered.
Name | Description |
---|---|
ARP_BOGON_SOURCE | the source IP address is not covered by prefixes |
ARP_BOGON_TARGET | the target IP address is not covered by prefixes |
ARP_NEIGHBOR_NEW_DYNAMIC | dynamic_enable is true and a resolution is learned |
ARP_NEIGHBOR_SPOOFED_DYNAMIC | an observed resolution conflicts with a dynamic learned one |
ARP_NEIGHBOR_SPOOFED_STATIC | an observed resolution conflicts with a static configured one |
ARP_NEIGHBOR_UNKNOWN | dynamic_enable is false and a resolution is unknown |
BUM_RATE_BROADCAST_EXCEEDED | the number of broadcast packets have exceeded the threshold |
BUM_RATE_MULTICAST_EXCEEDED | the number of multicast packets have exceeded the threshold |
BUM_RATE_UNICAST_EXCEEDED | the number of (unknown) unicast packets have exceeded the threshold |
ETHER_TYPE_VIOLATION | a packet with a non-whitelisted EtherType has been observed |
IPV6_BOGON_SOURCE | the target IPv6 address is not covered by prefixes |
IPV6_BOGON_TARGET | the target IPv6 address is not covered by prefixes |
IPV6_NEIGHBOR_NEW_DYNAMIC | dynamic_enable is true and a resolution is learned |
IPV6_NEIGHBOR_SPOOFED_DYNAMIC | an observed resolution conflicts with a dynamic learned one |
IPV6_NEIGHBOR_SPOOFED_STATIC | an observed resolution conflicts with a static configured one |
IPV6_NEIGHBOR_UNKNOWN | dynamic_enable is false and a resolution is unknown |
IPV6_ROUTER_ADVERTISEMENT | router advertisement has been detected |
IPV6_ROUTER_SOLICITATION | router solicitation has been detected |
IXPECT_BAD_PACKET | the packet does not match the expected format |
IXPECT_TEST | a test event, triggered when a signal USR1 is received |
STP_PACKET_FOUND | a STP related packet has been observed |