NsxTEdgeUplinkNetwork
NsxTEdgeUplinkNetwork
This specification contains input parameters required to configure uplink network for NSX edge node VM
JSON Example
{
"uplinkVlan": 0,
"uplinkInterfaceIP": "string",
"peerIP": "string",
"asnPeer": 0,
"bgpPeerPassword": "string",
"bgpPeers": [
{
"ip": "string",
"asn": 0,
"password": "string"
}
]
}
integer As int32 As int32
uplinkVlan
Required
Constraints: minimum: 2 maximum: 4094
Uplink Vlan
string As ^([01]?\d\d?|2[0-4]\d|25[0-5])\.([01]?\d\d?|2[0-4]\d|25[0-5])\.([01]?\d\d?|2[0-4]\d|25[0-5])\.([01]?\d\d?|2[0-4]\d|25[0-5])\/(([0-9])|([12][0-9])|(3[0-2]))$
uplinkInterfaceIP
Required
Uplink IP
string As ^([01]?\d\d?|2[0-4]\d|25[0-5])\.([01]?\d\d?|2[0-4]\d|25[0-5])\.([01]?\d\d?|2[0-4]\d|25[0-5])\.([01]?\d\d?|2[0-4]\d|25[0-5])\/(([0-9])|([12][0-9])|(3[0-2]))$
peerIP
Optional
[Deprecated] BGP Peer IP (please use bgpPeers instead)
integer As int64 As int64
asnPeer
Optional
Constraints: minimum: 1 maximum: 4294967295
[Deprecated] ASN of Peer (please use bgpPeers instead)
string
bgpPeerPassword
Optional
[Deprecated] BGP Peer Password (please use bgpPeers instead)