Abstract. Avaya Solution & Interoperability Test Lab

Size: px
Start display at page:

Download "Abstract. Avaya Solution & Interoperability Test Lab"

Transcription

1 Avaya Solution & Interoperability Test Lab Configuring Link Resiliency Measures for the Avaya G700 Media Gateway using Extreme Networks Ethernet Automatic Protection Switching (EAPS) or Avaya Port Redundancy Issue 1.0 Abstract These Application Notes describes how to configure Extreme Networks Ethernet Automatic Protection Switching (EAPS) and the Port Redundancy feature used in Avaya Layer-2 devices. These redundancy measures were used to protect Avaya IP Telephony traffic by maintaining link integrity between the Extreme Networks Black Diamond series of switches and the Layer- 2 stack of an Avaya G700 or G350 Media Gateway, or an Avaya C363T-PWR PoE Switch. 1 of 9

2 1. Introduction Redundancy Option #1 is illustrated in Figure 1 with an Extreme Networks Black Diamond 6808 switch connected to an Avaya C363T-PWR PoE Switch using two 802.1q trunks. An EAPS ring is configured on the Extreme Networks Black Diamond 6808 to protect VoIP traffic traversing the redundant links. The EAPS configuration will disable the secondary link while the main link remains operational and will enable the secondary link whenever the primary link fails. Important Note: The firmware versions for the Avaya C363T-PWR and G700 Media Gateway validated in these Application Notes do not support EAPS protocol message exchanges as defined by Information RFC Instead, the Avaya devices are configured to passively transport EAPs messages between the BlackDiamond switch ports. The BlackDiamond identifies its own EAP messages being looped back to itself and controls the ring locally, protecting against looping conditions and providing high-speed redundant link failover. Redundancy Option #2 is also illustrated in Figure 1 with an Extreme Networks Black Diamond 6808 switch connected to an Avaya G700 Media Gateway using two 802.1q trunks. Connections on the Avaya G700 Media Gateway for the Extreme Networks Black Diamond 6808 switch are configured as redundant pairs using the Avaya Port Redundancy feature to protect VoIP traffic. If the primary link fails, the secondary link becomes established and continues forwarding traffic. This approach can be applied to either the Avaya G700 or G350 Media Gateway. Commands to create a redundant pair were also enabled on the Extreme Networks Black Diamond 6808 in Redundancy Option #2 to ensure synchronization of Layer-2 forwarding tables between it and the Avaya G700 Media Gateway. An Avaya C363T was used to provide a Layer- 2 switching platform outside of the domain enabled with port redundancy schemes. 2 of 9

3 Figure 1: Network Diagram 2. Equipment and Software Validated The following equipment and software were used for the sample configuration provided: Equipment Software Avaya C363T-PWR PoE Switch Avaya S8300 Media Server 2.2 Avaya G700 Media Gateway P330 L2: MGP: VoIP-v0: 40 Avaya 4620 IP Telephone 1.7 Extreme Networks Black Diamond 6808 ExtremeWare 7.2.0b25 3 of 9

