Skip to content

VXLAN Stretch

Location in GUI: Tenants » xxx » Networking » VXLAN Stretch

Diagram
NameTypeConstraintMandatoryDefault Value
vxlan_stretchClass[vxlan_stretch]No

NameTypeConstraintMandatoryDefault Value
vxlan_stretchClass[vxlan_stretch]No

NameTypeConstraintMandatoryDefault Value
border_gateway_set_policyStringRegex: ^[a-zA-Z0-9_.:-]{1,64}$Yes
normalized_vniIntegermin: 1, max: 16777215Yes
import_route_mapStringRegex: ^[a-zA-Z0-9_.:-]{1,64}$No
export_route_mapStringRegex: ^[a-zA-Z0-9_.:-]{1,64}$No

Example-1: This example shows how to configure a VXLAN VRF stretch with border gateway set policy, normalized VNI, import route map, and export route map:

apic:
tenants:
- name: infra
vrfs:
- name: VRF3
vxlan_stretch:
border_gateway_set_policy: BorderGatewaySet
normalized_vni: 1003
import_route_map: import-rm
export_route_map: export-rm

Example-2: This example shows how to configure a VXLAN Bridge Domain stretch with border gateway set policy and normalized VNI:

apic:
tenants:
- name: infra
bridge_domains:
- name: BD6
vxlan_stretch:
border_gateway_set_policy: BorderGatewaySet
normalized_vni: 1002