Config¶
Leafs
-
class
Bgp.Global.
Config
¶ Bases:
Entity
Class Hierarchy:
Bgp
Global
Config
This class represents configuration data.
Configuration parameters 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..4294967295mandatory: True
-
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])$
-