These commands can be used to add or remove additional addresses.

Example Command

curl -k "https://<Username>:<Password>@<MTIPAddress>/mtaccess/addadditional?interface=<InterfaceID>&addr=<IPAddress/Prefix>"
curl -k "https://<Username>:<Password>@<MTIPAddress>/mtaccess/deladditional?interface=<InterfaceID>&addr=<IPAddress/Prefix>"

Available Parameters

Parameter

Parameter Type

Parameter Description

Mandatory

interface

Integer

The ID number of the relevant interface.

Yes

addr

Address

The IPv4 or IPv6 address of the additional address.

Yes

Example Output

<Response stat="200" code="ok">
<Success>Command completed ok</Success>
</Response>