BgpAdvertisement interface

BgpAdvertisement represents the association of IP address pools to the communities and peers.

Properties

advertiseToFabric

The indicator of if this advertisement is also made to the network fabric associated with the Network Cloud Cluster. This field is ignored if fabricPeeringEnabled is set to False.

communities

The names of the BGP communities to be associated with the announcement, utilizing a BGP community string in 1234:1234 format.

ipAddressPools

The names of the IP address pools associated with this announcement.

peers

The names of the BGP peers to limit this advertisement to. If no values are specified, all BGP peers will receive this advertisement.

Property Details

advertiseToFabric

The indicator of if this advertisement is also made to the network fabric associated with the Network Cloud Cluster. This field is ignored if fabricPeeringEnabled is set to False.

advertiseToFabric?: string

Property Value

string

communities

The names of the BGP communities to be associated with the announcement, utilizing a BGP community string in 1234:1234 format.

communities?: string[]

Property Value

string[]

ipAddressPools

The names of the IP address pools associated with this announcement.

ipAddressPools: string[]

Property Value

string[]

peers

The names of the BGP peers to limit this advertisement to. If no values are specified, all BGP peers will receive this advertisement.

peers?: string[]

Property Value

string[]