We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8362c09 commit 609b3a7Copy full SHA for 609b3a7
files/image_config/copp/copp_cfg.j2
@@ -34,8 +34,13 @@
34
"queue": "4",
35
"meter_type":"packets",
36
"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 %}
41
"cir":"100",
42
"cbs":"100",
43
+{% endif %}
44
"red_action":"drop"
45
},
46
"queue1_group1": {
0 commit comments