Abstract. Avaya Solution & Interoperability Test Lab

Size: px
Start display at page:

Download "Abstract. Avaya Solution & Interoperability Test Lab"

Transcription

1 Avaya Solution & Interoperability Test Lab Application Notes for Configuring Avaya C363T RSTP to Interoperate with Extreme Networks MSTP to Support Avaya Communication Manager and Avaya G650 Media Gateway - Issue 1.0 Abstract These Application Notes describe the steps for configuring Rapid Spanning Tree Protocol (RSTP) to interoperate with Multiple Spanning Tree Protocol (MSTP 1 ) in a network environment consisting of an Avaya C363T-PWR Converged Stackable Switch and Extreme Networks switches. MSTP has the concept of regions and allows for multiple instances of Spanning Tree Protocol to be configured within a region. MSTP is backward compatible with Spanning Tree Protocol (802.1D) and Rapid Spanning Tree Protocol (802.1w) compliance bridges. 1 Multiple Spanning Tree Protocol (MSTP) is an implementation of IEEE 802.1S. 1 of 25

2 1. Introduction In an effort to construct a robust network infrastructure, both physical and logical redundancies are often introduced into the network, but resulting in the need for loop avoidance algorithms. In the realm of a Layer-2 data network, Spanning Tree Protocol (802.1D), Rapid Spanning Tree Protocol (802.1w), or Per VLAN Spanning Tree Protocol (PVSTP) is typically deployed as the mechanism to prevent such loops from cascading into a broadcast storm in a network. Each of these protocols has advantages and disadvantages. To improve resiliency and convergence time, Multiple Spanning Tree Protocol (MSTP) can be implemented in the network. MSTP is backwards compatible with network bridges supporting Spanning Tree Protocol (STP) and Rapid Spanning Tree Protocol (RSTP). These Application Notes describe a solution in implementing MSTP and RSTP to interoperate in a partially meshed 4-node network. Unlike other bridging protocols, MSTP has the concept of Regions. A common Region Name, Format Selector, and Revision Level logically group switches into a Region. This allows for greater scalability, since each region now defines the logical boundary of the spanning tree network. Therefore, each spanning tree instance converges separately and has its own root bridge. Figure 1 below illustrates the function of the MSTP Region. B2, B3, and B4 belong to a MSTP region as defined by the criteria mentioned earlier. A Common and Internal Spanning Tree (CIST) instance is run among these three bridges and a CIST Regional Root is elected. Figure 1: MSTP Region 2 of 25

3 From the perspective of bridge B1 (which is not part of a MSTP region), the whole MSTP region behaves as one virtual bridge. The B-Virtual bridge will take on the bridge priority and MAC address the CIST Regional Root Bridge for the purposes of Spanning Tree calculation with bridges outside of the MSTP region. Bridge Protocol Data Units (BPDUs) will be exchanged between B1 and the virtual bridge to calculate a Root Bridge, also known as the CIST Root for the entire network. Figure 2: CIST Regional Root Bridge In addition, one or more Multiple Spanning Tree Instance (MSTI) domains can be configured within the MSTP region to support VLANs or further partition VLAN(s) into multiple MSTI domains. Figure 3 below is an example of the upperfloor MSTI domain. This upperfloor MSTI runs a separate instance of the Spanning Tree protocol and elects its own MSTI Regional Root bridge. Figure 3: MSTI Regional Root 3 of 25

4 Figure 4 below illustrates the final state of the root bridge assignment. Note that B4 designated as both the CIST Regional Root and the MSTI Regional Root. It is also possible to have a single bridge within the MSTP region to serve as the root bridge for all three types of root bridges (CIST Root, CIST Regional Root, and MSTI Regional Root); however the opposite is not true as both the CIST Regional Root and MSTI Regional Root must be within the MSTP region. Figure 4: MSTI Regional Root The details of how CIST and MSTI communicate and construct BPDUs for interoperability with other spanning tree protocol are beyond the scope of this document. Please consult reference [6] for additional information. 4 of 25

5 2. Configuration Figure 5 illustrates the configuration used in these Application Notes. Figure 5: Sample Network Configuration 5 of 25

6 3. Equipment and Software Validated The following equipment and software/firmware were used for the sample configuration provided: Equipment Avaya S8500 Media Server with Avaya G650 Media Gateway Software/Firmware Avaya Communication Manager 3.1 (R ) Service Pack Avaya C363T-PWR Converged Stackable Switch Avaya 4620 SW IP Telephones (H.323) 2.3 Extreme Network BlackDiamond XOS Extreme Network BlackDiamond XOS Extreme Network BlackDiamond 8810 XOS of 25

7 4. Avaya Communication Manager There is no unique setup needed in Avaya Communication Manager to support MSTP interoperability or any feature(s) mentioned in this document. For detailed information on the installation, maintenance, and configuration of Avaya Communication Manager, please consult references [1] and [2]. 5. Configure the Extreme Networks Switches The following sections describe the configuration for the different Extreme Network switches in the sample configuration Configure the Extreme Networks BlackDiamond This section shows the necessary steps for configuring the BlackDiamond shown in the sample network. CIST must be configured first before MSTI can be configured. To avoid an accidental spanning tree loop, complete Steps 1-10 in Sections first and verify CIST information is as shown in Section 6 Step 4 before completing the remaining steps in each section. Step Description 1. Connect to the BlackDiamond Log in using the appropriate login and password. login: password: BD # 2. Make sure the ports are not already configured for other VLANs. Use the show port <port> info detail command to check the current configuration for the port. The following steps assume that all ports used in the sample configuration are not configured for any other VLAN. BD # show port 2:15-2:16,2:20 info detail 3. Disable the uplink ports that will be used to prevent accidental broadcast storms from occurring (optional) BD # disable port 2:15-2:16,2:20 4. Create VLAN v171 for VoIP traffic, and create VLAN v173 for data traffic. BD # create vlan "V171" BD # configure vlan V171 tag 171 BD # configure vlan V171 ipaddress /24 BD # create vlan "V173" BD # configure vlan V173 tag 173 BD # configure vlan V173 ipaddress /24 BD # enable ipforwarding 7 of 25

8 Step Description 5. Assign ports to the appropriate VLAN(s). The default VLAN is used to carry BPDUs for the CIST ports for Avaya Media Server and Avaya G650 Media Gateway BD # config vlan v171 add port 2:1-4 untagged inter-switch ports BD # config vlan default add port 2:15-16,2:20 tagged BD # config vlan v171 add port 2:15-16,2:20 tagged BD # config vlan v173 add port 2:15-16,2:20 tagged 6. Assign an MSTP region name for the BlackDiamond The sample configuration uses buildinga as the MSTP region name. BD # configure mstp region buildinga 7. Configure the Common and Internal Spanning Tree (CIST) for the MSTP region. The sample configuration uses the default stpd domain s0 for the CIST. BD # disable stpd s0 auto-bind vlan Default BD # configure stpd s0 mode mstp cist 8. Assign the default VLAN ports to the CIST and configure the port connecting to Avaya 363T-PWR switch for dot1d operational mode. BD # enable stpd s0 auto-bind vlan Default BD # configure stpd s0 add vlan v171 ports 2:20 dot1d BD # configure stpd s0 add vlan v173 ports 2:20 dot1d 9. Configure the inter-switch links as point-to-point. BD # configure stpd s0 ports link-type point-to-point 2:15-16,2: Enable the CIST. BD # enable stpd s0 11. Configure a Multiple Spanning Tree Instance (MSTI) for the MSTP region. The sample configuration uses upperfloor for the MSTI. BD # create stpd upperfloor BD # configure stpd upperfloor mode mstp msti Assign ports to the upperfloor MSTI. BD # configure stpd upperfloor add vlan v171 ports 2:15-16 BD # configure stpd upperfloor add vlan v173 ports 2: of 25

9 Step Description 13. Configure the inter-switch links as point-to-point. BD # configure stpd upperfloor ports link-type point-to-point 2: Enable the upperfloor MSTI. BD # enable stpd upperfloor 15. Enable the inter-switch ports. BD # enable port 2:15-16,2: Enable diffserv examination for all ports used in the sample configuration. BD # enable diffserv examination ports 2:1-4,2:15-16,2: Save the configuration. BD # save 5.2. Configure the Extreme Network BlackDiamond This section shows the necessary steps for configuring the BlackDiamond shown in the sample network. Step Description 1. Connect to the BlackDiamond Log in using the appropriate login and password. login: password: BD # 2. Make sure the ports are not already configured for other VLANs. Use the show port <port> info detail command to check the current configuration for the port. The following steps assume that all ports used in the sample configuration are not configured for any other VLAN. BD # show port 8:1,8:5-6 info detail 3. Disable the uplink ports that will be used to prevent accidental broadcast storms from occurring (optional). BD # disable port 8:1,8:5-6 9 of 25

