Configuring Explicit Null for a Prefix List Advertised to All Peers
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys.json
{ "topSystem": { "children": [ { "mplsldpLDP": { "attributes": { "adminSt": "enabled" }, "children": [ { "mplsldpExplNullForList": { "attributes": { "forPfxList": "prefix-pfxlist", "toPfxList": "" }}}]}}]}}
Response
{ imdata:[] }
Copy
<System> <ldp-items> <adminSt>enabled</adminSt> <explnullforlist-items> <forPfxList>prefix-pfxlist</forPfxList> <toPfxList></toPfxList> </explnullforlist-items> </ldp-items> </System>