SlideShare a Scribd company logo
1 of 8
Download to read offline
AM; Reviewed:
SPOC 09/15/2010
Solution & Interoperability Test Lab Application Notes
©2010 Avaya Inc. All Rights Reserved.
1 of 8
96x1PoEERS2550T
Avaya Solution & Interoperability Test Lab
Configuring the Avaya ERS 2550T-PWR Switch for Power
Over Ethernet with Avaya 9608, 9611G, 9621G and 9641G
IP Telephones Registered to Avaya Aura™ Session Manager
and Avaya Aura™ Communication Manager – Issue 1.0
Abstract
These Application Notes describe the Power over Ethernet (PoE) configuration of the Avaya
9608, 9611G, 9621G and 9641G IP Telephones registered to Avaya Aura™ Session Manager
and Avaya Aura™ Communication Manager with an Avaya ERS 2550T-PWR Switch
(formerly known as Nortel ERS 2550T-PWR Switch).
AM; Reviewed:
SPOC 09/15/2010
Solution & Interoperability Test Lab Application Notes
©2010 Avaya Inc. All Rights Reserved.
2 of 8
96x1PoEERS2550T
1. Introduction
Power over Ethernet (PoE) allows both power and data to be simultaneously carried over
standard Ethernet cables. PoE-enabled Ethernet switches can supply power directly to Ethernet
devices, thereby simplifying installation and removing the need for separate power supplies for
those devices. The IEEE 802.3af standard defines the mechanisms for Power Sourcing
Equipment (PSE), such as PoE-enabled Ethernet switches, to detect, classify, and supply power
to Powered Devices (PDs), such as PoE-enabled IP telephones. The Avaya ERS 2550T-PWR
switch provides 50 ports (the first 24 ports are PoE capable while ports 25-50 are not).
The Avaya product configurations addressed by these Application Notes are shown in Figure 1.
The following Avaya powered devices were covered:
 Avaya one-X Deskphone Edition 9608 IP Telephone
 Avaya one-X Deskphone Edition 9611G IP Telephone
 Avaya one-X Deskphone Edition 9621G IP Telephone
 Avaya one-X Deskphone Edition 9641G IP Telephone
