Abstract. MEP; Reviewed: GAK 10/17/2005. Solution & Interoperability Test Lab Application Notes 2005 Avaya Inc. All Rights Reserved.

Size: px
Start display at page:

Download "Abstract. MEP; Reviewed: GAK 10/17/2005. Solution & Interoperability Test Lab Application Notes 2005 Avaya Inc. All Rights Reserved."

Transcription

1 Configuring Single Instance Rapid Spanning Tree Protocol (RSTP) between an Avaya C360 Converged Switch and HP ProCurve Networking Switches to support Avaya IP Telephony Issue 1.0 Abstract These Application Notes describe a single-instance Rapid Spanning Tree Protocol (RSTP) configuration with an Avaya C363T-PWR Converged Switch and HP ProCurve Networking Switches exhibiting basic switch-to-switch redundancy. Primary and secondary infrastructure links were used to demonstrate RSTP compatibility between Avaya and HP Layer-2 switching. Avaya IP Telephony was implemented in this configuration to demonstrate link resiliency through the use of RSTP to maintain voice over IP traffic without interruption of service in the event of link failure. 1 of 16

2 1. Introduction The IEEE 802.1w Rapid Spanning Tree Protocol (RSTP) was developed to decrease the recovery time of redundant paths in Layer 2 networks and reduce the impact of accidental network loops. RSTP can reduce the spanning tree convergence time to 5 seconds or less to establish a network path and reduce network downtime. The IEEE 802.1d root port and designated port roles used in normal spanning-tree operation remain the same in rapid spanning-tree. However the blocking port role is now split into backup and alternate port roles. The alternate port provides an alternate path in the direction of the root bridge in the event that the root port fails. In the network diagram depicted in Figure 1, all switches configured are connected by 1000 Base SX links as redundancy pairs. When a link becomes out of service, the redundant link will become active to maintain Layer-2 connectivity. The HP ProCurve 5304XL will provide IP routing to enable multi-vlan connectivity between the Avaya C363T-PWR Converged Switch, the Avaya G350 Media Gateway and the HP ProCurve 2626-PWR Networking Switch. A DHCP server was configured with multiple scopes to provide IP addressing and registration parameters for the Avaya IP Telephones connected to the edge switches. Figure 1: Network Diagram for RSTP Configuration 2 of 16

3 2. Equipment and Software Validated The following equipment and software were used for the sample configuration provided: Equipment Software Avaya C363T-PWR Converged Switch Avaya G350 Media Gateway Avaya S8300 Media Server v340.3 Avaya 4620 IP Telephone v2.2 HP ProCurve 5304XL Networking Switch E HP ProCurve 2626-PWR Networking Switch H Microsoft DHCP Server v Rapid Spanning Tree 802.1w Approach The Avaya C363T-PWR Converged Switch and Avaya G350 Media Gateway support an implementation of RSTP that is compatible with the IEEE 802.1d standard and does not support per VLAN RSTP. This means that Avaya C363T-PWR Converged Switch and Avaya G350 Media Gateway will send out and expect to receive untagged RSTP messages. Therefore, all the switches configured must use the standard IEEE 802.1d for RSTP compatibility. Directly connected trunk ports between switches are explicitly configured as point-topoint for fast convergence and as non-edge ports. All access ports for shared media are explicitly configured to be edge ports to transition rapidly to forwarding state when the link becomes in-service. If the port detects a BPDU from another bridge, the operational edge port will transition to false and the port will participate in the topology. To assist with the understanding of the output from show commands, the HP ProCurve 5304XL Networking Switch is configured as a root bridge with STP priority 0. The Avaya C363T-PWR Converged Switch is configured as a first backup bridge with STP priority 4096 and the HP ProCurve 2626-PWR Networking Switch is configured as second backup bridge with STP priority The Avaya G350 Media Gateway is configured with a low STP priority to avoiding challenging the switches configured as root and backup bridges. Note that a lower value translates to higher root bridge precedence. 4. Avaya C363T-PWR Switch Configuration Start a terminal session to the Avaya C363T-PWR Converged Switch and log into the console using valid login credentials. Listed below are the configuration steps used to enable RSTP: 3 of 16

4 Create the Virtual LANs on the switch. Assign the native VLAN to edge ports and statically assign the voice VLAN on the same edge ports to allow broadcasts from either VLAN. This procedure provides the flexibility of connecting either an Avaya IP Telephone, stand-alone PC or both to a configured edge port. set vlan 40 name vlan40 set vlan 60 name vlan60 set port vlan 40 1/1 set port static-vlan 1/1 60 Optionally, dot1q trunking can be enabled on the edge port connecting the Avaya IP Telephone with inline PC to accept tagged frames and forward untagged frames to the native VLAN. This provides a more secure method of segmenting VLAN broadcast domains while differentiating voice and data traffic. set trunk 1/1 dot1q set port vlan-binding-mode 1/1 static Note: An edge port configured using the alternative procedure with dot1q enabled instead of shared access does not have the same flexibility as the initial method and cannot accept a directly-connected PC without an Avaya IP Telephone forwarding the untagged frames Enable dot1q trunking on all infrastructure ports and bind the configured VLANs. Configure IP addressing for the inband management interface and set the default gateway. set trunk 1/51-52 dot1q set port vlan-binding-mode 1/51-52 bind-to-configured set interface inband set ip route Globally enable the spanning-tree algorithm and configure the switch for RSTP operation. Enable the default path cost for RSTP and set the RSTP priority value as the first backup bridge to the configured root bridge. set spantree enable set spantree version rapid-spanning-tree set spantree default-path-cost rapid-spanning-tree set spantree priority of 16

5 Set the infrastructure ports as non-edge ports and force point-to-point MAC address forwarding. Set the classification of the infrastructure ports to valuable to erase all learned MAC addressing during changes in RSTP state. set port edge admin state 1/51-52 non-edge-port set port point-to-point admin status 1/51-52 force-true set port classification 1/51-52 valuable Set all ports designated for shared media as edge ports and disable point-to-point MAC forwarding. Set the classification of the infrastructure ports to regular to maintain all learned MAC addressing during changes in RSTP state set port edge admin state 1/1 edge-port set port point-to-point admin status 1/1 force-false set port classification 1/1 regular 5. HP ProCurve 5304XL Switch Configuration Start a terminal session to the HP ProCurve 5304XL Switch and log into the console using valid login credentials. Listed below are the steps used to configure RSTP on the HP ProCurve 5304XL Switch: Create a Virtual LAN on the switch and configure an IP address for each VLAN Enable IP routing to route traffic between VLANs. vlan 30 ip address vlan 40 ip address vlan 50 ip address vlan 60 ip address ip routing 5 of 16

