Configuring a Secondary IPv4 Address on an Interface
DME
Copy
POST http://<IP_Address>/api/mo/sys/ipv4/inst.json
{ "ipv4Inst": { "children": [ { "ipv4Dom": { "attributes": { "name": "default" }, "children": [ { "ipv4If": { "attributes": { "id": "eth1/1" }, "children": [ { "ipv4Addr": { "attributes": { "addr": "128.0.0.1/10", "type": "secondary", "tag": "30" }}}]}}]}}]}}