Configuring Priority Flow Control in Auto Mode
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys/intf.json
{ "interfaceEntity": { "children": [ { "l1PhysIf": { "attributes": { "id": "eth1/2" }, "children": [ { "ipqosPriorFlowCtrl": { "attributes": { "mode": "auto", "send_tlv": "no" }}}]}}]}}
Response
{ imdata:[] }
Copy
<System> <intf-items> <phys-items> <PhysIf-list> <id>eth1/2</id> <priorflowctrl-items> <mode>0</mode> <send_tlv>false</send_tlv> </priorflowctrl-items> </PhysIf-list> </phys-items> </intf-items> </System>