Skip to content

Routed Domain

Location in GUI: Fabric » Access Policies » Physical and External Domains » L3 Domains

Diagram
NameTypeConstraintMandatoryDefault Value
routed_domainsList[routed_domains]No

NameTypeConstraintMandatoryDefault Value
nameStringRegex: ^[a-zA-Z0-9_.:-]{1,64}$Yes
vlan_poolStringRegex: ^[a-zA-Z0-9_.:-]{1,64}$No
security_domainsListString[Regex: ^[a-zA-Z0-9_.:-]{1,64}$]No

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