NSX CLI Guide
set interface <configurable-interface-name> ip <cidr-notation> gateway <gateway-ip-address-arg> plane <interface-plane-arg> mode <bond-mode-arg> members <bond-slaves-arg> primary <bond-primary-arg>
Create bond interface and set the plane property of the interface and config the IP address. If plane is set to mgmt, it is reported as such to the management plane (MP) via MPA, and the slave devices are not consumed by dataplane for dataplane operations. You can configure the bond interface with a DHCP or static IP address. If you configure a static IP address, make sure an appropriate network route is also configured.
Parameters:
| Option | Description |
|---|---|
| <interface-name> | Configurable network interface argument |
| <prefix> | CIDR notation argument |
| <gateway-ip> | Gateway IP address argument |
| <plane> | Interface plane argument Allowed values: mgmt, debug |
| <mode> | Bond mode (e.g. active-backup) Allowed values: active-backup |
| <members> | Bond member devices (e.g. eth0,eth1) |
| <primary> | Bond primary device (in active-backup mode, e.g. eth0) |