6 Configure infrastructure ports as tagged ports to enable 802.1Q trunking and configure edge ports hosting shared media as untagged ports. Configure the IP address of the DHCP Server on each VLANs designated to forward DHCP requests to IP Telephone and attached PCs. vlan 30 tagged A1-A2 ip helper-address vlan 40 tagged A3-A4 ip helper-address vlan 50 untagged B1-B2, B5 vlan 60 tagged A1-A4, B1-B2 ip helper-address Note: The DHCP relay parameter on the HP ProCurve 5304XL Networking Switch is enabled by default Globally enable the spanning-tree algorithm. Configure the switch to use RSTP as the spanning-tree protocol and force RSTP compatibility. Set a RSTP priority value of zero to force the switch to assume root bridge. spanning-tree spanning-tree force-version rstp spanning-tree protocol-version rstp spanning-tree priority 0 Disable edge port feature on all switch-to-switch trunk ports and enable each link as point-to-point. no spanning-tree ethernet a1-a4, b1-b2 edge-port spanning-tree ethernet a1-a4, b1-b2 point-to-point-mac force-true Designate shared LAN segments as edge ports and disable point-to-point forwarding of MAC addressing. spanning-tree ethernet b5 edge-port spanning-tree ethernet b5 point-to-point-mac force-false 6 of 16

7 6. HP ProCurve 2626-PWR Switch Configuration Start a terminal session to the HP ProCurve 2626-PWR Switch and log into the console using valid login credentials. Listed below are the steps used to configure RSTP on the HP ProCurve 2626-PWR Switch: Create Virtual LANs on the switch and configure an IP address for the primary VLAN. The primary VLAN is dedicated for management features and must be configured in order to propagate DHCP-resolved parameters to the correct VLAN. vlan 30 ip address vlan 60 primary-vlan 30 Configure infrastructure ports as tagged ports to enable 802.1Q trunking and configure edge ports hosting shared media as untagged ports. Set the default gateway. vlan 30 tagged untagged 1 vlan 60 tagged 1,25-26 ip default-gateway Globally enable the spanning-tree algorithm. Configure the switch to use RSTP as the spanning-tree protocol and force RSTP compatibility. Set the RSTP priority value as the second backup bridge to the configured root bridge. spanning-tree spanning-tree protocol-version rstp spanning-tree force-version rstp spanning-tree priority 2 Note: HP ProCurve 2626-PWR uses single-digits to segment and administer priority settings instead of segments of 4096 (4096 * 2 = 8192). 7 of 16

8 Disable the edge port feature on all switch-to-switch trunk ports and enable each link as point-to-point. no spanning-tree ethernet edge-port spanning-tree ethernet point-to-point-mac force-true Designate shared LAN segments as edge ports and disable point-to-point forwarding of MAC addressing. spanning-tree ethernet 1 edge-port spanning-tree ethernet 1 point-to-point-mac force-false 7. Avaya Communication Manager The Avaya G350 Media Gateway will be used to forward Voice over IP traffic and control IP Phone registration in conjunction with the Avaya S8300 Media Server Avaya G350 Media Gateway Start a terminal session to the Avaya G350 Media Gateway and log into the console using valid login credentials. Listed below are the steps used to configure RSTP on the Avaya G350 Media Gateway: Create the assigned data and voice VLANs on the G350 switch. Enable dot1q trunking on the LAN ports and bind the configured VLANs set vlan 50 name vlan50 set vlan 60 name vlan60 set trunk 6/1-2 dot1q set port vlan-binding-mode 6/1-2 bind-to-configured Configure IP addressing for the inband VLAN interface designated as the primary management interface. Configure the VLAN hosting the Avaya S8300 Media Server as the ICC VLAN interface Vlan 50 ip address pmi interface Vlan 60 icc-vlan 8 of 16

9 Globally enable the spanning-tree algorithm and configure the G350 Media Gateway for RSTP operation. Enable the default path cost for RSTP and set a high RSTP priority value to ensure the G350 does not assume a backup role to the configured root bridge. set spantree enable set spantree version rapid-spanning-tree set spantree default-path-cost rapid-spanning-tree set spantree priority Set the connected LAN ports on the G350 Media Gateway as non-edge and force point-to-point MAC address forwarding. Set the classification of the infrastructure ports to valuable to erase all learned MAC addressing during changes in RSTP state. set port edge admin state 6/1-2 non-edge-port set port point-to-point admin status 6/1-2 force-true set port classification 6/1-2 valuable Add the IP address of the Avaya S8300 Media Server communicating with Avaya G350 Media Gateway and set the default gateway. set mgc list ip default-gateway Avaya S8300 Media Server For brevity, this section will assume the viewer of these Application Notes has a fundamental understanding of Avaya IP Telephony and will not cover details regarding the configuration of Avaya Communication Manager. See the additional references in Section 10 for further information DHCP registration for Avaya 4620 IP Telephone A Microsoft DHCP Server was used by the Avaya 4620 IP Telephones to register with the Avaya S8300 Media Server. Three separate scopes were used for DHCP registration: two for data (VLAN 30 and VLAN 40) and one for voice (VLAN 60). In addition to IP addressing and dot1q tagging, another option was created for the voice VLAN to define the call server and call server port for phone registration. 9 of 16

10 The following scopes were defined on the Microsoft DHCP Server for each VLAN: Scope [ ] Data VLAN 30 Address Pool: Start Address: End Address: Subnet mask: Option 003 Router: Option 176 Avaya Option: L2Q=1,L2QVLAN=60 Scope [ ] Data VLAN 40 Address Pool: Start Address: End Address: Subnet mask: Option 003 Router: Option 176 Avaya Option: L2Q=1,L2QVLAN=60 Scope [ ] Voice VLAN Address Pool: Start Address: End Address: Subnet mask: Option 003 Router: Option 176 Avaya Option: MCIPADD= ,MCPORT= Verification These Application Notes were confirmed using the verification and troubleshooting commands listed in the individual switch configuration section. While there is one path in the network, traffic from edge nodes should pass and network interruption should be less than 5 seconds. If a ping fails or the network interruption is more than 5 seconds, use the troubleshooting commands in the configuration section for each switch to isolate the problem. 1. After connecting either configuration depicted, verify that no loops have occurred by using vendor-specific RSTP commands and viewing interface statistics. 2. Disconnect primary links and observe that the redundant links become active and rapidly transition to the forwarding state. Convergence times should be on the order of 5 seconds or less. 3. Reconnect previously disconnect primary links and observe the transition to the forwarding state and the corresponding redundant links transition to the blocking state Avaya C363T-PWR RSTP Verification The following show commands will provide RSTP status information for the Avaya C363T-PWR Converged Switch: 10 of 16

