Remote VXLAN Fabric
Location in GUI: Tenants » infra » Policies » VXLAN Gateway » Remote VXLAN Fabrics
Diagram
Section titled “Diagram”Classes
Section titled “Classes”policies (apic.tenants)
Section titled “policies (apic.tenants)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| remote_vxlan_fabrics | List | [remote_vxlan_fabrics] | No |
remote_vxlan_fabrics (apic.tenants.policies)
Section titled “remote_vxlan_fabrics (apic.tenants.policies)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
| border_gateway_set_policy | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | No | |
| remote_evpn_peers | List | [remote_evpn_peers] | No |
remote_evpn_peers (apic.tenants.policies.remote_vxlan_fabrics)
Section titled “remote_evpn_peers (apic.tenants.policies.remote_vxlan_fabrics)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| ip | IP | Yes | ||
| description | String | Regex: ^[a-zA-Z0-9\\!#$%()*,-./:;@ _{|}~?&+]{1,128}$ | No | |
| remote_as | Integer | min: 0, max: 4294967295 | Yes | |
| allow_self_as | Boolean | true, false | No | false |
| disable_peer_as_check | Boolean | true, false | No | false |
| ttl | Integer | min: 1, max: 255 | No | 2 |
| password | String | No | ||
| peer_prefix_policy | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | No | |
| admin_state | Boolean | true, false | No | true |
| local_as | Integer | min: 0, max: 4294967295 | No | |
| as_propagate | Choice | none, no-prepend, replace-as, dual-as | No | none |
Examples
Section titled “Examples”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