Configuring Administrative Shutdown of the LDP Protocol
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys.json
{ "topSystem": { "children": [ { "mplsldpLDP": { "attributes": { "adminSt": "disabled" }}}]}}
Response
{ imdata:[] }
Copy
<System> <ldp-items> <adminSt>disabled</adminSt> </ldp-items> </System>