MCP Global Policy
NDOLocation in GUI:
Fabric Template » Fabric Policies » MCP Global Policy
Diagram
Section titled “Diagram”Classes
Section titled “Classes”fabric_policies (ndo.fabric_templates)
Section titled “fabric_policies (ndo.fabric_templates)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| mcp_global_policy | Class | [mcp_global_policy] | No |
mcp_global_policy (ndo.fabric_templates.fabric_policies)
Section titled “mcp_global_policy (ndo.fabric_templates.fabric_policies)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
| description | String | Regex: ^[a-zA-Z0-9\\!#$%()*,-./:;@ _{|}~?&+]{1,128}$ | No | |
| admin_state | Boolean | true, false | No | false |
| enable_mcp_pdu_per_vlan | Boolean | true, false | No | false |
| key | String | Yes | ||
| loop_detection | Integer | min: 1, max: 255 | No | 3 |
| transmission_frequency_sec | Integer | min: 0, max: 300 | No | 2 |
| transmission_frequency_msec | Integer | min: 0, max: 999 | No | 0 |
| initial_delay | Integer | min: 0, max: 1800 | No | 180 |
| port_disable_protection | Boolean | true, false | No | true |
Examples
Section titled “Examples”Example-1: The example below shows a fabric policy template called FP1 with an MCP global policy configured with all available attributes.
ndo: fabric_templates: fabric_policies: - name: FP1 sites: - APIC1 mcp_global_policy: name: MCP1 description: MCP Global Policy admin_state: true enable_mcp_pdu_per_vlan: true key: cisco123 loop_detection: 5 transmission_frequency_sec: 5 transmission_frequency_msec: 500 initial_delay: 360 port_disable_protection: true