Configuring Avaya 9600 Series IP Telephones with Avaya Ethernet Routing Switches 4548GT-PWR and T- PWR for Quality of Service (QoS) Issue 1.

Size: px
Start display at page:

Download "Configuring Avaya 9600 Series IP Telephones with Avaya Ethernet Routing Switches 4548GT-PWR and T- PWR for Quality of Service (QoS) Issue 1."

Transcription

1 Avaya Solution & Interoperability Test Lab Configuring Avaya 9600 Series IP s with Avaya Ethernet Routing Switches 4548GT-PWR and T- PWR for Quality of Service (QoS) Issue 1.0 Abstract These Application Notes describe the configuration of the Avaya 9600 Series IP s with Avaya Ethernet Routing Switches 4548GT-PWR and T-PWR for Quality of Service (QoS). The following 9600 Series IP s were included in the testing: 9608, 9611G, 9621G. 9641G, 9640G and 9670G. The configuration described here also applies to other 9600 Series IP s. 1 of 7

2 1. Introduction Quality of Service allows for the prioritization of voice traffic over data traffic, by tagging voice packets with priority tags that allow switches to differentiate the traffic and deliver it in a more expeditious manner. Two common methods are Diffserv (Layer 3), and 802.1p (Layer 2). Avaya IP s and Avaya Ethernet Routing Switches (ERS) support both, and a sample configuration is covered in these Application Notes. Figure 1 shows the configuration used for QoS. Figure 1: QoS Network Configuration 2 of 7

3 2. Equipment and Software Validated The following equipment and software were used for the configuration provided: Equipment Version Avaya S8800 Server running Avaya Aura Communication Manager as an Evolution 6.0 (R016x ) Server with Avaya G450 Media Gateway Avaya Aura Session Manager Avaya Aura System Manager Avaya one-x Deskphone 9611G IP SIP (96x1_SALBR6_0r78_V4r52B.tar) Avaya one-x Deskphone 9621G IP H.323 (S9621_41_HALBR6_0_V4r52.tar) Avaya one-x Deskphone 9641G IP SIP (96x1_SALBR6_0r78_V4r52B.tar) Avaya one-x Deskphone 9608 IP H.323 (S9608_11_HALBR6_0_V4r52.tar) Avaya one-x Deskphone 9640G IP V2.6 (SIP96xx_2_6_2_0.bin) Avaya one-x Deskphone 9670G IP H.323 V3.1.1(ha9670ua3_11.bin) Avaya ERS 4548GT-PWR Switch V Avaya ERS T-PWR Switch V Configuration of the Avaya 9600 Series Endpoints Avaya IP s can receive QoS tagging information in several ways. These Application Notes cover a configuration where SIP IP s received their QoS values from the 46xxsettings file, and H.323 IP s received their QoS values from Avaya Aura Communication Manager. When a SIP IP reboots, it uses the IP address assigned for the HTTP Server and seeks an upgrade file and a settings file. Certain fields in the settings file tell the SIP IP what values to use. The following fields in the 46xxsettings file were set to assign L p values for SIP IP telephones: SET L2QAUD 6 SET L2QSIG 6 The following fields in the 46xxsettings file were set to assign L3 Diffserv values for SIP IP telephones: SET DSCPAUD 46 SET DSCPSIG 46 3 of 7

4 When a H.323 IP telephone registers with Communication Manager, it is assigned to a network region based on the CLAN card, S8800 server processor-ethernet board that it registers with, or based on its IP Address if specified in the ip-network-map form. The values assigned on the ipnetwork-region form are sent to the phone upon registration and when the form is changed. The ip-network-map form below shows that endpoints with IP Addresses in the range will be associated with network region 1. change ip-network-map Page 1 of 63 IP ADDRESS MAPPING Subnet Network Emergency IP Address Bits Region VLAN Location Ext FROM: / 1 n TO: The network region 1 form below shows the L3 Diffserv and L p fields used to assign the QoS priorities to the H.323 IP s. In the example below, H.323 IP telephones registered in network region 1 will be told to use 46 as the Diffserv L3 value for both Call Control and Audio packets, and 6 as the L p value for both Call Control and Audio packets. change ip-network-region 1 Page 1 of 19 IP NETWORK REGION Region: 1 Location: Authoritative Domain: interop.com Name: MEDIA PARAMETERS Intra-region IP-IP Direct Audio: yes Codec Set: 1 Inter-region IP-IP Direct Audio: yes UDP Port Min: 2048 IP Audio Hairpinning? n UDP Port Max: 3329 DIFFSERV/TOS PARAMETERS RTCP Reporting Enabled? y Call Control PHB Value: 46 RTCP MONITOR SERVER PARAMETERS Audio PHB Value: 46 Use Default Server Parameters? y Video PHB Value: P/Q PARAMETERS Call Control 802.1p Priority: 6 Audio 802.1p Priority: 6 Video 802.1p Priority: 0 AUDIO RESOURCE RESERVATION PARAMETERS H.323 IP ENDPOINTS RSVP Enabled? n H.323 Link Bounce Recovery? y Idle Traffic Interval (sec): 20 Keep-Alive Interval (sec): 5 Keep-Alive Count: 5 4 of 7