11 show spanning-tree Spanning tree state is enabled Designated Root: Designated Root Priority: 0 Designated Root Cost: Designated Root Port: 1/51 Root Max Age: 20 Hello Time: 2 Root Forward Delay: 15 Bridge ID MAC ADDR: d-3f-91-ff Bridge ID priority: 4096 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 rapid spanning tree Port State Cost Priority /1 Forwarding Output omitted /51 Forwarding /52 Blocking show port classification Port Port Classification /1 regular --- Output omitted --- 1/51 valuable 1/52 valuable show port edge state Port admin state oper state /1 edge-port edge-port --- Output omitted --- 1/51 non-edge-port non-edge-port 1/52 non-edge-port non-edge-port 11 of 16

12 show port point-to-point status Port point-to-point admin state point-to-point oper state /1 force-false shared media connection --- Output omitted --- 1/51 force-true point to point connection 1/52 force-true point to point connection 8.2. Avaya G350 Media Gateway RSTP Verification The following show commands will provide RSTP status information for the Avaya G350 Media Gateway: show spanning-tree Designated Root: Designated Root Priority: 0 Designated Root Cost: Designated Root Port: 6/1 Root Max Age: 20 Hello Time: 2 Root Forward Delay: 15 Bridge ID MAC ADDR: d-29-d2-f6 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 rapid spanning tree show port classification Port Port Classification /1 valuable 6/2 valuable show port point-to-point status Port point-to-point admin state point-to-point oper state /1 force-true point to point connection 6/2 force-true point to point connection 12 of 16

13 8.3. HP ProCurve 5304XL RSTP Verification The following show commands will provide RSTP status information for the HP ProCurve 5304XL Networking Switch: show spanning-tree STP Enabled : Yes Force Version : RSTP-operation Switch Priority : 0 Hello Time : 2 Max Age : 20 Forward Delay : 15 Topology Change Count : 9 Time Since Last Change : 2 days Root MAC Address : Root Path Cost : 0 Root Port : This switch is root Root Priority : 0 Port Type Cost Priority State Designated Bridge A1 1000SX Forwarding A2 1000SX Forwarding A3 1000SX Forwarding A4 1000SX Forwarding show spanning-tree config detail STP Enabled [No] : Yes Force Version [RSTP-operation] : RSTP-operation Switch Priority [8] : 0 Hello Time [2] : 2 Max Age [20] : 20 Forward Delay [15] : 15 Port Type Cost Priority Edge Point-to-Point MCheck A1 1000SX No Force-True Yes A2 1000SX No Force-True Yes A1 1000SX No Force-True Yes A2 1000SX No Force-True Yes --- Output omitted --- B1 10/100TX Yes Force-False Yes 13 of 16

14 8.4. HP ProCurve 2626-PWR RSTP Verification The following show commands will provide RSTP status information for the HP ProCurve 2626-PWR Networking Switch: show spanning-tree STP Enabled : Yes Force Version : RSTP-operation Switch Priority : 8192 Hello Time : 2 Max Age : 20 Forward Delay : 15 Topology Change Count : 9 Time Since Last Change : 2 days Root MAC Address : Root Path Cost : 0 Root Port : 25 Root Priority : 0 Port Type Cost Priority State Designated Bridge Output omitted SX Forwarding SX Blocking show spanning-tree config detail STP Enabled [No] : Yes Force Version [RSTP-operation] : RSTP-operation Switch Priority [8] : 8192 Hello Time [2] : 2 Max Age [20] : 20 Forward Delay [15] : 15 Port Type Cost Priority Edge Point-to-Point MCheck /100TX Yes Force-False Yes --- Output omitted SX No Force-True Yes SX No Force-True Yes 14 of 16

15 9. Conclusion Single-instance RSTP operation between the Avaya C363T-PWR Converged Switch, the Avaya G350 Media Gateway and HP ProCurve Switches is compatible and a fast convergence time (less than 5 seconds) can be achieved in case of link failure. Connectivity between all of the vendors products depicted using 802.1w Rapid Spanning Tree Protocol (RSTP) can be achieved by following the guidelines demonstrated in these Application Notes. 10. Additional References The following reference documents can be obtained online: From Avaya C360 Converged Switch User Guide Administrator s Guide for Avaya Communication Manager From HP Advanced Traffic Management Guide 15 of 16

16 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 16 of 16

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Configuring a Small to Medium Size Business VoIP and Data Network Solution Consisting of HP ProCurve Networking Switches and an Avaya Telephony

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 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 Networking Switches connected to an Avaya Telephony Infrastructure in a Multi-Site VoIP and Data Network solution using Avaya

More information

Switching in an Enterprise Network

Switching in an Enterprise Network Switching in an Enterprise Network Introducing Routing and Switching in the Enterprise Chapter 3 Version 4.0 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 1 Objectives Compare the types of

More information

Objectives. The Role of Redundancy in a Switched Network. Layer 2 Loops. Broadcast Storms. More problems with Layer 2 loops

Objectives. The Role of Redundancy in a Switched Network. Layer 2 Loops. Broadcast Storms. More problems with Layer 2 loops ITE I Chapter 6 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 1 Objectives Implement Spanning Tree Protocols LAN Switching and Wireless Chapter 5 Explain the role of redundancy in a converged

More information

Application Notes for Configuring Yealink T-22 SIP Phones to interoperate with Avaya IP Office - Issue 1.0

Application Notes for Configuring Yealink T-22 SIP Phones to interoperate with Avaya IP Office - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Configuring Yealink T-22 SIP Phones to interoperate with Avaya IP Office - Issue 1.0 Abstract These Application Notes describe the configuration

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Sample Configuration for using Link Layer Discovery Protocol (LLDP) with Cisco Catalyst 4500 or 3750 Switches for VLAN Assignment for Avaya 9600 and 1600 Series

More information

What is VLAN Routing?

What is VLAN Routing? Application Note #38 February 2004 What is VLAN Routing? This Application Notes relates to the following Dell product(s): 6024 and 6024F 33xx Abstract Virtual LANs (VLANs) offer a method of dividing one

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 Communication Manager and Avaya IP Telephones in a Converged VoIP and Data Network -

More information

Objectives. Explain the Role of Redundancy in a Converged Switched Network. Explain the Role of Redundancy in a Converged Switched Network

