Configuring LDP Discovery Hello Interval
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys.json
{ "topSystem": { "children": [ { "mplsldpLDP": { "attributes": { "adminSt": "enabled" }, "children": [ { "mplsldpDiscovery": { "children": [ { "mplsldpDiscoveryHello": { "attributes": { "helloIntvl": "10" }}}]}}]}}]}}
Response
{ imdata:[] }
Copy
<System> <ldp-items> <adminSt>enabled</adminSt> <discovery-items> <discoveryhello-items> <helloIntvl>10</helloIntvl> </discoveryhello-items> </discovery-items> </ldp-items> </System>