Merge remote-tracking branch 'upstream/master' into nexans_support
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -9,3 +9,4 @@ Makefile*
|
|||||||
Build
|
Build
|
||||||
_build
|
_build
|
||||||
blib
|
blib
|
||||||
|
cover_db
|
||||||
|
|||||||
6
Build.PL
6
Build.PL
@@ -27,6 +27,12 @@ Module::Build->new(
|
|||||||
test_requires => {
|
test_requires => {
|
||||||
'Test::More' => '0.88',
|
'Test::More' => '0.88',
|
||||||
'Test::Distribution' => '0',
|
'Test::Distribution' => '0',
|
||||||
|
'Test::Class::Most' => '0',
|
||||||
|
'Test::MockObject::Extends' => '0',
|
||||||
|
'File::Find' => '0',
|
||||||
|
'Path::Class' => '0',
|
||||||
|
'File::Slurper' => '0',
|
||||||
|
'Test::Exception' => '0.43',
|
||||||
},
|
},
|
||||||
# script_files => [
|
# script_files => [
|
||||||
# ],
|
# ],
|
||||||
|
|||||||
25
Changes
25
Changes
@@ -1,3 +1,28 @@
|
|||||||
|
Version 3.53 (2018-03-22)
|
||||||
|
|
||||||
|
[NEW FEATURES]
|
||||||
|
|
||||||
|
* #12 add Cisco PortFast support via CiscoStpExtensions::i_faststart_enabled
|
||||||
|
|
||||||
|
[ENHANCEMENTS]
|
||||||
|
|
||||||
|
* Report serial/version on Netgear FSM (paecker)
|
||||||
|
* Add test harness and expand developer test coverage
|
||||||
|
* Add back the base (RFC) MIBs for when net-snmp does not have them builtin
|
||||||
|
|
||||||
|
[BUG FIXES]
|
||||||
|
|
||||||
|
* Fix AUTOLOAD / can() bug that could result in DESTROY being redefined and
|
||||||
|
dynamic methods not being added to the symbol table.
|
||||||
|
|
||||||
|
version 3.52 (2018-03-19)
|
||||||
|
|
||||||
|
[ENHANCEMENTS]
|
||||||
|
|
||||||
|
* set fallback for nonmatching interfaces in Cumulus class
|
||||||
|
* better interface naming for Ubiquiti
|
||||||
|
* modify mock utility to work under a perlbrew environment
|
||||||
|
|
||||||
version 3.50 (2018-03-14)
|
version 3.50 (2018-03-14)
|
||||||
|
|
||||||
[ENHANCEMENTS]
|
[ENHANCEMENTS]
|
||||||
|
|||||||
3
MANIFEST
3
MANIFEST
@@ -143,3 +143,6 @@ xt/00_local_prereq.t
|
|||||||
xt/00_local_spelling.t
|
xt/00_local_spelling.t
|
||||||
xt/00_local_versionsync.t
|
xt/00_local_versionsync.t
|
||||||
xt/10_remote_snmplabs.t
|
xt/10_remote_snmplabs.t
|
||||||
|
xt/20_run.t
|
||||||
|
xt/lib/My/Test/Class.pm
|
||||||
|
xt/lib/SNMP/Info/Test.pm
|
||||||
|
|||||||
250
META.json
250
META.json
@@ -34,7 +34,13 @@
|
|||||||
},
|
},
|
||||||
"test" : {
|
"test" : {
|
||||||
"requires" : {
|
"requires" : {
|
||||||
|
"File::Find" : "0",
|
||||||
|
"File::Slurper" : "0",
|
||||||
|
"Path::Class" : "0",
|
||||||
|
"Test::Class::Most" : "0",
|
||||||
"Test::Distribution" : "0",
|
"Test::Distribution" : "0",
|
||||||
|
"Test::Exception" : "0.43",
|
||||||
|
"Test::MockObject::Extends" : "0",
|
||||||
"Test::More" : "0.88"
|
"Test::More" : "0.88"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -42,479 +48,479 @@
|
|||||||
"provides" : {
|
"provides" : {
|
||||||
"SNMP::Info" : {
|
"SNMP::Info" : {
|
||||||
"file" : "lib/SNMP/Info.pm",
|
"file" : "lib/SNMP/Info.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::AMAP" : {
|
"SNMP::Info::AMAP" : {
|
||||||
"file" : "lib/SNMP/Info/AMAP.pm",
|
"file" : "lib/SNMP/Info/AMAP.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::AdslLine" : {
|
"SNMP::Info::AdslLine" : {
|
||||||
"file" : "lib/SNMP/Info/AdslLine.pm",
|
"file" : "lib/SNMP/Info/AdslLine.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Aggregate" : {
|
"SNMP::Info::Aggregate" : {
|
||||||
"file" : "lib/SNMP/Info/Aggregate.pm",
|
"file" : "lib/SNMP/Info/Aggregate.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Airespace" : {
|
"SNMP::Info::Airespace" : {
|
||||||
"file" : "lib/SNMP/Info/Airespace.pm",
|
"file" : "lib/SNMP/Info/Airespace.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Bridge" : {
|
"SNMP::Info::Bridge" : {
|
||||||
"file" : "lib/SNMP/Info/Bridge.pm",
|
"file" : "lib/SNMP/Info/Bridge.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::CDP" : {
|
"SNMP::Info::CDP" : {
|
||||||
"file" : "lib/SNMP/Info/CDP.pm",
|
"file" : "lib/SNMP/Info/CDP.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::CiscoAgg" : {
|
"SNMP::Info::CiscoAgg" : {
|
||||||
"file" : "lib/SNMP/Info/CiscoAgg.pm",
|
"file" : "lib/SNMP/Info/CiscoAgg.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::CiscoConfig" : {
|
"SNMP::Info::CiscoConfig" : {
|
||||||
"file" : "lib/SNMP/Info/CiscoConfig.pm",
|
"file" : "lib/SNMP/Info/CiscoConfig.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::CiscoPortSecurity" : {
|
"SNMP::Info::CiscoPortSecurity" : {
|
||||||
"file" : "lib/SNMP/Info/CiscoPortSecurity.pm",
|
"file" : "lib/SNMP/Info/CiscoPortSecurity.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::CiscoPower" : {
|
"SNMP::Info::CiscoPower" : {
|
||||||
"file" : "lib/SNMP/Info/CiscoPower.pm",
|
"file" : "lib/SNMP/Info/CiscoPower.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::CiscoQOS" : {
|
"SNMP::Info::CiscoQOS" : {
|
||||||
"file" : "lib/SNMP/Info/CiscoQOS.pm",
|
"file" : "lib/SNMP/Info/CiscoQOS.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::CiscoRTT" : {
|
"SNMP::Info::CiscoRTT" : {
|
||||||
"file" : "lib/SNMP/Info/CiscoRTT.pm",
|
"file" : "lib/SNMP/Info/CiscoRTT.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::CiscoStack" : {
|
"SNMP::Info::CiscoStack" : {
|
||||||
"file" : "lib/SNMP/Info/CiscoStack.pm",
|
"file" : "lib/SNMP/Info/CiscoStack.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::CiscoStats" : {
|
"SNMP::Info::CiscoStats" : {
|
||||||
"file" : "lib/SNMP/Info/CiscoStats.pm",
|
"file" : "lib/SNMP/Info/CiscoStats.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::CiscoStpExtensions" : {
|
"SNMP::Info::CiscoStpExtensions" : {
|
||||||
"file" : "lib/SNMP/Info/CiscoStpExtensions.pm",
|
"file" : "lib/SNMP/Info/CiscoStpExtensions.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::CiscoVTP" : {
|
"SNMP::Info::CiscoVTP" : {
|
||||||
"file" : "lib/SNMP/Info/CiscoVTP.pm",
|
"file" : "lib/SNMP/Info/CiscoVTP.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::EDP" : {
|
"SNMP::Info::EDP" : {
|
||||||
"file" : "lib/SNMP/Info/EDP.pm",
|
"file" : "lib/SNMP/Info/EDP.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Entity" : {
|
"SNMP::Info::Entity" : {
|
||||||
"file" : "lib/SNMP/Info/Entity.pm",
|
"file" : "lib/SNMP/Info/Entity.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::EtherLike" : {
|
"SNMP::Info::EtherLike" : {
|
||||||
"file" : "lib/SNMP/Info/EtherLike.pm",
|
"file" : "lib/SNMP/Info/EtherLike.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::FDP" : {
|
"SNMP::Info::FDP" : {
|
||||||
"file" : "lib/SNMP/Info/FDP.pm",
|
"file" : "lib/SNMP/Info/FDP.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::IEEE802dot11" : {
|
"SNMP::Info::IEEE802dot11" : {
|
||||||
"file" : "lib/SNMP/Info/IEEE802dot11.pm",
|
"file" : "lib/SNMP/Info/IEEE802dot11.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::IEEE802dot3ad" : {
|
"SNMP::Info::IEEE802dot3ad" : {
|
||||||
"file" : "lib/SNMP/Info/IEEE802dot3ad.pm",
|
"file" : "lib/SNMP/Info/IEEE802dot3ad.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::IPv6" : {
|
"SNMP::Info::IPv6" : {
|
||||||
"file" : "lib/SNMP/Info/IPv6.pm",
|
"file" : "lib/SNMP/Info/IPv6.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::LLDP" : {
|
"SNMP::Info::LLDP" : {
|
||||||
"file" : "lib/SNMP/Info/LLDP.pm",
|
"file" : "lib/SNMP/Info/LLDP.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer1" : {
|
"SNMP::Info::Layer1" : {
|
||||||
"file" : "lib/SNMP/Info/Layer1.pm",
|
"file" : "lib/SNMP/Info/Layer1.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer1::Allied" : {
|
"SNMP::Info::Layer1::Allied" : {
|
||||||
"file" : "lib/SNMP/Info/Layer1/Allied.pm",
|
"file" : "lib/SNMP/Info/Layer1/Allied.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer1::Asante" : {
|
"SNMP::Info::Layer1::Asante" : {
|
||||||
"file" : "lib/SNMP/Info/Layer1/Asante.pm",
|
"file" : "lib/SNMP/Info/Layer1/Asante.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer1::Bayhub" : {
|
"SNMP::Info::Layer1::Bayhub" : {
|
||||||
"file" : "lib/SNMP/Info/Layer1/Bayhub.pm",
|
"file" : "lib/SNMP/Info/Layer1/Bayhub.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer1::Cyclades" : {
|
"SNMP::Info::Layer1::Cyclades" : {
|
||||||
"file" : "lib/SNMP/Info/Layer1/Cyclades.pm",
|
"file" : "lib/SNMP/Info/Layer1/Cyclades.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer1::S3000" : {
|
"SNMP::Info::Layer1::S3000" : {
|
||||||
"file" : "lib/SNMP/Info/Layer1/S3000.pm",
|
"file" : "lib/SNMP/Info/Layer1/S3000.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer2" : {
|
"SNMP::Info::Layer2" : {
|
||||||
"file" : "lib/SNMP/Info/Layer2.pm",
|
"file" : "lib/SNMP/Info/Layer2.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer2::3Com" : {
|
"SNMP::Info::Layer2::3Com" : {
|
||||||
"file" : "lib/SNMP/Info/Layer2/3Com.pm",
|
"file" : "lib/SNMP/Info/Layer2/3Com.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer2::Adtran" : {
|
"SNMP::Info::Layer2::Adtran" : {
|
||||||
"file" : "lib/SNMP/Info/Layer2/Adtran.pm",
|
"file" : "lib/SNMP/Info/Layer2/Adtran.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer2::Airespace" : {
|
"SNMP::Info::Layer2::Airespace" : {
|
||||||
"file" : "lib/SNMP/Info/Layer2/Airespace.pm",
|
"file" : "lib/SNMP/Info/Layer2/Airespace.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer2::Aironet" : {
|
"SNMP::Info::Layer2::Aironet" : {
|
||||||
"file" : "lib/SNMP/Info/Layer2/Aironet.pm",
|
"file" : "lib/SNMP/Info/Layer2/Aironet.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer2::Allied" : {
|
"SNMP::Info::Layer2::Allied" : {
|
||||||
"file" : "lib/SNMP/Info/Layer2/Allied.pm",
|
"file" : "lib/SNMP/Info/Layer2/Allied.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer2::Baystack" : {
|
"SNMP::Info::Layer2::Baystack" : {
|
||||||
"file" : "lib/SNMP/Info/Layer2/Baystack.pm",
|
"file" : "lib/SNMP/Info/Layer2/Baystack.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer2::C1900" : {
|
"SNMP::Info::Layer2::C1900" : {
|
||||||
"file" : "lib/SNMP/Info/Layer2/C1900.pm",
|
"file" : "lib/SNMP/Info/Layer2/C1900.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer2::C2900" : {
|
"SNMP::Info::Layer2::C2900" : {
|
||||||
"file" : "lib/SNMP/Info/Layer2/C2900.pm",
|
"file" : "lib/SNMP/Info/Layer2/C2900.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer2::Catalyst" : {
|
"SNMP::Info::Layer2::Catalyst" : {
|
||||||
"file" : "lib/SNMP/Info/Layer2/Catalyst.pm",
|
"file" : "lib/SNMP/Info/Layer2/Catalyst.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer2::Centillion" : {
|
"SNMP::Info::Layer2::Centillion" : {
|
||||||
"file" : "lib/SNMP/Info/Layer2/Centillion.pm",
|
"file" : "lib/SNMP/Info/Layer2/Centillion.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer2::Cisco" : {
|
"SNMP::Info::Layer2::Cisco" : {
|
||||||
"file" : "lib/SNMP/Info/Layer2/Cisco.pm",
|
"file" : "lib/SNMP/Info/Layer2/Cisco.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer2::CiscoSB" : {
|
"SNMP::Info::Layer2::CiscoSB" : {
|
||||||
"file" : "lib/SNMP/Info/Layer2/CiscoSB.pm",
|
"file" : "lib/SNMP/Info/Layer2/CiscoSB.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer2::HP" : {
|
"SNMP::Info::Layer2::HP" : {
|
||||||
"file" : "lib/SNMP/Info/Layer2/HP.pm",
|
"file" : "lib/SNMP/Info/Layer2/HP.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer2::HP4000" : {
|
"SNMP::Info::Layer2::HP4000" : {
|
||||||
"file" : "lib/SNMP/Info/Layer2/HP4000.pm",
|
"file" : "lib/SNMP/Info/Layer2/HP4000.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer2::HPVC" : {
|
"SNMP::Info::Layer2::HPVC" : {
|
||||||
"file" : "lib/SNMP/Info/Layer2/HPVC.pm",
|
"file" : "lib/SNMP/Info/Layer2/HPVC.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer2::Kentrox" : {
|
"SNMP::Info::Layer2::Kentrox" : {
|
||||||
"file" : "lib/SNMP/Info/Layer2/Kentrox.pm",
|
"file" : "lib/SNMP/Info/Layer2/Kentrox.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer2::N2270" : {
|
"SNMP::Info::Layer2::N2270" : {
|
||||||
"file" : "lib/SNMP/Info/Layer2/N2270.pm",
|
"file" : "lib/SNMP/Info/Layer2/N2270.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer2::NAP222x" : {
|
"SNMP::Info::Layer2::NAP222x" : {
|
||||||
"file" : "lib/SNMP/Info/Layer2/NAP222x.pm",
|
"file" : "lib/SNMP/Info/Layer2/NAP222x.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer2::NWSS2300" : {
|
"SNMP::Info::Layer2::NWSS2300" : {
|
||||||
"file" : "lib/SNMP/Info/Layer2/NWSS2300.pm",
|
"file" : "lib/SNMP/Info/Layer2/NWSS2300.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer2::Netgear" : {
|
"SNMP::Info::Layer2::Netgear" : {
|
||||||
"file" : "lib/SNMP/Info/Layer2/Netgear.pm",
|
"file" : "lib/SNMP/Info/Layer2/Netgear.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer2::Orinoco" : {
|
"SNMP::Info::Layer2::Orinoco" : {
|
||||||
"file" : "lib/SNMP/Info/Layer2/Orinoco.pm",
|
"file" : "lib/SNMP/Info/Layer2/Orinoco.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer2::Trapeze" : {
|
"SNMP::Info::Layer2::Trapeze" : {
|
||||||
"file" : "lib/SNMP/Info/Layer2/Trapeze.pm",
|
"file" : "lib/SNMP/Info/Layer2/Trapeze.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer2::Ubiquiti" : {
|
"SNMP::Info::Layer2::Ubiquiti" : {
|
||||||
"file" : "lib/SNMP/Info/Layer2/Ubiquiti.pm",
|
"file" : "lib/SNMP/Info/Layer2/Ubiquiti.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer2::ZyXEL_DSLAM" : {
|
"SNMP::Info::Layer2::ZyXEL_DSLAM" : {
|
||||||
"file" : "lib/SNMP/Info/Layer2/ZyXEL_DSLAM.pm",
|
"file" : "lib/SNMP/Info/Layer2/ZyXEL_DSLAM.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer3" : {
|
"SNMP::Info::Layer3" : {
|
||||||
"file" : "lib/SNMP/Info/Layer3.pm",
|
"file" : "lib/SNMP/Info/Layer3.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer3::Aironet" : {
|
"SNMP::Info::Layer3::Aironet" : {
|
||||||
"file" : "lib/SNMP/Info/Layer3/Aironet.pm",
|
"file" : "lib/SNMP/Info/Layer3/Aironet.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer3::AlcatelLucent" : {
|
"SNMP::Info::Layer3::AlcatelLucent" : {
|
||||||
"file" : "lib/SNMP/Info/Layer3/AlcatelLucent.pm",
|
"file" : "lib/SNMP/Info/Layer3/AlcatelLucent.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer3::AlteonAD" : {
|
"SNMP::Info::Layer3::AlteonAD" : {
|
||||||
"file" : "lib/SNMP/Info/Layer3/AlteonAD.pm",
|
"file" : "lib/SNMP/Info/Layer3/AlteonAD.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer3::Altiga" : {
|
"SNMP::Info::Layer3::Altiga" : {
|
||||||
"file" : "lib/SNMP/Info/Layer3/Altiga.pm",
|
"file" : "lib/SNMP/Info/Layer3/Altiga.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer3::Arista" : {
|
"SNMP::Info::Layer3::Arista" : {
|
||||||
"file" : "lib/SNMP/Info/Layer3/Arista.pm",
|
"file" : "lib/SNMP/Info/Layer3/Arista.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer3::Aruba" : {
|
"SNMP::Info::Layer3::Aruba" : {
|
||||||
"file" : "lib/SNMP/Info/Layer3/Aruba.pm",
|
"file" : "lib/SNMP/Info/Layer3/Aruba.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer3::BayRS" : {
|
"SNMP::Info::Layer3::BayRS" : {
|
||||||
"file" : "lib/SNMP/Info/Layer3/BayRS.pm",
|
"file" : "lib/SNMP/Info/Layer3/BayRS.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer3::BlueCoatSG" : {
|
"SNMP::Info::Layer3::BlueCoatSG" : {
|
||||||
"file" : "lib/SNMP/Info/Layer3/BlueCoatSG.pm",
|
"file" : "lib/SNMP/Info/Layer3/BlueCoatSG.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer3::C3550" : {
|
"SNMP::Info::Layer3::C3550" : {
|
||||||
"file" : "lib/SNMP/Info/Layer3/C3550.pm",
|
"file" : "lib/SNMP/Info/Layer3/C3550.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer3::C4000" : {
|
"SNMP::Info::Layer3::C4000" : {
|
||||||
"file" : "lib/SNMP/Info/Layer3/C4000.pm",
|
"file" : "lib/SNMP/Info/Layer3/C4000.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer3::C6500" : {
|
"SNMP::Info::Layer3::C6500" : {
|
||||||
"file" : "lib/SNMP/Info/Layer3/C6500.pm",
|
"file" : "lib/SNMP/Info/Layer3/C6500.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer3::CheckPoint" : {
|
"SNMP::Info::Layer3::CheckPoint" : {
|
||||||
"file" : "lib/SNMP/Info/Layer3/CheckPoint.pm",
|
"file" : "lib/SNMP/Info/Layer3/CheckPoint.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer3::Cisco" : {
|
"SNMP::Info::Layer3::Cisco" : {
|
||||||
"file" : "lib/SNMP/Info/Layer3/Cisco.pm",
|
"file" : "lib/SNMP/Info/Layer3/Cisco.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer3::CiscoASA" : {
|
"SNMP::Info::Layer3::CiscoASA" : {
|
||||||
"file" : "lib/SNMP/Info/Layer3/CiscoASA.pm",
|
"file" : "lib/SNMP/Info/Layer3/CiscoASA.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer3::CiscoFWSM" : {
|
"SNMP::Info::Layer3::CiscoFWSM" : {
|
||||||
"file" : "lib/SNMP/Info/Layer3/CiscoFWSM.pm",
|
"file" : "lib/SNMP/Info/Layer3/CiscoFWSM.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer3::CiscoSwitch" : {
|
"SNMP::Info::Layer3::CiscoSwitch" : {
|
||||||
"file" : "lib/SNMP/Info/Layer3/CiscoSwitch.pm",
|
"file" : "lib/SNMP/Info/Layer3/CiscoSwitch.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer3::Contivity" : {
|
"SNMP::Info::Layer3::Contivity" : {
|
||||||
"file" : "lib/SNMP/Info/Layer3/Contivity.pm",
|
"file" : "lib/SNMP/Info/Layer3/Contivity.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer3::Cumulus" : {
|
"SNMP::Info::Layer3::Cumulus" : {
|
||||||
"file" : "lib/SNMP/Info/Layer3/Cumulus.pm",
|
"file" : "lib/SNMP/Info/Layer3/Cumulus.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer3::DLink" : {
|
"SNMP::Info::Layer3::DLink" : {
|
||||||
"file" : "lib/SNMP/Info/Layer3/DLink.pm",
|
"file" : "lib/SNMP/Info/Layer3/DLink.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer3::Dell" : {
|
"SNMP::Info::Layer3::Dell" : {
|
||||||
"file" : "lib/SNMP/Info/Layer3/Dell.pm",
|
"file" : "lib/SNMP/Info/Layer3/Dell.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer3::Enterasys" : {
|
"SNMP::Info::Layer3::Enterasys" : {
|
||||||
"file" : "lib/SNMP/Info/Layer3/Enterasys.pm",
|
"file" : "lib/SNMP/Info/Layer3/Enterasys.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer3::Extreme" : {
|
"SNMP::Info::Layer3::Extreme" : {
|
||||||
"file" : "lib/SNMP/Info/Layer3/Extreme.pm",
|
"file" : "lib/SNMP/Info/Layer3/Extreme.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer3::F5" : {
|
"SNMP::Info::Layer3::F5" : {
|
||||||
"file" : "lib/SNMP/Info/Layer3/F5.pm",
|
"file" : "lib/SNMP/Info/Layer3/F5.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer3::Force10" : {
|
"SNMP::Info::Layer3::Force10" : {
|
||||||
"file" : "lib/SNMP/Info/Layer3/Force10.pm",
|
"file" : "lib/SNMP/Info/Layer3/Force10.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer3::Fortinet" : {
|
"SNMP::Info::Layer3::Fortinet" : {
|
||||||
"file" : "lib/SNMP/Info/Layer3/Fortinet.pm",
|
"file" : "lib/SNMP/Info/Layer3/Fortinet.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer3::Foundry" : {
|
"SNMP::Info::Layer3::Foundry" : {
|
||||||
"file" : "lib/SNMP/Info/Layer3/Foundry.pm",
|
"file" : "lib/SNMP/Info/Layer3/Foundry.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer3::H3C" : {
|
"SNMP::Info::Layer3::H3C" : {
|
||||||
"file" : "lib/SNMP/Info/Layer3/H3C.pm",
|
"file" : "lib/SNMP/Info/Layer3/H3C.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer3::HP9300" : {
|
"SNMP::Info::Layer3::HP9300" : {
|
||||||
"file" : "lib/SNMP/Info/Layer3/HP9300.pm",
|
"file" : "lib/SNMP/Info/Layer3/HP9300.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer3::Huawei" : {
|
"SNMP::Info::Layer3::Huawei" : {
|
||||||
"file" : "lib/SNMP/Info/Layer3/Huawei.pm",
|
"file" : "lib/SNMP/Info/Layer3/Huawei.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer3::IBMGbTor" : {
|
"SNMP::Info::Layer3::IBMGbTor" : {
|
||||||
"file" : "lib/SNMP/Info/Layer3/IBMGbTor.pm",
|
"file" : "lib/SNMP/Info/Layer3/IBMGbTor.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer3::Juniper" : {
|
"SNMP::Info::Layer3::Juniper" : {
|
||||||
"file" : "lib/SNMP/Info/Layer3/Juniper.pm",
|
"file" : "lib/SNMP/Info/Layer3/Juniper.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer3::Lantronix" : {
|
"SNMP::Info::Layer3::Lantronix" : {
|
||||||
"file" : "lib/SNMP/Info/Layer3/Lantronix.pm",
|
"file" : "lib/SNMP/Info/Layer3/Lantronix.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer3::Microsoft" : {
|
"SNMP::Info::Layer3::Microsoft" : {
|
||||||
"file" : "lib/SNMP/Info/Layer3/Microsoft.pm",
|
"file" : "lib/SNMP/Info/Layer3/Microsoft.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer3::Mikrotik" : {
|
"SNMP::Info::Layer3::Mikrotik" : {
|
||||||
"file" : "lib/SNMP/Info/Layer3/Mikrotik.pm",
|
"file" : "lib/SNMP/Info/Layer3/Mikrotik.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer3::N1600" : {
|
"SNMP::Info::Layer3::N1600" : {
|
||||||
"file" : "lib/SNMP/Info/Layer3/N1600.pm",
|
"file" : "lib/SNMP/Info/Layer3/N1600.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer3::NetSNMP" : {
|
"SNMP::Info::Layer3::NetSNMP" : {
|
||||||
"file" : "lib/SNMP/Info/Layer3/NetSNMP.pm",
|
"file" : "lib/SNMP/Info/Layer3/NetSNMP.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer3::Netscreen" : {
|
"SNMP::Info::Layer3::Netscreen" : {
|
||||||
"file" : "lib/SNMP/Info/Layer3/Netscreen.pm",
|
"file" : "lib/SNMP/Info/Layer3/Netscreen.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer3::Nexus" : {
|
"SNMP::Info::Layer3::Nexus" : {
|
||||||
"file" : "lib/SNMP/Info/Layer3/Nexus.pm",
|
"file" : "lib/SNMP/Info/Layer3/Nexus.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer3::PacketFront" : {
|
"SNMP::Info::Layer3::PacketFront" : {
|
||||||
"file" : "lib/SNMP/Info/Layer3/PacketFront.pm",
|
"file" : "lib/SNMP/Info/Layer3/PacketFront.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer3::PaloAlto" : {
|
"SNMP::Info::Layer3::PaloAlto" : {
|
||||||
"file" : "lib/SNMP/Info/Layer3/PaloAlto.pm",
|
"file" : "lib/SNMP/Info/Layer3/PaloAlto.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer3::Passport" : {
|
"SNMP::Info::Layer3::Passport" : {
|
||||||
"file" : "lib/SNMP/Info/Layer3/Passport.pm",
|
"file" : "lib/SNMP/Info/Layer3/Passport.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer3::Pf" : {
|
"SNMP::Info::Layer3::Pf" : {
|
||||||
"file" : "lib/SNMP/Info/Layer3/Pf.pm",
|
"file" : "lib/SNMP/Info/Layer3/Pf.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer3::Pica8" : {
|
"SNMP::Info::Layer3::Pica8" : {
|
||||||
"file" : "lib/SNMP/Info/Layer3/Pica8.pm",
|
"file" : "lib/SNMP/Info/Layer3/Pica8.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer3::SonicWALL" : {
|
"SNMP::Info::Layer3::SonicWALL" : {
|
||||||
"file" : "lib/SNMP/Info/Layer3/SonicWALL.pm",
|
"file" : "lib/SNMP/Info/Layer3/SonicWALL.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer3::Steelhead" : {
|
"SNMP::Info::Layer3::Steelhead" : {
|
||||||
"file" : "lib/SNMP/Info/Layer3/Steelhead.pm",
|
"file" : "lib/SNMP/Info/Layer3/Steelhead.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer3::Sun" : {
|
"SNMP::Info::Layer3::Sun" : {
|
||||||
"file" : "lib/SNMP/Info/Layer3/Sun.pm",
|
"file" : "lib/SNMP/Info/Layer3/Sun.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer3::Tasman" : {
|
"SNMP::Info::Layer3::Tasman" : {
|
||||||
"file" : "lib/SNMP/Info/Layer3/Tasman.pm",
|
"file" : "lib/SNMP/Info/Layer3/Tasman.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer3::Timetra" : {
|
"SNMP::Info::Layer3::Timetra" : {
|
||||||
"file" : "lib/SNMP/Info/Layer3/Timetra.pm",
|
"file" : "lib/SNMP/Info/Layer3/Timetra.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer3::VMware" : {
|
"SNMP::Info::Layer3::VMware" : {
|
||||||
"file" : "lib/SNMP/Info/Layer3/VMware.pm",
|
"file" : "lib/SNMP/Info/Layer3/VMware.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer3::VyOS" : {
|
"SNMP::Info::Layer3::VyOS" : {
|
||||||
"file" : "lib/SNMP/Info/Layer3/VyOS.pm",
|
"file" : "lib/SNMP/Info/Layer3/VyOS.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer7" : {
|
"SNMP::Info::Layer7" : {
|
||||||
"file" : "lib/SNMP/Info/Layer7.pm",
|
"file" : "lib/SNMP/Info/Layer7.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer7::APC" : {
|
"SNMP::Info::Layer7::APC" : {
|
||||||
"file" : "lib/SNMP/Info/Layer7/APC.pm",
|
"file" : "lib/SNMP/Info/Layer7/APC.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer7::CiscoIPS" : {
|
"SNMP::Info::Layer7::CiscoIPS" : {
|
||||||
"file" : "lib/SNMP/Info/Layer7/CiscoIPS.pm",
|
"file" : "lib/SNMP/Info/Layer7/CiscoIPS.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer7::Gigamon" : {
|
"SNMP::Info::Layer7::Gigamon" : {
|
||||||
"file" : "lib/SNMP/Info/Layer7/Gigamon.pm",
|
"file" : "lib/SNMP/Info/Layer7/Gigamon.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer7::Neoteris" : {
|
"SNMP::Info::Layer7::Neoteris" : {
|
||||||
"file" : "lib/SNMP/Info/Layer7/Neoteris.pm",
|
"file" : "lib/SNMP/Info/Layer7/Neoteris.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::Layer7::Netscaler" : {
|
"SNMP::Info::Layer7::Netscaler" : {
|
||||||
"file" : "lib/SNMP/Info/Layer7/Netscaler.pm",
|
"file" : "lib/SNMP/Info/Layer7/Netscaler.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::MAU" : {
|
"SNMP::Info::MAU" : {
|
||||||
"file" : "lib/SNMP/Info/MAU.pm",
|
"file" : "lib/SNMP/Info/MAU.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::MRO" : {
|
"SNMP::Info::MRO" : {
|
||||||
"file" : "lib/SNMP/Info/MRO.pm",
|
"file" : "lib/SNMP/Info/MRO.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::NortelStack" : {
|
"SNMP::Info::NortelStack" : {
|
||||||
"file" : "lib/SNMP/Info/NortelStack.pm",
|
"file" : "lib/SNMP/Info/NortelStack.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::PowerEthernet" : {
|
"SNMP::Info::PowerEthernet" : {
|
||||||
"file" : "lib/SNMP/Info/PowerEthernet.pm",
|
"file" : "lib/SNMP/Info/PowerEthernet.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::RapidCity" : {
|
"SNMP::Info::RapidCity" : {
|
||||||
"file" : "lib/SNMP/Info/RapidCity.pm",
|
"file" : "lib/SNMP/Info/RapidCity.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
},
|
},
|
||||||
"SNMP::Info::SONMP" : {
|
"SNMP::Info::SONMP" : {
|
||||||
"file" : "lib/SNMP/Info/SONMP.pm",
|
"file" : "lib/SNMP/Info/SONMP.pm",
|
||||||
"version" : "3.51"
|
"version" : "3.53"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"release_status" : "stable",
|
"release_status" : "stable",
|
||||||
@@ -524,7 +530,7 @@
|
|||||||
},
|
},
|
||||||
"homepage" : "http://netdisco.org/",
|
"homepage" : "http://netdisco.org/",
|
||||||
"license" : [
|
"license" : [
|
||||||
"http://opensource.org/licenses/bsd-license.php"
|
"http://opensource.org/licenses/BSD-3-Clause"
|
||||||
],
|
],
|
||||||
"repository" : {
|
"repository" : {
|
||||||
"url" : "https://github.com/netdisco/snmp-info"
|
"url" : "https://github.com/netdisco/snmp-info"
|
||||||
@@ -532,6 +538,6 @@
|
|||||||
"x_IRC" : "irc://irc.freenode.org/#netdisco",
|
"x_IRC" : "irc://irc.freenode.org/#netdisco",
|
||||||
"x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/snmp-info-users"
|
"x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/snmp-info-users"
|
||||||
},
|
},
|
||||||
"version" : "3.51",
|
"version" : "3.53",
|
||||||
"x_serialization_backend" : "JSON::PP version 2.97001"
|
"x_serialization_backend" : "JSON::PP version 2.94"
|
||||||
}
|
}
|
||||||
|
|||||||
248
META.yml
248
META.yml
@@ -3,7 +3,13 @@ abstract: 'OO Interface to Network devices and MIBs through SNMP'
|
|||||||
author:
|
author:
|
||||||
- 'Eric A. Miller <emiller@cpan.org>'
|
- 'Eric A. Miller <emiller@cpan.org>'
|
||||||
build_requires:
|
build_requires:
|
||||||
|
File::Find: '0'
|
||||||
|
File::Slurper: '0'
|
||||||
|
Path::Class: '0'
|
||||||
|
Test::Class::Most: '0'
|
||||||
Test::Distribution: '0'
|
Test::Distribution: '0'
|
||||||
|
Test::Exception: '0.43'
|
||||||
|
Test::MockObject::Extends: '0'
|
||||||
Test::More: '0.88'
|
Test::More: '0.88'
|
||||||
configure_requires:
|
configure_requires:
|
||||||
Module::Build: '0.42'
|
Module::Build: '0.42'
|
||||||
@@ -17,361 +23,361 @@ name: SNMP-Info
|
|||||||
provides:
|
provides:
|
||||||
SNMP::Info:
|
SNMP::Info:
|
||||||
file: lib/SNMP/Info.pm
|
file: lib/SNMP/Info.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::AMAP:
|
SNMP::Info::AMAP:
|
||||||
file: lib/SNMP/Info/AMAP.pm
|
file: lib/SNMP/Info/AMAP.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::AdslLine:
|
SNMP::Info::AdslLine:
|
||||||
file: lib/SNMP/Info/AdslLine.pm
|
file: lib/SNMP/Info/AdslLine.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Aggregate:
|
SNMP::Info::Aggregate:
|
||||||
file: lib/SNMP/Info/Aggregate.pm
|
file: lib/SNMP/Info/Aggregate.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Airespace:
|
SNMP::Info::Airespace:
|
||||||
file: lib/SNMP/Info/Airespace.pm
|
file: lib/SNMP/Info/Airespace.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Bridge:
|
SNMP::Info::Bridge:
|
||||||
file: lib/SNMP/Info/Bridge.pm
|
file: lib/SNMP/Info/Bridge.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::CDP:
|
SNMP::Info::CDP:
|
||||||
file: lib/SNMP/Info/CDP.pm
|
file: lib/SNMP/Info/CDP.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::CiscoAgg:
|
SNMP::Info::CiscoAgg:
|
||||||
file: lib/SNMP/Info/CiscoAgg.pm
|
file: lib/SNMP/Info/CiscoAgg.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::CiscoConfig:
|
SNMP::Info::CiscoConfig:
|
||||||
file: lib/SNMP/Info/CiscoConfig.pm
|
file: lib/SNMP/Info/CiscoConfig.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::CiscoPortSecurity:
|
SNMP::Info::CiscoPortSecurity:
|
||||||
file: lib/SNMP/Info/CiscoPortSecurity.pm
|
file: lib/SNMP/Info/CiscoPortSecurity.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::CiscoPower:
|
SNMP::Info::CiscoPower:
|
||||||
file: lib/SNMP/Info/CiscoPower.pm
|
file: lib/SNMP/Info/CiscoPower.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::CiscoQOS:
|
SNMP::Info::CiscoQOS:
|
||||||
file: lib/SNMP/Info/CiscoQOS.pm
|
file: lib/SNMP/Info/CiscoQOS.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::CiscoRTT:
|
SNMP::Info::CiscoRTT:
|
||||||
file: lib/SNMP/Info/CiscoRTT.pm
|
file: lib/SNMP/Info/CiscoRTT.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::CiscoStack:
|
SNMP::Info::CiscoStack:
|
||||||
file: lib/SNMP/Info/CiscoStack.pm
|
file: lib/SNMP/Info/CiscoStack.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::CiscoStats:
|
SNMP::Info::CiscoStats:
|
||||||
file: lib/SNMP/Info/CiscoStats.pm
|
file: lib/SNMP/Info/CiscoStats.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::CiscoStpExtensions:
|
SNMP::Info::CiscoStpExtensions:
|
||||||
file: lib/SNMP/Info/CiscoStpExtensions.pm
|
file: lib/SNMP/Info/CiscoStpExtensions.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::CiscoVTP:
|
SNMP::Info::CiscoVTP:
|
||||||
file: lib/SNMP/Info/CiscoVTP.pm
|
file: lib/SNMP/Info/CiscoVTP.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::EDP:
|
SNMP::Info::EDP:
|
||||||
file: lib/SNMP/Info/EDP.pm
|
file: lib/SNMP/Info/EDP.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Entity:
|
SNMP::Info::Entity:
|
||||||
file: lib/SNMP/Info/Entity.pm
|
file: lib/SNMP/Info/Entity.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::EtherLike:
|
SNMP::Info::EtherLike:
|
||||||
file: lib/SNMP/Info/EtherLike.pm
|
file: lib/SNMP/Info/EtherLike.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::FDP:
|
SNMP::Info::FDP:
|
||||||
file: lib/SNMP/Info/FDP.pm
|
file: lib/SNMP/Info/FDP.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::IEEE802dot11:
|
SNMP::Info::IEEE802dot11:
|
||||||
file: lib/SNMP/Info/IEEE802dot11.pm
|
file: lib/SNMP/Info/IEEE802dot11.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::IEEE802dot3ad:
|
SNMP::Info::IEEE802dot3ad:
|
||||||
file: lib/SNMP/Info/IEEE802dot3ad.pm
|
file: lib/SNMP/Info/IEEE802dot3ad.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::IPv6:
|
SNMP::Info::IPv6:
|
||||||
file: lib/SNMP/Info/IPv6.pm
|
file: lib/SNMP/Info/IPv6.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::LLDP:
|
SNMP::Info::LLDP:
|
||||||
file: lib/SNMP/Info/LLDP.pm
|
file: lib/SNMP/Info/LLDP.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer1:
|
SNMP::Info::Layer1:
|
||||||
file: lib/SNMP/Info/Layer1.pm
|
file: lib/SNMP/Info/Layer1.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer1::Allied:
|
SNMP::Info::Layer1::Allied:
|
||||||
file: lib/SNMP/Info/Layer1/Allied.pm
|
file: lib/SNMP/Info/Layer1/Allied.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer1::Asante:
|
SNMP::Info::Layer1::Asante:
|
||||||
file: lib/SNMP/Info/Layer1/Asante.pm
|
file: lib/SNMP/Info/Layer1/Asante.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer1::Bayhub:
|
SNMP::Info::Layer1::Bayhub:
|
||||||
file: lib/SNMP/Info/Layer1/Bayhub.pm
|
file: lib/SNMP/Info/Layer1/Bayhub.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer1::Cyclades:
|
SNMP::Info::Layer1::Cyclades:
|
||||||
file: lib/SNMP/Info/Layer1/Cyclades.pm
|
file: lib/SNMP/Info/Layer1/Cyclades.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer1::S3000:
|
SNMP::Info::Layer1::S3000:
|
||||||
file: lib/SNMP/Info/Layer1/S3000.pm
|
file: lib/SNMP/Info/Layer1/S3000.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer2:
|
SNMP::Info::Layer2:
|
||||||
file: lib/SNMP/Info/Layer2.pm
|
file: lib/SNMP/Info/Layer2.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer2::3Com:
|
SNMP::Info::Layer2::3Com:
|
||||||
file: lib/SNMP/Info/Layer2/3Com.pm
|
file: lib/SNMP/Info/Layer2/3Com.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer2::Adtran:
|
SNMP::Info::Layer2::Adtran:
|
||||||
file: lib/SNMP/Info/Layer2/Adtran.pm
|
file: lib/SNMP/Info/Layer2/Adtran.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer2::Airespace:
|
SNMP::Info::Layer2::Airespace:
|
||||||
file: lib/SNMP/Info/Layer2/Airespace.pm
|
file: lib/SNMP/Info/Layer2/Airespace.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer2::Aironet:
|
SNMP::Info::Layer2::Aironet:
|
||||||
file: lib/SNMP/Info/Layer2/Aironet.pm
|
file: lib/SNMP/Info/Layer2/Aironet.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer2::Allied:
|
SNMP::Info::Layer2::Allied:
|
||||||
file: lib/SNMP/Info/Layer2/Allied.pm
|
file: lib/SNMP/Info/Layer2/Allied.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer2::Baystack:
|
SNMP::Info::Layer2::Baystack:
|
||||||
file: lib/SNMP/Info/Layer2/Baystack.pm
|
file: lib/SNMP/Info/Layer2/Baystack.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer2::C1900:
|
SNMP::Info::Layer2::C1900:
|
||||||
file: lib/SNMP/Info/Layer2/C1900.pm
|
file: lib/SNMP/Info/Layer2/C1900.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer2::C2900:
|
SNMP::Info::Layer2::C2900:
|
||||||
file: lib/SNMP/Info/Layer2/C2900.pm
|
file: lib/SNMP/Info/Layer2/C2900.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer2::Catalyst:
|
SNMP::Info::Layer2::Catalyst:
|
||||||
file: lib/SNMP/Info/Layer2/Catalyst.pm
|
file: lib/SNMP/Info/Layer2/Catalyst.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer2::Centillion:
|
SNMP::Info::Layer2::Centillion:
|
||||||
file: lib/SNMP/Info/Layer2/Centillion.pm
|
file: lib/SNMP/Info/Layer2/Centillion.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer2::Cisco:
|
SNMP::Info::Layer2::Cisco:
|
||||||
file: lib/SNMP/Info/Layer2/Cisco.pm
|
file: lib/SNMP/Info/Layer2/Cisco.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer2::CiscoSB:
|
SNMP::Info::Layer2::CiscoSB:
|
||||||
file: lib/SNMP/Info/Layer2/CiscoSB.pm
|
file: lib/SNMP/Info/Layer2/CiscoSB.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer2::HP:
|
SNMP::Info::Layer2::HP:
|
||||||
file: lib/SNMP/Info/Layer2/HP.pm
|
file: lib/SNMP/Info/Layer2/HP.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer2::HP4000:
|
SNMP::Info::Layer2::HP4000:
|
||||||
file: lib/SNMP/Info/Layer2/HP4000.pm
|
file: lib/SNMP/Info/Layer2/HP4000.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer2::HPVC:
|
SNMP::Info::Layer2::HPVC:
|
||||||
file: lib/SNMP/Info/Layer2/HPVC.pm
|
file: lib/SNMP/Info/Layer2/HPVC.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer2::Kentrox:
|
SNMP::Info::Layer2::Kentrox:
|
||||||
file: lib/SNMP/Info/Layer2/Kentrox.pm
|
file: lib/SNMP/Info/Layer2/Kentrox.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer2::N2270:
|
SNMP::Info::Layer2::N2270:
|
||||||
file: lib/SNMP/Info/Layer2/N2270.pm
|
file: lib/SNMP/Info/Layer2/N2270.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer2::NAP222x:
|
SNMP::Info::Layer2::NAP222x:
|
||||||
file: lib/SNMP/Info/Layer2/NAP222x.pm
|
file: lib/SNMP/Info/Layer2/NAP222x.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer2::NWSS2300:
|
SNMP::Info::Layer2::NWSS2300:
|
||||||
file: lib/SNMP/Info/Layer2/NWSS2300.pm
|
file: lib/SNMP/Info/Layer2/NWSS2300.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer2::Netgear:
|
SNMP::Info::Layer2::Netgear:
|
||||||
file: lib/SNMP/Info/Layer2/Netgear.pm
|
file: lib/SNMP/Info/Layer2/Netgear.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer2::Orinoco:
|
SNMP::Info::Layer2::Orinoco:
|
||||||
file: lib/SNMP/Info/Layer2/Orinoco.pm
|
file: lib/SNMP/Info/Layer2/Orinoco.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer2::Trapeze:
|
SNMP::Info::Layer2::Trapeze:
|
||||||
file: lib/SNMP/Info/Layer2/Trapeze.pm
|
file: lib/SNMP/Info/Layer2/Trapeze.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer2::Ubiquiti:
|
SNMP::Info::Layer2::Ubiquiti:
|
||||||
file: lib/SNMP/Info/Layer2/Ubiquiti.pm
|
file: lib/SNMP/Info/Layer2/Ubiquiti.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer2::ZyXEL_DSLAM:
|
SNMP::Info::Layer2::ZyXEL_DSLAM:
|
||||||
file: lib/SNMP/Info/Layer2/ZyXEL_DSLAM.pm
|
file: lib/SNMP/Info/Layer2/ZyXEL_DSLAM.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer3:
|
SNMP::Info::Layer3:
|
||||||
file: lib/SNMP/Info/Layer3.pm
|
file: lib/SNMP/Info/Layer3.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer3::Aironet:
|
SNMP::Info::Layer3::Aironet:
|
||||||
file: lib/SNMP/Info/Layer3/Aironet.pm
|
file: lib/SNMP/Info/Layer3/Aironet.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer3::AlcatelLucent:
|
SNMP::Info::Layer3::AlcatelLucent:
|
||||||
file: lib/SNMP/Info/Layer3/AlcatelLucent.pm
|
file: lib/SNMP/Info/Layer3/AlcatelLucent.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer3::AlteonAD:
|
SNMP::Info::Layer3::AlteonAD:
|
||||||
file: lib/SNMP/Info/Layer3/AlteonAD.pm
|
file: lib/SNMP/Info/Layer3/AlteonAD.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer3::Altiga:
|
SNMP::Info::Layer3::Altiga:
|
||||||
file: lib/SNMP/Info/Layer3/Altiga.pm
|
file: lib/SNMP/Info/Layer3/Altiga.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer3::Arista:
|
SNMP::Info::Layer3::Arista:
|
||||||
file: lib/SNMP/Info/Layer3/Arista.pm
|
file: lib/SNMP/Info/Layer3/Arista.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer3::Aruba:
|
SNMP::Info::Layer3::Aruba:
|
||||||
file: lib/SNMP/Info/Layer3/Aruba.pm
|
file: lib/SNMP/Info/Layer3/Aruba.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer3::BayRS:
|
SNMP::Info::Layer3::BayRS:
|
||||||
file: lib/SNMP/Info/Layer3/BayRS.pm
|
file: lib/SNMP/Info/Layer3/BayRS.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer3::BlueCoatSG:
|
SNMP::Info::Layer3::BlueCoatSG:
|
||||||
file: lib/SNMP/Info/Layer3/BlueCoatSG.pm
|
file: lib/SNMP/Info/Layer3/BlueCoatSG.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer3::C3550:
|
SNMP::Info::Layer3::C3550:
|
||||||
file: lib/SNMP/Info/Layer3/C3550.pm
|
file: lib/SNMP/Info/Layer3/C3550.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer3::C4000:
|
SNMP::Info::Layer3::C4000:
|
||||||
file: lib/SNMP/Info/Layer3/C4000.pm
|
file: lib/SNMP/Info/Layer3/C4000.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer3::C6500:
|
SNMP::Info::Layer3::C6500:
|
||||||
file: lib/SNMP/Info/Layer3/C6500.pm
|
file: lib/SNMP/Info/Layer3/C6500.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer3::CheckPoint:
|
SNMP::Info::Layer3::CheckPoint:
|
||||||
file: lib/SNMP/Info/Layer3/CheckPoint.pm
|
file: lib/SNMP/Info/Layer3/CheckPoint.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer3::Cisco:
|
SNMP::Info::Layer3::Cisco:
|
||||||
file: lib/SNMP/Info/Layer3/Cisco.pm
|
file: lib/SNMP/Info/Layer3/Cisco.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer3::CiscoASA:
|
SNMP::Info::Layer3::CiscoASA:
|
||||||
file: lib/SNMP/Info/Layer3/CiscoASA.pm
|
file: lib/SNMP/Info/Layer3/CiscoASA.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer3::CiscoFWSM:
|
SNMP::Info::Layer3::CiscoFWSM:
|
||||||
file: lib/SNMP/Info/Layer3/CiscoFWSM.pm
|
file: lib/SNMP/Info/Layer3/CiscoFWSM.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer3::CiscoSwitch:
|
SNMP::Info::Layer3::CiscoSwitch:
|
||||||
file: lib/SNMP/Info/Layer3/CiscoSwitch.pm
|
file: lib/SNMP/Info/Layer3/CiscoSwitch.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer3::Contivity:
|
SNMP::Info::Layer3::Contivity:
|
||||||
file: lib/SNMP/Info/Layer3/Contivity.pm
|
file: lib/SNMP/Info/Layer3/Contivity.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer3::Cumulus:
|
SNMP::Info::Layer3::Cumulus:
|
||||||
file: lib/SNMP/Info/Layer3/Cumulus.pm
|
file: lib/SNMP/Info/Layer3/Cumulus.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer3::DLink:
|
SNMP::Info::Layer3::DLink:
|
||||||
file: lib/SNMP/Info/Layer3/DLink.pm
|
file: lib/SNMP/Info/Layer3/DLink.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer3::Dell:
|
SNMP::Info::Layer3::Dell:
|
||||||
file: lib/SNMP/Info/Layer3/Dell.pm
|
file: lib/SNMP/Info/Layer3/Dell.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer3::Enterasys:
|
SNMP::Info::Layer3::Enterasys:
|
||||||
file: lib/SNMP/Info/Layer3/Enterasys.pm
|
file: lib/SNMP/Info/Layer3/Enterasys.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer3::Extreme:
|
SNMP::Info::Layer3::Extreme:
|
||||||
file: lib/SNMP/Info/Layer3/Extreme.pm
|
file: lib/SNMP/Info/Layer3/Extreme.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer3::F5:
|
SNMP::Info::Layer3::F5:
|
||||||
file: lib/SNMP/Info/Layer3/F5.pm
|
file: lib/SNMP/Info/Layer3/F5.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer3::Force10:
|
SNMP::Info::Layer3::Force10:
|
||||||
file: lib/SNMP/Info/Layer3/Force10.pm
|
file: lib/SNMP/Info/Layer3/Force10.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer3::Fortinet:
|
SNMP::Info::Layer3::Fortinet:
|
||||||
file: lib/SNMP/Info/Layer3/Fortinet.pm
|
file: lib/SNMP/Info/Layer3/Fortinet.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer3::Foundry:
|
SNMP::Info::Layer3::Foundry:
|
||||||
file: lib/SNMP/Info/Layer3/Foundry.pm
|
file: lib/SNMP/Info/Layer3/Foundry.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer3::H3C:
|
SNMP::Info::Layer3::H3C:
|
||||||
file: lib/SNMP/Info/Layer3/H3C.pm
|
file: lib/SNMP/Info/Layer3/H3C.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer3::HP9300:
|
SNMP::Info::Layer3::HP9300:
|
||||||
file: lib/SNMP/Info/Layer3/HP9300.pm
|
file: lib/SNMP/Info/Layer3/HP9300.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer3::Huawei:
|
SNMP::Info::Layer3::Huawei:
|
||||||
file: lib/SNMP/Info/Layer3/Huawei.pm
|
file: lib/SNMP/Info/Layer3/Huawei.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer3::IBMGbTor:
|
SNMP::Info::Layer3::IBMGbTor:
|
||||||
file: lib/SNMP/Info/Layer3/IBMGbTor.pm
|
file: lib/SNMP/Info/Layer3/IBMGbTor.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer3::Juniper:
|
SNMP::Info::Layer3::Juniper:
|
||||||
file: lib/SNMP/Info/Layer3/Juniper.pm
|
file: lib/SNMP/Info/Layer3/Juniper.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer3::Lantronix:
|
SNMP::Info::Layer3::Lantronix:
|
||||||
file: lib/SNMP/Info/Layer3/Lantronix.pm
|
file: lib/SNMP/Info/Layer3/Lantronix.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer3::Microsoft:
|
SNMP::Info::Layer3::Microsoft:
|
||||||
file: lib/SNMP/Info/Layer3/Microsoft.pm
|
file: lib/SNMP/Info/Layer3/Microsoft.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer3::Mikrotik:
|
SNMP::Info::Layer3::Mikrotik:
|
||||||
file: lib/SNMP/Info/Layer3/Mikrotik.pm
|
file: lib/SNMP/Info/Layer3/Mikrotik.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer3::N1600:
|
SNMP::Info::Layer3::N1600:
|
||||||
file: lib/SNMP/Info/Layer3/N1600.pm
|
file: lib/SNMP/Info/Layer3/N1600.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer3::NetSNMP:
|
SNMP::Info::Layer3::NetSNMP:
|
||||||
file: lib/SNMP/Info/Layer3/NetSNMP.pm
|
file: lib/SNMP/Info/Layer3/NetSNMP.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer3::Netscreen:
|
SNMP::Info::Layer3::Netscreen:
|
||||||
file: lib/SNMP/Info/Layer3/Netscreen.pm
|
file: lib/SNMP/Info/Layer3/Netscreen.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer3::Nexus:
|
SNMP::Info::Layer3::Nexus:
|
||||||
file: lib/SNMP/Info/Layer3/Nexus.pm
|
file: lib/SNMP/Info/Layer3/Nexus.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer3::PacketFront:
|
SNMP::Info::Layer3::PacketFront:
|
||||||
file: lib/SNMP/Info/Layer3/PacketFront.pm
|
file: lib/SNMP/Info/Layer3/PacketFront.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer3::PaloAlto:
|
SNMP::Info::Layer3::PaloAlto:
|
||||||
file: lib/SNMP/Info/Layer3/PaloAlto.pm
|
file: lib/SNMP/Info/Layer3/PaloAlto.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer3::Passport:
|
SNMP::Info::Layer3::Passport:
|
||||||
file: lib/SNMP/Info/Layer3/Passport.pm
|
file: lib/SNMP/Info/Layer3/Passport.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer3::Pf:
|
SNMP::Info::Layer3::Pf:
|
||||||
file: lib/SNMP/Info/Layer3/Pf.pm
|
file: lib/SNMP/Info/Layer3/Pf.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer3::Pica8:
|
SNMP::Info::Layer3::Pica8:
|
||||||
file: lib/SNMP/Info/Layer3/Pica8.pm
|
file: lib/SNMP/Info/Layer3/Pica8.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer3::SonicWALL:
|
SNMP::Info::Layer3::SonicWALL:
|
||||||
file: lib/SNMP/Info/Layer3/SonicWALL.pm
|
file: lib/SNMP/Info/Layer3/SonicWALL.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer3::Steelhead:
|
SNMP::Info::Layer3::Steelhead:
|
||||||
file: lib/SNMP/Info/Layer3/Steelhead.pm
|
file: lib/SNMP/Info/Layer3/Steelhead.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer3::Sun:
|
SNMP::Info::Layer3::Sun:
|
||||||
file: lib/SNMP/Info/Layer3/Sun.pm
|
file: lib/SNMP/Info/Layer3/Sun.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer3::Tasman:
|
SNMP::Info::Layer3::Tasman:
|
||||||
file: lib/SNMP/Info/Layer3/Tasman.pm
|
file: lib/SNMP/Info/Layer3/Tasman.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer3::Timetra:
|
SNMP::Info::Layer3::Timetra:
|
||||||
file: lib/SNMP/Info/Layer3/Timetra.pm
|
file: lib/SNMP/Info/Layer3/Timetra.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer3::VMware:
|
SNMP::Info::Layer3::VMware:
|
||||||
file: lib/SNMP/Info/Layer3/VMware.pm
|
file: lib/SNMP/Info/Layer3/VMware.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer3::VyOS:
|
SNMP::Info::Layer3::VyOS:
|
||||||
file: lib/SNMP/Info/Layer3/VyOS.pm
|
file: lib/SNMP/Info/Layer3/VyOS.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer7:
|
SNMP::Info::Layer7:
|
||||||
file: lib/SNMP/Info/Layer7.pm
|
file: lib/SNMP/Info/Layer7.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer7::APC:
|
SNMP::Info::Layer7::APC:
|
||||||
file: lib/SNMP/Info/Layer7/APC.pm
|
file: lib/SNMP/Info/Layer7/APC.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer7::CiscoIPS:
|
SNMP::Info::Layer7::CiscoIPS:
|
||||||
file: lib/SNMP/Info/Layer7/CiscoIPS.pm
|
file: lib/SNMP/Info/Layer7/CiscoIPS.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer7::Gigamon:
|
SNMP::Info::Layer7::Gigamon:
|
||||||
file: lib/SNMP/Info/Layer7/Gigamon.pm
|
file: lib/SNMP/Info/Layer7/Gigamon.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer7::Neoteris:
|
SNMP::Info::Layer7::Neoteris:
|
||||||
file: lib/SNMP/Info/Layer7/Neoteris.pm
|
file: lib/SNMP/Info/Layer7/Neoteris.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::Layer7::Netscaler:
|
SNMP::Info::Layer7::Netscaler:
|
||||||
file: lib/SNMP/Info/Layer7/Netscaler.pm
|
file: lib/SNMP/Info/Layer7/Netscaler.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::MAU:
|
SNMP::Info::MAU:
|
||||||
file: lib/SNMP/Info/MAU.pm
|
file: lib/SNMP/Info/MAU.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::MRO:
|
SNMP::Info::MRO:
|
||||||
file: lib/SNMP/Info/MRO.pm
|
file: lib/SNMP/Info/MRO.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::NortelStack:
|
SNMP::Info::NortelStack:
|
||||||
file: lib/SNMP/Info/NortelStack.pm
|
file: lib/SNMP/Info/NortelStack.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::PowerEthernet:
|
SNMP::Info::PowerEthernet:
|
||||||
file: lib/SNMP/Info/PowerEthernet.pm
|
file: lib/SNMP/Info/PowerEthernet.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::RapidCity:
|
SNMP::Info::RapidCity:
|
||||||
file: lib/SNMP/Info/RapidCity.pm
|
file: lib/SNMP/Info/RapidCity.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
SNMP::Info::SONMP:
|
SNMP::Info::SONMP:
|
||||||
file: lib/SNMP/Info/SONMP.pm
|
file: lib/SNMP/Info/SONMP.pm
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
recommends:
|
recommends:
|
||||||
Class::ISA: '0'
|
Class::ISA: '0'
|
||||||
File::Slurp: '0'
|
File::Slurp: '0'
|
||||||
@@ -386,7 +392,7 @@ resources:
|
|||||||
MailingList: https://lists.sourceforge.net/lists/listinfo/snmp-info-users
|
MailingList: https://lists.sourceforge.net/lists/listinfo/snmp-info-users
|
||||||
bugtracker: https://github.com/netdisco/snmp-info/issues
|
bugtracker: https://github.com/netdisco/snmp-info/issues
|
||||||
homepage: http://netdisco.org/
|
homepage: http://netdisco.org/
|
||||||
license: http://opensource.org/licenses/bsd-license.php
|
license: http://opensource.org/licenses/BSD-3-Clause
|
||||||
repository: https://github.com/netdisco/snmp-info
|
repository: https://github.com/netdisco/snmp-info
|
||||||
version: '3.51'
|
version: '3.53'
|
||||||
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
|
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ use vars
|
|||||||
qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE $AUTOLOAD $INIT $DEBUG %SPEED_MAP
|
qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE $AUTOLOAD $INIT $DEBUG %SPEED_MAP
|
||||||
$NOSUCH $BIGINT $REPEATERS/;
|
$NOSUCH $BIGINT $REPEATERS/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
=head1 NAME
|
=head1 NAME
|
||||||
|
|
||||||
@@ -32,7 +32,7 @@ SNMP::Info - OO Interface to Network devices and MIBs through SNMP
|
|||||||
|
|
||||||
=head1 VERSION
|
=head1 VERSION
|
||||||
|
|
||||||
SNMP::Info - Version 3.51
|
SNMP::Info - Version 3.53
|
||||||
|
|
||||||
=head1 AUTHOR
|
=head1 AUTHOR
|
||||||
|
|
||||||
@@ -1283,7 +1283,7 @@ sub new {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Connects to device unless open session is provided.
|
# Connects to device unless open session is provided.
|
||||||
$sess = new SNMP::Session(
|
$sess = SNMP::Session->new(
|
||||||
'UseEnums' => 1,
|
'UseEnums' => 1,
|
||||||
%sess_args, 'RetryNoSuch' => $new_obj->{nosuch}
|
%sess_args, 'RetryNoSuch' => $new_obj->{nosuch}
|
||||||
) unless defined $sess;
|
) unless defined $sess;
|
||||||
@@ -1345,7 +1345,7 @@ sub update {
|
|||||||
delete $sess_args{BigInt};
|
delete $sess_args{BigInt};
|
||||||
delete $sess_args{MibDirs};
|
delete $sess_args{MibDirs};
|
||||||
|
|
||||||
my $sess = new SNMP::Session(
|
my $sess = SNMP::Session->new(
|
||||||
'UseEnums' => 1,
|
'UseEnums' => 1,
|
||||||
%sess_args, 'RetryNoSuch' => $obj->{nosuch}
|
%sess_args, 'RetryNoSuch' => $obj->{nosuch}
|
||||||
);
|
);
|
||||||
@@ -2728,7 +2728,7 @@ sub _get_topo_data {
|
|||||||
my $self = shift;
|
my $self = shift;
|
||||||
my $partial = shift;
|
my $partial = shift;
|
||||||
my $topo_cap = shift;
|
my $topo_cap = shift;
|
||||||
my $method = shift;
|
my $method = shift || '';
|
||||||
|
|
||||||
return unless $method =~ /(ip|if|port|id|platform|cap)/;
|
return unless $method =~ /(ip|if|port|id|platform|cap)/;
|
||||||
|
|
||||||
@@ -3063,7 +3063,9 @@ the SNMP::Info methods.
|
|||||||
'name' => 'sysName',
|
'name' => 'sysName',
|
||||||
'location' => 'sysLocation',
|
'location' => 'sysLocation',
|
||||||
'layers' => 'sysServices',
|
'layers' => 'sysServices',
|
||||||
|
# IF-MIB
|
||||||
'ports' => 'ifNumber',
|
'ports' => 'ifNumber',
|
||||||
|
# IP-MIB
|
||||||
'ipforwarding' => 'ipForwarding',
|
'ipforwarding' => 'ipForwarding',
|
||||||
);
|
);
|
||||||
|
|
||||||
@@ -3081,7 +3083,9 @@ ALTEON-TS-PHYSICAL-MIB::agPortCurCfgPortName.
|
|||||||
=cut
|
=cut
|
||||||
|
|
||||||
%FUNCS = (
|
%FUNCS = (
|
||||||
|
# IF-MIB::IfEntry
|
||||||
'interfaces' => 'ifIndex',
|
'interfaces' => 'ifIndex',
|
||||||
|
# IF-MIB::IfEntry
|
||||||
'i_name' => 'ifName',
|
'i_name' => 'ifName',
|
||||||
|
|
||||||
# IF-MIB::IfEntry
|
# IF-MIB::IfEntry
|
||||||
@@ -3111,13 +3115,13 @@ ALTEON-TS-PHYSICAL-MIB::agPortCurCfgPortName.
|
|||||||
# IF-MIB::IfStackTable
|
# IF-MIB::IfStackTable
|
||||||
'i_stack_status' => 'ifStackStatus',
|
'i_stack_status' => 'ifStackStatus',
|
||||||
|
|
||||||
# IP Address Table
|
# IP::MIB::ipAddrTable (deprecated IPv4 address table)
|
||||||
'ip_index' => 'ipAdEntIfIndex',
|
'ip_index' => 'ipAdEntIfIndex',
|
||||||
'ip_table' => 'ipAdEntAddr',
|
'ip_table' => 'ipAdEntAddr',
|
||||||
'ip_netmask' => 'ipAdEntNetMask',
|
'ip_netmask' => 'ipAdEntNetMask',
|
||||||
'ip_broadcast' => 'ipAdEntBcastAddr',
|
'ip_broadcast' => 'ipAdEntBcastAddr',
|
||||||
|
|
||||||
# ifXTable - Extension Table
|
# IF-MIB::ifXTable - Extension Table
|
||||||
'i_speed_high' => 'ifHighSpeed',
|
'i_speed_high' => 'ifHighSpeed',
|
||||||
'i_pkts_multi_in' => 'ifInMulticastPkts',
|
'i_pkts_multi_in' => 'ifInMulticastPkts',
|
||||||
'i_pkts_multi_out' => 'ifOutMulticastPkts',
|
'i_pkts_multi_out' => 'ifOutMulticastPkts',
|
||||||
@@ -3133,7 +3137,7 @@ ALTEON-TS-PHYSICAL-MIB::agPortCurCfgPortName.
|
|||||||
'i_pkts_bcast_out64' => 'ifHCOutBroadcastPkts',
|
'i_pkts_bcast_out64' => 'ifHCOutBroadcastPkts',
|
||||||
'i_alias' => 'ifAlias',
|
'i_alias' => 'ifAlias',
|
||||||
|
|
||||||
# IP Routing Table
|
# RFC-1213::ipRoute (deprecated Table IP Routing Table)
|
||||||
'ipr_route' => 'ipRouteDest',
|
'ipr_route' => 'ipRouteDest',
|
||||||
'ipr_if' => 'ipRouteIfIndex',
|
'ipr_if' => 'ipRouteIfIndex',
|
||||||
'ipr_1' => 'ipRouteMetric1',
|
'ipr_1' => 'ipRouteMetric1',
|
||||||
@@ -3164,7 +3168,13 @@ $info->init() will throw an exception if a MIB does not load.
|
|||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
|
|
||||||
# The "main" MIBs are automagically loaded in Net-SNMP now.
|
# Include these here for cases where the Net-SNMP default MIB list has
|
||||||
|
# been overridden during the compliation of the local Net-SNMP library.
|
||||||
|
# These cover the globals and funcs defined in this file.
|
||||||
|
'SNMPv2-MIB' => 'sysObjectID',
|
||||||
|
'RFC1213-MIB' => 'ipRouteIfIndex',
|
||||||
|
'IP-MIB' => 'ipAdEntAddr',
|
||||||
|
'IF-MIB' => 'ifIndex',
|
||||||
);
|
);
|
||||||
|
|
||||||
=item %MUNGE
|
=item %MUNGE
|
||||||
@@ -4244,7 +4254,7 @@ sub _load_attr {
|
|||||||
# partial fetch may strip the Module portion upon return. We need
|
# partial fetch may strip the Module portion upon return. We need
|
||||||
# the match to make sure we didn't leave the table during getnext
|
# the match to make sure we didn't leave the table during getnext
|
||||||
# requests
|
# requests
|
||||||
|
|
||||||
my ($leaf) = $qual_leaf =~ /::(\w+)$/;
|
my ($leaf) = $qual_leaf =~ /::(\w+)$/;
|
||||||
|
|
||||||
$self->debug()
|
$self->debug()
|
||||||
@@ -4252,7 +4262,7 @@ sub _load_attr {
|
|||||||
defined $partial ? "($partial)" : '', " : $oid" ,
|
defined $partial ? "($partial)" : '', " : $oid" ,
|
||||||
defined $partial ? ".$partial" : '', "\n";
|
defined $partial ? ".$partial" : '', "\n";
|
||||||
|
|
||||||
my $var = new SNMP::Varbind( [$qual_leaf, $partial] );
|
my $var = SNMP::Varbind->new( [$qual_leaf, $partial] );
|
||||||
|
|
||||||
# So devices speaking SNMP v.1 are not supposed to give out
|
# So devices speaking SNMP v.1 are not supposed to give out
|
||||||
# data from SNMP2, but most do. Net-SNMP, being very precise
|
# data from SNMP2, but most do. Net-SNMP, being very precise
|
||||||
@@ -4445,7 +4455,7 @@ sub snmp_connect_ip {
|
|||||||
return if ( $ip eq '0.0.0.0' ) or ( $ip =~ /^127\./ );
|
return if ( $ip eq '0.0.0.0' ) or ( $ip =~ /^127\./ );
|
||||||
|
|
||||||
# Create session object
|
# Create session object
|
||||||
my $snmp_test = new SNMP::Session(
|
my $snmp_test = SNMP::Session->new(
|
||||||
'DestHost' => $ip,
|
'DestHost' => $ip,
|
||||||
'Community' => $comm,
|
'Community' => $comm,
|
||||||
'Version' => $ver
|
'Version' => $ver
|
||||||
@@ -4687,21 +4697,27 @@ sub can {
|
|||||||
my $funcs = $self->funcs();
|
my $funcs = $self->funcs();
|
||||||
|
|
||||||
# We need to resolve funcs with a prefix or suffix
|
# We need to resolve funcs with a prefix or suffix
|
||||||
my $f_method = $method;
|
my $base_method = $method;
|
||||||
$f_method =~ s/^(load|orig)_//;
|
$base_method =~ s/^(load|orig)_//;
|
||||||
$f_method =~ s/_raw$//;
|
$base_method =~ s/_raw$//;
|
||||||
|
|
||||||
no strict 'refs'; ## no critic (ProhibitNoStrict )
|
no strict 'refs'; ## no critic (ProhibitNoStrict )
|
||||||
|
|
||||||
|
# We could add load_/orig_/_raw alternatives to symbol table here on
|
||||||
|
# first call of any type for a global or func since they all use the same
|
||||||
|
# destination code, but they aren't used heavily in main code base so
|
||||||
|
# we’ll just create if/when they are called rather than pollute the
|
||||||
|
# symbol table with entries that never get called.
|
||||||
|
|
||||||
# Check for set_ ing.
|
# Check for set_ ing.
|
||||||
if ( $method =~ /^set_/ ) {
|
if ( $method =~ /^set_/ ) {
|
||||||
return *{$AUTOLOAD} = _make_setter( $method, $oid, @_ );
|
return *{$method} = _make_setter( $method, $oid, @_ );
|
||||||
}
|
}
|
||||||
elsif ( defined $funcs->{$f_method} || $table ) {
|
elsif ( defined $funcs->{$base_method} || $table ) {
|
||||||
return *{$AUTOLOAD} = _load_attr( $method, $oid, @_ );
|
return *{$method} = _load_attr( $method, $oid, @_ );
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
return *{$AUTOLOAD} = _global( $method, $oid );
|
return *{$method} = _global( $method, $oid );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -4741,12 +4757,12 @@ subclass.
|
|||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
|
our $AUTOLOAD;
|
||||||
|
|
||||||
sub AUTOLOAD {
|
sub AUTOLOAD {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
my ($sub_name) = $AUTOLOAD =~ /::(\w+)$/;
|
my ($sub_name) = $AUTOLOAD =~ /::(\w+)$/;
|
||||||
|
|
||||||
return if $sub_name =~ /DESTROY$/;
|
|
||||||
|
|
||||||
# Typos in function calls in SNMP::Info subclasses turn into
|
# Typos in function calls in SNMP::Info subclasses turn into
|
||||||
# AUTOLOAD requests for non-methods. While this is deprecated,
|
# AUTOLOAD requests for non-methods. While this is deprecated,
|
||||||
# we'll still get called, so report a less confusing error.
|
# we'll still get called, so report a less confusing error.
|
||||||
@@ -4773,6 +4789,9 @@ sub AUTOLOAD {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Skip AUTOLOAD()
|
||||||
|
sub DESTROY {}
|
||||||
|
|
||||||
1;
|
1;
|
||||||
|
|
||||||
=head1 COPYRIGHT AND LICENSE
|
=head1 COPYRIGHT AND LICENSE
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ use SNMP::Info;
|
|||||||
|
|
||||||
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE/;
|
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS
|
%MIBS
|
||||||
= ( 'ALCATEL-IND1-INTERSWITCH-PROTOCOL-MIB' => 'aipAMAPRemDeviceType', );
|
= ( 'ALCATEL-IND1-INTERSWITCH-PROTOCOL-MIB' => 'aipAMAPRemDeviceType', );
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ use SNMP::Info;
|
|||||||
|
|
||||||
use vars qw/$VERSION %MIBS %FUNCS %GLOBALS %MUNGE/;
|
use vars qw/$VERSION %MIBS %FUNCS %GLOBALS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = ( 'ADSL-LINE-MIB' => 'adslLineType' );
|
%MIBS = ( 'ADSL-LINE-MIB' => 'adslLineType' );
|
||||||
|
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ use SNMP::Info;
|
|||||||
|
|
||||||
use vars qw/$VERSION %MIBS %FUNCS %GLOBALS %MUNGE/;
|
use vars qw/$VERSION %MIBS %FUNCS %GLOBALS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (); # IF-MIB
|
%MIBS = (); # IF-MIB
|
||||||
|
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ use SNMP::Info;
|
|||||||
|
|
||||||
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE/;
|
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
%SNMP::Info::MIBS,
|
%SNMP::Info::MIBS,
|
||||||
|
|||||||
@@ -42,11 +42,12 @@ use SNMP::Info;
|
|||||||
|
|
||||||
use vars qw/$VERSION $DEBUG %MIBS %FUNCS %GLOBALS %MUNGE $INIT/;
|
use vars qw/$VERSION $DEBUG %MIBS %FUNCS %GLOBALS %MUNGE $INIT/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
'BRIDGE-MIB' => 'dot1dBaseBridgeAddress',
|
'BRIDGE-MIB' => 'dot1dBaseBridgeAddress',
|
||||||
'Q-BRIDGE-MIB' => 'dot1qPvid',
|
'Q-BRIDGE-MIB' => 'dot1qPvid',
|
||||||
|
'RSTP-MIB' => 'dot1dStpPortOperEdgePort',
|
||||||
);
|
);
|
||||||
|
|
||||||
%GLOBALS = (
|
%GLOBALS = (
|
||||||
@@ -104,6 +105,10 @@ $VERSION = '3.51';
|
|||||||
'stp_p_bridge' => 'dot1dStpPortDesignatedBridge',
|
'stp_p_bridge' => 'dot1dStpPortDesignatedBridge',
|
||||||
'stp_p_port' => 'dot1dStpPortDesignatedPort',
|
'stp_p_port' => 'dot1dStpPortDesignatedPort',
|
||||||
|
|
||||||
|
# Rapid Spanning Tree Protocol Table : dot1dStpExtPortEntry
|
||||||
|
'is_edgeport_admin' => 'dot1dStpPortAdminEdgePort',
|
||||||
|
'is_edgeport_oper' => 'dot1dStpPortOperEdgePort',
|
||||||
|
|
||||||
# Q-BRIDGE-MIB : dot1qPortVlanTable
|
# Q-BRIDGE-MIB : dot1qPortVlanTable
|
||||||
'qb_i_vlan' => 'dot1qPvid',
|
'qb_i_vlan' => 'dot1qPvid',
|
||||||
'qb_i_vlan_type' => 'dot1qPortAcceptableFrameTypes',
|
'qb_i_vlan_type' => 'dot1qPortAcceptableFrameTypes',
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ use SNMP::Info;
|
|||||||
use vars
|
use vars
|
||||||
qw/$VERSION $DEBUG %FUNCS %GLOBALS %MIBS %MUNGE $INIT %CDP_CAPABILITIES/;
|
qw/$VERSION $DEBUG %FUNCS %GLOBALS %MIBS %MUNGE $INIT %CDP_CAPABILITIES/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
# Five data structures required by SNMP::Info
|
# Five data structures required by SNMP::Info
|
||||||
%MIBS = ( 'CISCO-CDP-MIB' => 'cdpGlobalRun' );
|
%MIBS = ( 'CISCO-CDP-MIB' => 'cdpGlobalRun' );
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ use SNMP::Info::IEEE802dot3ad 'agg_ports_lag';
|
|||||||
|
|
||||||
use vars qw/$VERSION %MIBS %FUNCS %GLOBALS %MUNGE/;
|
use vars qw/$VERSION %MIBS %FUNCS %GLOBALS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
%SNMP::Info::IEEE802dot3ad::MIBS,
|
%SNMP::Info::IEEE802dot3ad::MIBS,
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ use SNMP::Info;
|
|||||||
|
|
||||||
use vars qw/$VERSION %MIBS %FUNCS %GLOBALS %MUNGE/;
|
use vars qw/$VERSION %MIBS %FUNCS %GLOBALS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
'CISCO-CONFIG-COPY-MIB' => 'ccCopyTable',
|
'CISCO-CONFIG-COPY-MIB' => 'ccCopyTable',
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ use Exporter;
|
|||||||
|
|
||||||
use vars qw/$VERSION %MIBS %FUNCS %GLOBALS %MUNGE %PAECAPABILITIES/;
|
use vars qw/$VERSION %MIBS %FUNCS %GLOBALS %MUNGE %PAECAPABILITIES/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
'CISCO-PORT-SECURITY-MIB' => 'ciscoPortSecurityMIB',
|
'CISCO-PORT-SECURITY-MIB' => 'ciscoPortSecurityMIB',
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ use SNMP::Info;
|
|||||||
|
|
||||||
use vars qw/$VERSION %MIBS %FUNCS %GLOBALS %MUNGE/;
|
use vars qw/$VERSION %MIBS %FUNCS %GLOBALS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = ( 'CISCO-POWER-ETHERNET-EXT-MIB' => 'cpeExtPsePortEntPhyIndex',
|
%MIBS = ( 'CISCO-POWER-ETHERNET-EXT-MIB' => 'cpeExtPsePortEntPhyIndex',
|
||||||
'CISCO-CDP-MIB' => 'cdpCachePowerConsumption' );
|
'CISCO-CDP-MIB' => 'cdpCachePowerConsumption' );
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ use SNMP::Info;
|
|||||||
|
|
||||||
use vars qw/$VERSION %MIBS %FUNCS %GLOBALS %MUNGE/;
|
use vars qw/$VERSION %MIBS %FUNCS %GLOBALS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = ( 'CISCO-CLASS-BASED-QOS-MIB' => 'cbQosIfIndex', );
|
%MIBS = ( 'CISCO-CLASS-BASED-QOS-MIB' => 'cbQosIfIndex', );
|
||||||
|
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ use SNMP::Info;
|
|||||||
|
|
||||||
use vars qw/$VERSION %MIBS %FUNCS %GLOBALS %MUNGE/;
|
use vars qw/$VERSION %MIBS %FUNCS %GLOBALS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = ( 'CISCO-RTTMON-MIB' => 'rttMonCtrlAdminOwner', );
|
%MIBS = ( 'CISCO-RTTMON-MIB' => 'rttMonCtrlAdminOwner', );
|
||||||
|
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ use Exporter;
|
|||||||
|
|
||||||
use vars qw/$VERSION %MIBS %FUNCS %GLOBALS %MUNGE %PORTSTAT/;
|
use vars qw/$VERSION %MIBS %FUNCS %GLOBALS %MUNGE %PORTSTAT/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = ( 'CISCO-STACK-MIB' => 'ciscoStackMIB', );
|
%MIBS = ( 'CISCO-STACK-MIB' => 'ciscoStackMIB', );
|
||||||
|
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ use SNMP::Info;
|
|||||||
|
|
||||||
use vars qw/$VERSION %MIBS %FUNCS %GLOBALS %MUNGE/;
|
use vars qw/$VERSION %MIBS %FUNCS %GLOBALS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
'SNMPv2-MIB' => 'sysDescr',
|
'SNMPv2-MIB' => 'sysDescr',
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ use SNMP::Info::Bridge;
|
|||||||
|
|
||||||
use vars qw/$VERSION $DEBUG %MIBS %FUNCS %GLOBALS %MUNGE %PORTSTAT $INIT/;
|
use vars qw/$VERSION $DEBUG %MIBS %FUNCS %GLOBALS %MUNGE %PORTSTAT $INIT/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
@SNMP::Info::CiscoStpExtensions::ISA = qw/SNMP::Info::Bridge SNMP::Info Exporter/;
|
@SNMP::Info::CiscoStpExtensions::ISA = qw/SNMP::Info::Bridge SNMP::Info Exporter/;
|
||||||
@SNMP::Info::CiscoStpExtensions::EXPORT_OK = qw//;
|
@SNMP::Info::CiscoStpExtensions::EXPORT_OK = qw//;
|
||||||
@@ -54,12 +54,15 @@ $VERSION = '3.51';
|
|||||||
'stpx_stp_type' => 'stpxSpanningTreeType',
|
'stpx_stp_type' => 'stpxSpanningTreeType',
|
||||||
'stpx_bpduguard_enable' => 'stpxFastStartBpduGuardEnable',
|
'stpx_bpduguard_enable' => 'stpxFastStartBpduGuardEnable',
|
||||||
'stpx_bpdufilter_enable' => 'stpxFastStartBpduFilterEnable',
|
'stpx_bpdufilter_enable' => 'stpxFastStartBpduFilterEnable',
|
||||||
|
'stpx_faststart_default' => 'stpxFastStartGlobalDefaultMode',
|
||||||
);
|
);
|
||||||
|
|
||||||
%FUNCS = (
|
%FUNCS = (
|
||||||
%SNMP::Info::Bridge::FUNCS,
|
%SNMP::Info::Bridge::FUNCS,
|
||||||
'stpx_rootguard_enabled' => 'stpxRootGuardConfigEnabled',
|
'stpx_rootguard_enabled' => 'stpxRootGuardConfigEnabled',
|
||||||
'stpx_loopguard_enabled' => 'stpxLoopGuardConfigEnabled',
|
'stpx_loopguard_enabled' => 'stpxLoopGuardConfigEnabled',
|
||||||
|
'stpx_faststart_enabled' => 'stpxFastStartPortEnable',
|
||||||
|
'stpx_faststart_operational' => 'stpxFastStartPortMode',
|
||||||
'stpx_port_bpduguard_mode' => 'stpxFastStartPortBpduGuardMode',
|
'stpx_port_bpduguard_mode' => 'stpxFastStartPortBpduGuardMode',
|
||||||
'stpx_port_bpdufilter_mode' => 'stpxFastStartPortBpduFilterMode',
|
'stpx_port_bpdufilter_mode' => 'stpxFastStartPortBpduFilterMode',
|
||||||
'stpx_smst_root' => 'stpxSMSTInstanceCISTRegionalRoot',
|
'stpx_smst_root' => 'stpxSMSTInstanceCISTRegionalRoot',
|
||||||
@@ -69,7 +72,7 @@ $VERSION = '3.51';
|
|||||||
|
|
||||||
%MUNGE = (
|
%MUNGE = (
|
||||||
%SNMP::Info::Bridge::MUNGE,
|
%SNMP::Info::Bridge::MUNGE,
|
||||||
'stpx_mst_config_digest' => \&SNMP::Info::CiscoStpExtensions::oct2str,
|
'stpx_mst_config_digest' => \&SNMP::Info::CiscoStpExtensions::oct2str,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
@@ -225,6 +228,36 @@ sub i_bpdufilter_enabled {
|
|||||||
return \%res;
|
return \%res;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sub i_faststart_enabled {
|
||||||
|
my $self = shift;
|
||||||
|
my $partial = shift;
|
||||||
|
|
||||||
|
my $faststart_default = $self->stpx_faststart_default();
|
||||||
|
my $bp_index = $self->bp_index($partial);
|
||||||
|
my $faststart = $self->stpx_faststart_enabled();
|
||||||
|
my $faststart_oper = $self->stpx_faststart_operational();
|
||||||
|
|
||||||
|
my %res;
|
||||||
|
# stpxFastStartPortEnable is deprecated in favour of stpxFastStartPortMode
|
||||||
|
# see https://github.com/netdisco/netdisco/issues/12
|
||||||
|
foreach my $index ( keys %$faststart, keys %$faststart_oper ){
|
||||||
|
my $mode = $faststart_oper->{$index} || $faststart->{$index};
|
||||||
|
my $iid = $bp_index->{$index};
|
||||||
|
next unless defined $iid;
|
||||||
|
next unless defined $mode;
|
||||||
|
if ( $mode eq 'default' ){
|
||||||
|
$res{$iid} = $faststart_default;
|
||||||
|
}else{
|
||||||
|
$res{$iid} = $mode;
|
||||||
|
}
|
||||||
|
$res{$iid} = 'enable' if $res{$iid} eq 'true';
|
||||||
|
$res{$iid} = 'disable' if $res{$iid} eq 'false';
|
||||||
|
$res{$iid} = 1 if $res{$iid} =~ m/enable/i; # enableForTrunk
|
||||||
|
$res{$iid} = 0 if $res{$iid} eq 'disable';
|
||||||
|
}
|
||||||
|
return \%res;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
sub oct2str {
|
sub oct2str {
|
||||||
my ($v) = @_;
|
my ($v) = @_;
|
||||||
@@ -340,6 +373,13 @@ Format is a hash reference with key = C<ifIndex>, value = [1|0]
|
|||||||
|
|
||||||
(C<stpxFastStartBpduFilterEnable>)
|
(C<stpxFastStartBpduFilterEnable>)
|
||||||
|
|
||||||
|
=item $stpx->i_faststart_enabled()
|
||||||
|
|
||||||
|
Returns 1 or 0 depending on whether FastStart (aka PortFast) is enabled on a
|
||||||
|
given port. Format is a hash reference with key = C<ifIndex>, value = [1|0]
|
||||||
|
|
||||||
|
(C<stpxFastStartPortEnable> and C<stpxFastStartPortMode>)
|
||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
=head1 MUNGES
|
=head1 MUNGES
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ use SNMP::Info;
|
|||||||
|
|
||||||
use vars qw/$VERSION %MIBS %FUNCS %GLOBALS %MUNGE/;
|
use vars qw/$VERSION %MIBS %FUNCS %GLOBALS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
'CISCO-VTP-MIB' => 'vtpVlanName',
|
'CISCO-VTP-MIB' => 'vtpVlanName',
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ use SNMP::Info;
|
|||||||
|
|
||||||
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE/;
|
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
'EXTREME-EDP-MIB' => 'extremeEdpPortIfIndex',
|
'EXTREME-EDP-MIB' => 'extremeEdpPortIfIndex',
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ use SNMP::Info;
|
|||||||
|
|
||||||
use vars qw/$VERSION %MIBS %FUNCS %GLOBALS %MUNGE/;
|
use vars qw/$VERSION %MIBS %FUNCS %GLOBALS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = ( 'ENTITY-MIB' => 'entPhysicalSerialNum' );
|
%MIBS = ( 'ENTITY-MIB' => 'entPhysicalSerialNum' );
|
||||||
|
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ use SNMP::Info;
|
|||||||
|
|
||||||
use vars qw/$VERSION %MIBS %FUNCS %GLOBALS %MUNGE/;
|
use vars qw/$VERSION %MIBS %FUNCS %GLOBALS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = ( 'EtherLike-MIB' => 'etherMIB' );
|
%MIBS = ( 'EtherLike-MIB' => 'etherMIB' );
|
||||||
|
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ use SNMP::Info;
|
|||||||
|
|
||||||
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE/;
|
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = ( 'FOUNDRY-SN-SWITCH-GROUP-MIB' => 'snFdpGlobalRun' );
|
%MIBS = ( 'FOUNDRY-SN-SWITCH-GROUP-MIB' => 'snFdpGlobalRun' );
|
||||||
|
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ use Exporter;
|
|||||||
|
|
||||||
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE/;
|
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = ( 'IEEE802dot11-MIB' => 'dot11DesiredSSID', );
|
%MIBS = ( 'IEEE802dot11-MIB' => 'dot11DesiredSSID', );
|
||||||
|
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ use SNMP::Info::Aggregate;
|
|||||||
|
|
||||||
use vars qw/$VERSION %MIBS %FUNCS %GLOBALS %MUNGE/;
|
use vars qw/$VERSION %MIBS %FUNCS %GLOBALS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
%SNMP::Info::Aggregate::MIBS,
|
%SNMP::Info::Aggregate::MIBS,
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ use constant {
|
|||||||
IPV6MIB => 3,
|
IPV6MIB => 3,
|
||||||
};
|
};
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ use SNMP::Info;
|
|||||||
|
|
||||||
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE/;
|
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
'LLDP-MIB' => 'lldpLocSysCapEnabled',
|
'LLDP-MIB' => 'lldpLocSysCapEnabled',
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ use SNMP::Info;
|
|||||||
|
|
||||||
use vars qw/$VERSION %GLOBALS %MIBS %FUNCS %PORTSTAT %MUNGE/;
|
use vars qw/$VERSION %GLOBALS %MIBS %FUNCS %PORTSTAT %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = ( %SNMP::Info::MIBS, 'SNMP-REPEATER-MIB' => 'rptrPortGroupIndex' );
|
%MIBS = ( %SNMP::Info::MIBS, 'SNMP-REPEATER-MIB' => 'rptrPortGroupIndex' );
|
||||||
|
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ use SNMP::Info::Layer1;
|
|||||||
|
|
||||||
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE/;
|
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
# Set for No CDP
|
# Set for No CDP
|
||||||
%GLOBALS = ( %SNMP::Info::Layer1::GLOBALS, 'root_ip' => 'actualIPAddr', );
|
%GLOBALS = ( %SNMP::Info::Layer1::GLOBALS, 'root_ip' => 'actualIPAddr', );
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ use SNMP::Info::Layer1;
|
|||||||
|
|
||||||
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE/;
|
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
# Set for No CDP
|
# Set for No CDP
|
||||||
%GLOBALS = ( %SNMP::Info::Layer1::GLOBALS, );
|
%GLOBALS = ( %SNMP::Info::Layer1::GLOBALS, );
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ use SNMP::Info::Layer2;
|
|||||||
|
|
||||||
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE/;
|
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
%SNMP::Info::Layer2::MIBS,
|
%SNMP::Info::Layer2::MIBS,
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ use SNMP::Info::Layer1;
|
|||||||
|
|
||||||
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE $AUTOLOAD/;
|
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE $AUTOLOAD/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
%SNMP::Info::Layer1::MIBS,
|
%SNMP::Info::Layer1::MIBS,
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ use SNMP::Info::Layer2;
|
|||||||
|
|
||||||
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE/;
|
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
%SNMP::Info::Layer2::MIBS,
|
%SNMP::Info::Layer2::MIBS,
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ use SNMP::Info::LLDP;
|
|||||||
|
|
||||||
use vars qw/$VERSION %GLOBALS %MIBS %FUNCS %PORTSTAT %MUNGE/;
|
use vars qw/$VERSION %GLOBALS %MIBS %FUNCS %PORTSTAT %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
%SNMP::Info::MIBS, %SNMP::Info::Bridge::MIBS,
|
%SNMP::Info::MIBS, %SNMP::Info::Bridge::MIBS,
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ use SNMP::Info::CDP;
|
|||||||
|
|
||||||
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE $AUTOLOAD/;
|
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE $AUTOLOAD/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
%SNMP::Info::LLDP::MIBS,
|
%SNMP::Info::LLDP::MIBS,
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ use SNMP::Info::Layer3;
|
|||||||
|
|
||||||
use vars qw/$VERSION %GLOBALS %MIBS %FUNCS %MUNGE/;
|
use vars qw/$VERSION %GLOBALS %MIBS %FUNCS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
# This will be filled in with the device's index into the EntPhysicalEntry
|
# This will be filled in with the device's index into the EntPhysicalEntry
|
||||||
# table by the serial() function.
|
# table by the serial() function.
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ use SNMP::Info::Airespace;
|
|||||||
|
|
||||||
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE/;
|
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
%SNMP::Info::MIBS, %SNMP::Info::Bridge::MIBS,
|
%SNMP::Info::MIBS, %SNMP::Info::Bridge::MIBS,
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ use SNMP::Info::IEEE802dot11;
|
|||||||
|
|
||||||
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE/;
|
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%GLOBALS = (
|
%GLOBALS = (
|
||||||
%SNMP::Info::IEEE802dot11::GLOBALS,
|
%SNMP::Info::IEEE802dot11::GLOBALS,
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ use SNMP::Info::Layer1;
|
|||||||
|
|
||||||
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE/;
|
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%GLOBALS = ( %SNMP::Info::Layer2::GLOBALS );
|
%GLOBALS = ( %SNMP::Info::Layer2::GLOBALS );
|
||||||
|
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ use SNMP::Info::Layer3;
|
|||||||
|
|
||||||
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE/;
|
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
%SNMP::Info::Layer3::MIBS, %SNMP::Info::LLDP::MIBS,
|
%SNMP::Info::Layer3::MIBS, %SNMP::Info::LLDP::MIBS,
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ use SNMP::Info::Layer2;
|
|||||||
|
|
||||||
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE/;
|
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%GLOBALS = (
|
%GLOBALS = (
|
||||||
%SNMP::Info::Layer2::GLOBALS,
|
%SNMP::Info::Layer2::GLOBALS,
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ use SNMP::Info::Layer2::Cisco;
|
|||||||
|
|
||||||
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE/;
|
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%GLOBALS = (
|
%GLOBALS = (
|
||||||
%SNMP::Info::Layer2::Cisco::GLOBALS,
|
%SNMP::Info::Layer2::Cisco::GLOBALS,
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ use SNMP::Info::Layer2::Cisco;
|
|||||||
|
|
||||||
use vars qw/$VERSION %GLOBALS %MIBS %FUNCS %MUNGE/;
|
use vars qw/$VERSION %GLOBALS %MIBS %FUNCS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
%SNMP::Info::Layer2::Cisco::MIBS,
|
%SNMP::Info::Layer2::Cisco::MIBS,
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ use SNMP::Info::SONMP;
|
|||||||
|
|
||||||
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE/;
|
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
%SNMP::Info::MIBS,
|
%SNMP::Info::MIBS,
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ use SNMP::Info::Layer2;
|
|||||||
|
|
||||||
use vars qw/$VERSION %GLOBALS %MIBS %FUNCS %MUNGE/;
|
use vars qw/$VERSION %GLOBALS %MIBS %FUNCS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
%SNMP::Info::Layer2::MIBS,
|
%SNMP::Info::Layer2::MIBS,
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ use SNMP::Info::CDP;
|
|||||||
|
|
||||||
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE/;
|
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%GLOBALS = (
|
%GLOBALS = (
|
||||||
%SNMP::Info::Layer2::GLOBALS,
|
%SNMP::Info::Layer2::GLOBALS,
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ use SNMP::Info::Aggregate 'agg_ports_ifstack';
|
|||||||
|
|
||||||
use vars qw/$VERSION %GLOBALS %MIBS %FUNCS %PORTSTAT %MODEL_MAP %MUNGE/;
|
use vars qw/$VERSION %GLOBALS %MIBS %FUNCS %PORTSTAT %MODEL_MAP %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
%SNMP::Info::Layer3::MIBS,
|
%SNMP::Info::Layer3::MIBS,
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ use SNMP::Info::CDP;
|
|||||||
|
|
||||||
use vars qw/$VERSION %GLOBALS %MIBS %FUNCS %PORTSTAT %MODEL_MAP %MUNGE/;
|
use vars qw/$VERSION %GLOBALS %MIBS %FUNCS %PORTSTAT %MODEL_MAP %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
%SNMP::Info::Layer3::MIBS,
|
%SNMP::Info::Layer3::MIBS,
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ use SNMP::Info::LLDP;
|
|||||||
|
|
||||||
use vars qw/$VERSION %GLOBALS %MIBS %FUNCS %MUNGE/;
|
use vars qw/$VERSION %GLOBALS %MIBS %FUNCS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
%SNMP::Info::Layer2::MIBS,
|
%SNMP::Info::Layer2::MIBS,
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ use SNMP::Info::Layer2;
|
|||||||
|
|
||||||
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE $AUTOLOAD/;
|
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE $AUTOLOAD/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
%SNMP::Info::Layer2::MIBS,
|
%SNMP::Info::Layer2::MIBS,
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ use SNMP::Info::Airespace;
|
|||||||
|
|
||||||
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE $AUTOLOAD $INIT $DEBUG/;
|
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE $AUTOLOAD $INIT $DEBUG/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
%SNMP::Info::MIBS, %SNMP::Info::Bridge::MIBS,
|
%SNMP::Info::MIBS, %SNMP::Info::Bridge::MIBS,
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ use SNMP::Info::Layer2;
|
|||||||
|
|
||||||
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE/;
|
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
%SNMP::Info::Layer2::MIBS, %SNMP::Info::IEEE802dot11::MIBS,
|
%SNMP::Info::Layer2::MIBS, %SNMP::Info::IEEE802dot11::MIBS,
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ use SNMP::Info::Bridge;
|
|||||||
|
|
||||||
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE/;
|
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
%SNMP::Info::MIBS,
|
%SNMP::Info::MIBS,
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ use SNMP::Info::LLDP;
|
|||||||
|
|
||||||
use vars qw/$VERSION %GLOBALS %MIBS %FUNCS %MUNGE/;
|
use vars qw/$VERSION %GLOBALS %MIBS %FUNCS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
# This will be filled in with the device's index into the EntPhysicalEntry
|
# This will be filled in with the device's index into the EntPhysicalEntry
|
||||||
# table by the serial() function.
|
# table by the serial() function.
|
||||||
@@ -89,7 +89,7 @@ sub serial {
|
|||||||
|
|
||||||
# Without Enitity-MIB, we've got to work our way through a bunch of
|
# Without Enitity-MIB, we've got to work our way through a bunch of
|
||||||
# different locales...
|
# different locales...
|
||||||
return $netgear->ng_gsmserial() if defined $netgear->model and $netgear->model =~ m/GSM\d/i;;
|
return $netgear->ng_gsmserial() if defined $netgear->model and $netgear->model =~ m/[FG]SM\d/i;;
|
||||||
return 'none';
|
return 'none';
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -139,7 +139,7 @@ sub interfaces {
|
|||||||
return $interfaces;
|
return $interfaces;
|
||||||
}
|
}
|
||||||
|
|
||||||
# these seem to work for GSM models but not GS
|
# these seem to work for GSM/FSM models but not GS
|
||||||
# https://sourceforge.net/tracker/?func=detail&aid=3085413&group_id=70362&atid=527529
|
# https://sourceforge.net/tracker/?func=detail&aid=3085413&group_id=70362&atid=527529
|
||||||
sub os_ver {
|
sub os_ver {
|
||||||
my $netgear = shift;
|
my $netgear = shift;
|
||||||
@@ -148,7 +148,7 @@ sub os_ver {
|
|||||||
my $os_ver = $netgear->e_swver();
|
my $os_ver = $netgear->e_swver();
|
||||||
return $os_ver->{$index} if defined $os_ver;
|
return $os_ver->{$index} if defined $os_ver;
|
||||||
}
|
}
|
||||||
return $netgear->ng_gsmosver() if defined $netgear->model and $netgear->model =~ m/GSM\d/i;
|
return $netgear->ng_gsmosver() if defined $netgear->model and $netgear->model =~ m/[FG]SM\d/i;
|
||||||
return $netgear->ng_fsosver() if defined $netgear->model and $netgear->model =~ m/FS\d/i;
|
return $netgear->ng_fsosver() if defined $netgear->model and $netgear->model =~ m/FS\d/i;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ use SNMP::Info::Layer2;
|
|||||||
|
|
||||||
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE/;
|
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
%SNMP::Info::Layer2::MIBS,
|
%SNMP::Info::Layer2::MIBS,
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ use SNMP::Info::LLDP;
|
|||||||
|
|
||||||
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE/;
|
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
%SNMP::Info::MIBS,
|
%SNMP::Info::MIBS,
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ use SNMP::Info::Layer3; # only used in sub mac()
|
|||||||
|
|
||||||
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE/;
|
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
%SNMP::Info::Layer2::MIBS,
|
%SNMP::Info::Layer2::MIBS,
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ use SNMP::Info::Layer2;
|
|||||||
|
|
||||||
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE/;
|
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
# Set for No CDP
|
# Set for No CDP
|
||||||
%GLOBALS = ( %SNMP::Info::Layer2::GLOBALS );
|
%GLOBALS = ( %SNMP::Info::Layer2::GLOBALS );
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ use SNMP::Info::LLDP;
|
|||||||
|
|
||||||
use vars qw/$VERSION %GLOBALS %FUNCS %MIBS %MUNGE/;
|
use vars qw/$VERSION %GLOBALS %FUNCS %MIBS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
%SNMP::Info::MIBS,
|
%SNMP::Info::MIBS,
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ use SNMP::Info::Layer3;
|
|||||||
|
|
||||||
use vars qw/$VERSION %MIBS %FUNCS %GLOBALS %MUNGE/;
|
use vars qw/$VERSION %MIBS %FUNCS %GLOBALS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
%SNMP::Info::Layer3::MIBS,
|
%SNMP::Info::Layer3::MIBS,
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ use SNMP::Info::LLDP;
|
|||||||
|
|
||||||
use vars qw/$VERSION %GLOBALS %MIBS %FUNCS %MUNGE/;
|
use vars qw/$VERSION %GLOBALS %MIBS %FUNCS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
%SNMP::Info::Layer3::MIBS,
|
%SNMP::Info::Layer3::MIBS,
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ use SNMP::Info::Layer3;
|
|||||||
|
|
||||||
use vars qw/$VERSION %GLOBALS %FUNCS %MIBS %MUNGE/;
|
use vars qw/$VERSION %GLOBALS %FUNCS %MIBS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
%SNMP::Info::Layer3::MIBS,
|
%SNMP::Info::Layer3::MIBS,
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ use SNMP::Info::Layer3;
|
|||||||
use vars qw/$VERSION %GLOBALS %MIBS %FUNCS %MUNGE
|
use vars qw/$VERSION %GLOBALS %MIBS %FUNCS %MUNGE
|
||||||
$int_include_vpn $fake_idx $type_class/;
|
$int_include_vpn $fake_idx $type_class/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
%SNMP::Info::Layer3::MIBS,
|
%SNMP::Info::Layer3::MIBS,
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ use SNMP::Info::Aggregate 'agg_ports_ifstack';
|
|||||||
|
|
||||||
use vars qw/$VERSION %GLOBALS %MIBS %FUNCS %MUNGE/;
|
use vars qw/$VERSION %GLOBALS %MIBS %FUNCS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
%SNMP::Info::Layer3::MIBS,
|
%SNMP::Info::Layer3::MIBS,
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ use SNMP::Info::LLDP;
|
|||||||
|
|
||||||
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE/;
|
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
%SNMP::Info::Layer3::MIBS,
|
%SNMP::Info::Layer3::MIBS,
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ use SNMP::Info::Bridge;
|
|||||||
use vars qw/$VERSION %GLOBALS %FUNCS %MIBS %MUNGE %MODEL_MAP
|
use vars qw/$VERSION %GLOBALS %FUNCS %MIBS %MUNGE %MODEL_MAP
|
||||||
%MODID_MAP %PROCID_MAP/;
|
%MODID_MAP %PROCID_MAP/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
%SNMP::Info::MIBS,
|
%SNMP::Info::MIBS,
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ use SNMP::Info::Layer3;
|
|||||||
|
|
||||||
use vars qw/$VERSION %GLOBALS %MIBS %FUNCS %MUNGE/;
|
use vars qw/$VERSION %GLOBALS %MIBS %FUNCS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
%SNMP::Info::Layer2::MIBS, %SNMP::Info::Layer3::MIBS,
|
%SNMP::Info::Layer2::MIBS, %SNMP::Info::Layer3::MIBS,
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ use vars qw/$VERSION %GLOBALS %MIBS %FUNCS %MUNGE/;
|
|||||||
|
|
||||||
@SNMP::Info::Layer3::C3550::EXPORT_OK = qw//;
|
@SNMP::Info::Layer3::C3550::EXPORT_OK = qw//;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
# NOTE: Order creates precedence
|
# NOTE: Order creates precedence
|
||||||
# Example: v_name exists in Bridge.pm and CiscoVTP.pm
|
# Example: v_name exists in Bridge.pm and CiscoVTP.pm
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ use SNMP::Info::MAU;
|
|||||||
|
|
||||||
use vars qw/$VERSION %GLOBALS %MIBS %FUNCS %MUNGE/;
|
use vars qw/$VERSION %GLOBALS %MIBS %FUNCS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
%SNMP::Info::MAU::MIBS,
|
%SNMP::Info::MAU::MIBS,
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ use vars qw/$VERSION %GLOBALS %MIBS %FUNCS %MUNGE/;
|
|||||||
|
|
||||||
use vars qw/$VERSION %GLOBALS %MIBS %FUNCS %MUNGE/;
|
use vars qw/$VERSION %GLOBALS %MIBS %FUNCS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
# NOTE: Order creates precedence
|
# NOTE: Order creates precedence
|
||||||
# Example: v_name exists in Bridge.pm and CiscoVTP.pm
|
# Example: v_name exists in Bridge.pm and CiscoVTP.pm
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ use SNMP::Info::LLDP;
|
|||||||
|
|
||||||
use vars qw/$VERSION %GLOBALS %MIBS %FUNCS %MUNGE/;
|
use vars qw/$VERSION %GLOBALS %MIBS %FUNCS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
%SNMP::Info::Layer3::MIBS,
|
%SNMP::Info::Layer3::MIBS,
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ use SNMP::Info::Layer3;
|
|||||||
|
|
||||||
use vars qw/$VERSION %GLOBALS %MIBS %FUNCS %MUNGE/;
|
use vars qw/$VERSION %GLOBALS %MIBS %FUNCS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
%SNMP::Info::Layer3::MIBS,
|
%SNMP::Info::Layer3::MIBS,
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ use SNMP::Info::Layer3;
|
|||||||
|
|
||||||
use vars qw/$VERSION %GLOBALS %MIBS %FUNCS %MUNGE/;
|
use vars qw/$VERSION %GLOBALS %MIBS %FUNCS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = ( %SNMP::Info::Layer3::MIBS, %SNMP::Info::CiscoStats::MIBS, );
|
%MIBS = ( %SNMP::Info::Layer3::MIBS, %SNMP::Info::CiscoStats::MIBS, );
|
||||||
|
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ use SNMP::Info::Layer3;
|
|||||||
|
|
||||||
use vars qw/$VERSION %GLOBALS %MIBS %FUNCS %MUNGE/;
|
use vars qw/$VERSION %GLOBALS %MIBS %FUNCS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = ( %SNMP::Info::Layer3::MIBS, %SNMP::Info::CiscoStats::MIBS, );
|
%MIBS = ( %SNMP::Info::Layer3::MIBS, %SNMP::Info::CiscoStats::MIBS, );
|
||||||
|
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ use vars qw/$VERSION %GLOBALS %MIBS %FUNCS %MUNGE/;
|
|||||||
|
|
||||||
use vars qw/$VERSION %GLOBALS %MIBS %FUNCS %MUNGE/;
|
use vars qw/$VERSION %GLOBALS %MIBS %FUNCS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
%SNMP::Info::Layer3::Cisco::MIBS,
|
%SNMP::Info::Layer3::Cisco::MIBS,
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ use SNMP::Info::Entity;
|
|||||||
|
|
||||||
use vars qw/$VERSION %GLOBALS %FUNCS %MIBS %MUNGE/;
|
use vars qw/$VERSION %GLOBALS %FUNCS %MIBS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
%SNMP::Info::MIBS, %SNMP::Info::Layer3::MIBS, %SNMP::Info::Entity::MIBS,
|
%SNMP::Info::MIBS, %SNMP::Info::Layer3::MIBS, %SNMP::Info::Entity::MIBS,
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ use SNMP::Info::IEEE802dot3ad 'agg_ports_lag';
|
|||||||
|
|
||||||
use vars qw/$VERSION %GLOBALS %MIBS %FUNCS %MUNGE/;
|
use vars qw/$VERSION %GLOBALS %MIBS %FUNCS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
%SNMP::Info::Layer3::MIBS,
|
%SNMP::Info::Layer3::MIBS,
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ use SNMP::Info::LLDP;
|
|||||||
|
|
||||||
use vars qw/$VERSION %GLOBALS %FUNCS %MIBS %MUNGE/;
|
use vars qw/$VERSION %GLOBALS %FUNCS %MIBS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
%SNMP::Info::Layer3::MIBS,
|
%SNMP::Info::Layer3::MIBS,
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ use SNMP::Info::LLDP;
|
|||||||
|
|
||||||
use vars qw/$VERSION %GLOBALS %FUNCS %MIBS %MUNGE/;
|
use vars qw/$VERSION %GLOBALS %FUNCS %MIBS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
%SNMP::Info::Layer3::MIBS,
|
%SNMP::Info::Layer3::MIBS,
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ use SNMP::Info::Layer3;
|
|||||||
|
|
||||||
use vars qw/$VERSION $DEBUG %GLOBALS %FUNCS $INIT %MIBS %MUNGE/;
|
use vars qw/$VERSION $DEBUG %GLOBALS %FUNCS $INIT %MIBS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
%SNMP::Info::Layer3::MIBS, %SNMP::Info::CDP::MIBS,
|
%SNMP::Info::Layer3::MIBS, %SNMP::Info::CDP::MIBS,
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ use SNMP::Info::EDP;
|
|||||||
|
|
||||||
use vars qw/$VERSION %GLOBALS %FUNCS %MIBS %MUNGE/;
|
use vars qw/$VERSION %GLOBALS %FUNCS %MIBS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
%SNMP::Info::Layer3::MIBS,
|
%SNMP::Info::Layer3::MIBS,
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ use SNMP::Info::Layer3;
|
|||||||
|
|
||||||
use vars qw/$VERSION %GLOBALS %FUNCS %MIBS %MUNGE/;
|
use vars qw/$VERSION %GLOBALS %FUNCS %MIBS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
%SNMP::Info::Layer3::MIBS,
|
%SNMP::Info::Layer3::MIBS,
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ use SNMP::Info::LLDP;
|
|||||||
|
|
||||||
use vars qw/$VERSION $DEBUG %GLOBALS %MIBS %FUNCS %MUNGE/;
|
use vars qw/$VERSION $DEBUG %GLOBALS %MIBS %FUNCS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
%SNMP::Info::Layer3::MIBS,
|
%SNMP::Info::Layer3::MIBS,
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ use SNMP::Info::Layer3;
|
|||||||
|
|
||||||
use vars qw/$VERSION %GLOBALS %FUNCS %MIBS %MUNGE/;
|
use vars qw/$VERSION %GLOBALS %FUNCS %MIBS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
%SNMP::Info::Layer3::MIBS,
|
%SNMP::Info::Layer3::MIBS,
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ use SNMP::Info::LLDP;
|
|||||||
|
|
||||||
use vars qw/$VERSION %GLOBALS %FUNCS %MIBS %MUNGE/;
|
use vars qw/$VERSION %GLOBALS %FUNCS %MIBS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
%SNMP::Info::Layer3::MIBS,
|
%SNMP::Info::Layer3::MIBS,
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ use SNMP::Info::IEEE802dot3ad 'agg_ports_lag';
|
|||||||
|
|
||||||
use vars qw/$VERSION %GLOBALS %MIBS %FUNCS %MUNGE/;
|
use vars qw/$VERSION %GLOBALS %MIBS %FUNCS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
%SNMP::Info::Layer3::MIBS,
|
%SNMP::Info::Layer3::MIBS,
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ use SNMP::Info::LLDP;
|
|||||||
|
|
||||||
use vars qw/$VERSION %GLOBALS %FUNCS %MIBS %MUNGE/;
|
use vars qw/$VERSION %GLOBALS %FUNCS %MIBS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
%SNMP::Info::Layer3::MIBS,
|
%SNMP::Info::Layer3::MIBS,
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ use SNMP::Info::IEEE802dot3ad 'agg_ports_lag';
|
|||||||
|
|
||||||
use vars qw/$VERSION %GLOBALS %MIBS %FUNCS %MUNGE/;
|
use vars qw/$VERSION %GLOBALS %MIBS %FUNCS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
%SNMP::Info::Layer3::MIBS,
|
%SNMP::Info::Layer3::MIBS,
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ use SNMP::Info::LLDP;
|
|||||||
|
|
||||||
use vars qw/$VERSION %GLOBALS %FUNCS %MIBS %MUNGE/;
|
use vars qw/$VERSION %GLOBALS %FUNCS %MIBS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
%SNMP::Info::Layer3::MIBS,
|
%SNMP::Info::Layer3::MIBS,
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ use SNMP::Info::LLDP;
|
|||||||
|
|
||||||
use vars qw/$VERSION $DEBUG %GLOBALS %MIBS %FUNCS %MUNGE/;
|
use vars qw/$VERSION $DEBUG %GLOBALS %MIBS %FUNCS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
%SNMP::Info::Layer3::MIBS,
|
%SNMP::Info::Layer3::MIBS,
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ use SNMP::Info::Layer3;
|
|||||||
|
|
||||||
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE/;
|
use vars qw/$VERSION %FUNCS %GLOBALS %MIBS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
%SNMP::Info::Layer3::MIBS,
|
%SNMP::Info::Layer3::MIBS,
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ use SNMP::Info::Layer3;
|
|||||||
|
|
||||||
use vars qw/$VERSION %GLOBALS %MIBS %FUNCS %MUNGE/;
|
use vars qw/$VERSION %GLOBALS %MIBS %FUNCS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = ( %SNMP::Info::Layer3::MIBS, );
|
%MIBS = ( %SNMP::Info::Layer3::MIBS, );
|
||||||
|
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ use SNMP::Info::Layer3;
|
|||||||
|
|
||||||
use vars qw/$VERSION %GLOBALS %MIBS %FUNCS %MUNGE/;
|
use vars qw/$VERSION %GLOBALS %MIBS %FUNCS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
%SNMP::Info::Layer3::MIBS,
|
%SNMP::Info::Layer3::MIBS,
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ use SNMP::Info::SONMP;
|
|||||||
|
|
||||||
use vars qw/$VERSION %GLOBALS %FUNCS %MIBS %MUNGE/;
|
use vars qw/$VERSION %GLOBALS %FUNCS %MIBS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
%SNMP::Info::Layer3::MIBS,
|
%SNMP::Info::Layer3::MIBS,
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ use SNMP::Info::LLDP;
|
|||||||
|
|
||||||
use vars qw/$VERSION %GLOBALS %MIBS %FUNCS %MUNGE/;
|
use vars qw/$VERSION %GLOBALS %MIBS %FUNCS %MUNGE/;
|
||||||
|
|
||||||
$VERSION = '3.51';
|
$VERSION = '3.53';
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
%SNMP::Info::Layer3::MIBS,
|
%SNMP::Info::Layer3::MIBS,
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user