Skip to content

Border Gateway Set

Location in GUI: Tenants » infra » Policies » VXLAN Gateway » Border Gateway Sets

Diagram
NameTypeConstraintMandatoryDefault Value
border_gateway_set_policyClass[border_gateway_set_policy]No

border_gateway_set_policy (apic.tenants.policies)

Section titled “border_gateway_set_policy (apic.tenants.policies)”
NameTypeConstraintMandatoryDefault Value
nameStringRegex: ^[a-zA-Z0-9_.:-]{1,64}$Yes
vxlan_site_idIntegermin: 1, max: 65535Yes
external_data_plane_ipsList[external_data_plane_ips]Yes

external_data_plane_ips (apic.tenants.policies.border_gateway_set_policy)

Section titled “external_data_plane_ips (apic.tenants.policies.border_gateway_set_policy)”
NameTypeConstraintMandatoryDefault Value
pod_idIntegermin: 1, max: 254Yes
ipIPNo

This example shows how to configure a border gateway set:

apic:
tenants:
- name: infra
policies:
border_gateway_sets:
- name: BorderGatewaySet
vxlan_site_id: 65122
external_data_plane_ips:
- pod_id: 1
ip: 10.2.3.4