BIG NEWS! The Adtran Support Community is moving! In the next few weeks it will be housed in a new location. Be sure to visit our NEW Adtran Community before the end of July to check it out and verify that you can access all the resources and features that you need. If you discover any issues with your account or access, or just want to let us know about your experience, be sure to use our Feedback Form to let us know!
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Q&A - How do you shut down PoE power to a device on an ASE switch?

Q&A - How do you shut down PoE power to a device on an ASE switch?

Question:  How do you turn PoE power off to a PoE device connected to an ASE switch?

 

Answer:

From the CLI ( example on Port 12 ) - 

Switch# sh poe int gig 1/12
Interface PD Class Pwr Req Pwr Alloc Port Status Power Used [W] Current Used [mA] Priority
---------------------- -------- ------- -------------------------------------------------- --------------- ------------------ --------
GigabitEthernet 1/12 2 3.9 3.9 PoE turned ON 2.5 47 Low
Total - 3.9 3.9 - 2.5 47
Switch# con t
Switch(config)# int gig 1/12
Switch(config-if)# no poe mode
Switch(config-if)# exit
Switch(config)# exit
Switch# sh poe int gig 1/12
Interface PD Class Pwr Req Pwr Alloc Port Status Power Used [W] Current Used [mA] Priority
---------------------- -------- ------- -------------------------------------------------- --------------- ------------------ --------
GigabitEthernet 1/12 - 0.0 0.0 PoE turned OFF - PoE disabled 0.0 0 Low
Total - 0.0 0.0 - 0.0 0

To restore power, use the CLI command - " poe mode plus " on the interface.

From the Web interface ( example on Port 2 ) - 

 

PoE disabled.png

Using the "disable" option will remove power after the save button is selected at the bottom of the page.

And selecting one of the other options will restore PoE power after the save button is selected at the bottom of the page.

 
Labels (4)
Attachments
Version history
Last update:
‎10-28-2020 08:17 AM
Updated by:
Contributors