10 Step Description 4. Create VLAN v171 for VoIP traffic, and create VLAN v173 for data traffic. BD # create vlan "V171" BD # configure vlan V171 tag 171 BD # create vlan "V173" BD # configure vlan V173 tag Assign ports to the appropriate VLAN(s). The default VLAN is used to carry BPDUs for the CIST inter-switch ports BD # config vlan default add port 8:1,8:5-6 tagged BD # config vlan v171 add port 8:1,8:5-6 tagged BD # config vlan v173 add port 8:1,8:5-6 tagged 6. Assign an MSTP region name for the BlackDiamond The sample configuration uses buildinga as the MSTP region name. BD # configure mstp region buildinga 7. Configure the Common and Internal Spanning Tree (CIST) for the MSTP region. The sample configuration uses the default stpd domain s0 for the CIST. BD # disable stpd s0 auto-bind vlan Default BD # configure stpd s0 mode mstp cist 8. Assign the default VLAN ports to the CIST and configure the port connecting to Avaya 363T-PWR switch for dot1d operational mode. BD # enable stpd s0 auto-bind vlan Default BD # configure stpd s0 add vlan v171 ports 8:1 dot1d BD # configure stpd s0 add vlan v173 ports 8:1 dot1d 9. Configure the inter-switch links as point-to-point. BD # configure stpd s0 ports link-type point-to-point 8:1,8: Enable the CIST. BD # enable stpd s0 11. Configure a Multiple Spanning Tree Instance (MSTI) for the MSTP region. The sample configuration uses upperfloor for the MSTI. BD # create stpd upperfloor BD # configure stpd upperfloor mode mstp msti 1 10 of 25

11 Step Description 12. Assign ports to the upperfloor MSTI. BD # configure stpd upperfloor add vlan v171 ports 8:5-6 BD # configure stpd upperfloor add vlan v173 ports 8: Configure the inter-switch links as point-to-point. BD # configure stpd upperfloor ports link-type point-to-point 8: Enable the MSTI. BD # enable stpd upperfloor 15. Enable the inter-switch ports. BD # enable port 8:1,8: Enable diffserv examination for all ports used in the sample configuration. BD # enable diffserv examination ports 8:1,8: Save the configuration. BD # save 5.3. Configure the Extreme Network BlackDiamond 8810 This section shows the necessary steps for configuring the BlackDiamond 8810 shown in the sample network. Step Description 1. Connect to the BlackDiamond Log in using the appropriate login and password. login: password: BD-8810 # 2. Make sure the ports are not already configured for other VLANs. Use the show port <port> info detail command to check the current configuration for the port. The following steps assume that all ports used in the sample configuration are not configured for any other VLAN. BD-8810 # show port 1:5-6 info detail 11 of 25

12 Step Description 3. Disable the uplink ports that will be used to prevent accidental broadcast storms from occurring (optional). BD-8810 # disable port 1: Create VLAN v171 for VoIP traffic, and create VLAN v173 for data traffic. BD-8810 # create vlan "V171" BD-8810 # configure vlan V171 tag 171 BD-8810 # create vlan "V173" BD-8810 # configure vlan V173 tag Assign ports to the appropriate VLAN(s). The default VLAN is used to carry BPDUs for the CIST port for Avaya IP Telephone and PC BD-8810 # config vlan v171 add port 1:1 tagged BD-8810 # config vlan v173 add port 1:1-2 untagged inter-switch ports BD-8810 # config vlan default add port 1:5-6 tagged BD-8810 # config vlan v171 add port 1:5-6 tagged BD-8810 # config vlan v173 add port 1:5-6 tagged 6. Assign an MSTP region name for the BlackDiamond The sample configuration uses buildinga as the MSTP region name. BD-8810 # configure mstp region buildinga 7. Configure the Common and Internal Spanning Tree (CIST) for the MSTP region. The sample configuration uses the default stpd domain s0 for the CIST. BD-8810 # disable stpd s0 auto-bind vlan Default BD-8810 # configure stpd s0 mode mstp cist 8. Assign the default VLAN ports to the CIST. BD-8810 # enable stpd s0 auto-bind vlan Default 9. Configure the inter-switch links as point-to-point. BD-8810 # configure stpd s0 ports link-type point-to-point 1: Enable the CIST. BD-8810 # enable stpd s0 12 of 25

13 Step Description 11. Configure a Multiple Spanning Tree Instance (MSTI) for the MSTP region. The sample configuration uses upperfloor for the MSTI. BD-8810 # create stpd upperfloor BD-8810 # configure stpd upperfloor mode mstp msti Assign ports to the upperfloor MSTI. BD-8810 # configure stpd upperfloor add vlan v171 ports 1:5-6 BD-8810 # configure stpd upperfloor add vlan v173 ports 1: Configure the inter-switch links as point-to-point. BD-8810 # configure stpd upperfloor ports link-type point-to-point 1: Enable the MSTI. BD-8810 # enable stpd upperfloor 15. Enable the inter-switch ports. BD-8810 # enable port 1: Enable diffserv examination for all ports used in the sample configuration. BD-8810 # enable diffserv examination ports 1:1-2,1: Save the configuration. BD-8810 # save 5.4. Configure the Avaya C363T-PWR Converged Stackable Switch This section shows the necessary steps for configuring the Avaya C363T-PWR Converged Stackable Switch shown in the sample network. Step Description 1. From a terminal emulation program, connect to the Avaya C363T-PWR Converged Stackable Switch via the console port with the following terminal settings. Bits per second: 9600 Data bits: 8 Parity: None Stop bits: 1 13 of 25

14 Step Description 2. Create VLAN v171 for the Avaya IP Telephone, and VLAN v173 for the data traffic. Assign these VLANs to the appropriate ports. C360-1(super)# set vlan 171 name v171 C360-1(super)# set vlan 173 name v173 C360-1(super)# set port vlan 173 1/1 C360-1(super)# set port vlan 173 1/2 C360-1(super)# set trunk 1/1 dot1q C360-1(super)# set trunk 1/5 dot1q C360-1(super)# set trunk 1/7 dot1q C360-1(super)# set port vlan-binding-mode 1/1 bind-to-configured C360-1(super)# set port vlan-binding-mode 1/5 bind-to-configured C360-1(super)# set port vlan-binding-mode 1/7 bind-to-configured 3. Configure Spanning Tree Protocol. C360-1(super)# set spantree version rapid-spanning-tree C360-1(super)# set spantree enable 14 of 25

15 6. Verification Steps The following steps may be used to verify the configuration: Step Description 1. Place calls using the Avaya IP Telephones. 2. Verify the PCs can ping each other and the Avaya IP Telephones. 3. Use the show stpd command on the Extreme Network switches to display the status of all stpd domains. Verify that the MSTP Region Name is correct. Verify that the number of MSTI instances is correct. Verify that both the CIST and MSTI domains are enabled. The following is the show stpd output for the BlackDiamond BD # show stpd MSTP Global Configuration: MSTP Region Name : buildinga MSTP Format Identifier : 0 MSTP Revision Level : 3 Common and Internal Spanning Tree (CIST) : s0 Total Number of MST Instances (MSTI) : 1 Name Tag Flags Ports Bridge ID Designated Root Rt Port Rt Cost s EM d a330 2:16 4 upperfloor 0000 EI d a330 2:16 4 Total number of STPDs: 2 Flags: (C) Topology Change, (D) Disable, (E) Enable, (R) Rapid Root Failover (T) Topology Change Detected, (M) MSTP CIST, (I) MSTP MSTI 15 of 25

16 4. Use the show stpd <stpd domain> command on the Extreme Network switches to display the spanning tree domain information for the CIST domain. Verify that the spanning tree domain is enabled. Verify that the ports are correct. Verify that the participating VLANs are correct. Verify that the CIST Root is correct (all bridges in the network should have the same information). Verify that the CIST Regional Root is correct (all bridges in the same region should have the same information). Below is the show stpd s0 output from the BlackDiamond Note the following: The CIST Root is the bridge with the lowest MAC address (Avaya C363T-PWR Converged Stackable Switch) The CIST Regional Root is the bridge with the lowest MAC address (the BlackDiamond 10808) within the Region buildinga. BD # show stpd s0 Stpd: s0 Stp: ENABLED Number of Ports: 4 Rapid Root Failover: Disabled Operational Mode: MSTP Default Binding Mode: 802.1D MSTI Instance: CIST 802.1Q Tag: (none) Ports: 2:15,2:16,2:20 Participating Vlans: Default,v171,v173 Auto-bind Vlans: Default Bridge Priority: BridgeID: 80:00:00:04:96:1d:65:00 Designated root: 80:00:00:04:96:10:a3:30 CIST Root: 80:00:00:04:0d:3c:32:ff CIST Regional Root: 80:00:00:04:96:10:a3:30 External RootPathCost: 19 Internal RootPathCost: 4 Root Port: 2:16 MaxAge: 20s HelloTime: 2s ForwardDelay: 15s CfgBrMaxAge: 20s CfgBrHelloTime: 2s CfgBrForwardDelay: 15s MaxHopCount: 19 CfgMaxHopCount: 20 Topology Change Time: 35s Hold time: 1s Topology Change Detected: FALSE Topology Change: FALSE Number of Topology Changes: 8 Time Since Last Topology Change: 51736s The following is the show stpd s0 output from the BlackDiamond of 25

17 BD # show stpd s0 Stpd: s0 Stp: ENABLED Number of Ports: 3 Rapid Root Failover: Disabled Operational Mode: MSTP Default Binding Mode: 802.1D MSTI Instance: CIST 802.1Q Tag: (none) Ports: 8:1,8:5,8:6 Participating Vlans: Default,v171,v173 Auto-bind Vlans: Default Bridge Priority: BridgeID: 80:00:00:04:96:10:a3:30 Designated root: 80:00:00:04:0d:3c:32:ff CIST Root: 80:00:00:04:0d:3c:32:ff CIST Regional Root: 80:00:00:04:96:10:a3:30 External RootPathCost: 19 Internal RootPathCost: 0 Root Port: 8:1 MaxAge: 20s HelloTime: 2s ForwardDelay: 15s CfgBrMaxAge: 20s CfgBrHelloTime: 2s CfgBrForwardDelay: 15s MaxHopCount: 20 CfgMaxHopCount: 20 Topology Change Time: 35s Hold time: 1s Topology Change Detected: FALSE Topology Change: FALSE Number of Topology Changes: 25 Time Since Last Topology Change: 51941s The following is the show stpd s0 output from the BlackDiamond Aspen # show stpd s0 Stpd: s0 Stp: ENABLED Number of Ports: 2 Rapid Root Failover: Disabled Operational Mode: MSTP Default Binding Mode: 802.1D MSTI Instance: CIST 802.1Q Tag: (none) Ports: 1:5,1:6 Participating Vlans: Default Auto-bind Vlans: Default Bridge Priority: BridgeID: 80:00:00:04:96:1f:a1:a0 Designated root: 80:00:00:04:96:10:a3:30 CIST Root: 80:00:00:04:0d:3c:32:ff CIST Regional Root: 80:00:00:04:96:10:a3:30 External RootPathCost: 19 Internal RootPathCost: 4 Root Port: 1:5 MaxAge: 20s HelloTime: 2s ForwardDelay: 15s CfgBrMaxAge: 20s CfgBrHelloTime: 2s CfgBrForwardDelay: 15s MaxHopCount: 19 CfgMaxHopCount: 20 Topology Change Time: 35s Hold time: 1s Topology Change Detected: FALSE Topology Change: FALSE Number of Topology Changes: 7 Time Since Last Topology Change: 52062s Aspen # 5. Use the show stpd <stpd domain> ports command on the Extreme Network switches to display the state of the spanning tree ports. Verify that the port is set to 802.1D mode (default). Verify that all ports are either forwarding or blocking. Verify that the port is set to point-to-point. Verify that the port connected to another bridge outside the Region is marked as Boundary. Verify that the port connected to another bridge inside the Region is mark as Internal. The following is the show stpd s0 port output from the BlackDiamond of 25

18 BD # show stpd s0 ports Port Mode State Cost Flags Priority Port ID Designated Bridge 2: D FORWARDING 4 edbb-m--i f 80:00:00:04:96:1d:65:00 2: D FORWARDING 4 erbb-m--i :00:00:04:96:10:a3:30 2: D BLOCKING 19 eapp-m--b :00:00:04:0d:3c:32:ff Total Ports: Flags: : e=enable, d=disable 2: (Port role) R=Root, D=Designated, A=Alternate, B=Backup, M=Master 3: (Config type) b=broadcast, p=point-to-point, e=edge, a=auto 4: (Oper. type) b=broadcast, p=point-to-point, e=edge 5: p=proposing, a=agree 6: (partner mode) d = 802.1d, w = 802.1w, m = mstp 7: i = edgeport inconsistency 8: S = edgeport safe guard active s = edgeport safe guard configured but inactive 9: B = Boundary, I = Internal BD # The following is the show stpd s0 port output from the BlackDiamond BD # show stpd "s0" ports Port Mode State Cost Flags Priority Port ID Designated Bridge 8: D FORWARDING 19 erpp-m--b :00:00:04:0d:3c:32:ff 8: D FORWARDING 4 edpp-m--i :00:00:04:96:10:a3:30 8: D FORWARDING 4 edpp-m--i :00:00:04:96:10:a3:30 Total Ports: Flags: : e=enable, d=disable 2: (Port role) R=Root, D=Designated, A=Alternate, B=Backup, M=Master 3: (Config type) b=broadcast, p=point-to-point, e=edge, a=auto 4: (Oper. type) b=broadcast, p=point-to-point, e=edge 5: p=proposing, a=agree 6: (partner mode) d = 802.1d, w = 802.1w, m = mstp 7: i = edgeport inconsistency 8: S = edgeport safe guard active s = edgeport safe guard configured but inactive 9: B = Boundary, I = Internal BD # The following is the show stpd s0 port output from the BlackDiamond Aspen # show s0 ports Port Mode State Cost Flags Priority Port ID Designated Bridge 1: D FORWARDING 4 erbb-m--i :00:00:04:96:10:a3:30 1: D BLOCKING 4 eabb-m--i :00:00:04:96:1d:65:00 Total Ports: Flags: : e=enable, d=disable 2: (Port role) R=Root, D=Designated, A=Alternate, B=Backup, M=Master 3: (Config type) b=broadcast, p=point-to-point, e=edge, a=auto 4: (Oper. type) b=broadcast, p=point-to-point, e=edge 5: p=proposing, a=agree 6: (partner mode) d = 802.1d, w = 802.1w, m = mstp 7: i = edgeport inconsistency 8: S = edgeport safe guard active s = edgeport safe guard configured but inactive 9: B = Boundary, I = Internal Aspen # 18 of 25

19 6. Use the show stpd <stpd domain> command on the Extreme Networks switches to display the spanning tree domain information for the MSTI domain. Verify that the spanning tree domain is enabled. Verify that the ports are correct. Verify that the participating VLANs are correct. Verify that the CIST Root is correct. Verify that the CIST Regional Root is correct (all bridges in the same region should have the same information). Verify that the MSTI Regional Root is correct (all bridges in the same MSTI domain should have the same information). Below is the show stpd upperfloor output from the BlackDiamond Note the following: The CIST Root is the bridge with the lowest MAC address (Avaya C363T-PWR Converged Stackable Switch) The CIST Regional Root is the bridge with the lowest MAC address (the BlackDiamond 10808) within the Region buildinga. The MSTI Regional Root is the bridge with the lowest MAC address for MSTI domain in Region buildinga. BD # show stpd "upperfloor" Stpd: upperfloor Stp: ENABLED Number of Ports: 2 Rapid Root Failover: Disabled Operational Mode: MSTP Default Binding Mode: 802.1D MSTI Instance: MSTI Q Tag: (none) Ports: 2:15,2:16 Participating Vlans: v171,v173 Auto-bind Vlans: (none) Bridge Priority: BridgeID: 80:00:00:04:96:1d:65:00 Designated root: 80:00:00:04:96:10:a3:30 CIST Root: 80:00:00:04:0d:3c:32:ff CIST Regional Root: 80:00:00:04:96:10:a3:30 MSTI Regional Root: 80:00:00:04:96:10:a3:30 External RootPathCost: 0 Internal RootPathCost: 4 Root Port: 2:16 Master Port: ---- MaxAge: 20s HelloTime: 2s ForwardDelay: 15s CfgBrMaxAge: 20s CfgBrHelloTime: 2s CfgBrForwardDelay: 15s MaxHopCount: 19 CfgMaxHopCount: 20 Topology Change Time: 35s Hold time: 1s Topology Change Detected: FALSE Topology Change: FALSE Number of Topology Changes: 7 Time Since Last Topology Change: 51790s BD # The following is the show stpd upperfloor output from the BlackDiamond of 25

20 BD # show stpd "upperfloor" Stpd: upperfloor Stp: ENABLED Number of Ports: 2 Rapid Root Failover: Disabled Operational Mode: MSTP Default Binding Mode: 802.1D MSTI Instance: MSTI Q Tag: (none) Ports: 8:5,8:6 Participating Vlans: v171,v173 Auto-bind Vlans: (none) Bridge Priority: BridgeID: 80:00:00:04:96:10:a3:30 Designated root: 80:00:00:04:96:10:a3:30 CIST Root: 80:00:00:04:0d:3c:32:ff CIST Regional Root: 80:00:00:04:96:10:a3:30 MSTI Regional Root: 80:00:00:04:96:10:a3:30 External RootPathCost: 0 Internal RootPathCost: 0 Root Port: ---- Master Port: ---- MaxAge: 20s HelloTime: 2s ForwardDelay: 15s CfgBrMaxAge: 20s CfgBrHelloTime: 2s CfgBrForwardDelay: 15s MaxHopCount: 20 CfgMaxHopCount: 20 Topology Change Time: 35s Hold time: 1s Topology Change Detected: FALSE Topology Change: FALSE Number of Topology Changes: 6 Time Since Last Topology Change: 51981s BD # The following is the show stpd upperfloor output from the BlackDiamond Aspen # show "upperfloor" Stpd: upperfloor Stp: ENABLED Number of Ports: 2 Rapid Root Failover: Disabled Operational Mode: MSTP Default Binding Mode: 802.1D MSTI Instance: MSTI Q Tag: (none) Ports: 1:5,1:6 Participating Vlans: v171,v173 Auto-bind Vlans: (none) Bridge Priority: BridgeID: 80:00:00:04:96:1f:a1:a0 Designated root: 80:00:00:04:96:10:a3:30 CIST Root: 80:00:00:04:0d:3c:32:ff CIST Regional Root: 80:00:00:04:96:10:a3:30 MSTI Regional Root: 80:00:00:04:96:10:a3:30 External RootPathCost: 0 Internal RootPathCost: 4 Root Port: 1:5 Master Port: ---- MaxAge: 20s HelloTime: 2s ForwardDelay: 15s CfgBrMaxAge: 20s CfgBrHelloTime: 2s CfgBrForwardDelay: 15s MaxHopCount: 19 CfgMaxHopCount: 20 Topology Change Time: 35s Hold time: 1s Topology Change Detected: FALSE Topology Change: FALSE Number of Topology Changes: 3 Time Since Last Topology Change: 52135s Aspen # 7. Use the show stpd <stpd domain> ports command to display the state of the spanning tree ports. Verify that the port is set to 802.1D mode (default). Verify that all ports are either forwarding or blocking. Verify that the port is set to point-to-point. Verify that the port connected to another bridge inside the region is mark as Internal. The following is the show stpd upperfloor port output from the BlackDiamond of 25

21 BD # show stpd "upperfloor" port Port Mode State Cost Flags Priority Port ID Designated Bridge 2: D FORWARDING 4 edpp-m--i f 80:00:00:04:96:1d:65:00 2: D FORWARDING 4 erpp-m--i :00:00:04:96:10:a3:30 Total Ports: Flags: : e=enable, d=disable 2: (Port role) R=Root, D=Designated, A=Alternate, B=Backup, M=Master 3: (Config type) b=broadcast, p=point-to-point, e=edge, a=auto 4: (Oper. type) b=broadcast, p=point-to-point, e=edge 5: p=proposing, a=agree 6: (partner mode) d = 802.1d, w = 802.1w, m = mstp 7: i = edgeport inconsistency 8: S = edgeport safe guard active s = edgeport safe guard configured but inactive 9: B = Boundary, I = Internal BD # The following is the show stpd upperfloor port output from the BlackDiamond BD # show stpd "upperfloor" ports Port Mode State Cost Flags Priority Port ID Designated Bridge 8: D FORWARDING 4 edpp-m--i :00:00:04:96:10:a3:30 8: D FORWARDING 4 edpp-m--i :00:00:04:96:10:a3:30 Total Ports: Flags: : e=enable, d=disable 2: (Port role) R=Root, D=Designated, A=Alternate, B=Backup, M=Master 3: (Config type) b=broadcast, p=point-to-point, e=edge, a=auto 4: (Oper. type) b=broadcast, p=point-to-point, e=edge 5: p=proposing, a=agree 6: (partner mode) d = 802.1d, w = 802.1w, m = mstp 7: i = edgeport inconsistency 8: S = edgeport safe guard active s = edgeport safe guard configured but inactive 9: B = Boundary, I = Internal BD # The following is the show stpd upperfloor port output from the BlackDiamond 8810 Aspen # show "upperfloor" ports Port Mode State Cost Flags Priority Port ID Designated Bridge 1: D FORWARDING 4 erpp-m--i :00:00:04:96:10:a3:30 1: D BLOCKING 4 eapp-m--i :00:00:04:96:1d:65:00 Total Ports: Flags: : e=enable, d=disable 2: (Port role) R=Root, D=Designated, A=Alternate, B=Backup, M=Master 3: (Config type) b=broadcast, p=point-to-point, e=edge, a=auto 4: (Oper. type) b=broadcast, p=point-to-point, e=edge 5: p=proposing, a=agree 6: (partner mode) d = 802.1d, w = 802.1w, m = mstp 7: i = edgeport inconsistency 8: S = edgeport safe guard active s = edgeport safe guard configured but inactive 9: B = Boundary, I = Internal Aspen # 21 of 25

22 8. Use the show port <port> info detail command on the Extreme Networks switches to display the information for a port. Verify that the correct VLAN(s) is assigned to the port with the appropriate tag. Verify that the port belong to the appropriate spanning tree domain. Verify that the Ingress IPTOS Examination is enabled. Below is the show port output for port 2:15 on the BlackDiamond BD # show port 2:15 info de Port: 2:15 Virtual-router: VR-Default Type: UTP Random Early drop: Unsupported Admin state: Enabled with auto-speed sensing auto-duplex Link State: Active, 1Gbps, full-duplex Link Counter: Up 0 time(s) VLAN cfg: Name: Default, 802.1Q Tag = 1, MAC-limit = No-limit, Virtual ro uter: VR-Default Name: v171, 802.1Q Tag = 171, MAC-limit = No-limit, Virtual rou ter: VR-Default Name: v173, 802.1Q Tag = 173, MAC-limit = No-limit, Virtual rou ter: VR-Default BD # STP cfg: s0(enable), Tag=(none), Mode=802.1D, State=FORWARDING upperfloor(enable), Tag=(none), Mode=802.1D, State=FORWARDING Protocol: Trunking: Load sharing is not enabled. EDP: Enabled ELSM: Disabled Learning: Enabled Unicast Flooding: Enabled Multicast Flooding: Enabled Broadcast Flooding: Enabled Jumbo: Disabled QoS Profile: None configured Aggregate Queue: QP0 MinBw = 0% MaxBw = 100% Pri = 8 Queue: QP1 MinBw = 0% MaxBw = 100% Pri = 1 QP2 MinBw = 0% MaxBw = 100% Pri = 2 QP3 MinBw = 0% MaxBw = 100% Pri = 3 QP4 MinBw = 0% MaxBw = 100% Pri = 4 QP5 MinBw = 0% MaxBw = 100% Pri = 5 QP6 MinBw = 0% MaxBw = 100% Pri = 6 QP7 MinBw = 0% MaxBw = 100% Pri = 7 QP8 MinBw = 0% MaxBw = 100% Pri = 8 Ingress Rate Shaping : Unsupported Ingress IPTOS Examination: Enabled Egress IPTOS Replacement: Disabled Egress 802.1p Replacement: Disabled NetLogin: Disabled NetLogin port mode: Port based VLANs Smart redundancy: Enabled Software redundant port: Disabled Preferred medium: Fiber 22 of 25

23 9. Use the show spantree command on the C363T-PWR Converged Stackable Switch to display the spanning tree information. Verify that the spanning tree version is set to rapid spanning tree. Verify that all ports are either forwarding or blocking. C360-1(super)# show spantree Spanning tree state is enabled Designated Root: d-3c-32-ff Designated Root Priority: Designated Root Cost: 0 Designated Root Port: No root port, Bridge is Designated root Root Max Age: 20 Hello Time: 2 Root Forward Delay: 15 Bridge ID MAC ADDR: d-3c-32-ff Bridge ID priority: Bridge Max Age: 20 Bridge Hello Time: 2 Bridge Forward Delay: 15 Tx Hold Count 3 Spanning Tree Version is rapid spanning tree Spanning Tree Default Path Costs is according to common spanning tree Port State Cost Priority /1 Forwarding /2 Forwarding /3 not-connected /4 not-connected /5 Forwarding /6 not-connected /7 Forwarding /8 not-connected Use the show vlan command on the C363T-PWR Converged Stackable Switch to display all the configured VLANs. C360-1(super)# show vlan VLAN ID Vlan-name V1 171 v v173 Total number of VLANs: 3 C360-1(super)# 23 of 25

