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

Disables a bridge group without discarding configuration.

set interfaces bridge brx disable
delete interfaces bridge brx disable
show interfaces bridge brx

Bridging is enabled.

brx
Bridge group ID.

Configuration mode


interfaces {
	bridge brx {
		disable
	}
}

Use this command to disable a bridge group.

Use the set form of this command to specify whether to disable bridging on the interface.

Use the delete form of this command to restore the default value for the bridge group.

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