2.2.1.1.24 BGP_PEERING_OP_MODE
The BGP_PEERING_OP_MODE enumeration<16> enumerates the operation mode of a BGP peer.
-
typedef enum _BGP_PEERING_OP_MODE { OpModeMixed = 1, OpModeServer = 2 } BGP_PEERING_OP_MODE, *PBGP_PEERING_OP_MODE;
OpModeMixed: The BGP speaker is configured to accept an incoming connection from the BGP peer on port 179. It is also configured to initiate a connection to BGP peers.
OpModeServer: The BGP speaker is configured to only accept an incoming connection from the BGP peer. It never initiates the connection itself.