24 11. Use the show trunk command on the C363T-PWR Converged Stackable Switch to display Trunking information. Verify that the inter-switch links are set as dot1q trunks with the correct binding mode. C360-1(super)# show trunk Port Mode Binding mode Native vlan /1 dot1q bound to configured vlans 173 1/2 off bound to configured vlans 173 1/3 off statically bound 1 1/4 off statically bound 1 1/5 dot1q bound to configured vlans 1 1/6 off statically bound 1 1/7 dot1q bound to configured vlans 1 1/8 off statically bound 1 7. Conclusion These Application Notes have described the administration steps required to configure the Multiple Spanning Tree Protocol in Extreme Networks switches to interoperate with Rapid Spanning Tree Protocol in an Avaya C363T-PWR Converged Stackable Switch. Avaya IP Telephones using DHCP were verified to work successfully across the MSTP-RSTP environment. Quality of Service was also verified successfully using a traffic generator. The MSTP-RSTP converged successfully in a timely manner when different links were randomly disconnected and restored. 8. Additional References [1] Administrator Guide for Avaya Communication Manager, Doc # , Issue 1, February 2006 [2] Avaya Communication Manager Advanced Administration Quick Reference, Doc # , Issue 2, June 2005 Release 3.0 [3] Administration for Network Connectivity for Avaya Communication Manager, Doc # , Issue 6, May 2003 [4] Avaya Application Solutions: IP Telephony Deployment Guide, Doc# , Issue 4.3, February 2006 [5] ExtremeWare XOS Concepts Guide, Software Version 11.4, Part Number: Rev 01, March 2006 [6] ExtremeWare XOS Command Reference Guide, Software Version 11.4, Part Number: Rev 01, March 2006 [7] ExtremeWare CommandReference Guide, Software Version 7.5, Part Number: Rev. 01, October 2005 Product documentation for Avaya products may be found at Product documentation for Extreme Networks products may be found at 24 of 25

25 Avaya and the Avaya Logo are trademarks of Avaya Inc. All trademarks identified by and are registered trademarks or trademarks, respectively, of Avaya Inc. All other trademarks are the property of their respective owners. The information provided in these Application Notes is subject to change without notice. The configurations, technical data, and recommendations provided in these Application Notes are believed to be accurate and dependable, but are presented without express or implied warranty. Users are responsible for their application of any products specified in these Application Notes. Please any questions or comments pertaining to these Application Notes along with the full title name and filename, located in the lower right corner, directly to the Avaya Solution & Interoperability Test Lab at 25 of 25

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Configuring Multiple EAPS Domains with Shared Port using Extreme Networks BlackDiamond 12804, BlackDiamond 10808 and Avaya Communication

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Configuring Link Resiliency Measures for the Avaya G700 Media Gateway using Extreme Networks Ethernet Automatic Protection Switching (EAPS) or Avaya Port Redundancy

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Extreme Networks Ethernet Automatic Protection Switching (EAPS) with Avaya Communication Manager and Avaya P330 and C360 Stackable Switches

More information

Configuring the Extreme Networks Summit X150-24p Switch to support Avaya Communication Manager using RADIUS authentication Issue 1.

Configuring the Extreme Networks Summit X150-24p Switch to support Avaya Communication Manager using RADIUS authentication Issue 1. Avaya Solution & Interoperability Test Lab Configuring the Extreme Networks Summit X150-24p Switch to support Avaya Communication Manager using RADIUS authentication Issue 1.0 Abstract These Application

More information

Abstract. GAK; Reviewed: WCH 8/14/2003. Solution & Interoperability Test Lab Application Notes 2003 Avaya Inc. All Rights Reserved.

Abstract. GAK; Reviewed: WCH 8/14/2003. Solution & Interoperability Test Lab Application Notes 2003 Avaya Inc. All Rights Reserved. Rapid Reconfiguration Spanning Tree Protocol (RSTP) 802.1w Sample Configurations for Avaya P882/P580 Gigabit Ethernet Switches with Third Party Vendors including Cisco, HP and Foundry - Issue 1.0 Abstract

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Extreme Networks Summit X450e-24p Switch with Avaya IP Office and Avaya IP Telephones in a Converged VoIP and Data Network - Issue 1.0 Abstract

More information

Configuring Extreme Networks Summit X350-24t Switch to support Avaya Server, Avaya Media Gateway and Avaya IP Telephones Issue 1.0

Configuring Extreme Networks Summit X350-24t Switch to support Avaya Server, Avaya Media Gateway and Avaya IP Telephones Issue 1.0 Avaya Solution & Interoperability Test Lab Configuring Extreme Networks Summit X350-24t Switch to support Avaya Server, Avaya Media Gateway and Avaya IP Telephones Issue 1.0 Abstract These Application

More information

Application Notes for Extreme Networks Switches with Avaya IP Office and Avaya IP Telephones in a Converged VoIP and Data Network - Issue 1.

Application Notes for Extreme Networks Switches with Avaya IP Office and Avaya IP Telephones in a Converged VoIP and Data Network - Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for Extreme Networks Switches with Avaya IP Office and Avaya IP Telephones in a Converged VoIP and Data Network - Issue 1.0 Abstract These Application

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Extreme Networks Summit X450a- 24t Switch with Avaya IP Office and Avaya IP Telephones in a Converged VoIP and Data Network - Issue 1.0

More information

Application Notes for CyberPath PowerPath PoE4424 Switch with Avaya Communication Manager - Issue 1.0

Application Notes for CyberPath PowerPath PoE4424 Switch with Avaya Communication Manager - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for CyberPath PowerPath PoE4424 Switch with Avaya Communication Manager - Issue 1.0 Abstract These Application Notes describe the configuration

More information

Application Notes for Force10 Networks C-Series C300 Switch connected to Avaya Distributed Office in a Converged VoIP and Data Network - Issue 1.

Application Notes for Force10 Networks C-Series C300 Switch connected to Avaya Distributed Office in a Converged VoIP and Data Network - Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for Force10 Networks C-Series C300 Switch connected to Avaya Distributed Office in a Converged VoIP and Data Network - Issue 1.0 Abstract These

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for the Extreme Networks Summit X450e-48p Switch Power over Ethernet Support for Avaya IP Telephones and Avaya One-X Gateway Issue 1.0 Abstract

More information

Application Notes for Foundry Networks FastIron Super X Switch with Avaya Communication Manager - Issue 1.0

Application Notes for Foundry Networks FastIron Super X Switch with Avaya Communication Manager - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Foundry Networks FastIron Super X Switch with Avaya Communication Manager - Issue 1.0 Abstract These Application Notes describe the procedures

More information

Index. Numerics. Index p priority (QoS) definition Q VLAN standard w as a region 5-54

Index. Numerics. Index p priority (QoS) definition Q VLAN standard w as a region 5-54 Index Numerics 802.1p priority (QoS) 802.1Q VLAN standard 5-7 802.1w as a region 5-54 A active path 5-5 address IP 7-8 advertisement 3-3 applicable products 1-ii ARP age setting 7-10 cache 7-4 cache table

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for ProCurve 5400zl, 3500yl and 2600 Series Switches by HP connected to Avaya Distributed Office in a Converged VoIP and Data Network - Issue

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab A Sample Configuration for Avaya one X 9670G IP Telephone with Extreme Networks Summit 400-24p Switch for Power over Ethernet and Quality of Service - Issue 1.0

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Foundry Networks FastIron SuperX Switch, FastIron GS Switch and FastIron Edge Switch connected to Avaya Communication Manager, Avaya SIP

More information

Application Notes for Firetide Wireless Mesh Network with an Avaya IP Telephony Infrastructure - Issue 1.0

Application Notes for Firetide Wireless Mesh Network with an Avaya IP Telephony Infrastructure - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Firetide Wireless Mesh Network with an Avaya IP Telephony Infrastructure - Issue 1.0 Abstract These Application Notes describe a solution

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for ProCurve 5400zl, 3500yl and 2600 Series Switches by HP connected to an Avaya IP Office in a Converged VoIP and Data Network - Issue 1.0

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for HP ProCurve Switches connected to an Avaya Telephony Infrastructure using Avaya Aura Communication Manager Branch in a Converged VoIP and

More information

Index. Numerics. Index 1

Index. Numerics. Index 1 Index Numerics 802.1p priority (QoS) definition 8-6 802.1q VLAN in mesh 7-23 802.1Q VLAN standard 6-6 802.1w as a region 6-54 802.1x, mesh, not supported 7-5 A ABC enabled on edge switch 7-26 in mesh domain

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for a Hitachi Cable Apresia Switch solution with an Avaya Telephony Infrastructure using Avaya Communication Manager in a Converged VoIP and

More information

