Configuring Minimum Delay
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys.json
{ "topSystem": { "children": [ { "vrrpv3Entity": { "children": [ { "vrrpv3Inst": { "children": [ { "vrrpv3Interface": { "attributes": { "delayIntfMin": "25", "id": "eth1/2" } } } ] } } ] } }, { "interfaceEntity": { "children": [ { "l1PhysIf": { "attributes": { "id": "eth1/2" } } } ] } } ] } }
Response
{ imdata:[] }
Copy
<System> <vrrpv3-items> <inst-items> <if-items> <Interface-list> <id>eth1/2</id> <delayIntfMin>25</delayIntfMin> </Interface-list> </if-items> </inst-items> </vrrpv3-items> <intf-items> <phys-items> <PhysIf-list> <id>eth1/2</id> </PhysIf-list> </phys-items> </intf-items> </System>