Enable dhcp copp trap for EPMS and MgmtTsToR (#10439)
This commit is contained in:
parent
4f1b109ea0
commit
b68f4dd74c
@ -81,7 +81,7 @@
|
||||
"trap_ids": "lldp",
|
||||
"trap_group": "queue4_group3"
|
||||
},
|
||||
{% if not (DEVICE_METADATA is defined and DEVICE_METADATA['localhost'] is defined and DEVICE_METADATA['localhost']['type'] is defined and DEVICE_METADATA['localhost']['type'] != "ToRRouter") %}
|
||||
{% if not (DEVICE_METADATA is defined and DEVICE_METADATA['localhost'] is defined and DEVICE_METADATA['localhost']['type'] is defined and DEVICE_METADATA['localhost']['type'] is not in ["ToRRouter", "EPMS", "MgmtTsTor"]) %}
|
||||
"dhcp_relay": {
|
||||
"trap_ids": "dhcp,dhcpv6",
|
||||
"trap_group": "queue4_group3"
|
||||
|
Loading…
Reference in New Issue
Block a user