Configuring Label Advertisements
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys.json
{ "topSystem": { "children": [ { "mplsldpLDP": { "attributes": { "adminSt": "enabled" }, "children": [ { "mplsldpAdvLbl": { "attributes": { "advLbl": "yes" }}}]}}]}}
Response
{ imdata:[] }
Copy
<System> <ldp-items> <adminSt>enabled</adminSt> <advlbl-items> <advLbl>true</advLbl> </advlbl-items> </ldp-items> </System>