Routed Domain
Location in GUI: Fabric
» Access Policies
» Physical and External Domains
» L3 Domains
Diagram
Section titled “Diagram”Classes
Section titled “Classes”access_policies (apic)
Section titled “access_policies (apic)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
routed_domains | List | [routed_domains] | No |
routed_domains (apic.access_policies)
Section titled “routed_domains (apic.access_policies)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
vlan_pool | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | No | |
security_domains | List | String[Regex: ^[a-zA-Z0-9_.:-]{1,64}$ ] | No |
Examples
Section titled “Examples”Example 1: In the first example we created a routed_domain
attached with a vlan pool routedVlanPool
.
apic: access_policies: routed_domains: - name: routedDomain vlan_pool: routedVlanPool
Example 2: In this example we created a routed_domain
attached with a vlan pool myRoutedVlanPool
, additionally we have added a security domain.
apic: access_policies: routed_domains: - name: myRoutedDomain vlan_pool: myRoutedVlanPool security_domains: - mySecurityDomain