Lab 2. Spanning Tree Protocols. Overview. JNCIS-ENT++ Bootcamp

Lab 2. Spanning Tree Protocols. Overview. JNCIS-ENT++ Bootcamp Lab 2 Spanning Tree Protocols Overview This lab demonstrates basic configuration and monitoring tasks when implementing spanning tree and some related protection features on EX Series switches. In this

More information

SWP-0208G, 8+2SFP. 8-Port Gigabit Web Smart Switch. User s Manual

SWP-0208G, 8+2SFP. 8-Port Gigabit Web Smart Switch. User s Manual SWP-0208G 1 SWP-0208G, 8+2SFP 8-Port Gigabit Web Smart Switch User s Manual Version: 3.4 April 1, 2008 2 TABLE OF CONTENT 1.0 INTRODUCTION...4 1.1 MAIN FEATURES...4 1.2 START TO MANAGE THIS SWITCH...6

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Brocade FastIron SuperX and GS Switches with an Avaya Telephony Infrastructure using Avaya Communication Manager in a Converged VoIP and

More information

Application Notes for ProCurve 5400zl and 2600 Series Switches by HP in a Multi-site Avaya IP Office VoIP and Data Network - Issue 1.

Application Notes for ProCurve 5400zl and 2600 Series Switches by HP in a Multi-site Avaya IP Office VoIP and Data Network - Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for ProCurve 5400zl and 2600 Series Switches by HP in a Multi-site Avaya IP Office VoIP and Data Network - Issue 1.0 Abstract These Application

More information

Communication Redundancy User s Manual

Communication Redundancy User s Manual User s Manual Fifth Edition, June 2015 www.moxa.com/product 2015 Moxa Inc. All rights reserved. User s Manual The software described in this manual is furnished under a license agreement and may be used

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Configuring Avaya W310 Mobility Gateway with the Avaya W110 Light Access Point for Avaya Wireless IP Telephones and Avaya IP Softphone in an Avaya IP Telephony

More information

BLADE 802.1s Spanning Tree and Interoperability with Cisco

BLADE 802.1s Spanning Tree and Interoperability with Cisco BLADE 802.1s Spanning Tree and Interoperability with Cisco Technical Brief Industry-standard 802.1s Multiple Spanning Tree Protocol with Cisco interoperability for HP GbE2/GbE2c Ethernet Blade Switches

More information

Sample Configuration of Avaya Distributed Office s Dynamic Host Configuration Protocol (DHCP) to support Multiple IP Networks Issue 1.

Sample Configuration of Avaya Distributed Office s Dynamic Host Configuration Protocol (DHCP) to support Multiple IP Networks Issue 1. Avaya Solution & Interoperability Test Lab Sample Configuration of Avaya Distributed Office s Dynamic Host Configuration Protocol (DHCP) to support Multiple IP Networks Issue 1.0 Abstract These Application

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Proxim Tsunami(TM) MP.11 WiMAX-Capable Point-to-Multipoint System with Avaya Communication Manager and Avaya IP Telephones in a Multi-Site

More information

802.1w Rapid Spanning Tree Protocol (RSTP) 802.1d Spanning Tree Protocol (STP)

802.1w Rapid Spanning Tree Protocol (RSTP) 802.1d Spanning Tree Protocol (STP) 13 802.1w Rapid Spanning Tree Protocol (RSTP) 802.1d Spanning Tree Protocol (STP) Contents Overview.................................................... 13-2 How Spanning Tree Operates.................................

More information

Chapter 4 Configuring Switching

Chapter 4 Configuring Switching Chapter 4 Configuring Switching Using the Switching Tab The navigation tabs on the top of the home page include a Switching tab that lets you manage your GS108T Gigabit Smart Switch using features under

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Providing High Availability for VoIP in Switched LAN Environments using the Port Redundancy Feature on the Avaya P580 Gigabit Ethernet Switch - Issue 1.0 Abstract

More information

Table of Contents 1 MSTP Configuration 1-1

Table of Contents 1 MSTP Configuration 1-1 Table of Contents 1 MSTP Configuration 1-1 Overview 1-1 Introduction to STP 1-1 Why STP 1-1 Protocol Packets of STP 1-1 Basic Concepts in STP 1-2 How STP works 1-3 Introduction to RSTP 1-9 Introduction

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Proxim Tsunami(TM) MP.11 WiMAX-Capable Point-to-Multipoint System with Avaya IP Office and Avaya IP Telephones in a Multi-Site Converged

More information

Application Notes for Extreme Networks Alpine, BlackDiamond, and Summit Series Switches with Avaya Communication Manager - Issue 1.

Application Notes for Extreme Networks Alpine, BlackDiamond, and Summit Series Switches with Avaya Communication Manager - Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for Extreme Networks Alpine, BlackDiamond, and Summit Series Switches with Avaya Communication Manager - Issue 1.0 Abstract These Application

More information

Application Notes for Mirage Networks CounterPoint in an Avaya IP Telephony Infrastructure Issue 1.0

Application Notes for Mirage Networks CounterPoint in an Avaya IP Telephony Infrastructure Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Mirage Networks CounterPoint in an Avaya IP Telephony Infrastructure Issue 1.0 Abstract These Application Notes describe a configuration

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Configuring Infoblox DNSone DHCP Failover or High Availability in an Avaya Communication Manager IP Telephony Infrastructure - Issue 1.0

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Configuring Policy Based Routed Encryption using the Extreme Networks Sentriant CE150 and BlackDiamond 12k to support Avaya Communication Manager H.323 Trunk

More information

Application Notes for Infoblox DNSone in an Avaya IP Office IP Telephony Infrastructure Issue 1.0

Application Notes for Infoblox DNSone in an Avaya IP Office IP Telephony Infrastructure Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Infoblox DNSone in an Avaya IP Office IP Telephony Infrastructure Issue 1.0 Abstract These Application Notes describe the procedure for

More information

Application Notes for Mirage Networks Endpoint Controller in an Avaya IP Telephony Infrastructure Issue 1.0

Application Notes for Mirage Networks Endpoint Controller in an Avaya IP Telephony Infrastructure Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Mirage Networks Endpoint Controller in an Avaya IP Telephony Infrastructure Issue 1.0 Abstract These Application Notes describe a configuration

More information

Campus Networking Workshop. Layer 2 engineering Spanning Tree and VLANs

Campus Networking Workshop. Layer 2 engineering Spanning Tree and VLANs Campus Networking Workshop Layer 2 engineering Spanning Tree and VLANs Switching Loop When there is more than one path between two switches What are the potential problems? Switching Loop If there is more

More information

Improving network convergence with Multiple Spanning Tree Protocol

Improving network convergence with Multiple Spanning Tree Protocol CEAI, Vol.15, No.1 pp. 79-87, 2013 Printed in Romania Improving network convergence with Multiple Spanning Tree Protocol Roxana Stănică SC Civitas Systems S.R.L., Craiova, Romania (e-mail: roxana_batm@yahoo.com)

More information

Configuring MSTP CHAPTER

Configuring MSTP CHAPTER CHAPTER 16 Configuring MSTP This chapter describes how to configure the Cisco implementation of the IEEE 802.1s Multiple STP (MSTP) on the Catalyst 2960 switch. Note The multiple spanning-tree (MST) implementation

More information

Configuring Extreme Networks Summit WM20 WLAN Switch to support Avaya Wireless IP Telephones Issue 1.0

Configuring Extreme Networks Summit WM20 WLAN Switch to support Avaya Wireless IP Telephones Issue 1.0 Avaya Solution & Interoperability Test Lab Configuring Extreme Networks Summit WM20 WLAN Switch to support Avaya Wireless IP Telephones Issue 1.0 Abstract These Application Notes describe the steps for

More information

The multiple spanning-tree (MST) implementation is based on the IEEE 802.1s standard.

The multiple spanning-tree (MST) implementation is based on the IEEE 802.1s standard. CHAPTER 18 This chapter describes how to configure the Cisco implementation of the IEEE 802.1s Multiple STP (MSTP) on the IE 3010 switch. Note The multiple spanning-tree (MST) implementation is based on

More information

CCNA 3 (v v6.0) Chapter 3 Exam Answers % Full

CCNA 3 (v v6.0) Chapter 3 Exam Answers % Full CCNA 3 (v5.0.3 + v6.0) Chapter 3 Exam Answers 2017 100% Full ccnav6.com /ccna-3-v5-0-3-v6-0-chapter-3-exam-answers-2017-100-full.html CCNA Exam Answers 2017 CCNA 3 (v5.0.3 + v6.0) Chapter 3 Exam Answers

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for the Extreme Networks Summit 300-24, Summit 400-24P, and Summit 400-24T, Supporting Quality of Service and Power over Ethernet with Avaya

