Configuring DHCP Option82 Suboption Circuit Id String (on a Port-Channel Interface)
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys.json
{ "topSystem": { "children": [ { "dhcpEntity": { "children": [ { "dhcpInst": { "children": [ { "dhcpClientIf": { "attributes": { "circuitId": "SampleString_123", "id": "po123" } } } ] } } ] } }, { "interfaceEntity": { "children": [ { "pcAggrIf": { "attributes": { "id": "po123" } } } ] } } ] } }
Response
{ imdata:[] }
Copy
<System> <dhcp-items> <inst-items> <clientif-items> <ClientIf-list> <id>po123</id> <circuitId>SampleString_123</circuitId> </ClientIf-list> </clientif-items> </inst-items> </dhcp-items> <intf-items> <aggr-items> <AggrIf-list> <id>po123</id> </AggrIf-list> </aggr-items> </intf-items> </System>