Owners manual

DGS-1510 Series Gigabit Ethernet SmartPro Switch CLI Reference Guide
582
This command specifies the number of hold BPDUs to transmit. The transmission of BPDUs on a port is
controlled by a counter. The counter is incremented on every BPDU transmission and decremented once
a second. The transmissions are paused for one second if the counter reaches the transmit hold count.
Example
This example shows how to configure the transmit hold count value to 5.
Switch# configure terminal
Switch(config)# spanning-tree tx-hold-count 5
Switch(config)#
61-17 spanning-tree forward-bpdu
This command is used to enable the forwarding of the spanning tree BPDU. Use the no form of the
command to disable the forwarding of the spanning tree BPDU.
spanning-tree forward-bpdu
no spanning-tree forward-bpdu
Parameters
None.
Default
By default, this option is disabled.
Command Mode
Interface Configuration Mode.
Command Default Level
Level: 12.
Usage Guideline
If enabled, the received STP BPDU will be forwarded to all VLAN member ports in the untagged form.
The command does not take effect if the Layer 2 protocol tunnel is enabled for STP.
Example
This example shows how to enable the forwarding of STP BPDUs.
Switch# configure terminal
Switch(config)# interface eth6/0/1
Switch(config-if)# spanning-tree forward-bpdu
Switch(config-if)#