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> mac <mac-addr>

Sets the MAC address of an Ethernet link bond group.

set interfaces bonding dpFbondx mac mac-addr
delete interfaces bonding dpFbondx mac
show interfaces bonding dpFbondx mac

The MAC address used is the MAC address of the first interface added to the bond group.

dpFbondx
The identifier for the bond group. Supported values are dp0bond0 through dp0bond99.
mac-addr
The MAC address of an Ethernet link bond group. The format of the address must be appropriate for the interface type. For an Ethernet interface, the format is six colon-separated 8-bit numbers in hexadecimal; for example, 00:0a:59:9a:f2:ba.

Configuration mode


interfaces {
    bonding dpFbondx {
       mac mac-addr
      
    }
}

Use this command to set the media access control (MAC) address of an Ethernet link bond group.

Use the set form of this command to set the MAC address of a bond group.

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

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