Figure 1: PoE Configuration
AM; Reviewed:
SPOC 09/15/2010
Solution & Interoperability Test Lab Application Notes
©2010 Avaya Inc. All Rights Reserved.
3 of 8
96x1PoEERS2550T
2. Equipment and Software Validated
The following equipment and software were used for the configuration provided:
DEVICE DESCRIPTION VERSION TESTED
Avaya S8800 Server Avaya Aura™ Communication Manager
6.0 (R016x.00.0.345.0)
Avaya G450 Media Gateway FW: 30.13.2
HW Vintage: 1
Avaya S8800 Server Avaya Aura™ Session Manager 6.0
(6.0.0.0.600020)
Avaya S8800 Server Avaya Aura™ System Manager 6.0
(6.0.0.0.556-3.0.6.1)
Avaya one-X Deskphone Edition 9608 IP Telephone V6.0.76
(S96x1_SALB_R6_0r76_V4r52B.tar)
Avaya one-X Deskphone Edition 9611G IP
Telephone
V6.0.76
(S96x1_SALB_R6_0r76_V4r52B.tar)
Avaya one-X Deskphone Edition 9621G IP
Telephone
V6.0.76
(S96x1_SALB_R6_0r76_V4r52B.tar)
Avaya one-X Deskphone Edition 9641G IP
Telephone
V6.0.76
(S96x1_SALB_R6_0r76_V4r52B.tar)
Avaya ERS 2550T-PWR SW: V4.3.0.004
FW: 1.0.0.14
HW:01
PoE Module FW: V4.0.0
3. Configuration of the Avaya Endpoints
There is no configuration requirement on the Avaya endpoints to use PoE. For details on
configuring Avaya Aura™ Communication Manager Servers, Gateways, or Endpoints, consult
the Administrator Guide for Avaya Aura™ Communication Manager [1].
AM; Reviewed:
SPOC 09/15/2010
Solution & Interoperability Test Lab Application Notes
©2010 Avaya Inc. All Rights Reserved.
4 of 8
96x1PoEERS2550T
4. Configuration of the Avaya ERS 2550T-PWR Switch
By default, the switch will send a trap when the overall power consumption reaches 80% or
above of the overall available power on a per slot basis. The threshold can be changed from 1 to
99% by typing the following commands:
2550T-PWR#conf t
Enter configuration commands, one per line. End with CNTL/Z.
2550T-PWR(config)#poe poe-power-usage-threshold ?
<1-99> Power usage threshold in percentage
unit Set power usage threshold of an unit in stack
If notification messages are not needed, issue the command “no snmp-server notification-control
<description or SNMP notification OID>” to disable them.
By default, the switch PoE power detection mode is set to 802.3af and legacy
“802dot3af_and_legacy”. This was the setting used during testing. The switch PoE power
detection mode can be changed with the following commands:
2550T-PWR#conf t
2550T-PWR(config)#poe poe-pd-detect-type ?
802dot3af Set PD detection mode in 802.3af
802dot3af_and_legacy Set PD detection mode in 802.3af and legacy
unit Set PD detection mode of an unit in stack
PoE is enabled by default in the Avaya ERS 2550T-PWR switch. If the configuration has
changed, PoE can be enabled on a port by using the command “no poe-shutdown port <port #>”
at the interface configuration level. The example below enables PoE on port 2.
2550T-PWR(config)#interface fastEthernet all
2550T-PWR(config-if)#no poe-shutdown port 2
2550T-PWR(config-if)#
Alternatively, the following commands could have been used to achieve the behavior described
above.
2550T-PWR(config)#interface fastEthernet 2
2550T-PWR(config-if)#no poe-shutdown
2550T-PWR(config-if)#
AM; Reviewed:
SPOC 09/15/2010
Solution & Interoperability Test Lab Application Notes
©2010 Avaya Inc. All Rights Reserved.
5 of 8
96x1PoEERS2550T
Although ports 25-50 do not support PoE and are meant to be used for non-PoE devices,,the
command “poe poe-shutdown port <port #>” can be used to disable PoE on ports 1-24 when a
device attached to these ports does not use PoE. The example below disables PoE on port 2.
2550T-PWR(config)#interface fastEthernet all
2550T-PWR(config-if)#poe poe-shutdown port 2
2550T-PWR(config-if)#
Alternatively, the following commands could have been used to achieve the behavior described
above.
2550T-PWR(config)#interface fastEthernet 2
2550T-PWR(config-if)#poe poe-shutdown
2550T-PWR(config-if)#
By default, the PoE priority level is set to low on all ports. It is recommended to change this
setting to either high or critical for all VoIP ports. The command “poe poe-priority port <port #>
<critical, high, low>” can be used to set PoE priority on a port when a PoE device is attached to
it. The example below sets the PoE priority on port 2 to high.
2550T-PWR(config)#interface fastEthernet all
2550T-PWR(config-if)#poe poe-priority port 2 high
2550T-PWR(config-if)#
Alternatively, the following commands could have been used to achieve the behavior described
above.
2550T-PWR(config)#interface fastEthernet 2
2550T-PWR(config-if)#poe poe-priority high
2550T-PWR(config-if)#
Also, by default PoE power limit is set to 16W maximum per port. You can also change this
value from 3 to 16 watts using the command “poe poe-limit port <port #> <3-16>”. The example
below sets the PoE power limit to 16.
2550T-PWR(config)#interface fastEthernet all
2550T-PWR(config-if)#poe poe-limit port 2 16
2550T-PWR(config-if)#
Alternatively, the following commands could have been used to achieve the behavior described
above.
AM; Reviewed:
SPOC 09/15/2010
Solution & Interoperability Test Lab Application Notes
©2010 Avaya Inc. All Rights Reserved.
6 of 8
96x1PoEERS2550T
2550T-PWR(config)#interface fastEthernet 2
2550T-PWR(config-if)#poe poe-limit 16
2550T-PWR(config-if)#
5. Observations
The following table shows power classification and measured power reported by the Avaya ERS
2550T-PWR switch. IP Telephones were connected directly to the switch. Cables of different
lengths were used. Cable length and impedance affects power usage, so the measurements listed
here may vary based on the cable used. The power measurements reported here are only for
reference purposes.
Avaya Powered Device 802.3af
Class
Measured Power While
Idle (W)
Avaya one-X Deskphone Edition
9608 IP Telephone
11
1.9
Avaya one-X Deskphone Edition
9611G IP Telephone
11
2.4
Avaya one-X Deskphone Edition
9621G IP Telephone
22
2.7
Avaya one-X Deskphone Edition
9641G IP Telephone
22
2.5
6. Verification Steps
When the IP Telephones are properly powered, the IP Telephones should register and receive
dial tone when they are off-hook. If the IP Telephones are not receiving power, check the cable
used and check the port configuration to ensure PoE was enabled on the port.
The “show poe-main-status” command can be used to show the global PoE switch status.
2550T-PWR#show poe-main-status
PoE Main Status - Stand-alone
--------------------------------------------------
Available DTE Power : 168 Watts
DTE Power Status : Normal
DTE Power Consumption : 38 Watts
DTE Power Usage Threshold : 80 %
Traps Control Status : Enable
PD Detect Type : 802.3af and Legacy
1
The 9608 and 9611G IP Telephones are classified as Class 2 if a BM12/SBM12 button module is connected to the
telephones.
2
The 9641G IP Telephone is classified as Class 3 if a BM12/SBM12 button module is connected to the telephone.
The 9621G IP Telephone does not support the BM12/SBM12 button module.
AM; Reviewed:
SPOC 09/15/2010
Solution & Interoperability Test Lab Application Notes
©2010 Avaya Inc. All Rights Reserved.
7 of 8
96x1PoEERS2550T
Power Source Present : AC Only
AC Power Status : Present
DC Power Status : Not Present
2550T-PWR#
The “show poe-port-status” or “show poe-port-status <port | unit/port>” commands can be used
to show the port PoE status. The example below shows this information for port 2.
2550T-PWR#show poe-port-status 2
Admin Current Limit
Port Status Status Classification (Watts) Priority
---- ------- ----------------- -------------- ------- --------
2 Enable Delivering Power 2 16 High
2550T-PWR#
The “show poe-power-measurement” or “show poe-power-measurement <port | unit/port>”
commands can be used to show the power used on a PoE port. The example below shows this
information for port 2.
2550T-PWR#show poe-power-measurement 2
Port Volt(V) Current(mA) Power(Watt)
---- ------- ----------- ---------------
2 50.3 50 2.500
2550T-PWR#
7. Conclusion
These Application Notes described the configuration of the Avaya 9608, 9611G, 9621G and
9641G IP Telephones with Avaya ERS 2250T-PWR switch (formerly known as Nortel ERS
2550T-PWR switch). The Avaya ERS 2550T-PWR switch was able to provide PoE for the
Avaya IP Telephones to work properly.
8. Additional References
The Avaya Unified Communications product documentation is available at
http://support.avaya.com
The Avaya ERS 2550T-PWR switch documentation is available at
http://support.nortel.com/go/main.jsp?cscat=OVERVIEW&poid=17981
AM; Reviewed:
SPOC 09/15/2010
Solution & Interoperability Test Lab Application Notes
©2010 Avaya Inc. All Rights Reserved.
8 of 8
96x1PoEERS2550T
©2010 Avaya Inc. All Rights Reserved.
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 e-mail 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 interoplabnotes@list.avaya.com

