[202012][copp_cfg] Enable dhcp trap for BmcMgmtToRRouter (#10596)
Signed-off-by: Jing Kan jika@microsoft.com
This commit is contained in:
parent
fa1e364f54
commit
4ee75f490e
@ -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'] is not in ['ToRRouter', 'EPMS', 'MgmtTsToR', 'MgmtToRRouter']) %}
|
||||
{% 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', 'BmcMgmtToRRouter']) %}
|
||||
"dhcp_relay": {
|
||||
"trap_ids": "dhcp,dhcpv6",
|
||||
"trap_group": "queue4_group3"
|
||||
|
Reference in New Issue
Block a user