Objectives. Explain the Role of Redundancy in a Converged Switched Network. Explain the Role of Redundancy in a Converged Switched Network Implement Spanning Tree Protocols LAN Switching and Wireless Chapter 5 Objectives Explain the role of redundancy in a converged network Summarize how STP works to eliminate Layer 2 loops in a converged

More information

Configuring H.323 over Port Network Address Translation (PNAT) for Avaya IP Endpoints using the Avaya SG200 Security Gateway - Issue 1.

Configuring H.323 over Port Network Address Translation (PNAT) for Avaya IP Endpoints using the Avaya SG200 Security Gateway - Issue 1. Configuring H.323 over Port Network Address Translation (PNAT) for Avaya IP Endpoints using the Avaya SG200 Security Gateway - Issue 1.0 Abstract These Application Notes describe how to configure the Avaya

More information

Using Cisco UC320W with Windows Small Business Server

Using Cisco UC320W with Windows Small Business Server Using Cisco UC320W with Windows Small Business Server This application note explains how to deploy the Cisco UC320W in a Windows Small Business Server environment. Contents This document includes the following

More information

CHAPTER 10 LAN REDUNDANCY. Scaling Networks

CHAPTER 10 LAN REDUNDANCY. Scaling Networks CHAPTER 10 LAN REDUNDANCY Scaling Networks CHAPTER 10 10.0 Introduction 10.1 Spanning Tree Concepts 10.2 Varieties of Spanning Tree Protocols 10.3 Spanning Tree Configuration 10.4 First-Hop Redundancy

More information

Management Software. Web Browser User s Guide AT-S106. For the AT-GS950/48 Gigabit Ethernet Smart Switch. Version 1.0.0. 613-001339 Rev.

Management Software. Web Browser User s Guide AT-S106. For the AT-GS950/48 Gigabit Ethernet Smart Switch. Version 1.0.0. 613-001339 Rev. Management Software AT-S106 Web Browser User s Guide For the AT-GS950/48 Gigabit Ethernet Smart Switch Version 1.0.0 613-001339 Rev. A Copyright 2010 Allied Telesis, Inc. All rights reserved. No part of

More information

Course Contents CCNP (CISco certified network professional)

Course Contents CCNP (CISco certified network professional) Course Contents CCNP (CISco certified network professional) CCNP Route (642-902) EIGRP Chapter: EIGRP Overview and Neighbor Relationships EIGRP Neighborships Neighborship over WANs EIGRP Topology, Routes,

More information

estpassport Bessere Qualität, bessere Dienstleistungen!

estpassport Bessere Qualität, bessere Dienstleistungen! T estpassport Q&A Bessere Qualität, bessere Dienstleistungen! Exam : HP0-Y30 Title : Implementing HP Networking Technologies Version : Demo 1 / 9 1.Which A-Series switch is designed for the large data

More information

VLANs. Application Note

VLANs. Application Note VLANs Application Note Table of Contents Background... 3 Benefits... 3 Theory of Operation... 4 IEEE 802.1Q Packet... 4 Frame Size... 5 Supported VLAN Modes... 5 Bridged Mode... 5 Static SSID to Static

More information

RESILIENT NETWORK DESIGN

RESILIENT NETWORK DESIGN Matěj Grégr RESILIENT NETWORK DESIGN 1/36 2011 Brno University of Technology, Faculty of Information Technology, Matěj Grégr, igregr@fit.vutbr.cz Campus Best Practices - Resilient network design Campus

More information

Optimum Business SIP Trunk Set-up Guide

Optimum Business SIP Trunk Set-up Guide Optimum Business SIP Trunk Set-up Guide For use with IP PBX only. SIPSetup 07.13 FOR USE WITH IP PBX ONLY Important: If your PBX is configured to use a PRI connection, do not use this guide. If you need

More information

Application Notes for Configuring a SonicWALL Continuous Data Protection (CDP) backup solution with Avaya VoiceMail Pro - Issue 1.

Application Notes for Configuring a SonicWALL Continuous Data Protection (CDP) backup solution with Avaya VoiceMail Pro - Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for Configuring a SonicWALL Continuous Data Protection (CDP) backup solution with Avaya VoiceMail Pro - Issue 1.0 Abstract These Application

More information

CCT vs. CCENT Skill Set Comparison

CCT vs. CCENT Skill Set Comparison Operation of IP Data Networks Recognize the purpose and functions of various network devices such as Routers, Switches, Bridges and Hubs Select the components required to meet a given network specification

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Sample Configuration for using Link Layer Discovery Protocol (LLDP) with Cisco Catalyst 4500 or 3750 Switches for VLAN assignment to Avaya 4600 Series IP Telephones

More information

Configuring the Avaya B179 SIP Conference Phone with Avaya Aura Communication Manager and Avaya Aura Session Manager Issue 1.0

Configuring the Avaya B179 SIP Conference Phone with Avaya Aura Communication Manager and Avaya Aura Session Manager Issue 1.0 Avaya Solution & Interoperability Test Lab Configuring the Avaya B179 SIP Conference Phone with Avaya Aura Communication Manager and Avaya Aura Session Manager Issue 1.0 Abstract These Application Notes

More information

BLADE PVST+ Spanning Tree and Interoperability with Cisco

BLADE PVST+ Spanning Tree and Interoperability with Cisco BLADE PVST+ Spanning Tree and Interoperability with Cisco Technical Brief Industry-standard PVST+ Spanning Tree Protocol with Cisco interoperability Introduction...1 Spanning Tree Protocol (IEEE 802.1d)...1

More information

16-PORT POWER OVER ETHERNET WEB SMART SWITCH

16-PORT POWER OVER ETHERNET WEB SMART SWITCH 16-PORT POWER OVER ETHERNET WEB SMART SWITCH User s Manual (DN-95312) - 0 - Content Web Smart Switch Configure login ---------------------------------- 2 Administrator Authentication Configuration ---------------------------------------------

More information

Lab 3.10.2 Use Network Inspector to Observe STP Behavior

Lab 3.10.2 Use Network Inspector to Observe STP Behavior Lab 3.10.2 Use Network Inspector to Observe STP Behavior Objective The purpose of this lab is to observe STP behavior with the Network Inspector switch trace feature. Scenario A new switched network has

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Configuring a Virtual Private Network (VPN) for Avaya IP Office using the Edgewater Networks EdgeMarc 4500 VoIP VPN Appliance - Issue 1.0

More information

AT-S60 Version 1.1.4 Management Software for the AT-8400 Series Switch. Software Release Notes

AT-S60 Version 1.1.4 Management Software for the AT-8400 Series Switch. Software Release Notes AT-S60 Version 1.1.4 Management Software for the AT-8400 Series Switch Supported Platforms Software Release Notes Please read this document before you begin to use the AT-S60 management software. The AT-S60

