Configuring LDP Neighbor Implicit Withdraw
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys.json
{ "topSystem": { "children": [ { "mplsldpLDP": { "attributes": { "adminSt": "enabled" }, "children": [ { "mplsldpNeighbor": { "attributes": { "implicitWithdraw": "yes", "nbrAddr": "1.2.3.4" }}}]}}]}}
Response
{ imdata:[] }
Copy
<System> <ldp-items> <adminSt>enabled</adminSt> <neighbor-items> <Neighbor-list> <nbrAddr>1.2.3.4</nbrAddr> <implicitWithdraw>true</implicitWithdraw> </Neighbor-list> </neighbor-items> </ldp-items> </System>