BgpConfiguration interface

BGP configuration properties

Extends

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.

allowASOverride

Enable Or Disable state.

bfdConfiguration

BFD configuration properties

defaultRouteOriginate

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.

ipv4ListenRangePrefixes

List of BGP IPv4 Listen Range prefixes.

ipv4NeighborAddress

List with stringified IPv4 Neighbor Addresses.

ipv6ListenRangePrefixes

List of BGP IPv6 Listen Ranges prefixes.

ipv6NeighborAddress

List with stringified IPv6 Neighbor Address.

peerASN

Peer ASN. Example: 65047.

Inherited Properties

annotation

Switch configuration description.

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

allowASOverride

Enable Or Disable state.

allowASOverride?: string

Property Value

string

bfdConfiguration

BFD configuration properties

bfdConfiguration?: BfdConfiguration

Property Value

defaultRouteOriginate

Originate a defaultRoute. Ex: "True" | "False".

defaultRouteOriginate?: string

Property Value

string

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

ipv4ListenRangePrefixes

List of BGP IPv4 Listen Range prefixes.

ipv4ListenRangePrefixes?: string[]

Property Value

string[]

ipv4NeighborAddress

List with stringified IPv4 Neighbor Addresses.

ipv4NeighborAddress?: NeighborAddress[]

Property Value

ipv6ListenRangePrefixes

List of BGP IPv6 Listen Ranges prefixes.

ipv6ListenRangePrefixes?: string[]

Property Value

string[]

ipv6NeighborAddress

List with stringified IPv6 Neighbor Address.

ipv6NeighborAddress?: NeighborAddress[]

Property Value

peerASN

Peer ASN. Example: 65047.

peerASN?: number

Property Value

number

Inherited Property Details

annotation

Switch configuration description.

annotation?: string

Property Value

string

Inherited From AnnotationResource.annotation