5 4. Configuration of the Avaya ERS T-PWR and ERS 4548GT-PWR Switch Avaya switches support prioritization based on both Diffserv and 802.1p. Configuration for both switches is done in a similar manner. In the ERS T-PWR switch, IP s were configured on VLAN 7 and the endpoints were set to send VLAN 7 tags. Ports were used for IP Endpoints, and Data VLAN 199 was used as default. In the ERS 4548GT-PWR switch, IP s were configured on VLAN 6 and the endpoints were set to send VLAN 6 tags. Ports were used for IP Endpoints, and Data VLAN 198 was used as default. The following commands show the VLAN configuration on the ERS T-PWR switch. Similar commands were used on the ERS 4548GT-PWR switch, with the respective VLAN, ports, and IP addresses used T-PWR(config)#vlan create 7 type port T-PWR(config)#vlan create 199 type port T-PWR(config)#vlan members T-PWR(config)#vlan members T-PWR(config)#vlan ports tagging untagpvidonly pvid T-PWR(config)#interface vlan T-PWR(config-if)#ip address T-PWR(config)#interface vlan T-PWR(config-if)#ip address A QoS if-group, named trustall was created with class unrestricted. Care should be taken when using unrestricted as an interface group class, current operating systems and ethernet cards can also mark data traffic, and therefore savvy users could prioritize their traffic on the network that honors the markings. In this configuration the ports connected to IP s were assigned to the trustall if-group. In doing so, the switch will trust the Diffserv and/or 802.1p tags originated by the phones. A data endpoint connected to one of those ports, or to the phone was set to not tag, and therefore defaults to the priority assigned to the Data VLAN, in this case 0. The following commands were used to create the if-group and assign ports to it T-PWR(config)#qos if-group name trustall class unrestricted T-PWR(config)#qos if-assign port name trustall 5 of 7

6 For additional information or different methods to implement QoS on ERS 5500 and ERS 4500 series switches see [1] and [2]. For additional details on configuring the ERS T-PWR and 4548GT-PWR switches see [3] and [4]. 5. Observations With the release used for this testing it was observed that Avaya IP s were not tagging traffic with 802.1p values according to the settings in the IP Network Region for the phones. Changes in the ip-network-region form did not change the 802.1p values on the IP s, they continually used a value of 6. Changing the Diffserv values on the ip-network-region did properly propagate to the IP s. 6. Verification Steps To verify QoS is working, place calls while there is a background load that exceeds the available bandwidth between the switches, and verify calls can complete and voice quality is good. 7. Conclusion These Application Notes described the configuration of the Avaya IP s with Avaya ERS T-PWR and ERS 4548GT-PWR switches. The switches were able to provide QoS for the Avaya IP s to work properly under background data load. 8. Additional References [1] Ethernet Routing Switch 5500 Series: Configuration- Quality of Service, NN , Revision 06.01, June 28, [2] Ethernet Routing Switch 4500 Series: Configuration- Quality of Service, NN , Revision 06.01, May 3, [3] Ethernet Routing Switch 5500 Series: Configuration- VLANs, Spanning Tree, and Link Aggregation, NN , Revision 06.01, June 28, [4] Ethernet Routing Switch 4500 Series: Configuration- VLANs, Spanning Tree, and Multi-Link Trunking, NN , Revision 06.01, May 3, of 7

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

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

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

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Configuring the Motorola Solutions PTP 500 Point-to-Point Wireless Ethernet Solution with Avaya Aura Communication Manager and Avaya Aura

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Configuring SonicWALL VPN for Supporting H.323 Trunk and Station Traffic to Avaya Communication Manager and Avaya IP Office - Issue 1.0

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Configuring the Avaya ERS 5520-48T-PWR Switch for Power Over Ethernet with Avaya 9600 Series IP s with Avaya Aura Session Manager and Avaya Aura Communication

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

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Configuring the Expand Networks Accelerator 4820 with Avaya IP Telephony through Avaya SG203 and SG208 Security Gateways - Issue 1.0 Abstract

