Skip to content

MCP Global Policy

Location in GUI: Fabric Template » Fabric Policies » MCP Global Policy

Diagram
NameTypeConstraintMandatoryDefault Value
mcp_global_policyClass[mcp_global_policy]No

mcp_global_policy (ndo.fabric_templates.fabric_policies)

Section titled “mcp_global_policy (ndo.fabric_templates.fabric_policies)”
NameTypeConstraintMandatoryDefault Value
nameStringRegex: ^[a-zA-Z0-9_.:-]{1,64}$Yes
descriptionStringRegex: ^[a-zA-Z0-9\\!#$%()*,-./:;@ _{|}~?&+]{1,128}$No
admin_stateBooleantrue, falseNofalse
enable_mcp_pdu_per_vlanBooleantrue, falseNofalse
keyStringYes
loop_detectionIntegermin: 1, max: 255No3
transmission_frequency_secIntegermin: 0, max: 300No2
transmission_frequency_msecIntegermin: 0, max: 999No0
initial_delayIntegermin: 0, max: 1800No180
port_disable_protectionBooleantrue, falseNotrue

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