[][src]Module bgpdump::records::bgp4mp

Contains all BGP4MP subtypes.

Structs

ENTRY

Used to record RIB table entries but has not seen wide support. More information can found in RFC6396.

MESSAGE

Represents a BGP message (UPDATE, OPEN, NOTIFICATION and KEEPALIVE) using 16bit ASN.

MESSAGE_AS4

Represents a BGP message (UPDATE, OPEN, NOTIFICATION and KEEPALIVE) using 32bit ASN.

SNAPSHOT

Deprecated: Used to record BGP4MP messages in a file.

STATE_CHANGE

Represents a state change in the BGP Finite State Machine (FSM). More information can found in RFC4271.

STATE_CHANGE_AS4

Represents a state change in the BGP Finite State Machine (FSM).

Enums

BGP4MP

The BGP4MP enum represents all possible subtypes of the BGP4MP record type.