4 3. Extreme Networks EAPS Overview The Ethernet Automatic Protection Switching (EAPS) technology by Extreme Networks was created to increase the availability and port resilience of Ethernet pairs. An EAPS Domain has a single "master node" for the Ethernet port designated as the primary port and uses transit nodes for all other Ethernet ports designated as secondary ports. EAPS uses a "control VLAN" that transmits a polling/alert mechanism to verify port redundancy and passes control information through all ports configured in the EAPS Domain. The master node blocks the secondary port for all non-control Ethernet frames belonging to the corresponding EAPS Domain, and if the master node detects a fault with the primary port, it unblocks the secondary port and allows data to pass through. 4. Configure Extreme Networks EAPS The following configuration steps for the Extreme Networks Black Diamond 6808 switch and Avaya G700 Media Gateway assume the devices are being administered from the factory default settings Configure Extreme Networks Black Diamond 6808 The following commands will create and configure an untagged VLAN on the port connected to the Avaya IP Telephone and tagged VLANs on the ports connected to the Avaya G700 Media Gateway. IP forwarding for inter-vlan traffic is also enabled. create vlan vlan40 create vlan vlan50 configure vlan vlan40 tag 40 configure vlan vlan50 tag 50 configure vlan vlan40 ipaddress configure vlan vlan50 ipaddress configure vlan vlan40 add port 6:5-6:6 tagged configure vlan vlan50 add port 6:5-6:6 tagged configure vlan vlan40 add port 8:25 untagged enable ipforwarding vlan vlan40 enable ipforwarding vlan vlan50 Create the EAPS control VLAN to be used by EAPS to send health-check traffic and assign a QoS profile of 8 to mark traffic from the control VLAN with the highest priority. Tag the control VLAN on the ports connected to the Avaya G700 Media Gateway. create vlan "vlan60" configure vlan "vlan60" qosprofile "QP8 configure vlan "vlan60" add port 6:5-6:6 tagged --Do not assign an IP address to the control vlan Globally enable the EAPS feature. Create an EAPS domain and designate the operation mode of the Black Diamond 6808 as the EAPS master node. Disable the spanning-tree protocol on ports assigned to VLANs protected in the EAPS domain. Configure the EAPS domain with a primary port and secondary port. 4 of 9

5 enable eaps create eaps "g700" configure eaps "g700" mode master configure stpd "s0" delete "vlan40" ports 6:5-6:6 configure stpd "s0" delete "vlan60" ports 6:5-6:6 configure eaps "g700" primary port 6:5 configure eaps "g700" secondary port 6:6 Assign the control VLAN to the EAPS Domain and protect the data-carrying VLANs on the ports connected to the Avaya G700 Media Gateway. Globally enable the EAPS function for the configured domain. configure eaps "g700" add control vlan "vlan60" configure eaps "g700" add protect vlan "vlan50" configure eaps "g700" add protect vlan "vlan40" enable eaps "g700" (Optional) Configure the timer value for health-check packets used by the master node for the minimum expiration of failtime before it unblocks the secondary port. configure eaps "g700" failtime 5 configure eaps "g700" hellotime Configure Avaya C363T-PWR PoE Switch Configure VLANs and set the connected ports to the designated native VLAN. Configure the trunking mode of the port to dot1q VLAN tagging and set the bind method used by VLANs assigned to the ports. set vlan 40 name vlan40 set vlan 50 name vlan50 set trunk 1/51-52 dot1q set port vlan 40 1/51-52 set port vlan-binding-mode 1/51-52 bind-to-configured 5. Avaya Port Redundancy Overview The Avaya G700 Port Redundancy feature can define two ports as a redundant pair to enhance the availability of Ethernet ports. A redundant pair consists of a primary port and a secondary port, with only one port being active at a time. During the normal operation of the redundancy pair, the primary port transmits and receives data, and the secondary port is disabled. If the primary port fails, the redundant pair performs a switchback and the secondary port becomes the active port. If the secondary port is the active port, there is no change back to the primary port until it recovers. Note: In order for the G700 Port Redundancy feature to perform, a port redundancy scheme must also be enabled on the Extreme Networks Black Diamond. In the event of port failure, ExtremeWare 7.2 software does not flush its Layer-2 forwarding cache which disables the port and causes data loss.. 5 of 9

