State
Leafs
- class Bgp.Global.State
Bases:
Entity
Class Hierarchy :
Bgp
Global
State
This class represents state data.
State information relating to the global BGP router
- as_
Local autonomous system number of the router. Uses the 32-bit as-number type from the model in RFC 6991
type: int
range: 0..4294967295
config: False
- router_id
Router id of the router - an unsigned 32-bit integer expressed in dotted quad notation
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])
config: False
- total_paths
Total number of BGP paths within the context
type: int
range: 0..4294967295
config: False
- total_prefixes
Total number of BGP prefixes received within the context
type: int
range: 0..4294967295
config: False