More Related Content

What's hot

69632 configuring-cat-ip-phone
69632 configuring-cat-ip-phone69632 configuring-cat-ip-phone
69632 configuring-cat-ip-phoneRayan Darine
 
Aruba 2930 f switch campus switching
Aruba 2930 f switch   campus switching Aruba 2930 f switch   campus switching
Aruba 2930 f switch campus switching Eketerina Dyakova
 
C4 L6000 Eth Operation Manual
C4 L6000 Eth Operation ManualC4 L6000 Eth Operation Manual
C4 L6000 Eth Operation Manualguest9fe343e
 
Инновации в архитектуре маршрутизатора ASR9K. Технология сетевой витруализаци...
Инновации в архитектуре маршрутизатора ASR9K. Технология сетевой витруализаци...Инновации в архитектуре маршрутизатора ASR9K. Технология сетевой витруализаци...
Инновации в архитектуре маршрутизатора ASR9K. Технология сетевой витруализаци...Cisco Russia
 
1 asr9 k platform architecture
1   asr9 k platform architecture1   asr9 k platform architecture
1 asr9 k platform architectureThanh Hung Quach
 
Особенности архитектуры и траблшутинга маршрутизаторов серии ASR1000
Особенности архитектуры и траблшутинга маршрутизаторов серии ASR1000Особенности архитектуры и траблшутинга маршрутизаторов серии ASR1000
Особенности архитектуры и траблшутинга маршрутизаторов серии ASR1000Cisco Russia
 
APFeatures_BuyersGuide
APFeatures_BuyersGuideAPFeatures_BuyersGuide
APFeatures_BuyersGuideEugene Yu
 
Veracity VLS-1N-L Data Sheet
Veracity VLS-1N-L Data SheetVeracity VLS-1N-L Data Sheet
Veracity VLS-1N-L Data SheetJMAC Supply
 
Deliberant - APC 2M-8
Deliberant - APC 2M-8Deliberant - APC 2M-8
Deliberant - APC 2M-8Telcomms
 
Olive Introduction for TOI
Olive Introduction for TOIOlive Introduction for TOI
Olive Introduction for TOIJohnson Liu
 
Base Designs Lab Setup for Validated Reference Design
Base Designs Lab Setup for Validated Reference DesignBase Designs Lab Setup for Validated Reference Design
Base Designs Lab Setup for Validated Reference DesignContent Rules, Inc.
 
Aruba Iap105 installation guide
Aruba Iap105 installation guideAruba Iap105 installation guide
Aruba Iap105 installation guideDave Norris
 
Regional Bank IPSec Solution
Regional Bank IPSec SolutionRegional Bank IPSec Solution
Regional Bank IPSec SolutionJeffrey Sicuranza
 
Packet Tracer Simulation Lab Layer 2 Switching
Packet Tracer Simulation Lab Layer 2 SwitchingPacket Tracer Simulation Lab Layer 2 Switching
Packet Tracer Simulation Lab Layer 2 SwitchingJohnson Liu
 

What's hot (20)

69632 configuring-cat-ip-phone
69632 configuring-cat-ip-phone69632 configuring-cat-ip-phone
69632 configuring-cat-ip-phone
 
Aruba 2930 f switch campus switching
Aruba 2930 f switch   campus switching Aruba 2930 f switch   campus switching
Aruba 2930 f switch campus switching
 
C4 L6000 Eth Operation Manual
C4 L6000 Eth Operation ManualC4 L6000 Eth Operation Manual
C4 L6000 Eth Operation Manual
 
Инновации в архитектуре маршрутизатора ASR9K. Технология сетевой витруализаци...
Инновации в архитектуре маршрутизатора ASR9K. Технология сетевой витруализаци...Инновации в архитектуре маршрутизатора ASR9K. Технология сетевой витруализаци...
Инновации в архитектуре маршрутизатора ASR9K. Технология сетевой витруализаци...
 
1 asr9 k platform architecture
1   asr9 k platform architecture1   asr9 k platform architecture
1 asr9 k platform architecture
 
