Fabric Spine Interface Profile
Spine Interface Profiles can either be auto-generated, one per spine, by providing a naming convention or can be defined explicitly. In case of auto-generated profiles the following placeholders can be used when defining the naming convention:
\\g<id>
: gets replaced by the respective spine node ID\\g<name>
: gets replaced by the respective spine hostname
Location in GUI:
Fabric
» Fabric Policies
» Interfaces
» Spine Interfaces
» Profiles
Diagram
Classes
apic
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
auto_generate_switch_pod_profiles | Boolean | true , false | No | false |
auto_generate_fabric_spine_switch_interface_profiles | Boolean | true , false | No | false |
fabric_policies (apic)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
spine_interface_profile_name | String | min: 1 , max: 64 | No | SPINE\g<id> |
spine_interface_profiles | List | [spine_interface_profiles] | No |
nodes (apic.node_policies)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
id | Integer | min: 1 , max: 4000 | Yes | |
name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | No |
spine_interface_profiles (apic.fabric_policies)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
selectors | List | [selectors] | No | |
expected_state | Class | [expected_state] | No |
selectors (apic.fabric_policies.spine_interface_profiles)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
port_blocks | List | [port_blocks] | No |
expected_state (apic.fabric_policies.spine_interface_profiles)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
minimum_health | Integer | min: 0 , max: 100 | No | |
maximum_critical_faults | Integer | min: 0 | No | |
maximum_major_faults | Integer | min: 0 | No | |
maximum_minor_faults | Integer | min: 0 | No |
port_blocks (apic.fabric_policies.spine_interface_profiles.selectors)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
from_module | Integer | min: 1 , max: 9 | No | |
from_port | Integer | min: 1 , max: 127 | Yes | |
to_module | Integer | min: 1 , max: 9 | No | |
to_port | Integer | min: 1 , max: 127 | No |
Examples
apic:
auto_generate_switch_pod_profiles: true
fabric_policies:
spine_interface_profile_name: "SPINE\\g<id>"
Explicitly configured profiles:
apic:
fabric_policies:
spine_interface_profiles:
- name: SPINE101