diff --git a/lib/SNMP/Info/Layer3/ArubaCX.pm b/lib/SNMP/Info/Layer3/ArubaCX.pm index 7dfb0929..e0399eb0 100644 --- a/lib/SNMP/Info/Layer3/ArubaCX.pm +++ b/lib/SNMP/Info/Layer3/ArubaCX.pm @@ -56,6 +56,7 @@ $VERSION = '3.94'; %SNMP::Info::IEEE802_Bridge::MIBS, 'ARUBAWIRED-FAN-MIB' => 'arubaWiredFanName', 'ARUBAWIRED-VSF-MIB' => 'arubaWiredVsfTrapEnable', + 'ARUBAWIRED-POE-MIB' => 'arubaWiredPoePethPsePortAveragePower', 'ARUBAWIRED-POWERSUPPLY-MIB' => 'arubaWiredPSUName', ); @@ -73,6 +74,7 @@ $VERSION = '3.94'; %SNMP::Info::Layer3::FUNCS, %SNMP::Info::IEEE802dot3ad::FUNCS, %SNMP::Info::IEEE802_Bridge::FUNCS, + 'peth_port_power' => 'arubaWiredPoePethPsePortAveragePower', 'fan_names' => 'arubaWiredFanName', 'fan_states' => 'arubaWiredFanState', 'psu_names' => 'arubaWiredPSUName', @@ -264,7 +266,11 @@ Subclass for devices running ArubaOS-CX =over =item F + =item F + +=item F + =item F =item Inherited Classes' MIBs @@ -333,6 +339,15 @@ See documentation in L for details. These are methods that return tables of information in the form of a reference to a hash. +=over + +=item $cx->peth_port_power() + +Power supplied by PoE ports, in milliwatts. +(C) + +=back + =head2 Overrides =over