Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ lib/SNMP/Info/Layer3/C1300.pm
lib/SNMP/Info/Layer3/C3550.pm
lib/SNMP/Info/Layer3/C4000.pm
lib/SNMP/Info/Layer3/C6500.pm
lib/SNMP/Info/Layer3/Cambium.pm
lib/SNMP/Info/Layer3/CheckPoint.pm
lib/SNMP/Info/Layer3/Ciena.pm
lib/SNMP/Info/Layer3/Cisco.pm
Expand Down Expand Up @@ -250,6 +251,7 @@ xt/lib/Test/SNMP/Info/Layer3/C1300.pm
xt/lib/Test/SNMP/Info/Layer3/C3550.pm
xt/lib/Test/SNMP/Info/Layer3/C4000.pm
xt/lib/Test/SNMP/Info/Layer3/C6500.pm
xt/lib/Test/SNMP/Info/Layer3/Cambium.pm
xt/lib/Test/SNMP/Info/Layer3/CheckPoint.pm
xt/lib/Test/SNMP/Info/Layer3/Cisco.pm
xt/lib/Test/SNMP/Info/Layer3/CiscoASA.pm
Expand Down
8 changes: 8 additions & 0 deletions lib/SNMP/Info.pm
Original file line number Diff line number Diff line change
Expand Up @@ -830,6 +830,12 @@ CBS30x0 and CBS31x0 series, all running IOS.

See documentation in L<SNMP::Info::Layer3::C6500> for details.

=item SNMP::Info::Layer3::Cambium

Subclass for Cambium devices (ePMP/cnPilot).

See documentation in L<SNMP::Info::Layer3::Cambium> for details.

=item SNMP::Info::Layer3::CheckPoint

Subclass for CheckPoint devices.
Expand Down Expand Up @@ -1842,6 +1848,7 @@ sub device_type {
14823 => 'SNMP::Info::Layer3::Aruba',
14988 => 'SNMP::Info::Layer3::Mikrotik',
17163 => 'SNMP::Info::Layer3::Steelhead',
17713 => 'SNMP::Info::Layer3::Cambium',
19046 => 'SNMP::Info::Layer3::Lenovo',
21091 => 'SNMP::Info::Layer2::Exinda',
23867 => 'SNMP::Info::Layer3::SilverPeak',
Expand Down Expand Up @@ -1894,6 +1901,7 @@ sub device_type {
14525 => 'SNMP::Info::Layer2::Trapeze',
14823 => 'SNMP::Info::Layer3::Aruba',
17163 => 'SNMP::Info::Layer3::Steelhead',
17713 => 'SNMP::Info::Layer3::Cambium',
20540 => 'SNMP::Info::Layer2::Sixnet',
21091 => 'SNMP::Info::Layer2::Exinda',
26543 => 'SNMP::Info::Layer3::IBMGbTor',
Expand Down
Loading