6 6. Configure Avaya Port Redundancy The following configuration steps for the Avaya G700 Media Gateway and the Extreme Black Diamond 6808 assumes the device is being administered from the factory default settings Configure Avaya G700 Media Gateway Configure VLANs and set ports to the designated native VLAN connected to the Extreme Networks Black Diamond Configure the trunking mode of the ports to dot1q VLAN tagging and set the bind method used by VLANs assigned to the ports. set vlan 40 name vlan40 set vlan 50 name vlan50 set port vlan 40 1/1-2 set trunk 1/1-2 dot1q set port vlan-binding-mode 1/1-2 bind-to-configured Globally enable port redundancy on the Avaya G700 Media Gateway. Disable the spanning-tree protocol on the ports assigned as the redundant pair. set port redundancy enable set port spantree disable 1/1-2 Configure the primary and secondary ports to be defined in the port redundancy scheme. Give a unique label for identification and globally enable the defined redundancy scheme set port redundancy 1/2 1/1 on BlkDiamond set port redundancy enable BlkDiamond (Optional) Configure redundancy switchover timers on the Avaya G700 Media Gateway for the frequency of health-check packets and the switchback-interval for the minimum expiration of failure before it unblocks the secondary port. set port redundancy-intervals Configure Black Diamond Create VLANs configured with IP addressing and tag the ports connected to the Avaya G700 Media Gateway. Enable IP forwarding for the configured VLANs. create vlan vlan40 create vlan vlan50 configure vlan vlan40 tag 40 configure vlan vlan50 tag 50 configure vlan vlan40 ipaddress configure vlan vlan50 ipaddress configure vlan vlan40 add port 8:5-8:6 tagged configure vlan vlan50 add port 8:5-8:6 tagged enable ipforwarding vlan vlan40 enable ipforwarding vlan vlan50 Disable the spanning-tree protocol for VLANs configured on the ports assigned for redundancy. 6 of 9

7 Configure a secondary port to back up the specified primary port to create a redundancy pair. configure stpd "s0" delete "vlan40" ports 8:5-8:6 configure stpd "s0" delete "vlan50" ports 8:5-8:6 configure ports 6:5 redundant 6:6 7. Verification Steps This section will verify that the proper configuration steps have been applied EAPS Verification 1. Verify basic network connectivity for directly connected components and ensure IP routing. 2. Pull primary link and verify EAPS on the Extreme Networks Black Diamond Use the show eaps command to confirm EAPS is globally enabled and the secondary port is unblocked when the primary port is disconnected. EAPS Enabled: Yes Number of EAPS instances: 1 EAPSD-Bridge links: 3 Name: "p330" (instance=0) State: Completed [Running: Yes] Enabled: Yes Mode: Master Primary port: 6:5 Port status: Down Tag status: Tagged Secondary port: 6:6 Port status: Up Tag status: Tagged Hello Timer interval: 1 sec Fail Timer interval: 3 sec Fail timer expiry action: Send alert Last update: From Master Id 00:01:30:FF:31:F0, at Fri Jan 28 09:55: EAPS Domain has following Controller Vlan: Vlan Name VID QosProfile "vlan60" 0060 QP8 Number of Protected Vlans: Avaya G700 Media Gateway 1. Verify basic network connectivity for directly connected components and ensure IP routing. 2. Pull primary link and verify port redundancy on the Avaya G700 Media Gateway. 3. Use the show port redundancy command to confirm the port redundancy scheme is enabled and the secondary port is for forwarding traffic when the primary port is disconnected P330-1(configure)# show port redundancy Redundancy Name Primary Port Secondary Port Status BlkDiamond 1/1 1/2 secondary 8. Additional References Please refer to the following documents on detailed configurations: Sample Avaya G700 Media Gateway Controlled by Avaya S8300 Media Server Configuration Issue of 9

8 RFC 3619: Extreme Networks Ethernet Automatic Protection Switching (EAPS) v Conclusion As depicted by these Application Notes, the Extreme Networks Ethernet Automatic Protection Switching (EAPS) and the Avaya Port Redundancy features provided sufficient port redundancy and were able to maintain link resiliency. IP Telephone calls experienced a brief interruption during convergence when the primary link deactivated with EAPS and Avaya Port Redundancy. Although the Avaya G700 can provide a link resiliency measure, the Extreme Networks EAPS offers a more simplistic redundancy solution for Avaya IP Telephony with regard to ease of configuration and robustness. 8 of 9

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

Abstract. Avaya Solution & Interoperability Test Lab

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

More information

Abstract. Avaya Solution & Interoperability Test Lab

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

