Configuring TFTP Source Interface
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys/ipSrcIf.json
{ "srcintfEntity": { "children": [ { "srcintfTftp": { "attributes": { "srcIf": "po4", "vrf": "default" }}}]}}
Response
{ imdata:[] }
Copy
<System> <ipSrcIf-items> <tftp-items> <Tftp-list> <vrf>default</vrf> <srcIf>po4</srcIf> </Tftp-list> </tftp-items> </ipSrcIf-items> </System>