Documentation updates for Cisco inheritance clean-up
This commit is contained in:
11
ChangeLog
11
ChangeLog
@@ -5,6 +5,17 @@ version 3.16
|
|||||||
[ENHANCEMENTS]
|
[ENHANCEMENTS]
|
||||||
|
|
||||||
* Add method resolution discovery in SNMP::Info::MRO helper module
|
* Add method resolution discovery in SNMP::Info::MRO helper module
|
||||||
|
* Consolidate CiscoImage class into CiscoStats class
|
||||||
|
* Clean up inheritance for Cisco classes. With this change
|
||||||
|
all applicable classes now inherit CiscoAgg, CiscoStpExtensions,
|
||||||
|
CiscoPortSecurity, CiscoPower, and LLDP classes.
|
||||||
|
* Remove inheritance of classes the devices do not support in L3::FWSM
|
||||||
|
andL3::CiscoASA
|
||||||
|
|
||||||
|
[BUG FIXES]
|
||||||
|
|
||||||
|
* Use CiscoVTP methods to get interface VLAN in L3::Cisco rather than
|
||||||
|
solely relying on the interface description.
|
||||||
|
|
||||||
version 3.15 (2014-07-10)
|
version 3.15 (2014-07-10)
|
||||||
|
|
||||||
|
|||||||
17
Info.pm
17
Info.pm
@@ -328,10 +328,6 @@ devices.
|
|||||||
|
|
||||||
See documentation in L<SNMP::Info::CiscoStats> for details.
|
See documentation in L<SNMP::Info::CiscoStats> for details.
|
||||||
|
|
||||||
=item SNMP::Info::Layer3::CiscoSwitch
|
|
||||||
|
|
||||||
Base class for L3 Cisco switches
|
|
||||||
|
|
||||||
=item SNMP::Info::CiscoVTP
|
=item SNMP::Info::CiscoVTP
|
||||||
|
|
||||||
F<CISCO-VTP-MIB>, F<CISCO-VLAN-MEMBERSHIP-MIB>,
|
F<CISCO-VTP-MIB>, F<CISCO-VLAN-MEMBERSHIP-MIB>,
|
||||||
@@ -551,8 +547,9 @@ See documentation in L<SNMP::Info::Layer2::Centillion> for details.
|
|||||||
|
|
||||||
=item SNMP::Info::Layer2::Cisco
|
=item SNMP::Info::Layer2::Cisco
|
||||||
|
|
||||||
Generic Cisco subclass for layer2 devices that are not yet supported
|
Generic Cisco subclass for layer 2 devices that are not yet supported
|
||||||
in more specific subclasses.
|
in more specific subclassesand the base layer 2 Cisco class for
|
||||||
|
other device specific layer 2 Cisco classes.
|
||||||
|
|
||||||
See documentation in L<SNMP::Info::Layer2::Cisco> for details.
|
See documentation in L<SNMP::Info::Layer2::Cisco> for details.
|
||||||
|
|
||||||
@@ -709,7 +706,8 @@ See documentation in L<SNMP::Info::Layer3::C6500> for details.
|
|||||||
|
|
||||||
=item SNMP::Info::Layer3::Cisco
|
=item SNMP::Info::Layer3::Cisco
|
||||||
|
|
||||||
This is a simple wrapper around Layer3 for IOS devices. It adds on CiscoVTP.
|
This is a simple wrapper around layer 3 for IOS devices and the base layer 3
|
||||||
|
Cisco class for other device specific layer 3 Cisco classes.
|
||||||
|
|
||||||
See documentation in L<SNMP::Info::Layer3::Cisco> for details.
|
See documentation in L<SNMP::Info::Layer3::Cisco> for details.
|
||||||
|
|
||||||
@@ -725,6 +723,11 @@ Subclass for Cisco Firewall Services Modules.
|
|||||||
|
|
||||||
See documentation in L<SNMP::Info::Layer3::CiscoFWSM> for details.
|
See documentation in L<SNMP::Info::Layer3::CiscoFWSM> for details.
|
||||||
|
|
||||||
|
=item SNMP::Info::Layer3::CiscoSwitch
|
||||||
|
|
||||||
|
Base class for L3 Cisco switches. See documentation in
|
||||||
|
L<SNMP::Info::Layer3::CiscoSwitch> for details.
|
||||||
|
|
||||||
=item SNMP::Info::Layer3::Contivity
|
=item SNMP::Info::Layer3::Contivity
|
||||||
|
|
||||||
Subclass for Avaya/Nortel Contivity/VPN Routers.
|
Subclass for Avaya/Nortel Contivity/VPN Routers.
|
||||||
|
|||||||
@@ -141,7 +141,9 @@ __END__
|
|||||||
=head1 NAME
|
=head1 NAME
|
||||||
|
|
||||||
SNMP::Info::Layer3::Cisco - SNMP Interface to L3 and L2+L3 IOS Cisco Device
|
SNMP::Info::Layer3::Cisco - SNMP Interface to L3 and L2+L3 IOS Cisco Device
|
||||||
that are not covered in other classes.
|
that are not covered in other classes and the base L3 Cisco class for other
|
||||||
|
device specific L3 Cisco classes.
|
||||||
|
|
||||||
|
|
||||||
=head1 AUTHOR
|
=head1 AUTHOR
|
||||||
|
|
||||||
@@ -165,7 +167,8 @@ Max Baker
|
|||||||
|
|
||||||
=head1 DESCRIPTION
|
=head1 DESCRIPTION
|
||||||
|
|
||||||
Subclass for Generic Cisco Routers running IOS
|
Subclass for Generic Cisco Routers running IOS and the base L3 Cisco class
|
||||||
|
for other device specific L3 Cisco classes.
|
||||||
|
|
||||||
=head2 Inherited Classes
|
=head2 Inherited Classes
|
||||||
|
|
||||||
@@ -229,10 +232,6 @@ These are methods that return scalar value from SNMP
|
|||||||
|
|
||||||
=over
|
=over
|
||||||
|
|
||||||
=item $cisco->vendor()
|
|
||||||
|
|
||||||
Returns 'cisco'
|
|
||||||
|
|
||||||
=item $cisco->eigrp_id()
|
=item $cisco->eigrp_id()
|
||||||
|
|
||||||
(C<cEigrpAsRouterId>)
|
(C<cEigrpAsRouterId>)
|
||||||
|
|||||||
Reference in New Issue
Block a user