[202012][copp cfg] enable dhcp trap for a couple more devices (#10582)
* [copp cfg] enable copp trap for a couple more devices Signed-off-by: Ying Xie <ying.xie@microsoft.com>
This commit is contained in:
parent
9fd75ffd9d
commit
6af3de4372
@ -81,7 +81,7 @@
|
|||||||
"trap_ids": "lldp",
|
"trap_ids": "lldp",
|
||||||
"trap_group": "queue4_group3"
|
"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'] is not in ["ToRRouter", "EPMS", "MgmtTsTor"]) %}
|
{% 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', 'MgmtToRRouter']) %}
|
||||||
"dhcp_relay": {
|
"dhcp_relay": {
|
||||||
"trap_ids": "dhcp,dhcpv6",
|
"trap_ids": "dhcp,dhcpv6",
|
||||||
"trap_group": "queue4_group3"
|
"trap_group": "queue4_group3"
|
||||||
|
Reference in New Issue
Block a user