ExternalNetworkPropertiesResponseOptionAProperties

data class ExternalNetworkPropertiesResponseOptionAProperties(val bfdConfiguration: BfdConfigurationResponse? = null, val fabricASN: Int, val mtu: Int? = null, val peerASN: Int, val primaryIpv4Prefix: String? = null, val primaryIpv6Prefix: String? = null, val secondaryIpv4Prefix: String? = null, val secondaryIpv6Prefix: String? = null, val vlanId: Int)

option A properties object

Constructors

constructor(bfdConfiguration: BfdConfigurationResponse? = null, fabricASN: Int, mtu: Int? = null, peerASN: Int, primaryIpv4Prefix: String? = null, primaryIpv6Prefix: String? = null, secondaryIpv4Prefix: String? = null, secondaryIpv6Prefix: String? = null, vlanId: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

BFD configuration properties

Link copied to clipboard

Fabric ASN number. Example 65001

Link copied to clipboard
val mtu: Int? = null

MTU to use for option A peering.

Link copied to clipboard

Peer ASN number.Example : 28

Link copied to clipboard

IPv4 Address Prefix of CE-PE interconnect links. Example: 172.31.0.0/31. The values can be specified at the time of creation or can be updated afterwards. Any update to the values post-provisioning may disrupt traffic. The 1st and 3rd IPs are to be configured on CE1 and CE2 for Option B interfaces. The 2nd and 4th IPs are to be configured on PE1 and PE2 for Option B interfaces.

Link copied to clipboard

IPv6 Address Prefix of CE-PE interconnect links. Example: 3FFE:FFFF:0:CD30::a0/126. The values can be specified at the time of creation or can be updated afterwards. Any update to the values post-provisioning may disrupt traffic. The 1st and 3rd IPs are to be configured on CE1 and CE2 for Option B interfaces. The 2nd and 4th IPs are to be configured on PE1 and PE2 for Option B interfaces.

Link copied to clipboard

Secondary IPv4 Address Prefix of CE-PE interconnect links. Example: 172.31.0.20/31. The values can be specified at the time of creation or can be updated afterwards. Any update to the values post-provisioning may disrupt traffic. The 1st and 3rd IPs are to be configured on CE1 and CE2 for Option B interfaces. The 2nd and 4th IPs are to be configured on PE1 and PE2 for Option B interfaces.

Link copied to clipboard

Secondary IPv6 Address Prefix of CE-PE interconnect links. Example: 3FFE:FFFF:0:CD30::a4/126. The values can be specified at the time of creation or can be updated afterwards. Any update to the values post-provisioning may disrupt traffic. The 1st and 3rd IPs are to be configured on CE1 and CE2 for Option B interfaces. The 2nd and 4th IPs are to be configured on PE1 and PE2 for Option B interfaces.

Link copied to clipboard
val vlanId: Int

Vlan identifier. Example : 501