More information

Abstract. Testing was conducted via the Internal Interoperability Program at the Avaya Solution and Interoperability Test Lab.

Abstract. Testing was conducted via the Internal Interoperability Program at the Avaya Solution and Interoperability Test Lab. Avaya Solution & Interoperability Test Lab Interoperability Application Note for Avaya 96x0, 96x1 and 1600 Series IP Telephones with Avaya Ethernet Routing Switch 2550T-PWR Data Switch with Quality of

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

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

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

Application Notes for Convergys Intervoice Media Server with Avaya Aura TM Communication Manager and Avaya Aura TM SIP Enablement Services - Issue 1.

Application Notes for Convergys Intervoice Media Server with Avaya Aura TM Communication Manager and Avaya Aura TM SIP Enablement Services - Issue 1. o Avaya Solution & Interoperability Test Lab Application Notes for Convergys Intervoice Media Server with Avaya Aura TM Communication Manager and Avaya Aura TM SIP Enablement Services - Issue 1.0 Abstract

More information

Application Notes for Revolabs FLX UC 1000 with Avaya Aura Communication Manager and Avaya Aura Session Manager Issue 1.0

Application Notes for Revolabs FLX UC 1000 with Avaya Aura Communication Manager and Avaya Aura Session Manager Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Revolabs FLX UC 1000 with Avaya Aura Communication Manager and Avaya Aura Session Manager Issue 1.0 Abstract These Application Notes describe

More information

Application Notes for Spectralink DECT Server 2500/8000 with Avaya Aura Communication Manager and Avaya Aura Session Manager - Issue 1.

Application Notes for Spectralink DECT Server 2500/8000 with Avaya Aura Communication Manager and Avaya Aura Session Manager - Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for Spectralink DECT Server 2500/8000 with Avaya Aura Communication Manager and Avaya Aura Session Manager - Issue 1.0 Abstract These Application

More information

Application Notes for ISI Infortel Select with Avaya Aura Communication Manager - Issue 1.0

Application Notes for ISI Infortel Select with Avaya Aura Communication Manager - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for ISI Infortel Select with Avaya Aura Communication Manager - Issue 1.0 Abstract These Application Notes describe the configuration steps

More information

Application Notes for Extron DMP 128 Plus C V with Avaya Aura Communication Manager and Avaya Aura Session Manager - Issue 1.0

Application Notes for Extron DMP 128 Plus C V with Avaya Aura Communication Manager and Avaya Aura Session Manager - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Extron DMP 128 Plus C V with Avaya Aura Communication Manager and Avaya Aura Session Manager - Issue 1.0 Abstract These Application Notes

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Empirix Hammer G5 with Avaya Aura Communication Manager and Avaya Aura SIP Enablement Services using SIP Trunk Emulation Issue 1.0 Abstract

More information

Application Notes for Teo 7810 and 7810 TSG-6 Series IP Phones with Avaya Aura Session Manager and Avaya Aura Communication Manager - Issue 1.

Application Notes for Teo 7810 and 7810 TSG-6 Series IP Phones with Avaya Aura Session Manager and Avaya Aura Communication Manager - Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for Teo 7810 and 7810 TSG-6 Series IP Phones with Avaya Aura Session Manager and Avaya Aura Communication Manager - Issue 1.0 Abstract These

More information

Application Notes for Noble Systems with Avaya Aura TM SIP Enablement Services and Avaya Aura TM Communication Manager Issue 1.1

Application Notes for Noble Systems with Avaya Aura TM SIP Enablement Services and Avaya Aura TM Communication Manager Issue 1.1 Avaya Solution & Interoperability Test Lab Application Notes for Noble Systems with Avaya Aura TM SIP Enablement Services and Avaya Aura TM Communication Manager Issue 1.1 Abstract These Application Notes

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

