Configuring the Max Input and Output Packet Rate
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys/pktmgr.json
{ "pktmgrEntity": { "children": [ { "pktmgrInst": { "attributes": { "rateLimitDirection": "both", "rateLimitPps": "26977" }}}]}}
Response
{ imdata:[] }
Copy
<System> <pktmgr-items> <inst-items> <rateLimitDirection>both</rateLimitDirection> <rateLimitPps>26977</rateLimitPps> </inst-items> </pktmgr-items> </System>