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> description <desc>

Specifies a description for a bridge group.

set interfaces bridge brx description desc
delete interfaces bridge brx description
show interfaces bridge brx description
brx
Bridge group ID.
desc
A brief description for the bridge group.

Configuration mode


interfaces {
	bridge brx {
		description desc
	}
}

Use this command to specify a description for the bridge group.

Use the set form of this command to specify a description for the bridge group.

Use the delete form of this command to remove the bridge group description.

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