System Administration > System > Network

set interface <configurable-interface-name> ip <cidr46-notation> gateway <gateway-ip46-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-ipv46> CIDR notation argument for IPv4/IPv6 address
<gateway-ipv46> Gateway IPv4/IPv6 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)


Example:

nsx-edge> set interface bond0 ip 192.168.110.111/24 gateway 192.168.110.1 plane mgmt mode active-backup members eth0,eth1 primary eth0

Mode:

Basic

Availability: