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> spanning-tree tx-hold-count <count>

Specifies the maximum number of BPDUs that a bridge can send each second.

set interfaces bridge brx spanning-tree tx-hold-count count
delete interfaces bridge brx spanning-tree tx-hold-count count
show interfaces bridge brx spanning-tree tx-hold-count

None

brx
The ID of a Bridge group.
count
The maximum number of BPDUs transmitted during one hello time period. The number ranges from 1 through 10.

Configuration mode

interfaces {
    bridge brx {
        spanning-tree {
            tx-hold-count count
        }
    }
}

Use the set form of this command to specify the maximum number of BPDUs that a bridge can send each second.

Use the delete form of this command to delete the number of BPDUs that the bridge can send each second.

Use the show form of this command to display the number of BPDUs that the bridge can send each second.