Configuring the Source Interface Feature for the FTP Client
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys/ipSrcIf.json
{ "srcintfEntity": { "children": [ { "srcintfFtp": { "attributes": { "srcIf": "eth1/2", "vrf": "default" }}}]}}
Response
{ imdata:[] }
Copy
<System> <ipSrcIf-items> <ftp-items> <Ftp-list> <vrf>default</vrf> <srcIf>eth1/2</srcIf> </Ftp-list> </ftp-items> </ipSrcIf-items> </System>