More information

62HConfiguring port role restriction 131H37. 63HConfiguring TC-BPDU transmission restriction 132H38. 64HEnabling TC-BPDU guard 133H38

62HConfiguring port role restriction 131H37. 63HConfiguring TC-BPDU transmission restriction 132H38. 64HEnabling TC-BPDU guard 133H38 Contents Configuring spanning tree protocols 3 STP 3 STP protocol packets 3 Basic concepts in STP 4 Calculation process of the STP algorithm 5 RSTP 9 MSTP 10 MSTP features 10 MSTP basic concepts 10 How

More information

Table of Contents Chapter 1 MSTP Configuration

Table of Contents Chapter 1 MSTP Configuration Table of Contents Table of Contents... 1-1 1.1 MSTP Overview... 1-1 1.1.1 MSTP Protocol Data Unit... 1-1 1.1.2 Basic MSTP Terminologies... 1-2 1.1.3 Implementation of MSTP... 1-6 1.1.4 MSTP Implementation

More information

Application Note. MICROSENS GmbH & Co. KG Küferstr Hamm/Germany

Application Note. MICROSENS GmbH & Co. KG Küferstr Hamm/Germany Using Redundancy Protocols with G6 Devices MICROSENS GmbH & Co. KG Küferstr. 16 59067 Hamm/Germany Tel. +49 2381 9452-0 FAX +49 2381 9452-100 E-Mail info@microsens.de Web www.microsens.de Summary This

More information

Application Notes for JADS Comm eclic with Avaya 4600 Series IP Telephone Web Browsers - Issue 1.0

Application Notes for JADS Comm eclic with Avaya 4600 Series IP Telephone Web Browsers - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for JADS Comm eclic with Avaya 4600 Series IP Telephone Web Browsers - Issue 1.0 Abstract These Application Notes describe a compliance-tested

More information

Question No: 1 On the MSTP network as shown in the figure, what is the role of the switch in MSTI 1 according to the configuration?

Question No: 1 On the MSTP network as shown in the figure, what is the role of the switch in MSTI 1 according to the configuration? Volume: 629 Questions Question No: 1 On the MSTP network as shown in the figure, what is the role of the switch in MSTI 1 according to the configuration? A. Root switch B. Slave switch C. Non-root switch

More information

Configuring Rapid PVST+

Configuring Rapid PVST+ This chapter describes how to configure the Rapid per VLAN Spanning Tree (Rapid PVST+) protocol on Cisco NX-OS devices using Cisco Data Center Manager (DCNM) for LAN. For more information about the Cisco

More information

MSTP Configuration. Page 1 of 24

MSTP Configuration. Page 1 of 24 MSTP Configuration Page 1 of 24 Contents Chapter1 Configuring MSTP... 3 1.1 Brief Introduction to MSTP...3 1.2 BPDU...3 1.2.1 Basic Concepts in MSTP... 4 1.2.2 Roles of Ports... 6 1.3 Algorithm Implementation...9

More information

24 GE with 4 Shared SFP Web Smart Switch

24 GE with 4 Shared SFP Web Smart Switch GES-2451 Version: 1 24 GE with 4 Shared SFP Web Smart Switch LevelOne GES-2451 is a powerful, high-performance Gigabit Ethernet switch with 24 10/100/1000Mbps ports shared 4 SFP(mini GBIC) ports, providing

More information

Application Notes for CalAmp ExtendTime on Avaya IP Telephone Web Browsers Issue 1.0

Application Notes for CalAmp ExtendTime on Avaya IP Telephone Web Browsers Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for CalAmp ExtendTime on Avaya IP Telephone Web Browsers Issue 1.0 Abstract These Application Notes describe a compliance-tested configuration

More information

Spanning Tree Protocol(STP)

Spanning Tree Protocol(STP) Introduction Spanning Tree Protocol (STP) is a Layer 2 protocol that runs on bridges and switches. The specification for STP is IEEE 802.1D. The main purpose of STP is to ensure that you do not create

More information

MSTP Technology White Paper

MSTP Technology White Paper MSTP Technology White Paper Key words: STP, RSTP, MSTP, rapid transition, multiple instances, redundancy loop, redundancy link, load sharing Abstract: This article introduces basic MSTP terms, MSTP algorithm

More information

Understanding and Configuring STP

Understanding and Configuring STP CHAPTER 14 This chapter describes how to configure the Spanning Tree Protocol (STP) on a Catalyst 4500 series switch. It also provides guidelines, procedures, and configuration examples. This chapter includes

More information

MSTP Configuration. Configuration

MSTP Configuration. Configuration MSTP Configuration Contents 1. Configuring MSTP...2 1.1 Brief Introduction to MSTP... 2 1.2 BPDU... 2 1.2.1 Basic Concepts in MSTP...2 1.2.2 Roles of Ports...4 1.3 Algorithm Implementation... 7 1.3.1 MSTP

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Radware LinkProof Multi-WAN Switch connected to an Avaya Communication Manager and Avaya SIP Enablement Services in a Converged VoIP and

More information

Spanning-Tree Protocol

Spanning-Tree Protocol Spanning-Tree Protocol Malin Bornhager Halmstad University Session Number 2002, Svenska-CNAP Halmstad University 1 Objectives Redundancy in a converged network Spanning-Tree Protocol (STP) STP Operation

More information

Moxa Managed Ethernet Switch Redundancy Protocol (UI 2.0) User s Manual

Moxa Managed Ethernet Switch Redundancy Protocol (UI 2.0) User s Manual Moxa Managed Ethernet Switch Redundancy Protocol (UI 2.0) User s Manual Edition 4.0, September 2017 www.moxa.com/product Models covered by this manual: EDS-528E, EDS-518E, EDS-510E, EDS-G508E, EDS-G512E,

More information

Understanding Multiple Spanning Tree Protocol (802.1s)

Understanding Multiple Spanning Tree Protocol (802.1s) Understanding Multiple Spanning Tree Protocol (802.1s) Document ID: 24248 Introduction Where to Use MST PVST+ Case Standard 802.1q Case MST Case MST Region MST Configuration and MST Region Region Boundary

More information

Product features. Applications

Product features. Applications Applications Layer 2+ VLAN static routing application The managed switch features a built-in, robust IPv4/IPv6 Layer 3 traffic static routing protocol to ensure reliable routing between VLANs and network

More information

Configuring Virtual Private LAN Services

Configuring Virtual Private LAN Services Virtual Private LAN Services (VPLS) enables enterprises to link together their Ethernet-based LANs from multiple sites via the infrastructure provided by their service provider. This module explains VPLS

More information

Configuring STP and Prestandard IEEE 802.1s MST

Configuring STP and Prestandard IEEE 802.1s MST 20 CHAPTER This chapter describes how to configure the Spanning Tree Protocol (STP) and prestandard IEEE 802.1s Multiple Spanning Tree (MST) protocol on Catalyst 6500 series switches. Note The IEEE 802.1s

More information

