Additional documentation for new LAG support
This commit is contained in:
@@ -2,6 +2,12 @@ SNMP::Info - Friendly OO-style interface to Network devices using SNMP.
|
||||
|
||||
version 3.11
|
||||
|
||||
[NEW FEATURES]
|
||||
|
||||
* [#31] port-channel (aggregate) support. Aggregate support added in new
|
||||
agg_ports() method. Inital support added for Arista (ifStack),
|
||||
Avaya (MLT), Brocade (MST), and Cisco (802.3ag).
|
||||
|
||||
[ENHANCEMENTS]
|
||||
|
||||
* Use Q-BRIDGE-MIB as default with fallback to BRIDGE-MIB across all
|
||||
|
||||
18
Info.pm
18
Info.pm
@@ -235,6 +235,12 @@ Requires the F<ADSL-LINE-MIB>, down loadable from Cisco.
|
||||
|
||||
See documentation in L<SNMP::Info::AdslLine> for details.
|
||||
|
||||
=item SNMP::Info::Aggregate
|
||||
|
||||
SNMP Interface to F<IF-MIB> C<ifStackTable> Aggregated Links
|
||||
|
||||
See documentation in L<SNMP::Info::Aggregate> for details.
|
||||
|
||||
=item SNMP::Info::Airespace
|
||||
|
||||
F<AIRESPACE-WIRELESS-MIB> and F<AIRESPACE-SWITCHING-MIB>. Inherited by
|
||||
@@ -256,6 +262,12 @@ support.
|
||||
|
||||
See documentation in L<SNMP::Info::Bridge> for details.
|
||||
|
||||
=item SNMP::Info::CiscoAgg
|
||||
|
||||
SNMP Interface to Cisco Aggregated Links
|
||||
|
||||
See documentation in L<SNMP::Info::CiscoAgg> for details.
|
||||
|
||||
=item SNMP::Info::CDP
|
||||
|
||||
F<CISCO-CDP-MIB>. Cisco Discovery Protocol (CDP) Support. Inherited by
|
||||
@@ -369,6 +381,12 @@ standards based 802.11 wireless devices.
|
||||
|
||||
See documentation in L<SNMP::Info::IEEE802dot11> for details.
|
||||
|
||||
=item SNMP::Info::IEEE802dot3ag
|
||||
|
||||
SNMP Interface to IEEE Aggregated Links. F<IEEE8023-LAG-MIB>
|
||||
|
||||
See documentation in L<SNMP::Info::IEEE802dot3ag> for details.
|
||||
|
||||
=item SNMP::Info::LLDP
|
||||
|
||||
F<LLDP-MIB>, F<LLDP-EXT-DOT1-MIB>, and F<LLDP-EXT-DOT3-MIB>. Link Layer
|
||||
|
||||
3
MANIFEST
3
MANIFEST
@@ -4,10 +4,12 @@ DEVELOP
|
||||
DeviceMatrix.txt
|
||||
Info.pm
|
||||
Info/AdslLine.pm
|
||||
Info/Aggregate.pm
|
||||
Info/Airespace.pm
|
||||
Info/AMAP.pm
|
||||
Info/Bridge.pm
|
||||
Info/CDP.pm
|
||||
Info/CiscoAgg.pm
|
||||
Info/CiscoConfig.pm
|
||||
Info/CiscoImage.pm
|
||||
Info/CiscoPortSecurity.pm
|
||||
@@ -23,6 +25,7 @@ Info/Entity.pm
|
||||
Info/EtherLike.pm
|
||||
Info/FDP.pm
|
||||
Info/IEEE802dot11.pm
|
||||
Info/IEEE802dot3ag.pm
|
||||
Info/IPv6.pm
|
||||
Info/Layer1.pm
|
||||
Info/Layer1/Allied.pm
|
||||
|
||||
Reference in New Issue
Block a user