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

Specifies the mac address of a bridge interface.

set interfaces bridge brx mac mac-addr
delete interfaces bridge brx mac
show interfaces bridge brx mac
brx
Bridge group ID.
mac-addr
The MAC address to be set for the bridge interface. The format should be appropriate for the interface type. For an Ethernet interface, this is six colon-separated 8-bit numbers in hexadecimal; for example, 00:0a:59:9a:f2:ba.

Configuration mode


interfaces {
	bridge brx {
		mac mac-addr
		}
	}
}

Use this command to set the media access control (MAC) address of the bridge interface. The MAC address for a bridge interface defaults to the MAC address of the lowest numbered data plane interface, that is a member of the bridge group. The bridge MAC address is the least significant part of the bridge ID. The bridge priority is the most significant part of the bridge ID. The bridge with the lowest numerical bridge ID is selected as the route bridge.

Use the set form of this command to set the MAC address of the bridge interface.

Use the delete form of this command to remove a configured MAC address for the bridge interface.

Use the show form of this command to view MAC address configuration for the bridge interface.