[#66] Support for VSS via CISCO-VIRTUAL-SWITCH-MIB in L3::6500
This commit is contained in:
@@ -1,6 +1,13 @@
|
|||||||
SNMP::Info - Friendly OO-style interface to Network devices using SNMP.
|
SNMP::Info - Friendly OO-style interface to Network devices using SNMP.
|
||||||
|
|
||||||
version 3.07 ()
|
version 3.08 ()
|
||||||
|
|
||||||
|
[ENHANCEMENTS]
|
||||||
|
|
||||||
|
* [#66] Support for VSS via CISCO-VIRTUAL-SWITCH-MIB in L3::6500
|
||||||
|
|
||||||
|
|
||||||
|
version 3.07 (2013-10-01)
|
||||||
|
|
||||||
[ENHANCEMENTS]
|
[ENHANCEMENTS]
|
||||||
|
|
||||||
|
|||||||
@@ -75,12 +75,18 @@ $VERSION = '3.07';
|
|||||||
# The @ISA order should match these orders.
|
# The @ISA order should match these orders.
|
||||||
|
|
||||||
%MIBS = (
|
%MIBS = (
|
||||||
%SNMP::Info::Layer3::MIBS, %SNMP::Info::CiscoPower::MIBS,
|
%SNMP::Info::Layer3::MIBS,
|
||||||
%SNMP::Info::CiscoConfig::MIBS, %SNMP::Info::CiscoPortSecurity::MIBS,
|
%SNMP::Info::CiscoPower::MIBS,
|
||||||
%SNMP::Info::CiscoImage::MIBS, %SNMP::Info::CiscoStats::MIBS,
|
%SNMP::Info::CiscoConfig::MIBS,
|
||||||
%SNMP::Info::CDP::MIBS, %SNMP::Info::LLDP::MIBS,
|
%SNMP::Info::CiscoPortSecurity::MIBS,
|
||||||
%SNMP::Info::CiscoStack::MIBS, %SNMP::Info::CiscoStpExtensions::MIBS,
|
%SNMP::Info::CiscoImage::MIBS,
|
||||||
%SNMP::Info::CiscoVTP::MIBS,
|
%SNMP::Info::CiscoStats::MIBS,
|
||||||
|
%SNMP::Info::CDP::MIBS,
|
||||||
|
%SNMP::Info::LLDP::MIBS,
|
||||||
|
%SNMP::Info::CiscoStack::MIBS,
|
||||||
|
%SNMP::Info::CiscoStpExtensions::MIBS,
|
||||||
|
%SNMP::Info::CiscoVTP::MIBS,
|
||||||
|
'CISCO-VIRTUAL-SWITCH-MIB' => 'cvsSwitchMode',
|
||||||
);
|
);
|
||||||
|
|
||||||
%GLOBALS = (
|
%GLOBALS = (
|
||||||
|
|||||||
Reference in New Issue
Block a user