diff --git a/swssconfig/sample/00-copp.config.json b/swssconfig/sample/00-copp.config.json index 997b73bdb3d4..fadb6294c648 100644 --- a/swssconfig/sample/00-copp.config.json +++ b/swssconfig/sample/00-copp.config.json @@ -43,8 +43,8 @@ "OP": "SET" }, { - "COPP_TABLE:trap.group.nat.ip2me": { - "trap_ids": "ip2me,src_nat_miss,dest_nat_miss", + "COPP_TABLE:trap.group.ip2me": { + "trap_ids": "ip2me", "trap_action":"trap", "trap_priority":"1", "queue": "1", @@ -55,5 +55,19 @@ "red_action":"drop" }, "OP": "SET" + }, + { + "COPP_TABLE:trap.group.nat": { + "trap_ids": "src_nat_miss,dest_nat_miss", + "trap_action":"trap", + "trap_priority":"1", + "queue": "1", + "meter_type":"packets", + "mode":"sr_tcm", + "cir":"600", + "cbs":"600", + "red_action":"drop" + }, + "OP": "SET" } ]