Skip to content

Commit

Permalink
[copp]: Enable rate limiting for bgp, lacp, dhcp, lldp, macsec and ud…
Browse files Browse the repository at this point in the history
…ld (#14859) (#17111)
  • Loading branch information
mssonicbld authored Nov 7, 2023
1 parent a11b33b commit 78cc6cf
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions files/image_config/copp/copp_cfg.j2
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@
"queue4_group1": {
"trap_action":"trap",
"trap_priority":"4",
"queue": "4"
"queue": "4",
"meter_type":"packets",
"mode":"sr_tcm",
"cir":"6000",
"cbs":"6000",
"red_action":"drop"
},
"queue4_group2": {
"trap_action":"copy",
Expand All @@ -26,7 +31,12 @@
"queue4_group3": {
"trap_action":"trap",
"trap_priority":"4",
"queue": "4"
"queue": "4",
"meter_type":"packets",
"mode":"sr_tcm",
"cir":"300",
"cbs":"300",
"red_action":"drop"
},
"queue1_group1": {
"trap_action":"trap",
Expand Down Expand Up @@ -97,7 +107,7 @@
},
"macsec": {
"trap_ids": "eapol",
"trap_group": "queue4_group3"
"trap_group": "queue4_group1"
},
"nat": {
"trap_ids": "src_nat_miss,dest_nat_miss",
Expand Down

0 comments on commit 78cc6cf

Please sign in to comment.