Spine Interface Selectors can be auto-generated (one per interface) by providing a naming convention. The following placeholders can be used when defining the naming convention:
\\g<mod>
: gets replaced by the respective interface module ID\\g<port>
: gets replaced by the respective interface port IDLocation in GUI: Fabric
» Access Policies
» Interfaces
» Spine Interfaces
» Profiles
» XXX
Diagram Classes apic Name Type Constraint Mandatory Default Value auto_generate_switch_pod_profiles Boolean true
, false
No false
auto_generate_access_spine_switch_interface_profiles Boolean true
, false
No false
access_policies (apic) Name Type Constraint Mandatory Default Value spine_interface_selector_name String min: 1
, max: 64
No ETH\g<mod>-\g<port>
nodes (apic.interface_policies) Name Type Constraint Mandatory Default Value id Integer min: 1
, max: 4000
Yes
interfaces (apic.interface_policies.nodes) Name Type Constraint Mandatory Default Value port Integer min: 1
, max: 127
Yes description String Regex: ^[a-zA-Z0-9\\!#$%()*,-./:;@ _{|}~?&+]{1,128}$
No module Integer min: 1
, max: 9
No 1
policy_group String Regex: ^[a-zA-Z0-9_.:-]{1,64}$
No shutdown Boolean true
, false
No false
Examples auto_generate_access_spine_switch_interface_profiles : true
spine_interface_selector_name : " ETH \\ g<mod>- \\ g<port> "