Skip to content

Commit

Permalink
[image_config]: Update DHCP rate-limit for mgmt TOR devices (sonic-ne…
Browse files Browse the repository at this point in the history
  • Loading branch information
mssonicbld committed Jan 4, 2024
1 parent 8362c09 commit 609b3a7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions files/image_config/copp/copp_cfg.j2
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,13 @@
"queue": "4",
"meter_type":"packets",
"mode":"sr_tcm",
{% 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'] %}
"cir":"300",
"cbs":"300",
{% else %}
"cir":"100",
"cbs":"100",
{% endif %}
"red_action":"drop"
},
"queue1_group1": {
Expand Down

0 comments on commit 609b3a7

Please sign in to comment.