Cisco Understanding Multiple Spanning Tree Protocol (802.1

Cisco Understanding Multiple Spanning Tree Protocol (802.1 Cisco Understanding Multiple Spanning Tree Protocol (802.1 Table of Contents Understanding Multiple Spanning Tree Protocol (802.1s)...1 Introduction...1 Where to use MST...2 PVST+ Case...2 Standard 802.1q

More information

Implementing Multiple Spanning Tree Protocol

Implementing Multiple Spanning Tree Protocol Implementing Multiple Spanning Tree Protocol This module provides conceptual and configuration information for Multiple Spanning Tree Protocol on Cisco ASR 9000 Series Routers. Multiple Spanning Tree Protocol

More information

Table of Contents 1 MSTP Configuration Commands 1-1

Table of Contents 1 MSTP Configuration Commands 1-1 Table of Contents 1 MSTP Configuration Commands 1-1 MSTP Configuration Commands 1-1 active region-configuration 1-1 bpdu-drop any 1-1 check region-configuration 1-2 display stp 1-3 display stp abnormalport

More information

Application Notes for Telrex CallRex with Avaya IP Office - Issue 1.0

Application Notes for Telrex CallRex with Avaya IP Office - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Telrex CallRex with Avaya IP Office - Issue 1.0 Abstract These Application Notes describe the procedures for configuring Telrex CallRex

More information

Configuring MST Using Cisco NX-OS

Configuring MST Using Cisco NX-OS This chapter describes how to configure Multiple Spanning Tree (MST) on Cisco NX-OS devices. This chapter includes the following sections: Finding Feature Information, page 1 Information About MST, page

More information

Web Smart Switch. LevelOne GES GE + 4GE SFP Web Smart Switch. User Manual. Version

Web Smart Switch. LevelOne GES GE + 4GE SFP Web Smart Switch. User Manual. Version LevelOne GES-1650 16 GE + 4GE SFP Web Smart Switch User Manual Version 1.0-1109 1 FCC Certifications This Equipment has been tested and found to comply with the limits for a Class A digital device, pursuant

More information

WSG18SFP Switch. User Manual

WSG18SFP Switch. User Manual WSG18SFP Switch User Manual Version: 01/01/2011 Introduction! 4 Product Overview! 4 Web Management Features! 4 Specifications! 5 Mechanical! 5 Performance! 5 Package Contents! 6 Hardware Description! 6

More information

Application Notes for Infoblox DNSone in an Avaya Communication Manager Wireless IP Telephony Infrastructure Issue 1.0

Application Notes for Infoblox DNSone in an Avaya Communication Manager Wireless IP Telephony Infrastructure Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Infoblox DNSone in an Avaya Communication Manager Wireless IP Telephony Infrastructure Issue 1.0 Abstract These Application Notes describe

More information

Resilient Ethernet Protocol (REP)

Resilient Ethernet Protocol (REP) The is a Cisco proprietary protocol that provides an alternative to the Spanning Tree Protocol (STP). REP provides a way to control network loops, handle link failures, and improve convergence time. It

More information

48-Port 10/100/1000BASE-T + 4-Port 100/1000BASE-X SFP Gigabit Managed Switch GS T4S

48-Port 10/100/1000BASE-T + 4-Port 100/1000BASE-X SFP Gigabit Managed Switch GS T4S 48-Port 10/100/1000BASE-T + 4-Port 100/1000BASE-X SFP Gigabit Managed Switch GS-4210-48T4S Outlines Product Overview Product Benefits Applications Appendix Product Features 2 / 42 Product Overview Layer

More information

Configuring Spanning Tree Protocol

Configuring Spanning Tree Protocol CHAPTER 7 This chapter descibes how to configure Spanning Tree Protocol (STP) on the Cisco wireless mobile interface card (WMIC). Note For complete syntax and usage information for the commands used in

More information

User Manual ES-5808PHG. Gigabit 8-Port 802.3at PoE Web Smart Switch

User Manual ES-5808PHG. Gigabit 8-Port 802.3at PoE Web Smart Switch User Manual ES-5808PHG Gigabit 8-Port 802.3at PoE Web Smart Switch Content Content I Introduction..3 Product Overview.3 Web Management Feature.3 Specification..4 Mechanical...4 Performance...5 Package

More information

Managed Ethernet Switch User s Manual

Managed Ethernet Switch User s Manual Managed Ethernet Switch User s Manual Information Coding: UM00D908 Version: V1.1 Product version: all Product Name: Managed Industrial Ethernet Switches on DIN Rail and Rack. Applicable to: Technical Support

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for using Link Layer Discovery Protocol (LLDP) with Brocade FastIron SuperX and GS Switches and Avaya 9600 Series IP Telephone running Avaya

More information

Application Notes for Enterasys Secure Networks Dynamic Intrusion Response Solution in an Avaya IP Telephony Infrastructure - Issue 1.

Application Notes for Enterasys Secure Networks Dynamic Intrusion Response Solution in an Avaya IP Telephony Infrastructure - Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for Enterasys Secure Networks Dynamic Intrusion Response Solution in an Avaya IP Telephony Infrastructure - Issue 1.0 Abstract These Application

More information

Configuring Optional Spanning-Tree Features

Configuring Optional Spanning-Tree Features CHAPTER 20 This chapter describes how to configure optional spanning-tree features on the Catalyst 3750-E or 3560-E switch. You can configure all of these features when your switch is running the per-vlan

More information

Configuring Rapid PVST+ Using NX-OS

Configuring Rapid PVST+ Using NX-OS Configuring Rapid PVST+ Using NX-OS This chapter describes how to configure the Rapid per VLAN Spanning Tree (Rapid PVST+) protocol on Cisco NX-OS devices. This chapter includes the following sections:

More information

Managing Network Spanning Trees

Managing Network Spanning Trees CHAPTER 8 This chapter describes, the IEEE 802.1d Spanning Tree Protocol (STP), and how to use and configure Cisco s proprietary spanning-tree protocols, Per VLAN Spanning Tree (PVST), Multiple Spanning

More information

Application Notes for MobileAccess Networks MA-850 Intelligent RF Switching Hub with Avaya AP-6, AP-8 and W110 Access Points - Issue 1.

Application Notes for MobileAccess Networks MA-850 Intelligent RF Switching Hub with Avaya AP-6, AP-8 and W110 Access Points - Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for MobileAccess Networks MA-850 Intelligent RF Switching Hub with Avaya AP-6, AP-8 and W110 Access Points - Issue 1.0 Abstract These Application

More information

Configuring Virtual Port Channels

Configuring Virtual Port Channels Configuring Virtual Port Channels This chapter describes how to configure virtual port channels (vpcs) on Cisco Nexus 5000 Series switches. It contains the following sections: Information About vpcs, page

More information

User Handbook. Switch Series. Default Login Details. Version 1.0 Edition

User Handbook. Switch Series. Default Login Details. Version 1.0 Edition User Handbook Switch Series Zyxel GS1920 / GS2210 / XGS2210 / GS3700 / XGS3700 / XGS4600 / XS1920 / XS3700 Default Login Details LAN IP Address https://192.168.1.1 User Name admin Password 1234 Version

More information

Please follow the steps to configure this Web Smart switch. Step 1: Use a twisted pair cable to connect this switch to your PC.

Please follow the steps to configure this Web Smart switch. Step 1: Use a twisted pair cable to connect this switch to your PC. Web Smart Switch Configure Please follow the steps to configure this Web Smart switch. Step 1: Use a twisted pair cable to connect this switch to your PC. Step 2: Set your PC s IP to 192.168.2.xx. Step

More information

Traditional network management methods have typically

Traditional network management methods have typically Advanced Configuration for the Dell PowerConnect 5316M Blade Server Chassis Switch By Surendra Bhat Saurabh Mallik Enterprises can take advantage of advanced configuration options for the Dell PowerConnect

More information

Configuring Virtual Port Channels

Configuring Virtual Port Channels This chapter contains the following sections: Information About vpcs, page 1 Guidelines and Limitations for vpcs, page 10 Configuring vpcs, page 11 Verifying the vpc Configuration, page 25 vpc Default

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Configuring the Extreme Networks Summit X250e-48p Switch and Extreme Networks Summit X450e-24p Switch for Power over Ethernet with Avaya 9608, 9611G, 9621G, and

More information

3. What could you use if you wanted to reduce unnecessary broadcast, multicast, and flooded unicast packets?

3. What could you use if you wanted to reduce unnecessary broadcast, multicast, and flooded unicast packets? Nguyen The Nhat - Take Exam Exam questions Time remaining: 00: 00: 51 1. Which command will give the user TECH privileged-mode access after authentication with the server? username name privilege level

More information

Configuring Private VLANs

Configuring Private VLANs CHAPTER 15 This chapter describes how to configure private VLANs on the Cisco 7600 series routers. Note For complete syntax and usage information for the commands used in this chapter, refer to the Cisco

More information

HUAWEI AR Series SEP Technical White Paper HUAWEI TECHNOLOGIES CO., LTD. Issue 1.0. Date

HUAWEI AR Series SEP Technical White Paper HUAWEI TECHNOLOGIES CO., LTD. Issue 1.0. Date HUAWEI AR Series SEP Technical White Paper Issue 1.0 Date 2015-01-19 HUAWEI TECHNOLOGIES CO., LTD. 2015. All rights reserved. No part of this document may be reproduced or transmitted in any form or by

More information

28-Port L2 Managed Gigabit Switch, 4 x SFP

28-Port L2 Managed Gigabit Switch, 4 x SFP GEL-2861 Version: 1 28-Port L2 Managed Gigabit Switch, 4 x SFP The GEL-2861 is a L2 managed switches designed for the SMB market. The switches can be deployed indifferent target network topologies, from

More information

Configuring BPDU tunneling

Configuring BPDU tunneling Contents Configuring BPDU tunneling 1 Introduction to BPDU tunneling 1 Background 1 BPDU Tunneling implementation 2 Configuring BPDU tunneling 3 Configuration prerequisites 3 Enabling BPDU tunneling for

More information

Application Notes for Configuring the Wavelink Mobile Manager to Manage Avaya AP-3 and AP-4/5/6 Wireless Access Points - Issue 1.0

Application Notes for Configuring the Wavelink Mobile Manager to Manage Avaya AP-3 and AP-4/5/6 Wireless Access Points - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Configuring the Wavelink Mobile Manager to Manage Avaya AP-3 and AP-4/5/6 Wireless Access Points - Issue 1.0 Abstract These Application

More information