aoscx-ansible-collection icon indicating copy to clipboard operation
aoscx-ansible-collection copied to clipboard

Switch level PoE information

Open DonRhodes opened this issue 1 year ago • 0 comments

It would be great to get the PoE status of a switch, similar to show power-over-ethernet command. Looking through the aoscx_facts, all of the PoE information is on the individual interface, but no system-level view.

example:

# show power-over-ethernet

System Power Status for member 1

  PoE Power Status             : No redundancy
  Operational Power Status     : No redundancy
  Total Available Power        : 1440.00 W
  Total Failover Pwr Avl       : 740.00 W
  Total Redundancy Power       :   0.00 W
  Total Power Drawn            :  74.57 W
  Total Power Reserved         :  78.10 W
  Total Remaining Power        : 1361.90 W
  Trap Threshold               : 80 %
  Trap Enabled                 : Yes
  Always-on PoE Enabled        : 1/1
  Quick PoE Enabled            : None


 Internal Power:
        Total Power
  PS    (Watts)        Status
  ----- ------------   ---------------------
  1/1   1050           OK
  1/2   1050           OK


System Power Status for member 2
...


System Power Status for member 3
...

etc...

DonRhodes avatar Jan 24 '24 14:01 DonRhodes