Config
Leafs
- class Bgp.PeerGroups.PeerGroup.Transport.Config
Bases:
Entity
Class Hierarchy :
Bgp
PeerGroups
PeerGroup
Transport
Config
This class represents configuration data.
Configuration parameters relating to the transport
session(s) used for the BGP neighbor or group
- tcp_mss
Sets the max segment size for BGP TCP sessions
type: int
range: 0..65535
- mtu_discovery
Turns path mtu discovery for BGP TCP sessions on (true) or off (false)
type: bool
default value: false
- passive_mode
Wait for peers to issue requests to open a BGP session, rather than initiating sessions from the local router
type: bool
default value: false
- local_address
Set the local IP (either IPv4 or IPv6) address to use for the session when sending BGP update messages. This may be expressed as either an IP address or reference to the name of an interface
type: union of the below types:
type: str
pattern: (([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(%[\p{N}\p{L}]+)?
type: str
pattern: ((:|[0-9a-fA-F]{0,4}):)([0-9a-fA-F]{0,4}:){0,5}((([0-9a-fA-F]{0,4}:)?(:|[0-9a-fA-F]{0,4}))|(((25[0-5]|2[0-4][0-9]|[01]?[0-9]?[0-9])\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9]?[0-9])))(%[\p{N}\p{L}]+)?
type: str