diff --git a/ChangeLog b/ChangeLog index 77648544..f3d792e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ SNMP::Info - Friendly OO-style interface to Network devices using SNMP. +version 3.23 + + [ENHANCEMENTS] + + * Update MIB used in L1::Asante + version 3.22 (2014-12-02) [ENHANCEMENTS] diff --git a/Info/Layer1/Asante.pm b/Info/Layer1/Asante.pm index 19243191..80a07cea 100644 --- a/Info/Layer1/Asante.pm +++ b/Info/Layer1/Asante.pm @@ -50,11 +50,11 @@ $VERSION = '3.22'; %SNMP::Info::Layer1::FUNCS, 'asante_port' => 'ePortIndex', 'asante_group' => 'ePortGrpIndex', - 'i_type' => 'ePortStateType', + 'i_type' => 'ePortGrpIndex', 'asante_up' => 'ePortStateLinkStatus', ); -%MIBS = ( %SNMP::Info::Layer1::MIBS, 'ASANTE-HUB1012-MIB' => 'asante' ); +%MIBS = ( %SNMP::Info::Layer1::MIBS, 'ASANTE-AH1012-MIB' => 'asante' ); %MUNGE = ( %SNMP::Info::Layer1::MUNGE, ); @@ -202,7 +202,7 @@ Asante device through SNMP. =over -=item F +=item F =back @@ -230,7 +230,7 @@ Returns 'asante' :) =item $asante->model() -Cross references $asante->id() to the F and returns +Cross references $asante->id() to the F and returns the results. =back