More information

Application Notes for Integrated Research PROGNOSIS IP Telephony Manager with Avaya Communication Manager - Issue 1.0

Application Notes for Integrated Research PROGNOSIS IP Telephony Manager with Avaya Communication Manager - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Integrated Research PROGNOSIS IP Telephony Manager with Avaya Communication Manager - Issue 1.0 Abstract These Application Notes describe

More information

Chapter 2 Lab 2-2, Configuring EtherChannel Instructor Version

Chapter 2 Lab 2-2, Configuring EtherChannel Instructor Version Chapter 2 Lab 2-2, Configuring EtherChannel Instructor Version Topology Objective Background Configure EtherChannel. Four switches have just been installed. The distribution layer switches are Catalyst

More information

hp ProLiant network adapter teaming

hp ProLiant network adapter teaming hp networking june 2003 hp ProLiant network adapter teaming technical white paper table of contents introduction 2 executive summary 2 overview of network addressing 2 layer 2 vs. layer 3 addressing 2

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Configuring NETGEAR PROSAFE 8-port, 16-port and 24-port switches Supporting Power over Ethernet with Avaya Communication Manager, Avaya one-x Quick Edition G10

More information

Configure IOS Catalyst Switches to Connect Cisco IP Phones Configuration Example

Configure IOS Catalyst Switches to Connect Cisco IP Phones Configuration Example Configure IOS Catalyst Switches to Connect Cisco IP Phones Configuration Example Document ID: 69632 Introduction Prerequisites Requirements Components Used Conventions Background Information Configure

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Configuring Enterasys Wireless Access Point 3000 (RBT3K-AG) to Support Avaya IP Office, Avaya IP Wireless Telephones and Avaya Phone Manager

More information

Application Notes for Lucent Technologies VitalQIP DHCP/DNS Management with Avaya IP Telephones and Avaya Communication Manager Issue 1.

Application Notes for Lucent Technologies VitalQIP DHCP/DNS Management with Avaya IP Telephones and Avaya Communication Manager Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for Lucent Technologies VitalQIP DHCP/DNS Management with Avaya IP Telephones and Avaya Communication Manager Issue 1.0 Abstract These Application

More information

Configuring Check Point VPN-1/FireWall-1 and SecuRemote Client with Avaya IP Softphone via NAT - Issue 1.0

Configuring Check Point VPN-1/FireWall-1 and SecuRemote Client with Avaya IP Softphone via NAT - Issue 1.0 Configuring Check Point VPN-1/FireWall-1 and SecuRemote Client with Avaya IP Softphone via NAT - Issue 1.0 Abstract Avaya IP Softphone R3 V2.1 now supports H.323 VoIP applications running over different

More information

CCNP SWITCH: Implementing High Availability and Redundancy in a Campus Network

CCNP SWITCH: Implementing High Availability and Redundancy in a Campus Network CCNP SWITCH: Implementing High Availability and Redundancy in a Campus Network Olga Torstensson SWITCHv6 1 Components of High Availability Redundancy Technology (including hardware and software features)

More information

Cisco Certified Network Associate Exam. Operation of IP Data Networks. LAN Switching Technologies. IP addressing (IPv4 / IPv6)

Cisco Certified Network Associate Exam. Operation of IP Data Networks. LAN Switching Technologies. IP addressing (IPv4 / IPv6) Cisco Certified Network Associate Exam Exam Number 200-120 CCNA Associated Certifications CCNA Routing and Switching Operation of IP Data Networks Operation of IP Data Networks Recognize the purpose and

More information

Configuring Avaya 1120E, 1140E, 1220 and 1230 IP Deskphones with Avaya IP Office Release 6.1 Issue 1.0

Configuring Avaya 1120E, 1140E, 1220 and 1230 IP Deskphones with Avaya IP Office Release 6.1 Issue 1.0 Avaya Solution & Interoperability Test Lab Configuring Avaya 1120E, 1140E, 1220 and 1230 IP Deskphones with Avaya IP Office Release 6.1 Issue 1.0 Abstract These Application Notes describe a solution comprised

More information

"Charting the Course...

Charting the Course... Description "Charting the Course... Course Summary Interconnecting Cisco Networking Devices: Accelerated (CCNAX), is a course consisting of ICND1 and ICND2 content in its entirety, but with the content

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 Aura Telephony Infrastructure using Avaya Aura System Platform running Avaya Aura Midsize Business

More information

Note: This case study utilizes Packet Tracer. Please see the Chapter 5 Packet Tracer file located in Supplemental Materials.

Note: This case study utilizes Packet Tracer. Please see the Chapter 5 Packet Tracer file located in Supplemental Materials. Note: This case study utilizes Packet Tracer. Please see the Chapter 5 Packet Tracer file located in Supplemental Materials. CHAPTER 5 OBJECTIVES Configure a router with an initial configuration. Use the

More information

640-816: Interconnecting Cisco Networking Devices Part 2 v1.1

640-816: Interconnecting Cisco Networking Devices Part 2 v1.1 640-816: Interconnecting Cisco Networking Devices Part 2 v1.1 Course Introduction Course Introduction Chapter 01 - Small Network Implementation Introducing the Review Lab Cisco IOS User Interface Functions

More information

Configuring LACP (802.3ad) Between a Catalyst 6500/6000 and a Catalyst 4500/4000

Configuring LACP (802.3ad) Between a Catalyst 6500/6000 and a Catalyst 4500/4000 Configuring LACP (802.3ad) Between a Catalyst 6500/6000 and a Catalyst 4500/4000 Document ID: 19642 Contents Introduction Before You Begin Conventions Prerequisites Components Used Background Theory Difference

More information

How To Learn Cisco Cisco Ios And Cisco Vlan

How To Learn Cisco Cisco Ios And Cisco Vlan Interconnecting Cisco Networking Devices: Accelerated Course CCNAX v2.0; 5 Days, Instructor-led Course Description Interconnecting Cisco Networking Devices: Accelerated (CCNAX) v2.0 is a 60-hour instructor-led

More information

100-101: Interconnecting Cisco Networking Devices Part 1 v2.0 (ICND1)

100-101: Interconnecting Cisco Networking Devices Part 1 v2.0 (ICND1) 100-101: Interconnecting Cisco Networking Devices Part 1 v2.0 (ICND1) Course Overview This course provides students with the knowledge and skills to implement and support a small switched and routed network.

More information

Management Software. User s Guide AT-S84. For the AT-9000/24 Layer 2 Gigabit Ethernet Switch. Version 1.1. 613-000368 Rev. B

