Configuring the Holdtime (in Sec) to be Sent in Packets
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys/lldp.json
{ "lldpEntity": { "children": [ { "lldpInst": { "attributes": { "holdTime": "120" }}}]}}
Response
{ imdata:[] }
Copy
<System> <lldp-items> <inst-items> <holdTime>120</holdTime> </inst-items> </lldp-items> </System>