Sample Configuration of the Motorola MC70 and MC9090 Handheld Mobile Computers with Avaya Communication Manager Issue 1.0

Sample Configuration of the Motorola MC70 and MC9090 Handheld Mobile Computers with Avaya Communication Manager Issue 1.0 Avaya Solution & Interoperability Test Lab Sample Configuration of the Motorola MC70 and MC9090 Handheld Mobile Computers with Avaya Communication Manager Issue 1.0 Abstract These Application Notes present

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

Application Notes for the Packeteer PacketShaper with Avaya Communication Manager - Issue 1.0

Application Notes for the Packeteer PacketShaper with Avaya Communication Manager - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for the Packeteer PacketShaper with Avaya Communication Manager - Issue 1.0 Abstract These Application Notes describe the procedure for configuring

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for a HP Networking Mobility Solution using the E-MSM765zl Mobility Controller with an Avaya Aura Telephony Infrastructure and Avaya Wireless

More information

APPLICATION NOTES. Overview. Configure Avaya Aura Communication Manager

APPLICATION NOTES. Overview. Configure Avaya Aura Communication Manager APPLICATION NOTES PRODUCTS SUPPORTED: ClearOne CONVERGE Pro 2 and Avaya Aura Session Manager CLEARONE DOCUMENT NTS-0050-001 (REVISION 1.0) July 2017 Configuring the CONVERGE Pro 2 with Avaya Aura Communication

More information

Application Notes for Configuring Ascom i62 Wireless Handsets with Avaya Aura Communication Manager R6.3 and Avaya Aura Session Manager R6.3 Issue 1.

Application Notes for Configuring Ascom i62 Wireless Handsets with Avaya Aura Communication Manager R6.3 and Avaya Aura Session Manager R6.3 Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for Configuring Ascom i62 Wireless Handsets with Avaya Aura Communication Manager R6.3 and Avaya Aura Session Manager R6.3 Issue 1.0 Abstract

More information

Application Notes for the Allot NetEnforcer with Avaya Communication Manager - Issue 1.0

Application Notes for the Allot NetEnforcer with Avaya Communication Manager - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for the Allot NetEnforcer with Avaya Communication Manager - Issue 1.0 Abstract These Application Notes describe the procedure for configuring

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Configuring Streamcore StreamGroomers with Avaya Aura Communication Manager R6.0.1 and Avaya Aura Session Manager R6.1 using SIP VoIP/Video

More information

Configuring the Avaya B179 SIP Conference Phone with Avaya Aura Communication Manager 5.X and Avaya Aura Session Manager 6.X v1.0.

Configuring the Avaya B179 SIP Conference Phone with Avaya Aura Communication Manager 5.X and Avaya Aura Session Manager 6.X v1.0. Configuring the Avaya B179 SIP Conference Phone with Avaya Aura Communication Manager 5.X and Avaya Aura Session Manager 6.X v1.0 Abstract These Application Notes describe the steps to configure the Avaya

More information

MCS SIP Integration with Avaya Communication Manager

MCS SIP Integration with Avaya Communication Manager Page: 1 of 11 Overview This document outlines the configuration steps to integrate the Mutare Communication Server (MCS) using SIP with the Avaya Aura Communication Manager. Document 145-MCS Specifications,

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Configuring Sipera Systems UC-Sec Secure Access Proxy with Avaya Aura Session Manager and Avaya Aura Communication Manager to Support Core

More information

Sample QoS Configuration for Avaya TM S8300 Media Server with Avaya TM G700 Media Gateway in Nortel and 3Com Data Networking Infrastructure Issue 1.

Sample QoS Configuration for Avaya TM S8300 Media Server with Avaya TM G700 Media Gateway in Nortel and 3Com Data Networking Infrastructure Issue 1. Sample QoS Configuration for Avaya TM S8300 Media Server with Avaya TM G700 Media Gateway in Nortel and 3Com Data Networking Infrastructure Issue 1.0 Abstract These Application Notes present sample Quality

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Configuring Juniper SRX210 Switch to provide Quality of Service to Avaya 9608, 9611, 9621 and 9641 IP and SIP Telephones with Avaya Aura Communication Manager

More information

Application Notes for Biamp Tesira SVC-2 and Avaya Aura Communication Manager and Avaya Aura SIP Enablement Services Issue 1.0