Management Software. User s Guide AT-S84. For the AT-9000/24 Layer 2 Gigabit Ethernet Switch. Version 1.1. 613-000368 Rev. B Management Software AT-S84 User s Guide For the AT-9000/24 Layer 2 Gigabit Ethernet Switch Version 1.1 613-000368 Rev. B Copyright 2006 Allied Telesyn, Inc. All rights reserved. No part of this publication

More information

Switching Basics and Intermediate Routing CCNA 3 Labs and Study Guide Allan Johnson

Switching Basics and Intermediate Routing CCNA 3 Labs and Study Guide Allan Johnson Switching Basics and Intermediate Routing CCNA 3 Labs and Allan Johnson Introduction Switching Basics and Intermediate Routing CCNA 3 Labs and s is a supplement to your classroom and laboratory experience

More information

Monitoring and Analyzing Switch Operation

Monitoring and Analyzing Switch Operation B Monitoring and Analyzing Switch Operation Contents Overview..................................................... B-3....................................... B-4 Menu Access To Status and Counters.........................

More information

IP Routing Between VLANs

IP Routing Between VLANs hp procurve 10/100-T xl module J4820A hp procurve 10/100-T xl module J4820A hp procurve Mini-GBIC xl mo d ule J4878A module IP Routing Between VLANs This example configuration provides IP routing between

More information

Application Notes for Revolabs FLX UC 1000 with Avaya IP Office - Issue 0.1

Application Notes for Revolabs FLX UC 1000 with Avaya IP Office - Issue 0.1 Avaya Solution & Interoperability Test Lab Application Notes for Revolabs FLX UC 1000 with Avaya IP Office - Issue 0.1 Abstract These Application Notes describe the configuration steps required to integrate

More information

SSVP SIP School VoIP Professional Certification

SSVP SIP School VoIP Professional Certification SSVP SIP School VoIP Professional Certification Exam Objectives The SSVP exam is designed to test your skills and knowledge on the basics of Networking and Voice over IP. Everything that you need to cover

More information

Application Notes for the Ingate SIParator with Avaya Converged Communication Server (CCS) - Issue 1.0

Application Notes for the Ingate SIParator with Avaya Converged Communication Server (CCS) - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for the Ingate SIParator with Avaya Converged Communication Server (CCS) - Issue 1.0 Abstract These Application Notes describe the configuration

More information

LANs and VLANs A Simplified Tutorial

LANs and VLANs A Simplified Tutorial Application Note LANs and VLANs A Simplified Tutorial Version 3.0 May 2002 COMPAS ID 90947 Avaya Labs 1 Companion document IP Addressing: A Simplified Tutorial COMPAS ID 92962 2 Introduction As the name

More information

How To Configure InterVLAN Routing on Layer 3 Switches

How To Configure InterVLAN Routing on Layer 3 Switches How To Configure InterVLAN Routing on Layer 3 Switches Document ID: 41860 Contents Introduction Prerequisites Requirements Components Used Conventions Configure InterVLAN Routing Task Step by Step Instructions

More information

Cisco - Configure the 1721 Router for VLANs Using a Switch Module (WIC-4ESW)

Cisco - Configure the 1721 Router for VLANs Using a Switch Module (WIC-4ESW) Page 1 of 20 Configure the 1721 Router for VLANs Using a Switch Module (WIC-4ESW) Document ID: 50036 Contents Introduction Prerequisites Requirements Components Used Network Diagram The Role of Switched

More information

Read Me First for the HP ProCurve Routing Switch 9304M and Routing Switch 9308M

Read Me First for the HP ProCurve Routing Switch 9304M and Routing Switch 9308M Read Me First for the HP ProCurve Routing Switch 9304M and Routing Switch 9308M Contents: Software Updates Are Free! New Software Release 05.0.84 Module Installation Getting Started Your Free Ticket to

More information

Interconnecting Cisco Networking Devices Part 2

Interconnecting Cisco Networking Devices Part 2 Interconnecting Cisco Networking Devices Part 2 Course Number: ICND2 Length: 5 Day(s) Certification Exam This course will help you prepare for the following exam: 640 816: ICND2 Course Overview This course

More information

CHAPTER 6 DESIGNING A NETWORK TOPOLOGY

CHAPTER 6 DESIGNING A NETWORK TOPOLOGY CHAPTER 6 DESIGNING A NETWORK TOPOLOGY Expected Outcomes Able to identify terminology that will help student discuss technical goals with customer. Able to introduce a checklist that can be used to determine

More information

Catalyst Layer 3 Switch for Wake On LAN Support Across VLANs Configuration Example

Catalyst Layer 3 Switch for Wake On LAN Support Across VLANs Configuration Example Catalyst Layer 3 Switch for Wake On LAN Support Across VLANs Configuration Example Document ID: 91672 Contents Introduction Prerequisites Requirements Components Used Conventions Background Information

More information

Application Notes for Configuring Cablevision Optimum Voice SIP Trunking with Avaya IP Office - Issue 1.1

Application Notes for Configuring Cablevision Optimum Voice SIP Trunking with Avaya IP Office - Issue 1.1 Avaya Solution & Interoperability Test Lab Application Notes for Configuring Cablevision Optimum Voice SIP Trunking with Avaya IP Office - Issue 1.1 Abstract These Application Notes describe the procedures

More information

Device Interface IP Address Subnet Mask Default Gateway

Device Interface IP Address Subnet Mask Default Gateway Felix Rohrer Topology Diagram Addressing Table Device Interface IP Address Subnet Mask Default Gateway S1 VLAN 99 192.168.99.11 255.255.255.0 192.168.99.1 S2 VLAN 99 192.168.99.12 255.255.255.0 192.168.99.1

More information

Cisco Data Centre: Introducing Cisco Data Center Networking

Cisco Data Centre: Introducing Cisco Data Center Networking coursemonster.com/uk Cisco Data Centre: Introducing Cisco Data Center Networking View training dates» Overview In the Introducing Cisco Data Center Networking training course, delegates will learn to:â

More information

ANZA Formación en Tecnologías Avanzadas

ANZA Formación en Tecnologías Avanzadas INTRODUCING CISCO DATA CENTER NETWORKING (DCICN) Temario This new assoicate level course has been designed to introduce delegates to the three primary technologies that are used in the Cisco Data Center.

More information

Chapter 3. Enterprise Campus Network Design

Chapter 3. Enterprise Campus Network Design Chapter 3 Enterprise Campus Network Design 1 Overview The network foundation hosting these technologies for an emerging enterprise should be efficient, highly available, scalable, and manageable. This

More information

Skills Assessment Student Training Exam

