Node Control Switch Policy
Location in GUI: Fabric
» Fabric Policies
» Policies
» Monitoring
» Fabric Node Controls
Diagram
Section titled “Diagram”Classes
Section titled “Classes”switch_policies (apic.fabric_policies)
Section titled “switch_policies (apic.fabric_policies)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
node_control_policies | List | [node_control_policies] | No |
node_control_policies (apic.fabric_policies.switch_policies)
Section titled “node_control_policies (apic.fabric_policies.switch_policies)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
dom | Boolean | true , false | No | true |
telemetry | Choice | netflow , telemetry , analytics | No | telemetry |
Examples
Section titled “Examples”Example-1: this node contro policy named NODE_CTRL_POL
, which enables digital optics monitoring by setting the dom property to true
. It also defines the telemetry property to telemetry
, which is required for Cisco NDI integration. This property can alternatively be set to analytics
when integrating the ACI fabric with Cisco Secure Workload (previously known as Tetration), or set to netflow
for standard NetFlow integration.
apic: fabric_policies: switch_policies: node_control_policies: - name: NODE_CTRL_POL dom: true telemetry: telemetry