More information

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

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

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for Configuring Avaya C363T RSTP to Interoperate with Extreme Networks MSTP to Support Avaya Communication Manager and Avaya G650 Media Gateway

More information

Abstract. Avaya Solution & Interoperability Test Lab

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

More information

Abstract. Avaya Solution & Interoperability Test Lab

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

More information

Abstract. Avaya Solution & Interoperability Test Lab

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

More information

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

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

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

More information

Abstract. Avaya Solution & Interoperability Test Lab

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

More information

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

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

More information

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

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

More information

Abstract. Avaya Solution & Interoperability Test Lab

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

More information

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

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

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

More information

Abstract. Avaya Solution & Interoperability Test Lab

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

More information

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

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. GAK; Reviewed: WCH 8/14/2003. Solution & Interoperability Test Lab Application Notes 2003 Avaya Inc. All Rights Reserved.

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

More information

Abstract. Avaya Solution & Interoperability Test Lab

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

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab 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 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 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 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

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

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

Configuring Avaya 9600 Series IP Telephones with Avaya Ethernet Routing Switches 4548GT-PWR and T- PWR for Quality of Service (QoS) Issue 1. Avaya Solution & Interoperability Test Lab Configuring Avaya 9600 Series IP s with Avaya Ethernet Routing Switches 4548GT-PWR and 5520-48T- PWR for Quality of Service (QoS) 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 ProCurve 5400zl, 3500yl and 2600 Series Switches by HP connected to an Avaya IP Office in a Converged VoIP and Data Network - Issue 1.0

More information

Abstract. Avaya Solution & Interoperability Test Lab

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

More information

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

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

More information

Abstract. Avaya Solution & Interoperability Test Lab

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

More information

Network Working Group Request for Comments: October Ethernet Automatic Protection Switching (EAPS) Version 1

Network Working Group Request for Comments: October Ethernet Automatic Protection Switching (EAPS) Version 1 Network Working Group Request for Comments: 3619 Category: Informational S. Shah M. Yip October 2003 Status of this Memo Ethernet Automatic Protection Switching (EAPS) Version 1 This memo provides information

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

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 Tone Software Streamline Network Assessment Service with Avaya IP Office Issue 1.1

Application Notes for Tone Software Streamline Network Assessment Service with Avaya IP Office Issue 1.1 Avaya Solution & Interoperability Test Lab Application Notes for Tone Software Streamline Network Assessment Service with Avaya IP Office Issue 1.1 Abstract These Application Notes describe the configuration

More information

Application Notes for Tone Software Streamline Network Assessment Service with Avaya Communication Manager Issue 1.1

Application Notes for Tone Software Streamline Network Assessment Service with Avaya Communication Manager Issue 1.1 Avaya Solution & Interoperability Test Lab Application Notes for Tone Software Streamline Network Assessment Service with Avaya Communication Manager Issue 1.1 Abstract These Application Notes describe

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

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 Configuring Technicolor TB30 SIP Phones to interoperate with Avaya IP Office - Issue 1.0

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

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

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 Bittel Electronics Uno Voice Series Analog Telephones with Avaya IP Office Issue 1.0

Application Notes for Bittel Electronics Uno Voice Series Analog Telephones with Avaya IP Office Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Bittel Electronics Uno Voice Series Analog Telephones with Avaya IP Office Issue 1.0 Abstract These Application Notes describe a solution

More information

Abstract. Avaya Solution & Interoperability Test Lab

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

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 Configuring Firetide HotPort 3103 Wireless Mesh Nodes to Support Avaya VoIP Communication via a Wireless Mesh Network Issue 1.

Application Notes for Configuring Firetide HotPort 3103 Wireless Mesh Nodes to Support Avaya VoIP Communication via a Wireless Mesh Network Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for Configuring Firetide HotPort 3103 Wireless Mesh Nodes to Support Avaya VoIP Communication via a Wireless Mesh Network 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

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

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

More information

Application Notes for Voistore Live with Avaya Interaction Center Issue 1.0

