InternalNetworkPropertiesBgpConfiguration interface
BGP configuration properties.
- Extends
Inherited Properties
allowAS | Allows for routes to be received and processed even if the router detects its own ASN in the AS-Path. 0 is disable, Possible values are 1-10, default is 2. |
allow |
Enable Or Disable state. |
annotation | Switch configuration description. |
bfd |
BFD configuration properties |
default |
Originate a defaultRoute. Ex: "True" | "False". |
fabricASN | ASN of Network Fabric. Example: 65048. NOTE: This property will not be serialized. It can only be populated by the server. |
ipv4Listen |
List of BGP IPv4 Listen Range prefixes. |
ipv4Neighbor |
List with stringified IPv4 Neighbor Addresses. |
ipv6Listen |
List of BGP IPv6 Listen Ranges prefixes. |
ipv6Neighbor |
List with stringified IPv6 Neighbor Address. |
peerASN | Peer ASN. Example: 65047. |
Inherited Property Details
allowAS
Allows for routes to be received and processed even if the router detects its own ASN in the AS-Path. 0 is disable, Possible values are 1-10, default is 2.
allowAS?: number
Property Value
number
Inherited From BgpConfiguration.allowAS
allowASOverride
Enable Or Disable state.
allowASOverride?: string
Property Value
string
Inherited From BgpConfiguration.allowASOverride
annotation
Switch configuration description.
annotation?: string
Property Value
string
Inherited From BgpConfiguration.annotation
bfdConfiguration
BFD configuration properties
bfdConfiguration?: BfdConfiguration
Property Value
Inherited From BgpConfiguration.bfdConfiguration
defaultRouteOriginate
Originate a defaultRoute. Ex: "True" | "False".
defaultRouteOriginate?: string
Property Value
string
Inherited From BgpConfiguration.defaultRouteOriginate
fabricASN
ASN of Network Fabric. Example: 65048. NOTE: This property will not be serialized. It can only be populated by the server.
fabricASN?: number
Property Value
number
Inherited From BgpConfiguration.fabricASN
ipv4ListenRangePrefixes
List of BGP IPv4 Listen Range prefixes.
ipv4ListenRangePrefixes?: string[]
Property Value
string[]
Inherited From BgpConfiguration.ipv4ListenRangePrefixes
ipv4NeighborAddress
List with stringified IPv4 Neighbor Addresses.
ipv4NeighborAddress?: NeighborAddress[]
Property Value
Inherited From BgpConfiguration.ipv4NeighborAddress
ipv6ListenRangePrefixes
List of BGP IPv6 Listen Ranges prefixes.
ipv6ListenRangePrefixes?: string[]
Property Value
string[]
Inherited From BgpConfiguration.ipv6ListenRangePrefixes
ipv6NeighborAddress
List with stringified IPv6 Neighbor Address.
ipv6NeighborAddress?: NeighborAddress[]
Property Value
Inherited From BgpConfiguration.ipv6NeighborAddress
peerASN
Peer ASN. Example: 65047.
peerASN?: number
Property Value
number
Inherited From BgpConfiguration.peerASN