Switching

last person joined: yesterday 

Ask questions and share experiences about EX and QFX portfolios and all switching solutions across your data center, campus, and branch locations.
  • 1.  Re enable POE on a port

    Posted 09-18-2014 16:03

    This is probably a really dumb question but I can't seem to find the answer anywhere. 

     

    We have some IP cameras connected to our EX2200 switches getting power from POE. For whatever reason sometimes i need to reboot the cameras. I can do this by cycling the power on them. 

     

    To turn the POE power off on the port i do: 

     

    poe interface ge-0/0/46 disable

     But I can't seem to find the CLI option to turn the POE power back on. You would think it would be 

     

    poe interface ge-0/0/46 enable

     But it's not. I've read some docs that say to run this command:

     

    set poe interface all

     

    to turn the POE power on for all the ports but that doesn't seem to work either. The only way i've gotten the power back on it to go into the web interface and re enable it.

     

    Does anyone know how to do this in the CLI? 



  • 2.  RE: Re enable POE on a port
    Best Answer

     
    Posted 09-18-2014 16:10

    In JUNOS way, try below.

    delete poe interface ge-0/0/46 disable


  • 3.  RE: Re enable POE on a port

    Posted 09-18-2014 16:16

    That totally makes sense now that I see it. Thanks!