Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.73 KB

BgpConfig.md

File metadata and controls

23 lines (18 loc) · 1.73 KB

BgpConfig

Properties

Name Type Description Notes
asn int Autonomous System Number. ASN is required with Global BGP. With Local BGP the private ASN, 65000, is assigned. [optional]
created_at datetime [optional]
deployment_type str In a Local BGP deployment, a customer uses an internal ASN to control routes within a single Equinix Metal datacenter. This means that the routes are never advertised to the global Internet. Global BGP, on the other hand, requires a customer to have a registered ASN and IP space. [optional]
href str [optional]
id str [optional]
max_prefix int The maximum number of route filters allowed per server [optional] [default to 10]
md5 str (Optional) Password for BGP session in plaintext (not a checksum) [optional]
project Href [optional]
ranges list[GlobalBgpRange] The IP block ranges associated to the ASN (Populated in Global BGP only) [optional]
requested_at datetime [optional]
route_object str Specifies AS-MACRO (aka AS-SET) to use when building client route filters [optional]
sessions list[BgpSession] The direct connections between neighboring routers that want to exchange routing information. [optional]
status str Status of the BGP Config. Status "requested" is valid only with the "global" deployment_type. [optional]

[Back to Model list] [Back to API list] [Back to README]