Skip to content

Commit 609b3a7

Browse files
authored
[image_config]: Update DHCP rate-limit for mgmt TOR devices (sonic-net#17630) (sonic-net#17671)
1 parent 8362c09 commit 609b3a7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

files/image_config/copp/copp_cfg.j2

+5
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,13 @@
3434
"queue": "4",
3535
"meter_type":"packets",
3636
"mode":"sr_tcm",
37+
{% if DEVICE_METADATA is defined and DEVICE_METADATA['localhost'] is defined and DEVICE_METADATA['localhost']['type'] is defined and 'Mgmt' in DEVICE_METADATA['localhost']['type'] %}
38+
"cir":"300",
39+
"cbs":"300",
40+
{% else %}
3741
"cir":"100",
3842
"cbs":"100",
43+
{% endif %}
3944
"red_action":"drop"
4045
},
4146
"queue1_group1": {

0 commit comments

Comments
 (0)