Configuring Preemption Delay
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys.json
{ "topSystem": { "children": [ { "flexlinkFlexlink": { "children": [ { "flexlinkInterface": { "attributes": { "backupIntf": "eth1/2", "id": "po123", "preemptionDelay": "68" } } } ] } }, { "interfaceEntity": { "children": [ { "pcAggrIf": { "attributes": { "id": "po123", "layer": "Layer2", "userCfgdFlags": "admin_layer" } } } ] } } ] } }
Response
{ imdata:[] }
Copy
<System> <flexlink-items> <if-items> <Interface-list> <id>po123</id> <backupIntf>eth1/2</backupIntf> <preemptionDelay>68</preemptionDelay> </Interface-list> </if-items> </flexlink-items> <intf-items> <aggr-items> <AggrIf-list> <id>po123</id> <layer>Layer2</layer> <userCfgdFlags>admin_layer</userCfgdFlags> </AggrIf-list> </aggr-items> </intf-items> </System>