Application Notes for Voistore Live with Avaya Interaction Center Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Voistore Live with Avaya Interaction Center Issue 1.0 Abstract Voistore Live is an Enterprise-level voice recording solution for corporate

More information

Abstract. Avaya Solution & Interoperability Test Lab

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

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for the ProCurve 3500yl-24G-PWR Switch by HP Supporting Power over Ethernet with Avaya Communication Manager, Avaya IP Office, Avaya one-x Quick

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. AM; Reviewed: WCH/JK 9/11/02. Solution & Interoperability Test Lab Application Notes 2002 Avaya Inc. All Rights Reserved.

Abstract. AM; Reviewed: WCH/JK 9/11/02. Solution & Interoperability Test Lab Application Notes 2002 Avaya Inc. All Rights Reserved. Configuring a Hunt Group Between a Microsoft Windows NT 4.0 Server Equipped with Two Compaq Gigabit Server NICs and an Avaya P882 MultiService Switch - Issue 1.0 Abstract These Application Notes provide

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

Configuring Resilient Ethernet Protocol

Configuring Resilient Ethernet Protocol This chapter describes Resilient Ethernet Protocol (REP), REP configuration guidelines, VLAN load balancing, REP timers, and REP over EVC. This chapter also describes procedures to configure REP. Understanding

More information

Abstract. Avaya Solution & Interoperability Test Lab

Abstract. Avaya Solution & Interoperability Test Lab Avaya Solution & Interoperability Test Lab Application Notes for the Extreme Networks Summit X450e-24p Switch Supporting Power over Ethernet with Avaya Communication Manager, Avaya IP Office, Avaya one-x

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

Spanning Tree Protocol(STP)

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

More information

Application Notes for EmergencyTelecom Corp Locate911-A with Avaya Communication Manager and Avaya Application Enablement Services - Issue 1.

Application Notes for EmergencyTelecom Corp Locate911-A with Avaya Communication Manager and Avaya Application Enablement Services - Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for EmergencyTelecom Corp Locate911-A with Avaya Communication Manager and Avaya Application Enablement Services - Issue 1.0 Abstract These

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

Application Notes for Phybridge UniPhyer with Avaya IP Office Issue 0.1

Application Notes for Phybridge UniPhyer with Avaya IP Office Issue 0.1 Avaya Solution & Interoperability Test Lab Application Notes for Phybridge UniPhyer with Avaya IP Office Issue 0.1 Abstract These Application Notes describe the configuration steps required for the Phybridge

More information

Application Notes for WildPackets OmniEngine Enterprise with Avaya Aura TM Communication Manager Issue 1.0

Application Notes for WildPackets OmniEngine Enterprise with Avaya Aura TM Communication Manager Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for WildPackets OmniEngine Enterprise with Avaya Aura TM Communication Manager Issue 1.0 Abstract These Application Notes describe the configuration

More information

Application Notes for ClearOne MAX IP and MAXAttach IP with Avaya IP Office Issue 1.0

Application Notes for ClearOne MAX IP and MAXAttach IP with Avaya IP Office Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for ClearOne MAX IP and MAXAttach IP with Avaya IP Office Issue 1.0 Abstract These Application Notes describe the configuration steps required

More information

Configuring RRPP. Overview. Basic RRPP concepts. RRPP domain

Configuring RRPP. Overview. Basic RRPP concepts. RRPP domain Contents Configuring RRPP 1 Overview 1 Basic RRPP concepts 1 RRPPDUs 3 RRPP timers 4 How RRPP works 4 Typical RRPP networking 6 Protocols and standards 9 RRPP configuration task list 9 Creating an RRPP

More information

Application Notes for InteractCRM ThinConnect with Avaya Interaction Center Issue 1.1

Application Notes for InteractCRM ThinConnect with Avaya Interaction Center Issue 1.1 Avaya Solution & Interoperability Test Lab Application Notes for InteractCRM ThinConnect with Avaya Interaction Center Issue 1.1 Abstract These Application Notes describe the configuration steps required

