mention info::snmp::cdp req
req mibs would also be nice.
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
# SNMP::Info::Layer2::CiscoSB
|
# SNMP::Info::Layer2::CiscoSB
|
||||||
# $Id$
|
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 Nic Bernstein
|
# Copyright (c) 2013 Nic Bernstein
|
||||||
#
|
#
|
||||||
@@ -149,7 +148,6 @@ sub interfaces {
|
|||||||
return $interfaces;
|
return $interfaces;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
1;
|
1;
|
||||||
__END__
|
__END__
|
||||||
|
|
||||||
@@ -185,15 +183,17 @@ managed switches. [i.e. those matching enterprises(1).cisco(9).otherEnterprises(
|
|||||||
|
|
||||||
=over
|
=over
|
||||||
|
|
||||||
=item SNMP::Info::Layer2
|
=item SNMP::Info::CDP
|
||||||
|
|
||||||
|
=item SNMP::Info::CiscoConfig
|
||||||
|
|
||||||
|
=item SNMP::Info::CiscoStats
|
||||||
|
|
||||||
=item SNMP::Info::Entity
|
=item SNMP::Info::Entity
|
||||||
|
|
||||||
=item SNMP::Info::EtherLike
|
=item SNMP::Info::EtherLike
|
||||||
|
|
||||||
=item SNMP::Info::CiscoStats
|
=item SNMP::Info::Layer2
|
||||||
|
|
||||||
=item SNMP::Info::CiscoConfig
|
|
||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
@@ -209,18 +209,10 @@ MIBs required by the inherited classes listed above.
|
|||||||
|
|
||||||
=head1 GLOBALS
|
=head1 GLOBALS
|
||||||
|
|
||||||
These are methods that return scalar value from SNMP
|
These are methods that return scalar value from SNMP.
|
||||||
|
|
||||||
=over
|
=over
|
||||||
|
|
||||||
=item $ciscosb->vendor()
|
|
||||||
|
|
||||||
Returns 'cisco'
|
|
||||||
|
|
||||||
=item $ciscosb->os()
|
|
||||||
|
|
||||||
Returns 'ros'
|
|
||||||
|
|
||||||
=item $ciscosb->os_ver()
|
=item $ciscosb->os_ver()
|
||||||
|
|
||||||
Returns software version (C<entPhysicalSoftwareRev>)
|
Returns software version (C<entPhysicalSoftwareRev>)
|
||||||
@@ -236,6 +228,20 @@ Returns model and hardware revision of unit
|
|||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
|
=head2 Overrides
|
||||||
|
|
||||||
|
=over
|
||||||
|
|
||||||
|
=item $ciscosb->vendor()
|
||||||
|
|
||||||
|
Returns 'cisco'.
|
||||||
|
|
||||||
|
=item $ciscosb->os()
|
||||||
|
|
||||||
|
Returns 'ros'.
|
||||||
|
|
||||||
|
=back
|
||||||
|
|
||||||
=head2 Globals imported from SNMP::Info::Layer2
|
=head2 Globals imported from SNMP::Info::Layer2
|
||||||
|
|
||||||
See documentation in L<SNMP::Info::Layer2/"GLOBALS"> for details.
|
See documentation in L<SNMP::Info::Layer2/"GLOBALS"> for details.
|
||||||
|
|||||||
Reference in New Issue
Block a user