A bonded interface can be created by using the following command:

https://<MTIPAddress>/mtaccess/createbond?interface=<InterfaceID>

An interface can be added to a bonded interface by using the following command:

https://<MTIPAddress>/mtaccess/addbond?interface=<InterfaceID>&bond=<BondID>

An interface can be removed from a bonded interface by using the following command:

https://<MTIPAddress>/mtaccess/delbond?interface=<InterfaceID>&bond=<BondID>

A bond can be converted back to a port by using the following command:

https://<MTIPAddress>/mtaccess/unbond?interface=<InterfaceID>

To view the interface ID for each of the interfaces, run the stats command. The interface IDs are displayed as the ifaceID in the XML output. For further information on the stats command, refer to the Statistics section.

The BondID is the number of the bond in the Interfaces section of the main menu in the WUI. For example, bnd2 will have a BondID of 2.