More information

Application Notes for AdvaTel InTouch 1.0 with Avaya IP Office 6.0 Issue 1.0

Application Notes for AdvaTel InTouch 1.0 with Avaya IP Office 6.0 Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for AdvaTel InTouch 1.0 with Avaya IP Office 6.0 Issue 1.0 Abstract These Application Notes describe the configuration steps required for AdvaTel

More information

RRPP. Compared with Spanning Tree Protocol (STP), RRPP features:

RRPP. Compared with Spanning Tree Protocol (STP), RRPP features: Overview Rapid Ring Protection Protocol () is an Ethernet ring-specific link layer protocol. It can not only prevent data loop from causing broadcast storm efficiently when the Ethernet ring is complete,

More information

Application Notes for Trisys TAPIT EX with Avaya IP Office Delta Server - Issue 1.0

Application Notes for Trisys TAPIT EX with Avaya IP Office Delta Server - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Trisys TAPIT EX with Avaya IP Office Delta Server - Issue 1.0 Abstract These Application Notes describe the configuration steps required

More information

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

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

More information

Application Notes for snom MeetingPoint VoIP Conference Telephone with Avaya IP Office Issue 1.0

Application Notes for snom MeetingPoint VoIP Conference Telephone with Avaya IP Office Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for snom MeetingPoint VoIP Conference Telephone with Avaya IP Office Issue 1.0 Abstract These Application Notes describe the configuration steps

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

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

Application Notes for Hua Pu SmartCom with Avaya Aura Communication Manager and Avaya Meeting Exchange Express Edition - Issue 1.0

Application Notes for Hua Pu SmartCom with Avaya Aura Communication Manager and Avaya Meeting Exchange Express Edition - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Hua Pu SmartCom with Avaya Aura Communication Manager and Avaya Meeting Exchange Express Edition - Issue 1.0 Abstract These Application

More information

Application Notes for Interoperating IgeaCom Emergency Response Devices with Avaya IP Office Issue 1.0

Application Notes for Interoperating IgeaCom Emergency Response Devices with Avaya IP Office Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Interoperating IgeaCom Emergency Response Devices with Avaya IP Office Issue 1.0 Abstract These Application Notes describe the configuration

More information

Application Notes for Empirix OneSight Health Monitor with Avaya Aura TM Communication Manager 6.0 Issue 1.0

Application Notes for Empirix OneSight Health Monitor with Avaya Aura TM Communication Manager 6.0 Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Empirix OneSight Health Monitor with Avaya Aura TM Communication Manager 6.0 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 Configuring Escene Communication Technology ES620, ES410, ES320 and ES210 Enterprise IP Phones with Avaya Aura Session Manager 6.1 and Avaya

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 Mirage Networks Endpoint Controller in an Avaya IP Telephony Infrastructure Issue 1.0

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

More information

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 the HP Networking E-MSM317 MultiService Access Device Supporting IEEE 802.3af Power over Ethernet, Classes 0 to 3 with Avaya IP Telephones

More information

Application Notes for Configuring Tidal Communications tnet Business VoIP with Avaya IP Office using SIP Registration - Issue 1.0

Application Notes for Configuring Tidal Communications tnet Business VoIP with Avaya IP Office using SIP Registration - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Configuring Tidal Communications tnet Business VoIP with Avaya IP Office using SIP Registration - Issue 1.0 Abstract These Application Notes

More information

Application Notes for NMS Communications Vision Media Gateway Model VG2000 with Avaya Voice Portal and Avaya SIP Enablement Services Issue 1.

Application Notes for NMS Communications Vision Media Gateway Model VG2000 with Avaya Voice Portal and Avaya SIP Enablement Services Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for NMS Communications Vision Media Gateway Model VG2000 with Avaya Voice Portal and Avaya SIP Enablement Services Issue 1.0 Abstract These

More information

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

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

More information

Application Notes for Cotell Fuego SmartStation FG1088- A(1S) SP Analog Telephones with Avaya Aura Communication Manager Issue 1.0

