Update MIB used in L1::Asante
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
SNMP::Info - Friendly OO-style interface to Network devices using SNMP.
|
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)
|
version 3.22 (2014-12-02)
|
||||||
|
|
||||||
[ENHANCEMENTS]
|
[ENHANCEMENTS]
|
||||||
|
|||||||
@@ -50,11 +50,11 @@ $VERSION = '3.22';
|
|||||||
%SNMP::Info::Layer1::FUNCS,
|
%SNMP::Info::Layer1::FUNCS,
|
||||||
'asante_port' => 'ePortIndex',
|
'asante_port' => 'ePortIndex',
|
||||||
'asante_group' => 'ePortGrpIndex',
|
'asante_group' => 'ePortGrpIndex',
|
||||||
'i_type' => 'ePortStateType',
|
'i_type' => 'ePortGrpIndex',
|
||||||
'asante_up' => 'ePortStateLinkStatus',
|
'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, );
|
%MUNGE = ( %SNMP::Info::Layer1::MUNGE, );
|
||||||
|
|
||||||
@@ -202,7 +202,7 @@ Asante device through SNMP.
|
|||||||
|
|
||||||
=over
|
=over
|
||||||
|
|
||||||
=item F<ASANTE-HUB1012-MIB>
|
=item F<ASANTE-AH1012-MIB>
|
||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
@@ -230,7 +230,7 @@ Returns 'asante' :)
|
|||||||
|
|
||||||
=item $asante->model()
|
=item $asante->model()
|
||||||
|
|
||||||
Cross references $asante->id() to the F<ASANTE-HUB1012-MIB> and returns
|
Cross references $asante->id() to the F<ASANTE-AH1012-MIB> and returns
|
||||||
the results.
|
the results.
|
||||||
|
|
||||||
=back
|
=back
|
||||||
|
|||||||
Reference in New Issue
Block a user