BgpSettings Class

BgpSettings.

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>

Gets or sets this BGP speaker's ASN.

bgp_peering_address
str

Gets or sets the BGP peering address and BGP identifier of this BGP speaker.

peer_weight
int

Gets or sets the weight added to routes learned from this BGP speaker.