Application Notes for Biamp Tesira SVC-2 and Avaya Aura Communication Manager and Avaya Aura SIP Enablement Services Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Biamp Tesira SVC-2 and Avaya Aura Communication Manager and Avaya Aura SIP Enablement Services Issue 1.0 Abstract These Application Notes

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Configuring a SonicWALL VPN solution with an Avaya IP Telephony Infrastructure using Avaya Aura Communication Manager Branch in a Converged

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

Application Notes for the DataVoice Recording Solution for Avaya Communication Manager and Avaya Application Enablement Services - Issue 1.

Application Notes for the DataVoice Recording Solution for Avaya Communication Manager and Avaya Application Enablement Services - Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for the DataVoice Recording Solution for Avaya Communication Manager and Avaya Application Enablement Services - Issue 1.0 Abstract These Application

More information

Application Notes for D-Link DES 1526 Power over Ethernet (PoE) Switch with Avaya IP Telephones and Wireless Access Points Issue 1.

Application Notes for D-Link DES 1526 Power over Ethernet (PoE) Switch with Avaya IP Telephones and Wireless Access Points Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for D-Link DES 1526 Power over Ethernet (PoE) Switch with Avaya IP Telephones and Wireless Access Points 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 a Bluesocket Wireless LAN Solution for branch and small offices with an Avaya Telephony Infrastructure and Avaya 3631 Wireless IP Telephone

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Configuring Juniper SRX210 Switch to provide Power over Ethernet to Avaya 9600, 1600 & 4600 Series IP Telephones with Avaya Aura Communication Manager & Avaya

More information

Application Notes for Valcom VIP-201 PagePro IP with Avaya Communication Manager using Avaya SIP Enablement Services Issue 1.0

Application Notes for Valcom VIP-201 PagePro IP with Avaya Communication Manager using Avaya SIP Enablement Services Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Valcom VIP-201 PagePro IP with Avaya Communication Manager using Avaya SIP Enablement Services Issue 1.0 Abstract These Application Notes

More information

Application Notes for Configuring the Hitachi Cable WirelessIP 5000 with Avaya Communication Manager and Avaya SIP Enablement Services - Issue 1.

Application Notes for Configuring the Hitachi Cable WirelessIP 5000 with Avaya Communication Manager and Avaya SIP Enablement Services - Issue 1. Re Avaya Solution & Interoperability Test Lab Application Notes for Configuring the Hitachi Cable WirelessIP 5000 with Avaya Communication Manager and Avaya SIP Enablement Services - 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 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

A Sample Configuration for Securing Avaya IP Softphone Clients over a Wireless LAN using Avaya VPNremote Software and IP Address Pooling - Issue 1.

A Sample Configuration for Securing Avaya IP Softphone Clients over a Wireless LAN using Avaya VPNremote Software and IP Address Pooling - Issue 1. Avaya Solution & Interoperability Test Lab A Sample Configuration for Securing Avaya IP Softphone Clients over a Wireless LAN using Avaya VPNremote Software and IP Address Pooling - 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 Motorola Total Enterprise Access and Mobility with Avaya Aura TM SIP Enablement Services and Avaya Aura TM Communication Manager - Issue

More information

Application Notes for Resource Software International Cloud Call Accounting 2.1 with Avaya Aura Communication Manager 6.2 Issue 1.

Application Notes for Resource Software International Cloud Call Accounting 2.1 with Avaya Aura Communication Manager 6.2 Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for Resource Software International Cloud Call Accounting 2.1 with Avaya Aura Communication Manager 6.2 Issue 1.0 Abstract These Application

More information

Installation Instructions for the TANDBERG 150 MXP -

Installation Instructions for the TANDBERG 150 MXP - Installation Instructions for the TANDBERG 150 MXP - Abstract These Installation Instructions detail steps for installing TANDBERG 150 MXP (T150) in the Avaya H.323 environment. This document is intended

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Configuring Ascom DECT Handsets and Ascom IPBS Access Point with Avaya Aura Communication Manager R6.3 and Avaya Aura Session Manager R6.3

More information

Application Notes for Cantata SR140 with Avaya Communication Manager - Issue 1.0

Application Notes for Cantata SR140 with Avaya Communication Manager - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Cantata SR140 with Avaya Communication Manager - Issue 1.0 Abstract These Application Notes describe the configuration steps required for

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Workforce Connect Voice Client running on TC51 Touch Computer from Zebra Technologies with Avaya Aura Communication Manager and Avaya Aura

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

