Cloud Managed Networks

 View Only
  • 1.  Disable Energy Efficient Ethernet/Green Ethernet for entire site

    Posted Feb 20, 2025 03:29 AM

    Hi All,

    Just wondering how I could disable Energy Efficient Ethernet on all ports on site.

    It is causing so much frustrations and lots of tickets.



  • 2.  RE: Disable Energy Efficient Ethernet/Green Ethernet for entire site

    Posted Feb 20, 2025 03:30 AM

    What brand/type/model switch do you have?

    How is it configured/managed?



    ------------------------------
    Herman Robers
    ------------------------
    If you have urgent issues, always contact your HPE Aruba Networking partner, distributor, or Aruba TAC Support. Check https://www.arubanetworks.com/support-services/contact-support/ for how to contact HPE Aruba Networking TAC. Any opinions expressed here are solely my own and not necessarily that of Hewlett Packard Enterprise or HPE Aruba Networking.

    In case your problem is solved, please invest the time to post a follow-up with the information on how you solved it. Others can benefit from that.
    ------------------------------



  • 3.  RE: Disable Energy Efficient Ethernet/Green Ethernet for entire site

    Posted Feb 20, 2025 05:59 PM

    EEE is not enabled by default on CX switches, you can disable it simply from the interface 

    int 1/1/1
    no energy-efficient-ethernet



    ------------------------------
    If my post was useful accept solution and/or give kudos.
    Any opinions expressed here are solely my own and not necessarily that of HPE or Aruba.
    ------------------------------



  • 4.  RE: Disable Energy Efficient Ethernet/Green Ethernet for entire site

    Posted Feb 24, 2025 01:43 AM

    Ah ok. Is there any way make sure all ports on site have EEE disabled?




  • 5.  RE: Disable Energy Efficient Ethernet/Green Ethernet for entire site

    Posted Feb 24, 2025 02:08 AM

    well you can use the "no energy-efficient-ethernet" command for the interface range. something like

    int 1/1/1-1/1/24
      no energy-efficient-ethernet

    and you can check if it enabled with this

    # sh interface 1/1/1 | incl Energy
     Energy-Efficient Ethernet is disabled



    ------------------------------
    If my post was useful accept solution and/or give kudos.
    Any opinions expressed here are solely my own and not necessarily that of HPE or Aruba.
    ------------------------------



  • 6.  RE: Disable Energy Efficient Ethernet/Green Ethernet for entire site

    Posted Feb 24, 2025 03:14 AM

    Thanks