Alcatel-Lucent 6850-48 ネットワークガイド

ページ / 1162
Configuring Spanning Tree Parameters
Using RRSTP
OmniSwitch AOS Release 6 Network Configuration Guide
September 2009
page 13-39
Configuring RRSTP
This section describes how to use Alcatel-Lucent’s Command Line Interface (CLI) commands to config-
ure Ring Rapid Spanning Tree Protocol (RRSTP) on a switch.
When configuring RRSTP parameters, you must perform the following steps:
1 Enable RRSTP on your switch. To enable RRSTP globally on a switch, use th
command, which is described in 
2 Create RRSTP ring comprising of two ports. To create an RRSTP ring comprising of two ports, use 
the 
 command, which is described in 
.
Enabling and Disabling RRSTP
To enable RRSTP switch-wide, use the 
 command by entering:
-> bridge rrstp
To disable RRSTP switch-wide, use the no form of the command by entering:
-> no bridge rrstp
You can display the current RRSTP status at a global level using the 
 
command.
-> show bridge rrstp configuration
RRSTP Global state is Enabled
Creating and Removing RRSTP Rings
By default, an RRSTP ring is disabled on the switch. To create an RRSTP ring comprising of two ports, 
use th
 command by entering:
-> bridge rrstp ring 1 port1 1/1 port2 1/3 vlan-tag 10 status enable
To modify the vlan-tag associated with the ring, use th
 command by entering:
-> bridge rrstp ring 1 vlan-tag 20
To remove an RRSTP ring comprising of two ports, use the no form of the command by entering:
-> no bridge rrstp ring 1
You can display the information of a specific ring or all the rings on the switch using th
 command, as shown:
-> show bridge rrstp ring
      RingId     Vlan-Tag     Ring-Port1     Ring-Port2     Ring Status
  -----------+------------+---------------+--------------+---------------
       2          1000          1/19           1/10         enabled
       6            20           1/1            1/8        disabled
     128             1           0/1           0/31         enabled