Application Notes for Cotell Fuego SmartStation FG1088- A(1S) SP Analog Telephones with Avaya Aura Communication Manager Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Cotell Fuego SmartStation FG1088- A(1S) SP Analog Telephones with Avaya Aura Communication Manager Issue 1.0 Abstract These Application

More information

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

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

More information

Application Notes for Addcom ADD-200 Quantum Pro Noise Cancelling Headsets with Avaya Telephones - Issue 1.0

Application Notes for Addcom ADD-200 Quantum Pro Noise Cancelling Headsets with Avaya Telephones - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Addcom ADD-200 Quantum Pro Noise Cancelling Headsets with Avaya Telephones - Issue 1.0 Abstract These Application Notes describe a compliance-tested

More information

Application Notes for OrecX s Oreka Total Recorder with Avaya Aura Communication Manager and Avaya Aura Application Enablement Services Issue 0.

Application Notes for OrecX s Oreka Total Recorder with Avaya Aura Communication Manager and Avaya Aura Application Enablement Services Issue 0. Avaya Solution & Interoperability Test Lab Application Notes for OrecX s Oreka Total Recorder with Avaya Aura Communication Manager and Avaya Aura Application Enablement Services Issue 0.1 Abstract These

More information

Application Notes for Teledex iphone SIP ND2000 Series and SIP NDC2000 Series IP Telephones with Avaya IP Office Issue 1.0

Application Notes for Teledex iphone SIP ND2000 Series and SIP NDC2000 Series IP Telephones with Avaya IP Office Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Teledex iphone SIP ND2000 Series and SIP NDC2000 Series IP Telephones with Avaya IP Office 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 Application Notes for Configuring OrecX s Oreka Total Recorder with Avaya Aura Communication Manager and Avaya Aura Application Enablement Services Issue 1.0

More information

Abstract. Avaya Solution and Interoperability Test Lab

Abstract. Avaya Solution and Interoperability Test Lab Avaya Solution and Interoperability Test Lab An Avaya IP Telephone at a Remote Site served by an Avaya IP Office over a Virtual Private Network Implemented between a SonicWALL TZ 170 and PRO 3060 - Issue

More information

RRPP Technology White Paper

RRPP Technology White Paper RR Technology White aper Keywords: RR, RR domain, RR ring, control VLAN, protected VLAN, master node, transit node, edge node, assistant-edge node, ring group. Abstract: The Rapid Ring rotection rotocol

More information

Application Notes for Magnetic North Optimise VoIP Call Recorder with Avaya Communication Manager and Avaya Application Enablement Services Issue 1.

Application Notes for Magnetic North Optimise VoIP Call Recorder with Avaya Communication Manager and Avaya Application Enablement Services Issue 1. Avaya Solution & Interoperability Test Lab Application Notes for Magnetic North Optimise VoIP Call Recorder with Avaya Communication Manager and Avaya Application Enablement Services Issue 1.0 Abstract

More information

Application Notes for Plantronics Calisto P210-A USB Handset with Avaya one-x Communicator - Issue 1.0

Application Notes for Plantronics Calisto P210-A USB Handset with Avaya one-x Communicator - Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Plantronics Calisto P210-A USB Handset with Avaya one-x Communicator - Issue 1.0 Abstract These Application Notes describe a compliance-tested

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

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

Application Notes for Resource Software International Visual Rapport with Avaya IP Office Issue 1.0

Application Notes for Resource Software International Visual Rapport with Avaya IP Office Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for Resource Software International Visual Rapport with Avaya IP Office Issue 1.0 Abstract Resource Software International Visual Rapport is

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

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

Hot Standby Router Protocol (HSRP): Frequently Asked Questions

Hot Standby Router Protocol (HSRP): Frequently Asked Questions Hot Standby Router Protocol (HSRP): Frequently Asked Questions Document ID: 9281 Contents Introduction Will the standby router take over if the active router LAN interface state is "interface up line protocol

More information