Skip to content

Remote VXLAN Fabric

Location in GUI: Tenants » infra » Policies » VXLAN Gateway » Remote VXLAN Fabrics

Diagram
NameTypeConstraintMandatoryDefault Value
remote_vxlan_fabricsList[remote_vxlan_fabrics]No

remote_vxlan_fabrics (apic.tenants.policies)

Section titled “remote_vxlan_fabrics (apic.tenants.policies)”
NameTypeConstraintMandatoryDefault Value
nameStringRegex: ^[a-zA-Z0-9_.:-]{1,64}$Yes
border_gateway_set_policyStringRegex: ^[a-zA-Z0-9_.:-]{1,64}$No
remote_evpn_peersList[remote_evpn_peers]No

remote_evpn_peers (apic.tenants.policies.remote_vxlan_fabrics)

Section titled “remote_evpn_peers (apic.tenants.policies.remote_vxlan_fabrics)”
NameTypeConstraintMandatoryDefault Value
ipIPYes
descriptionStringRegex: ^[a-zA-Z0-9\\!#$%()*,-./:;@ _{|}~?&+]{1,128}$No
remote_asIntegermin: 0, max: 4294967295Yes
allow_self_asBooleantrue, falseNofalse
disable_peer_as_checkBooleantrue, falseNofalse
ttlIntegermin: 1, max: 255No2
passwordStringNo
peer_prefix_policyStringRegex: ^[a-zA-Z0-9_.:-]{1,64}$No
admin_stateBooleantrue, falseNotrue
local_asIntegermin: 0, max: 4294967295No
as_propagateChoicenone, no-prepend, replace-as, dual-asNonone

This example shows how to configure a remote VXLAN fabric with a border gateway set policy and a remote EVPN peer:

apic:
tenants:
- name: infra
policies:
remote_vxlan_fabrics:
- name: Fabric-1
border_gateway_set_policy: BorderGatewaySet
remote_evpn_peers:
- ip: 172.16.2.10
remote_as: 65123
description: peer1
admin_state: true
disable_peer_as_check: true
password: Secure@123
ttl: 5
peer_prefix_policy: PEER_POL
as_propagate: no-prepend
local_as: 123