Особенности архитектуры и траблшутинга маршрутизаторов серии ASR1000
Особенности архитектуры и траблшутинга маршрутизаторов серии ASR1000Особенности архитектуры и траблшутинга маршрутизаторов серии ASR1000
Особенности архитектуры и траблшутинга маршрутизаторов серии ASR1000
 
Zxdsl 9210 guide
Zxdsl 9210 guideZxdsl 9210 guide
Zxdsl 9210 guide
 
Eigrp authentication
Eigrp authenticationEigrp authentication
Eigrp authentication
 
APFeatures_BuyersGuide
APFeatures_BuyersGuideAPFeatures_BuyersGuide
APFeatures_BuyersGuide
 
Veracity VLS-1N-L Data Sheet
Veracity VLS-1N-L Data SheetVeracity VLS-1N-L Data Sheet
Veracity VLS-1N-L Data Sheet
 
Deliberant - APC 2M-8
Deliberant - APC 2M-8Deliberant - APC 2M-8
Deliberant - APC 2M-8
 
Olive Introduction for TOI
Olive Introduction for TOIOlive Introduction for TOI
Olive Introduction for TOI
 
Base Designs Lab Setup for Validated Reference Design
Base Designs Lab Setup for Validated Reference DesignBase Designs Lab Setup for Validated Reference Design
Base Designs Lab Setup for Validated Reference Design
 
Deploying Carrier Ethernet features on ASR 9000
Deploying Carrier Ethernet features on ASR 9000Deploying Carrier Ethernet features on ASR 9000
Deploying Carrier Ethernet features on ASR 9000
 
Aruba Iap105 installation guide
Aruba Iap105 installation guideAruba Iap105 installation guide
Aruba Iap105 installation guide
 
Air fiber af5_af5u_ug
Air fiber af5_af5u_ugAir fiber af5_af5u_ug
Air fiber af5_af5u_ug
 
Regional Bank IPSec Solution
Regional Bank IPSec SolutionRegional Bank IPSec Solution
Regional Bank IPSec Solution
 
Packet Tracer Simulation Lab Layer 2 Switching
Packet Tracer Simulation Lab Layer 2 SwitchingPacket Tracer Simulation Lab Layer 2 Switching
Packet Tracer Simulation Lab Layer 2 Switching
 
Aruba OS 7.3 Command Line Interface Reference Guide
Aruba OS 7.3 Command Line Interface Reference GuideAruba OS 7.3 Command Line Interface Reference Guide
Aruba OS 7.3 Command Line Interface Reference Guide
 
Guía de referencia Switches Avaya
Guía de referencia Switches Avaya Guía de referencia Switches Avaya
Guía de referencia Switches Avaya
 

Viewers also liked

Website security how to protect your website?
Website security how to protect your website?Website security how to protect your website?
Website security how to protect your website?websecure
 
Bastiar
BastiarBastiar
Bastiartiar1
 
1st CI&T Lightning Talks: Writing better code with Object Calisthenics
1st CI&T Lightning Talks: Writing better code with Object Calisthenics1st CI&T Lightning Talks: Writing better code with Object Calisthenics
1st CI&T Lightning Talks: Writing better code with Object CalisthenicsLucas Arruda
 
What to know about quality of fish oil and parent oil as natrual home remedy
What to know about quality of fish oil and parent oil as natrual home remedyWhat to know about quality of fish oil and parent oil as natrual home remedy
What to know about quality of fish oil and parent oil as natrual home remedyOptimalWellnessLabs
 
Pp picture halloween
Pp picture halloweenPp picture halloween
Pp picture halloweendewiarianiaja
 
Pp. dewi ariani bab 6
Pp. dewi ariani bab 6Pp. dewi ariani bab 6
Pp. dewi ariani bab 6dewiarianiaja
 
Bab vi bastiar
Bab vi bastiarBab vi bastiar
Bab vi bastiartiar1
 
BASTIAR go
BASTIAR goBASTIAR go
BASTIAR gotiar1
 
MKT531 Corporate Branding Gavin Teggart
MKT531 Corporate Branding Gavin TeggartMKT531 Corporate Branding Gavin Teggart
MKT531 Corporate Branding Gavin TeggartGavin Teggart
 
Du enterprise services overview 3.2
Du enterprise services overview 3.2Du enterprise services overview 3.2
Du enterprise services overview 3.2Islam Bugbul
 
This Is Why We Can't Have Nice Things
This Is Why We Can't Have Nice ThingsThis Is Why We Can't Have Nice Things
This Is Why We Can't Have Nice Thingsmorganhousel
 

Viewers also liked (13)

1
11
1
 
Website security how to protect your website?
Website security how to protect your website?Website security how to protect your website?
Website security how to protect your website?
 
Surfing copy
Surfing   copySurfing   copy
Surfing copy
 
Bastiar
BastiarBastiar
Bastiar
 
1st CI&T Lightning Talks: Writing better code with Object Calisthenics
1st CI&T Lightning Talks: Writing better code with Object Calisthenics1st CI&T Lightning Talks: Writing better code with Object Calisthenics
1st CI&T Lightning Talks: Writing better code with Object Calisthenics
 
What to know about quality of fish oil and parent oil as natrual home remedy
What to know about quality of fish oil and parent oil as natrual home remedyWhat to know about quality of fish oil and parent oil as natrual home remedy
What to know about quality of fish oil and parent oil as natrual home remedy
 
