EP Loop Protection
Location in GUI:
System
» System Settings
» Endpoint Controls
Diagram
Classes
fabric_policies (apic)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
ep_loop_protection | Class | [ep_loop_protection] | No |
ep_loop_protection (apic.fabric_policies)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
admin_state | Boolean | true , false | No | false |
detection_interval | Integer | min: 30 , max: 300 | No | 60 |
detection_multiplier | Integer | min: 1 , max: 255 | No | 4 |
action | Choice | bd-learn-disable , port-disable | No | |
bd_learn_disable | Boolean | true , false | No | true |
port_disable | Boolean | true , false | No | false |
Examples
apic:
fabric_policies:
ep_loop_protection:
admin_state: true
detection_interval: 180
detection_multiplier: 10
port_disable: true
bd_learn_disable: false