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> address <address>

Assigns an address to a bridge group.

set interfaces bridge brx address address
delete interfaces bridge brx address address
show interfaces bridge brx address
brx
Bridge group ID.
address
Multi-node. The IP address and network prefix for the interface. The address must either be in the form ip-address/prefix, or the keywords dhcp or dhcpv6. If dhcp is specified, an IPv4 address and network prefix is assigned using the Dynamic Host Configuration Protocol (DHCP). If dhcpv6 is specified, an IPv6 address and network prefix are set using the DHCP for IPv6 (DHCPv6).

You can assign multiple addresses to a bridge group by creating multiple address configuration nodes.

Configuration mode


interfaces {
	bridge brx {
		address address
	}
}

Use this command to assign an address to a bridge group.

Use the set form of this command to set the address for the bridge group.

Use the delete form of this command to remove address configuration for the bridge group

Use the show form of this command to view bridge group address configuration.