Pp picture halloween
Pp picture halloweenPp picture halloween
Pp picture halloween
 
Pp. dewi ariani bab 6
Pp. dewi ariani bab 6Pp. dewi ariani bab 6
Pp. dewi ariani bab 6
 
Bab vi bastiar
Bab vi bastiarBab vi bastiar
Bab vi bastiar
 
BASTIAR go
BASTIAR goBASTIAR go
BASTIAR go
 
MKT531 Corporate Branding Gavin Teggart
MKT531 Corporate Branding Gavin TeggartMKT531 Corporate Branding Gavin Teggart
MKT531 Corporate Branding Gavin Teggart
 
Du enterprise services overview 3.2
Du enterprise services overview 3.2Du enterprise services overview 3.2
Du enterprise services overview 3.2
 
This Is Why We Can't Have Nice Things
This Is Why We Can't Have Nice ThingsThis Is Why We Can't Have Nice Things
This Is Why We Can't Have Nice Things
 

Similar to 96x1 poeers2550t

CCNA R&S-13-Spanning Tree Protocol Implementation
CCNA R&S-13-Spanning Tree Protocol ImplementationCCNA R&S-13-Spanning Tree Protocol Implementation
CCNA R&S-13-Spanning Tree Protocol ImplementationAmir Jafari
 
Webinar NETGEAR - Come la tecnologia Power over Ethernet può aiutare nello s...
Webinar NETGEAR  - Come la tecnologia Power over Ethernet può aiutare nello s...Webinar NETGEAR  - Come la tecnologia Power over Ethernet può aiutare nello s...
Webinar NETGEAR - Come la tecnologia Power over Ethernet può aiutare nello s...Netgear Italia
 
Exercise 4c stp rapid pvst+ question
Exercise 4c   stp rapid pvst+ questionExercise 4c   stp rapid pvst+ question
Exercise 4c stp rapid pvst+ questionsufi1248
 
EnGenius Europe Sales presentation Neutron-series
EnGenius Europe Sales presentation Neutron-seriesEnGenius Europe Sales presentation Neutron-series
EnGenius Europe Sales presentation Neutron-seriesEnGenius Europe
 
LCSI Power Over Ethernet PoE
LCSI Power Over Ethernet PoELCSI Power Over Ethernet PoE
LCSI Power Over Ethernet PoEJames Fuh
 
Air Live N.TOP - Especificaciones
Air Live N.TOP - EspecificacionesAir Live N.TOP - Especificaciones
Air Live N.TOP - Especificacioneslcdtcorp
 
Giới thiệu Switch PoE VolkTek (Đài Loan)
Giới thiệu Switch PoE VolkTek (Đài Loan)Giới thiệu Switch PoE VolkTek (Đài Loan)
Giới thiệu Switch PoE VolkTek (Đài Loan)Cường Huỳnh Phước
 
Hướng dẫn cài đặt switch planet layer 3
Hướng dẫn cài đặt switch planet layer 3Hướng dẫn cài đặt switch planet layer 3
Hướng dẫn cài đặt switch planet layer 33c telecom
 
Aruba 7000 Series Mobility Controller Data Sheet
Aruba 7000 Series Mobility Controller Data SheetAruba 7000 Series Mobility Controller Data Sheet
Aruba 7000 Series Mobility Controller Data Sheet美兰 曾
 
Edge switch es-24_qsg
Edge switch es-24_qsgEdge switch es-24_qsg
Edge switch es-24_qsgRogelio Soto
 
Veracity VCS-4P1 Data Sheet
Veracity VCS-4P1 Data SheetVeracity VCS-4P1 Data Sheet
Veracity VCS-4P1 Data SheetJMAC Supply
 
Air Live POE-GSH2004l-370 - Especificaciones
Air Live POE-GSH2004l-370 - EspecificacionesAir Live POE-GSH2004l-370 - Especificaciones
Air Live POE-GSH2004l-370 - Especificacioneslcdtcorp
 
huawei-s5701-28tp-pwr-li-ac-brochure-datasheet.pdf
huawei-s5701-28tp-pwr-li-ac-brochure-datasheet.pdfhuawei-s5701-28tp-pwr-li-ac-brochure-datasheet.pdf
huawei-s5701-28tp-pwr-li-ac-brochure-datasheet.pdfHi-Network.com
 
Veracity VHW-HWPS-B Data Sheet
Veracity VHW-HWPS-B Data SheetVeracity VHW-HWPS-B Data Sheet
Veracity VHW-HWPS-B Data SheetJMAC Supply
 
huawei-s5735-s48u4xe-v2-brochure-datasheet.pdf
huawei-s5735-s48u4xe-v2-brochure-datasheet.pdfhuawei-s5735-s48u4xe-v2-brochure-datasheet.pdf
huawei-s5735-s48u4xe-v2-brochure-datasheet.pdfHi-Network.com
 
Communication &amp; switching networks lab manual
Communication &amp; switching networks lab manualCommunication &amp; switching networks lab manual
Communication &amp; switching networks lab manualMUSAAB HASAN
 

Similar to 96x1 poeers2550t (20)

CCNA R&S-13-Spanning Tree Protocol Implementation
CCNA R&S-13-Spanning Tree Protocol ImplementationCCNA R&S-13-Spanning Tree Protocol Implementation
CCNA R&S-13-Spanning Tree Protocol Implementation
 
