home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

interfaces bonding <dpFbondx> address

Assigns a network address to an Ethernet link bond group.

set interfaces bonding dpFbondx address { address | dhcp | dhcpv6 }
delete interfaces bonding dpFbondx address
show interfaces bonding dpFbondx address
dpFbondx
The identifier for the bond group. Supported values are dp0bond0 through dp0bond99.
address
An IPv4 network address on this interface. The format of the address is ip-address / prefix (for example, 192.168.1.77/24).

You can define multiple IPv4 network addresses for a single interface, by creating multiple address configuration nodes.

dhcp
Specifies that the address and prefix are obtained from a DHCP server.
dhcpv6
Specifies that the address and prefix are obtained from a DHCPv6 server.

Configuration mode


interfaces {
    bonding dpFbondx {
       address {
            address
            dhcp
            dhcpv6
       ]
    }   
}

Use this command to assign a network address to an Ethernet link bond group.

You can direct the interface to obtain its address and prefix from a Dynamic Host Configuration Protocol (DHCP) or DHCPv6 server by using the dhcp or dhcpv6 option.

Use the set form of this command to set the IP address and network prefix. You can set more than one IP address for the interface by creating multiple address configuration nodes.

Use the delete form of this command to remove the address from an Ethernet link bond group.

Use the show form of this command to view the address of an Ethernet link bond group.