Application Notes for the Grandstream Networks SIP Telephones with Avaya Communication Manager and Avaya SIP Enablement Services Issue 1.

Application Notes for the Grandstream Networks SIP Telephones with Avaya Communication Manager and Avaya SIP Enablement Services Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for the Grandstream Networks SIP Telephones with Avaya Communication Manager and Avaya SIP Enablement Services Issue 1.0 Abstract These Application

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

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 ewings Technologies Communication Assistant with Avaya Communication Manager using Avaya SIP Enablement Services - Issue 1.

Application Notes for ewings Technologies Communication Assistant with Avaya Communication Manager using Avaya SIP Enablement Services - Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for ewings Technologies Communication Assistant with Avaya Communication Manager using Avaya SIP Enablement Services - Issue 1.0 Abstract These

More information

Application Notes for Cetis M-Series M203IP SIP cordless Telephones with Avaya Aura Session Manager - Issue 1.0

Application Notes for Cetis M-Series M203IP SIP cordless Telephones with Avaya Aura Session Manager - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Cetis M-Series M203IP SIP cordless Telephones with Avaya Aura Session Manager - Issue 1.0 Abstract These Application Notes describe the

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

Application Notes for CA NetQoS Unified Communications Monitor with Avaya Aura TM Communication Manager - Issue 1.0

Application Notes for CA NetQoS Unified Communications Monitor with Avaya Aura TM Communication Manager - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for CA NetQoS Unified Communications Monitor with Avaya Aura TM Communication Manager - Issue 1.0 Abstract These Application Notes describe

More information

Application Notes for Configuring Global IP Solutions Remote Extension with Avaya Communication Manager and Avaya SIP Enablement Services - Issue 1.

Application Notes for Configuring Global IP Solutions Remote Extension with Avaya Communication Manager and Avaya SIP Enablement Services - Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for Configuring Global IP Solutions Remote Extension with Avaya Communication Manager and Avaya SIP Enablement Services - Issue 1.0 Abstract

More information

Application Notes for LayerX Technologies Arbitrator with Avaya Aura Communication Manager and Avaya H.323 IP Telephones Issue 1.0

Application Notes for LayerX Technologies Arbitrator with Avaya Aura Communication Manager and Avaya H.323 IP Telephones Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for LayerX Technologies Arbitrator with Avaya Aura Communication Manager and Avaya H.323 IP Telephones Issue 1.0 Abstract These Application

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

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Configuring an IBM Proventia Network Intrusion Prevention System for Supporting an Avaya Telephony Infrastructure using Avaya Communication

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for configuring Ascom DECT Handsets and Ascom IPBS Access Point with Avaya Aura Communication Manager R7.0 and Avaya Aura Session Manager R7.0

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Configuring Escene Communication Technology ES620, ES410, ES320 and ES210 Enterprise IP Phones with Avaya Aura Session Manager 6.1 and Avaya

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for H.323 video solution with TANDBERG Video Communication Server, 1700 MXP and T150 MXP Endpoints, Codian MCU 4501 with Avaya Aura Communication

More information

Application Notes for Thomson ST2022 SIP Telephones with Avaya Aura Communication Manager and Avaya Aura SIP Enablement Services Issue 1.

Application Notes for Thomson ST2022 SIP Telephones with Avaya Aura Communication Manager and Avaya Aura SIP Enablement Services Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for Thomson ST2022 SIP Telephones with Avaya Aura Communication Manager and Avaya Aura SIP Enablement Services 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 Empirix Hammer G5 with Avaya Aura Communication Manager and Avaya Aura SIP Enablement Services using SIP Endpoint Emulation Issue 1.0 Abstract

More information

Application Notes for CallCopy cc:discover with Avaya Aura TM Communication Manager and Avaya Aura TM Application Enablement Services Issue 1.

Application Notes for CallCopy cc:discover with Avaya Aura TM Communication Manager and Avaya Aura TM Application Enablement Services Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for CallCopy cc:discover with Avaya Aura TM Communication Manager and Avaya Aura TM Application Enablement Services Issue 1.0 Abstract These

More information

Application Notes for ObjectTel CLASSONE icas SIP Client and Avaya Aura Communication Manager and Avaya Aura Session Manager Issue 1.

