Item
Description
TYPE
Type of secondary VLAN
• isolated : Isolated VLAN
• community : Community VLAN
INTERFACES
Interfaces that are associated as a host port
[Example]
Show private VLAN information.
SWR2311P>show vlan private-vlan
PRIMARY SECONDARY TYPE INTERFACES
------- --------- ---------- ----------
2 21 isolated
2 22 community
6.3 STP (Spanning Tree Protocol)
6.3.1 Set spanning tree for the system
[Syntax]
spanning-tree
shutdown
no
spanning-tree
shutdown
[Initial value]
no spanning-tree shutdown
[Input mode]
global configuration mode
[Description]
Disables spanning tree for the entire system.
If this command is executed with the "no" syntax, spanning tree is enabled for the entire system.
[Note]
In order to enable spanning tree, spanning tree must be enabled on the interface in addition to this command.
[Example]
Disable spanning tree for the entire system.
SWR2311P(config)#spanning-tree shutdown
6.3.2 Set forward delay time
[Syntax]
spanning-tree
forward-time
time
no
spanning-tree
forward-time
[Parameter]
time
:
<4-30>
Forward delay time (seconds)
[Initial value]
spanning-tree forward-time 15
[Input mode]
global configuration mode
[Description]
Sets the forward delay time.
If this command is executed with the "no" syntax, the setting returns to the default.
[Note]
The setting of this command must satisfy the following conditions.
2 x (hello time + 1) <= maximum aging time <= 2 x (forward delay time - 1)
The maximum aging time can be set by the
spanning-tree max-age
command.
Command Reference | Layer 2 functions |
171