Skills Assessment Student Training Exam Skills Assessment Student Training Exam Topology Assessment Objectives Part 1: Initialize Devices (8 points, 5 minutes) Part 2: Configure Device Basic Settings (28 points, 30 minutes) Part 3: Configure

More information

Port Trunking. Contents

Port Trunking. Contents 13 Port Trunking Contents Overview.................................................... 13-2 Port Trunk Features and Operation........................... 13-4 Trunk Configuration Methods................................

More information

VMware ESX Server 3 802.1Q VLAN Solutions W H I T E P A P E R

VMware ESX Server 3 802.1Q VLAN Solutions W H I T E P A P E R VMware ESX Server 3 802.1Q VLAN Solutions W H I T E P A P E R Executive Summary The virtual switches in ESX Server 3 support VLAN (IEEE 802.1Q) trunking. Using VLANs, you can enhance security and leverage

More information

A New Approach to Developing High-Availability Server

A New Approach to Developing High-Availability Server A New Approach to Developing High-Availability Server James T. Yu, Ph.D. School of Computer Science, Telecommunications, and Information Systems DePaul University jyu@cs.depaul.edu ABSTRACT This paper

More information

Networking Guide Redwood Manager 3.0 August 2013

Networking Guide Redwood Manager 3.0 August 2013 Networking Guide Redwood Manager 3.0 August 2013 Table of Contents 1 Introduction... 3 1.1 IP Addresses... 3 1.1.1 Static vs. DHCP... 3 1.2 Required Ports... 4 2 Adding the Redwood Engine to the Network...

More information

Port Trunking. Contents

Port Trunking. Contents 12 Port Trunking Contents Overview..................................................... 12-2................................... 12-2 Port Connections and Configuration.......................... 12-3 Link

More information

Management Software. User s Guide AT-S88. For the AT-FS750/24POE Fast Ethernet Smart Switch. Version 1.0. 613-000555 Rev. B

Management Software. User s Guide AT-S88. For the AT-FS750/24POE Fast Ethernet Smart Switch. Version 1.0. 613-000555 Rev. B Management Software AT-S88 User s Guide For the AT-FS750/24POE Fast Ethernet Smart Switch Version 1.0 613-000555 Rev. B Copyright 2007 Allied Telesis, Inc. All rights reserved. No part of this publication

More information

How To Understand and Configure Your Network for IntraVUE

How To Understand and Configure Your Network for IntraVUE How To Understand and Configure Your Network for IntraVUE Summary This document attempts to standardize the methods used to configure Intrauve in situations where there is little or no understanding of

More information

Layer 3 Network + Dedicated Internet Connectivity

Layer 3 Network + Dedicated Internet Connectivity Layer 3 Network + Dedicated Internet Connectivity Client: One of the IT Departments in a Northern State Customer's requirement: The customer wanted to establish CAN connectivity (Campus Area Network) for

More information

Use MAC-Forced Forwarding with DHCP Snooping to Create Enhanced Private VLANs

Use MAC-Forced Forwarding with DHCP Snooping to Create Enhanced Private VLANs How To Use MAC-Forced Forwarding with DHCP Snooping to Create Enhanced Private VLANs Introduction In a large network where internal users cannot be trusted, it is nearly impossible to stop a host from

More information

June 2006. Bridge & Switch. Pietro Nicoletti Piero[at]studioreti.it. Bridge-Switch-Engl - 1 P. Nicoletti: see note pag. 2

June 2006. Bridge & Switch. Pietro Nicoletti Piero[at]studioreti.it. Bridge-Switch-Engl - 1 P. Nicoletti: see note pag. 2 Bridge & Switch Pietro Nicoletti Piero[at]studioreti.it Bridge-Switch-Engl - P. Nicoletti: see note pag. Copyright note These slides are protected by copyright and international treaties. The title and

More information

COURSE AGENDA. Lessons - CCNA. CCNA & CCNP - Online Course Agenda. Lesson 1: Internetworking. Lesson 2: Fundamentals of Networking

COURSE AGENDA. Lessons - CCNA. CCNA & CCNP - Online Course Agenda. Lesson 1: Internetworking. Lesson 2: Fundamentals of Networking COURSE AGENDA CCNA & CCNP - Online Course Agenda Lessons - CCNA Lesson 1: Internetworking Internetworking models OSI Model Discuss the OSI Reference Model and its layers Purpose and function of different

More information

Enabling Multiple Wireless Networks on RV320 VPN Router, WAP321 Wireless-N Access Point, and Sx300 Series Switches

Enabling Multiple Wireless Networks on RV320 VPN Router, WAP321 Wireless-N Access Point, and Sx300 Series Switches print email Article ID: 4941 Enabling Multiple Wireless Networks on RV320 VPN Router, WAP321 Wireless-N Access Point, and Sx300 Series Switches Objective In an ever-changing business environment, your

More information

Apache CloudStack 4.x (incubating) Network Setup: excerpt from Installation Guide. Revised February 28, 2013 2:32 pm Pacific

Apache CloudStack 4.x (incubating) Network Setup: excerpt from Installation Guide. Revised February 28, 2013 2:32 pm Pacific Apache CloudStack 4.x (incubating) Network Setup: excerpt from Installation Guide Revised February 28, 2013 2:32 pm Pacific Apache CloudStack 4.x (incubating) Network Setup: excerpt from Installation Guide

More information

Interoperability between Avaya IP phones and ProCurve switches

Interoperability between Avaya IP phones and ProCurve switches An HP ProCurve Networking Application Note Interoperability between Avaya IP phones and ProCurve switches Contents 1. Introduction... 3 2. Architecture... 3 3. Checking PoE compatibility... 3 4. Configuring

More information

Cisco Networking Professional-6Months Project Based Training

Cisco Networking Professional-6Months Project Based Training Cisco Networking Professional-6Months Project Based Training Core Topics Cisco Certified Networking Associate (CCNA) 1. ICND1 2. ICND2 Cisco Certified Networking Professional (CCNP) 1. CCNP-ROUTE 2. CCNP-SWITCH

More information

FSM73xx GSM73xx GMS72xxR Shared access to the Internet across Multiple routing VLANs using a Prosafe Firewall

FSM73xx GSM73xx GMS72xxR Shared access to the Internet across Multiple routing VLANs using a Prosafe Firewall FSM73xx GSM73xx GMS72xxR Shared access to the Internet across Multiple routing VLANs using a Prosafe Firewall This document describes how to: - Create multiple routing VLANs - Obtain Internet access on

More information

AlliedWare Plus OS How To Configure interoperation between PVST+ and RSTP or MSTP

