Configuring Neighbor Changes
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys.json
{ "topSystem": { "children": [ { "mplsldpLDP": { "attributes": { "adminSt": "enabled" }, "children": [ { "mplsldpLogging": { "attributes": { "nbrChanges": "yes" }}}]}}]}}
Response
{ imdata:[] }
Copy
<System> <ldp-items> <adminSt>enabled</adminSt> <logging-items> <nbrChanges>true</nbrChanges> </logging-items> </ldp-items> </System>