BgpSettings Class
BGP settings details.
- Inheritance
-
BgpSettings
Constructor
BgpSettings(*, asn: typing.Union[int, NoneType] = None, bgp_peering_address: typing.Union[str, NoneType] = None, peer_weight: typing.Union[int, NoneType] = None, **kwargs)
Parameters
- asn
- <xref:long>
The BGP speaker's ASN.
- bgp_peering_address
- str
The BGP peering address and BGP identifier of this BGP speaker.
- peer_weight
- int
The weight added to routes learned from this BGP speaker.
Feedback
Submit and view feedback for