Compare commits
4 Commits
3.70
...
543072ca25
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
543072ca25 | ||
|
|
39356d72b4 | ||
|
|
e013ac3a20 | ||
|
|
a85c7a0404 |
6
Changes
6
Changes
@@ -171,7 +171,7 @@ Version 3.59 (2018-05-01)
|
||||
|
||||
[BUG FIXES]
|
||||
|
||||
* Capture fan ans power supply status in L3::Huawei when description is
|
||||
* Capture fan and power supply status in L3::Huawei when description is
|
||||
not available
|
||||
|
||||
Version 3.58 (2018-04-29)
|
||||
@@ -375,13 +375,13 @@ version 3.41 (2018-02-01)
|
||||
|
||||
[BUG FIXES]
|
||||
|
||||
* Fixes to distriution metadata
|
||||
* Fixes to distribution metadata
|
||||
|
||||
version 3.40 (2018-01-28)
|
||||
|
||||
[ENHANCEMENTS]
|
||||
|
||||
* #240 Support for CheckPoint devies through SNMP
|
||||
* #240 Support for CheckPoint devices through SNMP
|
||||
* #240 Cisco SB switches fixup
|
||||
* #244 Add Adtran support
|
||||
* #241 Vyatta/VyOS support
|
||||
|
||||
@@ -129,6 +129,10 @@ Subclass for Palo Alto devices
|
||||
|
||||
=over
|
||||
|
||||
=item F<PAN-COMMON-MIB>
|
||||
|
||||
=item F<PAN-PRODUCTS-MIB>
|
||||
|
||||
=item Inherited Classes' MIBs
|
||||
|
||||
See L<SNMP::Info::Layer3> for its own MIB requirements.
|
||||
@@ -163,6 +167,17 @@ Returns the value of C<panSysSerialNumber.0>.
|
||||
|
||||
=back
|
||||
|
||||
=head2 Overrides
|
||||
|
||||
=over
|
||||
|
||||
=item $pa->layers()
|
||||
|
||||
Returns 01001100. Palo Alto doesn't report layers, modified to reflect
|
||||
Layer 3,4,7 functionality.
|
||||
|
||||
=back
|
||||
|
||||
=head2 Globals imported from SNMP::Info::Layer3
|
||||
|
||||
See documentation in L<SNMP::Info::Layer3> for details.
|
||||
@@ -172,20 +187,8 @@ See documentation in L<SNMP::Info::Layer3> for details.
|
||||
These are methods that return tables of information in the form of a reference
|
||||
to a hash.
|
||||
|
||||
=head2 Overrides
|
||||
|
||||
=over
|
||||
|
||||
=item $pa->layers()
|
||||
|
||||
Returns 01001110. Palo Alto doesn't report layers, modified to reflect
|
||||
Layer 2,3,4,7 functionality.
|
||||
|
||||
=back
|
||||
|
||||
=head2 Table Methods imported from SNMP::Info::Layer3
|
||||
|
||||
See documentation in L<SNMP::Info::Layer3> for details.
|
||||
|
||||
|
||||
=cut
|
||||
|
||||
@@ -121,7 +121,7 @@ phishphreek@gmail.com
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
Subclass for Generic SonicWALL Firewalls
|
||||
Subclass for SonicWALL Firewalls
|
||||
|
||||
=head2 Inherited Classes
|
||||
|
||||
@@ -159,7 +159,7 @@ Returns C<'sonicwall'>
|
||||
|
||||
=item $router->os()
|
||||
|
||||
Returns C<'sonicos enhanded'> or C<'sonicos standard'> based on C<'snwlSysFirmwareVersion'>
|
||||
Returns C<'sonicos enhanced'> or C<'sonicos standard'> based on C<'snwlSysFirmwareVersion'>
|
||||
|
||||
=item $router->os_ver()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user