home

Supported platforms

Vyatta NOS documentation

Learn how to install, configure, and operate Vyatta Network Operating System (Vyatta NOS), which helps to drive our virtual networking and physical platforms portfolio.

interfaces bridge <brx> disable-link-detect

Directs the bridge interface not to detect changes in link-states.

set interfaces bridge brx disable-link-detect
delete interfaces bridge brx disable-link-detect
show interfaces bridge brx

Detects changes in link-states.

brx
Bridge group ID.

Configuration mode.

interfaces {
	bridge brx {
		disable-link-detect
	}
}

Use this command to disable a bridge group.

Use the set form of this command to specify whether to ignore changes in link-states.

Use the delete form of this command to detect changes in link-states.

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