Webinar NETGEAR - Come la tecnologia Power over Ethernet può aiutare nello s...
Webinar NETGEAR  - Come la tecnologia Power over Ethernet può aiutare nello s...Webinar NETGEAR  - Come la tecnologia Power over Ethernet può aiutare nello s...
Webinar NETGEAR - Come la tecnologia Power over Ethernet può aiutare nello s...
 
Aruba AP 20X Installation Guide
Aruba AP 20X Installation GuideAruba AP 20X Installation Guide
Aruba AP 20X Installation Guide
 
Exercise 4c stp rapid pvst+ question
Exercise 4c   stp rapid pvst+ questionExercise 4c   stp rapid pvst+ question
Exercise 4c stp rapid pvst+ question
 
EnGenius Europe Sales presentation Neutron-series
EnGenius Europe Sales presentation Neutron-seriesEnGenius Europe Sales presentation Neutron-series
EnGenius Europe Sales presentation Neutron-series
 
corporate network
corporate networkcorporate network
corporate network
 
LCSI Power Over Ethernet PoE
LCSI Power Over Ethernet PoELCSI Power Over Ethernet PoE
LCSI Power Over Ethernet PoE
 
Air Live N.TOP - Especificaciones
Air Live N.TOP - EspecificacionesAir Live N.TOP - Especificaciones
Air Live N.TOP - Especificaciones
 
Giới thiệu Switch PoE VolkTek (Đài Loan)
Giới thiệu Switch PoE VolkTek (Đài Loan)Giới thiệu Switch PoE VolkTek (Đài Loan)
Giới thiệu Switch PoE VolkTek (Đài Loan)
 
Hướng dẫn cài đặt switch planet layer 3
Hướng dẫn cài đặt switch planet layer 3Hướng dẫn cài đặt switch planet layer 3
Hướng dẫn cài đặt switch planet layer 3
 
Aruba 7000 Series Mobility Controller Data Sheet
Aruba 7000 Series Mobility Controller Data SheetAruba 7000 Series Mobility Controller Data Sheet
Aruba 7000 Series Mobility Controller Data Sheet
 
Edge switch es-24_qsg
Edge switch es-24_qsgEdge switch es-24_qsg
Edge switch es-24_qsg
 
Aruba AP 270 Series Installation Guide
Aruba AP 270 Series Installation GuideAruba AP 270 Series Installation Guide
Aruba AP 270 Series Installation Guide
 
Veracity VCS-4P1 Data Sheet
Veracity VCS-4P1 Data SheetVeracity VCS-4P1 Data Sheet
Veracity VCS-4P1 Data Sheet
 
Air Live POE-GSH2004l-370 - Especificaciones
Air Live POE-GSH2004l-370 - EspecificacionesAir Live POE-GSH2004l-370 - Especificaciones
Air Live POE-GSH2004l-370 - Especificaciones
 
huawei-s5701-28tp-pwr-li-ac-brochure-datasheet.pdf
huawei-s5701-28tp-pwr-li-ac-brochure-datasheet.pdfhuawei-s5701-28tp-pwr-li-ac-brochure-datasheet.pdf
huawei-s5701-28tp-pwr-li-ac-brochure-datasheet.pdf
 
Veracity VHW-HWPS-B Data Sheet
Veracity VHW-HWPS-B Data SheetVeracity VHW-HWPS-B Data Sheet
Veracity VHW-HWPS-B Data Sheet
 
huawei-s5735-s48u4xe-v2-brochure-datasheet.pdf
huawei-s5735-s48u4xe-v2-brochure-datasheet.pdfhuawei-s5735-s48u4xe-v2-brochure-datasheet.pdf
huawei-s5735-s48u4xe-v2-brochure-datasheet.pdf
 
Communication &amp; switching networks lab manual
Communication &amp; switching networks lab manualCommunication &amp; switching networks lab manual
Communication &amp; switching networks lab manual
 
Hcna intermediate lab
Hcna intermediate labHcna intermediate lab
Hcna intermediate lab
 

Recently uploaded

Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...apidays
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDropbox
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...apidays
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Zilliz
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfOrbitshub
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityWSO2
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...apidays
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsNanddeep Nachan
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontologyjohnbeverley2021
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusZilliz
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxRemote DBA Services
 

Recently uploaded (20)

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital Adaptability
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 

