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>

Defines a bridge group.

set interfaces bridge brx
delete interfaces bridge brx
show interfaces bridge brx
brx
Multinode. The identifier for the bridge group. The identifier ranges from br0 through brxxxxxxxxxxxxx (the letters br followed by as many as 13 decimal digits, each digit represented here as an x).

You can define multiple bridge groups by creating more than one bridge configuration node.

Configuration mode


interfaces {
	bridge brx 
}

Use this command to define a bridge group. Note that you must create the bridge group (using this command) before you can assign interfaces to it.

Use the set form of this command to create the bridge group and define bridge settings.

Use the delete form of this command to remove all configuration for a bridge group.

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