dirkf
2 months agoLevel 1
Fabric APIv4, Connection to azure, Technical background vlanSTag in zSide
Hello,
I'd like to configure a redundant connection to Azure using dot1q encapsulation.
The documentation for migration from v3 to v4 states that we need to include
"linkProtocol": {
"type": "QINQ",
"vlanSTag": 2002
},
in the zSide definition. That was not necessary in the v3 API.
I'm not sure what the technical background for that value is.
Specifically: Can we always use the same VLAN ID in connections to different Azure environments when using unique VLAN IDs on the aSide?
Any help is appreciated.