State
Leafs
- class Bgp.Neighbors.Neighbor.Timers.State
Bases:
Entity
Class Hierarchy :
Bgp
Neighbors
Neighbor
Timers
State
This class represents state data.
State information relating to the timers used for the BGP
neighbor
- connect_retry
Time interval in seconds between attempts to establish a session with the peer
type:
Decimal64
range: -92233720368547758.08..92233720368547758.07
config: False
default value: 30
- hold_time
Time interval in seconds that a BGP session will be considered active in the absence of keepalive or other messages from the peer. The hold-time is typically set to 3x the keepalive-interval
type:
Decimal64
range: -92233720368547758.08..92233720368547758.07
config: False
default value: 90
- keepalive_interval
Time interval in seconds between transmission of keepalive messages to the neighbor. Typically set to 1/3 the hold-time
type:
Decimal64
range: -92233720368547758.08..92233720368547758.07
config: False
default value: 30
- minimum_advertisement_interval
Minimum time which must elapse between subsequent UPDATE messages relating to a common set of NLRI being transmitted to a peer. This timer is referred to as MinRouteAdvertisementIntervalTimer by RFC 4721 and serves to reduce the number of UPDATE messages transmitted when a particular set of NLRI exhibit instability
type:
Decimal64
range: -92233720368547758.08..92233720368547758.07
config: False
default value: 30