This commit is contained in:
parent
27c1e9bb42
commit
48885b6ac9
@ -34,8 +34,13 @@
|
|||||||
"queue": "4",
|
"queue": "4",
|
||||||
"meter_type":"packets",
|
"meter_type":"packets",
|
||||||
"mode":"sr_tcm",
|
"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",
|
"cir":"100",
|
||||||
"cbs":"100",
|
"cbs":"100",
|
||||||
|
{% endif %}
|
||||||
"red_action":"drop"
|
"red_action":"drop"
|
||||||
},
|
},
|
||||||
"queue1_group1": {
|
"queue1_group1": {
|
||||||
|
Reference in New Issue
Block a user