AlliedWare Plus OS How To Configure interoperation between PVST+ and RSTP or MSTP AlliedWare Plus OS How To Configure interoperation between PVST+ and RSTP or MSTP Introduction Spanning trees that protect networks from loops can provide better traffic load balancing if traffic in different

More information

Interconnecting Cisco Networking Devices, Part 1 (ICND1) v3.0

Interconnecting Cisco Networking Devices, Part 1 (ICND1) v3.0 Interconnecting Cisco Networking Devices, Part 1 (ICND1) v3.0 COURSE OVERVIEW: Interconnecting Cisco Networking Devices, Part 1 (ICND1) v3.0 is a five-day, instructor-led training course that teaches learners

More information

Troubleshooting an Enterprise Network

Troubleshooting an Enterprise Network Troubleshooting an Enterprise Network Introducing Routing and Switching in the Enterprise Chapter 9 Released under Creative Commons License 3.0 By-Sa Cisco name, logo and materials are Copyright Cisco

More information

Relaying DHCP Packets to a Remote Server

Relaying DHCP Packets to a Remote Server hp p ro c urve 10/100- T xl module J4820A hp p ro c urve 10/100- T xl module J4820A hp p ro c urve Mini-GBIC xl m o d ule J4878A Use xl m od ules only module Relaying DHCP Packets to a Remote Server With

More information

ENTERASYS WEBVIEW WEB-BASED MANAGEMENT FOR THE VH-2402S/VH-2402S2 WEB MANAGEMENT GUIDE

ENTERASYS WEBVIEW WEB-BASED MANAGEMENT FOR THE VH-2402S/VH-2402S2 WEB MANAGEMENT GUIDE ENTERASYS WEBVIEW WEB-BASED MANAGEMENT FOR THE VH-2402S/VH-2402S2 WEB MANAGEMENT GUIDE 9033821 Notice NOTICE Enterasys Networks reserves the right to make changes in specifications and other information

More information

Configuring the Transparent or Routed Firewall

Configuring the Transparent or Routed Firewall 5 CHAPTER This chapter describes how to set the firewall mode to routed or transparent, as well as how the firewall works in each firewall mode. This chapter also includes information about customizing

More information

How To. Configure Multiple Spanning Tree Protocol (MSTP) Introduction. Overview of MSTP. Extension of RSTP

How To. Configure Multiple Spanning Tree Protocol (MSTP) Introduction. Overview of MSTP. Extension of RSTP How To Configure Multiple Spanning Tree Protocol (MSTP) Introduction This document provides configuration examples and guidelines for configuring Multiple Spanning Tree Protocol on Allied Telesyn switches.

More information

IT 3202 Internet Working (New)

IT 3202 Internet Working (New) [All Rights Reserved] SLIATE SRI LANKA INSTITUTE OF ADVANCED TECHNOLOGICAL EDUCATION (Established in the Ministry of Higher Education, vide in Act No. 29 of 1995) Instructions for Candidates: Answer any

More information

Dell PowerVault MD Series Storage Arrays: IP SAN Best Practices

Dell PowerVault MD Series Storage Arrays: IP SAN Best Practices Dell PowerVault MD Series Storage Arrays: IP SAN Best Practices A Dell Technical White Paper Dell Symantec THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL ERRORS AND

More information

A Principled Technologies white paper commissioned by Dell Inc.

A Principled Technologies white paper commissioned by Dell Inc. A Principled Technologies white paper commissioned by Dell Inc. TABLE OF CONTENTS Table of contents... 2 Summary... 3 Features of Simple Switch Mode... 3 Sample scenarios... 5 Testing scenarios... 6 Scenario

More information

SSVVP SIP School VVoIP Professional Certification

SSVVP SIP School VVoIP Professional Certification SSVVP SIP School VVoIP Professional Certification Exam Objectives The SSVVP exam is designed to test your skills and knowledge on the basics of Networking, Voice over IP and Video over IP. Everything that

More information

HARTING Ha-VIS Management Software

HARTING Ha-VIS Management Software HARTING Ha-VIS Management Software People Power Partnership HARTING Management Software Network Management Automation IT - with mcon Switches from HARTING With the Ha-VIS mcon families, HARTING has expanded

More information

How to Configure the Juniper NetScreen 5GT to Support Avaya H.323 IP Telephony Issue 1.0

How to Configure the Juniper NetScreen 5GT to Support Avaya H.323 IP Telephony Issue 1.0 Avaya Solution and Interoperability Test Lab How to Configure the Juniper NetScreen 5GT to Support Avaya H.323 IP Telephony Issue 1.0 Abstract These Application Notes describe how to configure the Juniper

More information

Configuring the Juniper NetScreen Firewall Security Policies to support Avaya IP Telephony Issue 1.0

Configuring the Juniper NetScreen Firewall Security Policies to support Avaya IP Telephony Issue 1.0 Avaya Solution & Interoperability Test Lab Configuring the Juniper NetScreen Firewall Security Policies to support Avaya IP Telephony Issue 1.0 Abstract These Application Notes describes a procedure for

More information

Lab 4.5.2 Diagramming Intranet Traffic Flows

Lab 4.5.2 Diagramming Intranet Traffic Flows Lab 4.5.2 Diagramming Intranet Traffic Flows Objective Device Designation Device Name Address Subnet Mask Discovery Server Business Services 172.17.1.1 255.255.0.0 R1 FC-CPE-1 Fa0/1 172.17.0.1 Fa0/0 10.0.0.1

More information

HP Switch Software. Advanced Traffic Management Guide. 2920 Switches. Software version WB.15.11 March 2013 Rev. B.

HP Switch Software. Advanced Traffic Management Guide. 2920 Switches. Software version WB.15.11 March 2013 Rev. B. HP Switch Software Advanced Traffic Management Guide 2920 Switches Software version WB.15.11 March 2013 Rev. B. HP Networking 2920 Switches March 2013 Rev. B WB.15.11 Advanced Traffic Management Guide

More information

Interconnecting Cisco Network Devices 1 Course, Class Outline

Interconnecting Cisco Network Devices 1 Course, Class Outline www.etidaho.com (208) 327-0768 Interconnecting Cisco Network Devices 1 Course, Class Outline 5 Days Interconnecting Cisco Networking Devices, Part 1 (ICND1) v2.0 is a five-day, instructorled training course

More information

Networking 4 Voice and Video over IP (VVoIP)

Networking 4 Voice and Video over IP (VVoIP) Networking 4 Voice and Video over IP (VVoIP) Course Objectives This course will give delegates a good understanding of LANs, WANs and VVoIP (Voice and Video over IP). It is aimed at those who want to move

More information