Application Notes for ObjectTel CLASSONE icas SIP Client and Avaya Aura Communication Manager and Avaya Aura Session Manager Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for ObjectTel CLASSONE icas SIP Client and Avaya Aura Communication Manager and Avaya Aura Session Manager Issue 1.0 Abstract These Application

More information

Application Notes for Nectar Converged Management Platform with Avaya Aura Session Manager - Issue 1.0

Application Notes for Nectar Converged Management Platform with Avaya Aura Session Manager - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Nectar Converged Management Platform with Avaya Aura Session 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 Configuring Link Resiliency Measures for the Avaya G700 Media Gateway using Extreme Networks Ethernet Automatic Protection Switching (EAPS) or Avaya Port Redundancy

More information

Configuring SIP Telephony between Avaya one-x Quick Edition IP Telephones and Avaya Communication Manager with Avaya SIP Enablement Services Issue 1.

Configuring SIP Telephony between Avaya one-x Quick Edition IP Telephones and Avaya Communication Manager with Avaya SIP Enablement Services Issue 1. Configuring SIP Telephony between Avaya one-x Quick Edition IP Telephones and Avaya Communication Manager with Avaya SIP Enablement Services Issue 1.0 Abstract These Application Notes describe steps to

More information

Application Notes for Valcom One-Way IP Speakers with Avaya Aura Communication Manager and Avaya Aura Session Manager Issue 1.0

Application Notes for Valcom One-Way IP Speakers with Avaya Aura Communication Manager and Avaya Aura Session Manager Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Valcom One-Way IP Speakers with Avaya Aura Communication Manager and Avaya Aura Session Manager Issue 1.0 Abstract These Application Notes

More information

Application Notes for the TISL Eventra VoIP Recording with Avaya Communication Manager and Avaya Application Enablement Services - Issue 1.

Application Notes for the TISL Eventra VoIP Recording with Avaya Communication Manager and Avaya Application Enablement Services - Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for the TISL Eventra VoIP Recording with Avaya Communication Manager and Avaya Application Enablement Services - Issue 1.0 Abstract These Application

More information

Application Notes for Configuring Nuance Speech Attendant with Avaya Aura Session Manager R6.3 and Avaya Aura Communication Manager R6.2 Issue 1.

Application Notes for Configuring Nuance Speech Attendant with Avaya Aura Session Manager R6.3 and Avaya Aura Communication Manager R6.2 Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for Configuring Nuance Speech Attendant with Avaya Aura Session Manager R6.3 and Avaya Aura Communication Manager R6.2 Issue 1.0 Abstract These

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

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Configuring Session Initiated Protocol over Port Network Address Translation for Avaya 4602 SIP IP Telephones using the Kagoor VoiceFlow 200 Application Layer

More information

Application Notes for Data Track Eclipse Call Management System and Avaya Aura Communication Manager Issue 1.0

Application Notes for Data Track Eclipse Call Management System and Avaya Aura Communication Manager Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Data Track Eclipse Call Management System and Avaya Aura Communication Manager 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 Application Notes for Callray Communications AP Suite Quality Management System with Avaya Communication Manager and Avaya Application Enablement Services - Issue

More information

Application Notes for CounterPath Bria Desktop v4.3 with Avaya Aura Session Manager and Avaya Aura Communication Manager - Issue 1.

Application Notes for CounterPath Bria Desktop v4.3 with Avaya Aura Session Manager and Avaya Aura Communication Manager - Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for CounterPath Bria Desktop v4.3 with Avaya Aura Session Manager and Avaya Aura Communication Manager - 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 Configuring Vocera Communications using TLS as the transport protocol with Avaya Aura Session Manager and Avaya Aura Communication Manager

More information

Application Notes for Empirix Hammer FX-IP with Avaya Communication Manager using the H.323 IP Trunk Interface Issue 1.0

Application Notes for Empirix Hammer FX-IP with Avaya Communication Manager using the H.323 IP Trunk Interface Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Empirix Hammer FX-IP with Avaya Communication Manager using the H.323 IP Trunk Interface Issue 1.0 Abstract These Application Notes describe

More information

Application Notes for Configuring 2N Telekomunikace Helios IP to interoperate with Avaya IP Office Issue 1.0

