Bridge Domain
Location in GUI: Application Management
» Schemas
Diagram
Section titled “Diagram”Classes
Section titled “Classes”templates (ndo.schemas)
Section titled “templates (ndo.schemas)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
bridge_domains | List | [bridge_domains] | No |
bridge_domains (ndo.schemas.templates)
Section titled “bridge_domains (ndo.schemas.templates)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
description | String | Regex: ^[a-zA-Z0-9\\!#$%()*,-./:;@ _{|}~?&+]{1,64}$ | No | |
l2_unknown_unicast | Choice | proxy , flood | No | proxy |
intersite_bum_traffic | Boolean | true , false | No | false |
optimize_wan_bandwidth | Boolean | true , false | No | false |
l2_stretch | Boolean | true , false | No | true |
unicast_routing | Boolean | true , false | No | true |
arp_flooding | Boolean | true , false | No | false |
l3_multicast | Boolean | true , false | No | false |
virtual_mac | MAC | No | ||
multi_destination_flooding | Choice | bd-flood , encap-flood , drop | No | bd-flood |
unknown_ipv4_multicast | Choice | flood , opt-flood | No | flood |
unknown_ipv6_multicast | Choice | flood , opt-flood | No | flood |
ep_move_detection_mode | Choice | garp , none | No | none |
vrf | Class | [vrf] | Yes | |
subnets | List | [subnets] | No | |
sites | List | [sites] | No | |
dhcp_policies | List | [dhcp_policies] | No | |
dhcp_relay_policy | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | No | |
dhcp_option_policy | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | No |
vrf (ndo.schemas.templates.bridge_domains)
Section titled “vrf (ndo.schemas.templates.bridge_domains)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
schema | String | No | ||
template | String | No |
subnets (ndo.schemas.templates.bridge_domains)
Section titled “subnets (ndo.schemas.templates.bridge_domains)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
ip | IP | Yes | ||
scope | Choice | private , public | No | private |
shared | Boolean | true , false | No | false |
no_default_gateway | Boolean | true , false | No | false |
querier | Boolean | true , false | No | false |
primary | Boolean | true , false | No | false |
sites (ndo.schemas.templates.bridge_domains)
Section titled “sites (ndo.schemas.templates.bridge_domains)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Yes | ||
advertise_host_routes | Boolean | true , false | No | false |
subnets | List | [subnets] | No | |
l3outs | List | String[Regex: ^[a-zA-Z0-9_.:-]{1,64}$ ] | No | |
mac | MAC | No | 00:22:BD:F8:19:FF |
dhcp_policies (ndo.schemas.templates.bridge_domains)
Section titled “dhcp_policies (ndo.schemas.templates.bridge_domains)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
dhcp_relay_policy | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
dhcp_option_policy | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | No |
Examples
Section titled “Examples”ndo: schemas: - name: ABC templates: - name: TEMPLATE1 bridge_domains: - name: BD1 l2_unknown_unicast: proxy intersite_bum_traffic: false optimize_wan_bandwidth: false l2_stretch: true l3_multicast: false virtual_mac: 00:22:BD:F8:19:AA multi_destination_flooding: bd-flood unknown_ipv4_multicast: flood unknown_ipv6_multicast: flood dhcp_relay_policy: REL1 dhcp_option_policy: OPT1 vrf: name: VRF1 schema: ABC template: TEMPLATE1 subnets: - ip: 1.1.1.1/24 scope: private shared: false querier: false sites: - name: APIC1 advertise_host_routes: true l3outs: - L3OUT