VXLAN Stretch
Location in GUI:
Tenants » xxx » Networking » VXLAN Stretch
Diagram
Section titled “Diagram”Classes
Section titled “Classes”vrfs (apic.tenants)
Section titled “vrfs (apic.tenants)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| vxlan_stretch | Class | [vxlan_stretch] | No |
bridge_domains (apic.tenants)
Section titled “bridge_domains (apic.tenants)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| vxlan_stretch | Class | [vxlan_stretch] | No |
vxlan_stretch (apic.tenants.vrfs)
Section titled “vxlan_stretch (apic.tenants.vrfs)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| border_gateway_set_policy | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
| normalized_vni | Integer | min: 1, max: 16777215 | Yes | |
| import_route_map | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | No | |
| export_route_map | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | No |
Examples
Section titled “Examples”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-rmExample-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