Application Notes for Configuring 2N Telekomunikace Helios IP to interoperate with Avaya IP Office Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Configuring 2N Telekomunikace Helios IP to interoperate with Avaya IP Office 7.0 - Issue 1.0 Abstract These Application Notes describe the

More information

Application Notes for TAS FEP-IP Flush-mounting Telephone with Avaya Communication Manager and Avaya SIP Enablement Services Issue 1.

Application Notes for TAS FEP-IP Flush-mounting Telephone with Avaya Communication Manager and Avaya SIP Enablement Services Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for TAS FEP-IP Flush-mounting Telephone with Avaya Communication Manager and Avaya SIP Enablement Services Issue 1.0 Abstract These Application

More information

Application Notes for Nectar Converged Management Platform with Avaya Communication Manager - Issue 1.0

Application Notes for Nectar Converged Management Platform with Avaya Communication Manager - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Nectar Converged Management Platform with Avaya Communication Manager - Issue 1.0 Abstract These Application Notes describe the configuration

More information

Application Notes for Nuance Speech Attendant with Avaya Aura Session Manager and Avaya Aura Communication Manager Issue 1.0

Application Notes for Nuance Speech Attendant with Avaya Aura Session Manager and Avaya Aura Communication Manager Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Nuance Speech Attendant with Avaya Aura Session Manager and Avaya Aura Communication Manager Issue 1.0 Abstract These Application Notes

More information

Application Notes for Revolabs FLX with Avaya Aura Session Manager and Avaya Aura Communication Manager Release 6.3 Issue 1.0

Application Notes for Revolabs FLX with Avaya Aura Session Manager and Avaya Aura Communication Manager Release 6.3 Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Revolabs FLX with Avaya Aura Session Manager and Avaya Aura Communication Manager Release 6.3 Issue 1.0 Abstract These Application Notes

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes of Polycom H.323 Video Endpoints Consisting of VSX Endpoints and HDX Endpoints with Avaya Aura Communication Manager and Polycom CMA 4000 Issue

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

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Configuring Conveyant Systems Sentry E9-1-1 Solution with Avaya Aura Application Enablement Services and Avaya Aura Communication Manager

More information

Application Notes for the LifeSize Phone with Avaya Communication Manager and Avaya SIP Enablement Services Issue 1.0

Application Notes for the LifeSize Phone with Avaya Communication Manager and Avaya SIP Enablement Services Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for the LifeSize Phone with Avaya Communication Manager and Avaya SIP Enablement Services Issue 1.0 Abstract These Application Notes describe

More information

Application Notes for AEi Communications VM-2208-S(S) SIP Telephone with Avaya Aura Session Manager and Avaya Aura Communication Manager - Issue 1.

Application Notes for AEi Communications VM-2208-S(S) SIP Telephone with Avaya Aura Session Manager and Avaya Aura Communication Manager - Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for AEi Communications VM-2208-S(S) SIP Telephone with Avaya Aura Session Manager and Avaya Aura Communication Manager - 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 Configuring G-Tek/AEi Electronics SSP-2x10-S SIP Phone with Avaya Aura Session Manager 6.3 and Avaya Aura Communication Manager 6.3 - Issue

More information

Application Notes for MVOX Electronics MV100 and MV900 with Avaya IP Softphones - Issue 1.0

Application Notes for MVOX Electronics MV100 and MV900 with Avaya IP Softphones - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for MVOX Electronics MV100 and MV900 with Avaya IP Softphones - Issue 1.0 Abstract These Application Notes describe a compliance-tested configuration

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Configuring the Hitachi Cable WirelessIP 5000 with Avaya Communication Manager and Avaya SIP Enablement Services using RADIUS Authentication

More information

Application Notes for Intego Systems ProNet.net Nurse Call System with Avaya Communication Manager using Avaya SIP Enablement Services Issue 1.

Application Notes for Intego Systems ProNet.net Nurse Call System with Avaya Communication Manager using Avaya SIP Enablement Services Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for Intego Systems ProNet.net Nurse Call System with Avaya Communication Manager using Avaya SIP Enablement Services Issue 1.0 Abstract These

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Configuring Cisco Catalyst 3750E-24P to provide Power over Ethernet to Avaya 9600, 1600 and 4600 Series IP and SIP Telephones with Avaya Aura Communication Manager

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Synergem Evolution 911 Elite with Avaya Aura Communication Manager, Avaya Aura Session Manager and Avaya Aura Application Enablement Services

More information