96x1 poeers2550t

  • 1. AM; Reviewed: SPOC 09/15/2010 Solution & Interoperability Test Lab Application Notes ©2010 Avaya Inc. All Rights Reserved. 1 of 8 96x1PoEERS2550T Avaya Solution & Interoperability Test Lab Configuring the Avaya ERS 2550T-PWR Switch for Power Over Ethernet with Avaya 9608, 9611G, 9621G and 9641G IP Telephones Registered to Avaya Aura™ Session Manager and Avaya Aura™ Communication Manager – Issue 1.0 Abstract These Application Notes describe the Power over Ethernet (PoE) configuration of the Avaya 9608, 9611G, 9621G and 9641G IP Telephones registered to Avaya Aura™ Session Manager and Avaya Aura™ Communication Manager with an Avaya ERS 2550T-PWR Switch (formerly known as Nortel ERS 2550T-PWR Switch).
  • 2. AM; Reviewed: SPOC 09/15/2010 Solution & Interoperability Test Lab Application Notes ©2010 Avaya Inc. All Rights Reserved. 2 of 8 96x1PoEERS2550T 1. Introduction Power over Ethernet (PoE) allows both power and data to be simultaneously carried over standard Ethernet cables. PoE-enabled Ethernet switches can supply power directly to Ethernet devices, thereby simplifying installation and removing the need for separate power supplies for those devices. The IEEE 802.3af standard defines the mechanisms for Power Sourcing Equipment (PSE), such as PoE-enabled Ethernet switches, to detect, classify, and supply power to Powered Devices (PDs), such as PoE-enabled IP telephones. The Avaya ERS 2550T-PWR switch provides 50 ports (the first 24 ports are PoE capable while ports 25-50 are not). The Avaya product configurations addressed by these Application Notes are shown in Figure 1. The following Avaya powered devices were covered:  Avaya one-X Deskphone Edition 9608 IP Telephone  Avaya one-X Deskphone Edition 9611G IP Telephone  Avaya one-X Deskphone Edition 9621G IP Telephone  Avaya one-X Deskphone Edition 9641G IP Telephone Figure 1: PoE Configuration
  • 3. AM; Reviewed: SPOC 09/15/2010 Solution & Interoperability Test Lab Application Notes ©2010 Avaya Inc. All Rights Reserved. 3 of 8 96x1PoEERS2550T 2. Equipment and Software Validated The following equipment and software were used for the configuration provided: DEVICE DESCRIPTION VERSION TESTED Avaya S8800 Server Avaya Aura™ Communication Manager 6.0 (R016x.00.0.345.0) Avaya G450 Media Gateway FW: 30.13.2 HW Vintage: 1 Avaya S8800 Server Avaya Aura™ Session Manager 6.0 (6.0.0.0.600020) Avaya S8800 Server Avaya Aura™ System Manager 6.0 (6.0.0.0.556-3.0.6.1) Avaya one-X Deskphone Edition 9608 IP Telephone V6.0.76 (S96x1_SALB_R6_0r76_V4r52B.tar) Avaya one-X Deskphone Edition 9611G IP Telephone V6.0.76 (S96x1_SALB_R6_0r76_V4r52B.tar) Avaya one-X Deskphone Edition 9621G IP Telephone V6.0.76 (S96x1_SALB_R6_0r76_V4r52B.tar) Avaya one-X Deskphone Edition 9641G IP Telephone V6.0.76 (S96x1_SALB_R6_0r76_V4r52B.tar) Avaya ERS 2550T-PWR SW: V4.3.0.004 FW: 1.0.0.14 HW:01 PoE Module FW: V4.0.0 3. Configuration of the Avaya Endpoints There is no configuration requirement on the Avaya endpoints to use PoE. For details on configuring Avaya Aura™ Communication Manager Servers, Gateways, or Endpoints, consult the Administrator Guide for Avaya Aura™ Communication Manager [1].
  • 4. AM; Reviewed: SPOC 09/15/2010 Solution & Interoperability Test Lab Application Notes ©2010 Avaya Inc. All Rights Reserved. 4 of 8 96x1PoEERS2550T 4. Configuration of the Avaya ERS 2550T-PWR Switch By default, the switch will send a trap when the overall power consumption reaches 80% or above of the overall available power on a per slot basis. The threshold can be changed from 1 to 99% by typing the following commands: 2550T-PWR#conf t Enter configuration commands, one per line. End with CNTL/Z. 2550T-PWR(config)#poe poe-power-usage-threshold ? <1-99> Power usage threshold in percentage unit Set power usage threshold of an unit in stack If notification messages are not needed, issue the command “no snmp-server notification-control <description or SNMP notification OID>” to disable them. By default, the switch PoE power detection mode is set to 802.3af and legacy “802dot3af_and_legacy”. This was the setting used during testing. The switch PoE power detection mode can be changed with the following commands: 2550T-PWR#conf t 2550T-PWR(config)#poe poe-pd-detect-type ? 802dot3af Set PD detection mode in 802.3af 802dot3af_and_legacy Set PD detection mode in 802.3af and legacy unit Set PD detection mode of an unit in stack PoE is enabled by default in the Avaya ERS 2550T-PWR switch. If the configuration has changed, PoE can be enabled on a port by using the command “no poe-shutdown port <port #>” at the interface configuration level. The example below enables PoE on port 2. 2550T-PWR(config)#interface fastEthernet all 2550T-PWR(config-if)#no poe-shutdown port 2 2550T-PWR(config-if)# Alternatively, the following commands could have been used to achieve the behavior described above. 2550T-PWR(config)#interface fastEthernet 2 2550T-PWR(config-if)#no poe-shutdown 2550T-PWR(config-if)#
  • 5. AM; Reviewed: SPOC 09/15/2010 Solution & Interoperability Test Lab Application Notes ©2010 Avaya Inc. All Rights Reserved. 5 of 8 96x1PoEERS2550T Although ports 25-50 do not support PoE and are meant to be used for non-PoE devices,,the command “poe poe-shutdown port <port #>” can be used to disable PoE on ports 1-24 when a device attached to these ports does not use PoE. The example below disables PoE on port 2. 2550T-PWR(config)#interface fastEthernet all 2550T-PWR(config-if)#poe poe-shutdown port 2 2550T-PWR(config-if)# Alternatively, the following commands could have been used to achieve the behavior described above. 2550T-PWR(config)#interface fastEthernet 2 2550T-PWR(config-if)#poe poe-shutdown 2550T-PWR(config-if)# By default, the PoE priority level is set to low on all ports. It is recommended to change this setting to either high or critical for all VoIP ports. The command “poe poe-priority port <port #> <critical, high, low>” can be used to set PoE priority on a port when a PoE device is attached to it. The example below sets the PoE priority on port 2 to high. 2550T-PWR(config)#interface fastEthernet all 2550T-PWR(config-if)#poe poe-priority port 2 high 2550T-PWR(config-if)# Alternatively, the following commands could have been used to achieve the behavior described above. 2550T-PWR(config)#interface fastEthernet 2 2550T-PWR(config-if)#poe poe-priority high 2550T-PWR(config-if)# Also, by default PoE power limit is set to 16W maximum per port. You can also change this value from 3 to 16 watts using the command “poe poe-limit port <port #> <3-16>”. The example below sets the PoE power limit to 16. 2550T-PWR(config)#interface fastEthernet all 2550T-PWR(config-if)#poe poe-limit port 2 16 2550T-PWR(config-if)# Alternatively, the following commands could have been used to achieve the behavior described above.
  • 6. AM; Reviewed: SPOC 09/15/2010 Solution & Interoperability Test Lab Application Notes ©2010 Avaya Inc. All Rights Reserved. 6 of 8 96x1PoEERS2550T 2550T-PWR(config)#interface fastEthernet 2 2550T-PWR(config-if)#poe poe-limit 16 2550T-PWR(config-if)# 5. Observations The following table shows power classification and measured power reported by the Avaya ERS 2550T-PWR switch. IP Telephones were connected directly to the switch. Cables of different lengths were used. Cable length and impedance affects power usage, so the measurements listed here may vary based on the cable used. The power measurements reported here are only for reference purposes. Avaya Powered Device 802.3af Class Measured Power While Idle (W) Avaya one-X Deskphone Edition 9608 IP Telephone 11 1.9 Avaya one-X Deskphone Edition 9611G IP Telephone 11 2.4 Avaya one-X Deskphone Edition 9621G IP Telephone 22 2.7 Avaya one-X Deskphone Edition 9641G IP Telephone 22 2.5 6. Verification Steps When the IP Telephones are properly powered, the IP Telephones should register and receive dial tone when they are off-hook. If the IP Telephones are not receiving power, check the cable used and check the port configuration to ensure PoE was enabled on the port. The “show poe-main-status” command can be used to show the global PoE switch status. 2550T-PWR#show poe-main-status PoE Main Status - Stand-alone -------------------------------------------------- Available DTE Power : 168 Watts DTE Power Status : Normal DTE Power Consumption : 38 Watts DTE Power Usage Threshold : 80 % Traps Control Status : Enable PD Detect Type : 802.3af and Legacy 1 The 9608 and 9611G IP Telephones are classified as Class 2 if a BM12/SBM12 button module is connected to the telephones. 2 The 9641G IP Telephone is classified as Class 3 if a BM12/SBM12 button module is connected to the telephone. The 9621G IP Telephone does not support the BM12/SBM12 button module.
  • 7. AM; Reviewed: SPOC 09/15/2010 Solution & Interoperability Test Lab Application Notes ©2010 Avaya Inc. All Rights Reserved. 7 of 8 96x1PoEERS2550T Power Source Present : AC Only AC Power Status : Present DC Power Status : Not Present 2550T-PWR# The “show poe-port-status” or “show poe-port-status <port | unit/port>” commands can be used to show the port PoE status. The example below shows this information for port 2. 2550T-PWR#show poe-port-status 2 Admin Current Limit Port Status Status Classification (Watts) Priority ---- ------- ----------------- -------------- ------- -------- 2 Enable Delivering Power 2 16 High 2550T-PWR# The “show poe-power-measurement” or “show poe-power-measurement <port | unit/port>” commands can be used to show the power used on a PoE port. The example below shows this information for port 2. 2550T-PWR#show poe-power-measurement 2 Port Volt(V) Current(mA) Power(Watt) ---- ------- ----------- --------------- 2 50.3 50 2.500 2550T-PWR# 7. Conclusion These Application Notes described the configuration of the Avaya 9608, 9611G, 9621G and 9641G IP Telephones with Avaya ERS 2250T-PWR switch (formerly known as Nortel ERS 2550T-PWR switch). The Avaya ERS 2550T-PWR switch was able to provide PoE for the Avaya IP Telephones to work properly. 8. Additional References The Avaya Unified Communications product documentation is available at http://support.avaya.com The Avaya ERS 2550T-PWR switch documentation is available at http://support.nortel.com/go/main.jsp?cscat=OVERVIEW&poid=17981
  • 8. AM; Reviewed: SPOC 09/15/2010 Solution & Interoperability Test Lab Application Notes ©2010 Avaya Inc. All Rights Reserved. 8 of 8 96x1PoEERS2550T ©2010 Avaya Inc. All Rights Reserved. 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 e-mail 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 interoplabnotes@list.avaya.com