29ef1301fbMention Alcatel-Lucent in ChangeLog.
Bill Fenner
2008-08-01 09:28:56 +00:00
cfd5c5d9d7perltidy
Bill Fenner
2008-08-01 08:10:47 +00:00
347e1f9f59Add classes for Alcatel OmniSwitch and Service Router, update Info.pm for Alcatel
Bill Fenner
2008-07-31 18:36:52 +00:00
2575320ec5Add some spelling words. Make local_versionsync fail gracefully (instead of planning twice) if File::Slurp isn't found. Make spelling skip all tests if Test::Spelling isn't found.
Bill Fenner
2008-07-31 18:35:20 +00:00
6c8ec356ecMissed a MIB when I merged my changes. Add a commented-out reference to the Alcatel MIB that results in Alcatel model names getting translated. Return the alcatel-lucent model name and OS based on sysObjectID
Bill Fenner
2008-07-31 16:57:41 +00:00
6e0712b189Update i_name to return wlanAPFQLN if it's available. Add i_mac to map BSSID to port.
Bill Fenner
2008-07-31 15:56:04 +00:00
906b1cb52f[ 2031292 ] HP POE support - port to ifIndex mapping (Jeroen van Ingen)
Eric Miller
2008-07-30 02:05:54 +00:00
1eff8f8224Silence warnings/errors from uninitialized variables
Eric Miller
2008-07-29 03:23:35 +00:00
8ab37354ffupdate for 1.09
Eric Miller
2008-07-23 02:06:23 +00:00
64340bf92eregenerate for 1.09
Eric Miller
2008-07-23 02:04:27 +00:00
f0d490539ePOD cleanup
Eric Miller
2008-07-23 02:03:07 +00:00
808464a7d0- Documentation updates - C1250 and Linksys additions
Eric Miller
2008-07-21 03:26:15 +00:00
3b8b70f760- Move _load_attr() loopdetect code below other end of table checks. - Add another check for SNMPv1 - noSuchName where we've already seen the iid and iid is not null but the return value is null. Don't report a loop, just exit the table.
Eric Miller
2008-07-21 03:24:16 +00:00
cb58701af2- Require Perl 5.6+ - Account for ExtUtils::MakeMaker version
Eric Miller
2008-07-20 03:46:08 +00:00
f05fbae8fcPrivate test to check all version numbers match
Eric Miller
2008-07-20 03:36:34 +00:00
f1589d2ffePBP perltidy configuration file for SNMP::Info
Eric Miller
2008-07-20 03:32:58 +00:00
2d1df6c0e4skip config files for private tests
Eric Miller
2008-07-20 03:31:53 +00:00
158596cedeperltidy
Eric Miller
2008-07-20 03:30:56 +00:00
6c7df418afSNMP is available from CPAN again, stop smoke test failures
Eric Miller
2008-07-19 03:16:01 +00:00
4e666d63b3Update for newer Net-SNMP versions
Eric Miller
2008-07-19 03:03:53 +00:00
d1674dade2POD coverage test
Eric Miller
2008-07-19 02:44:42 +00:00
ecb26a8b68POD coverage
Eric Miller
2008-07-19 02:41:59 +00:00
03785c4365POD coverage
Eric Miller
2008-07-18 03:11:38 +00:00
58c1d01b4asp
Eric Miller
2008-07-15 03:12:54 +00:00
dc48aa08baMove munge_e_type() to Info.pm
Eric Miller
2008-07-15 03:09:18 +00:00
53f9cc8c3d- Documentation updates - Replace munge_ns_com_type() and munge_ns_store_type() with munge_e_type() in Info.pm - Prefix ns_e_is_virtual() and ns_e_is_stack() with _ to indicate private method
Eric Miller
2008-07-15 03:07:29 +00:00
0db888ef88Document serial()
Eric Miller
2008-07-15 02:40:49 +00:00
2ee8817103EAPOL
Eric Miller
2008-07-15 02:40:17 +00:00
71b0e7c60fAdd munge_caps() and munge_null()
Eric Miller
2008-07-15 02:39:43 +00:00
740707539eDocumentation updates
Eric Miller
2008-07-15 02:32:39 +00:00
ba088bf717- Move munge_null() to Info.pm - Change munge_caps() to munge_bits() from Info.pm
Eric Miller
2008-07-15 02:19:32 +00:00
aa58a2ba56- Document munge_power() - Move munge_caps() and munge_null() to Info.pm
Eric Miller
2008-07-15 02:15:59 +00:00
ca9caf6e12- Documentation updates - Move munge_caps() to Info.pm
Eric Miller
2008-07-15 01:56:34 +00:00
5a983c9600Document e_name()
Eric Miller
2008-07-14 03:13:14 +00:00
d02c6ab450Document e_name()
Eric Miller
2008-07-14 03:01:14 +00:00
4284cb8ea0Document model()
Eric Miller
2008-07-14 02:54:39 +00:00
0743d4bce9Prefix validate_vlan_param() with _ to indicate private method.
Eric Miller
2008-07-14 02:51:02 +00:00
66ce0da9bcDocument i_stp_state(), qb_i_vlan_t(), set_add_i_vlan_tagged(), set_i_pvid(), set_i_vlan(), set_remove_i_vlan_tagged(), v_index()
Eric Miller
2008-07-14 02:48:45 +00:00
3e4f700a70- Prefix check_forbidden_ports() and validate_vlan_param() with _ to indicate private methods. - Document v_index()
Eric Miller
2008-07-14 02:24:42 +00:00
7518408d89set_i_speed_admin() use portAdminSpeed (Justin Hunter)
Eric Miller
2008-07-11 19:58:46 +00:00
c5caffc75edon't distribute perlcritic.rc
Eric Miller
2008-07-09 03:08:16 +00:00
086fea0349Add Perl::Critic for Perl Best Practices compliance
Eric Miller
2008-07-09 03:07:32 +00:00
f436c9f69cP::C - don't declare variable in conditional statement
Eric Miller
2008-07-09 02:46:37 +00:00
a153913d29PBP - lexicals
Eric Miller
2008-07-09 02:36:03 +00:00
5189871fdePBP - use bare return
Eric Miller
2008-07-09 02:34:17 +00:00
daa0162639- PBP - never modify $_ in list functions - PBP - use named lexicals as explicit for loop iterators
Eric Miller
2008-07-09 02:27:39 +00:00
4e6a452c87## no critic on string eval
Eric Miller
2008-07-09 01:53:16 +00:00
a70a895a29PBP always return via an explicit return
Eric Miller
2008-07-09 01:37:19 +00:00
84bc3f5269PBP always return via an explicit return
Eric Miller
2008-07-09 01:16:42 +00:00
27f2bd1b26add linksys
Eric Miller
2008-07-09 00:42:32 +00:00
38c63a3086- PBP compliance via Perl::Critic - Use bare return to return failure - No code before strictures are enabled
Eric Miller
2008-07-09 00:41:56 +00:00
2c5301b676- PBP compliance via Perl::Critic - Use bare return to return failure - No code before strictures are enabled
Eric Miller
2008-07-09 00:32:47 +00:00
1b85820314Support Cisco 1250 and Linksys SRW2048
Bill Fenner
2008-07-08 16:38:34 +00:00
3855c92564Test POD for syntax
Eric Miller
2008-07-07 04:12:07 +00:00
ba85dc670b- POD Validation - POD spell check - Prep 1.09
Eric Miller
2008-07-07 04:10:39 +00:00
6221228d1fAdd private tests and load test. Don't distribute private tests.
Eric Miller
2008-07-07 03:59:47 +00:00
a901d9a61cRemove VLAN set methods, not working consistently across devices
Eric Miller
2008-07-03 02:43:54 +00:00
0a0fac4ddbRemove VLAN set methods, not working consistently across devices
Eric Miller
2008-07-03 02:33:22 +00:00
0e16cfecf6[ 1868017 ] i_vlan_membership incorrectly includes voice vlan "4096"
Eric Miller
2008-07-03 02:12:13 +00:00
838eb71a15Query LLDP table with time filter of zero.
Eric Miller
2008-07-03 01:59:31 +00:00
e373b1f74eAdded munge_port_list(), modify_port_list(), and set_multi() methods
Eric Miller
2008-04-21 20:57:30 +00:00
b03e292d95Document fully qualifying a MIB leaf in %GLOBALS and %FUNCS
Eric Miller
2008-04-21 20:55:52 +00:00
2139cb0212- Use munge_port_list(), modify_port_list(), and set_multi() methods - Add set_create_vlan() method
Eric Miller
2008-04-21 20:51:58 +00:00
35392a8c5c- Modify set_i_vlan() to use set_multi() - Use munge_port_list() and modify_port_list()
Eric Miller
2007-12-20 04:23:58 +00:00
b7fab49da2modifications to i_vlan_membership()
Eric Miller
2007-12-20 04:05:58 +00:00
d0061b4ec9- Added munge_port_list() - Added modify_port_list() - Added set_multi() to enable a SNMP set command on several new values in the one request.
Eric Miller
2007-12-20 04:01:17 +00:00
2ffa82aff9clean up error messages
Eric Miller
2007-12-15 04:11:17 +00:00
1c33f38323Correct sequencing and improve validation in set_i_vlan()
Eric Miller
2007-12-15 03:56:18 +00:00
4bb41fc368[ 1849103 ] CiscoVTP.pm patch (subtracting error) (Justin Hunter)
Eric Miller
2007-12-14 03:10:19 +00:00
c666fe30d8[ 1841131 ] Incorrect munging of stp_root (Carlos Vicente)
Eric Miller
2007-12-08 02:51:37 +00:00
1813e60cec- Add i_speed_raw() (Alexander Hartmaier) - [ 1841131 ] Incorrect munging of stp_root (Carlos Vicente)
Eric Miller
2007-12-08 02:50:39 +00:00
4ae8f31c8f- Add a munge and IEEE8021-PAE-MIB
Eric Miller
2007-12-07 23:13:01 +00:00
df466ac2ebupdates
Eric Miller
2007-12-07 04:27:22 +00:00
846b3201b7Qualify leafs from HP-SN-SWITCH-GROUP-MIB since FDP class will load FOUNDRY-SN-SWITCH-GROUP-MIB which contains the same leaf names.
Eric Miller
2007-12-07 04:23:37 +00:00
a2ab73c24a- Support for newer models and Nortel BladeCenter Layer2-3 GbE Switch Modules. - Support for new VLAN read methods.
Eric Miller
2007-12-07 04:18:32 +00:00
98e6693525Add support for D-Link and the IBM BladeCenter Gigabit Ethernet Switch Module, since D-Link uses RADLAN MIB as well.
Eric Miller
2007-12-07 04:09:47 +00:00
fed85592cb- D-Link and IBM BladeCenter GbESM support (Alex Kramarov) - Add support to specify MIB to resolve leaf names conflicts in %GLOBALS and %FUNCS.
Eric Miller
2007-12-07 04:07:01 +00:00
2b4a296128Document that e_type munges the OID into object name.
Bill Fenner
2007-12-02 20:01:59 +00:00
c1b0e81b6c+ Use Cisco Client Association MIBs for Aironet client reporting via fw_mac + Support VLANs on Aironet + Get the proper radio MAC address from aironet in MBSS mode + Additional wireless statistics from Aironet
Bill Fenner
2007-12-02 19:58:10 +00:00
9a0915f3a1Infrastructure for SNMPv3 support: - Save the SecName passed into the constructor - Create an update() function, which replaces the underlying SNMP session using different parameters. - Return the SecName instead of community from snmp_comm() when using SNMPv3. This is a little wrong, but is probably better than returning undef.
Bill Fenner
2007-12-02 18:55:54 +00:00
a9481c86d2updates, bump version 1.09
Eric Miller
2007-12-02 05:06:12 +00:00
5f0148dd72Add CISCO-PAE-MIB (Kesy)
Eric Miller
2007-12-02 03:16:44 +00:00
dedefde79f- Updates to fan, power supply, and serial number methods (Jeroen van Ingen)
Eric Miller
2007-12-02 03:02:01 +00:00
8c421d333a[ 1464654 ] HP Procurve 9315 FDP Support
Eric Miller
2007-12-02 02:37:43 +00:00
97fbd36c6a[ 1464654 ] HP Procurve 9315 FDP Support \n pod updates
Eric Miller
2007-12-02 02:34:58 +00:00
e81344c357- bump version - pod update
Eric Miller
2007-11-29 02:31:13 +00:00
33450039c7- ISA Layer3 instead of Layer2 to support arpnip - Add more models from HP-ICF-OID to map
Eric Miller
2007-11-29 02:29:26 +00:00
5849f4ce3dSilence warnings from devices which don't return values for extended VLANs (>1024)
Eric Miller
2007-11-27 17:19:28 +00:00
48e9b0b030update for 1.07
Eric Miller
2007-11-27 03:17:36 +00:00
11db00b66cupdate for 1.07
Eric Miller
2007-11-27 03:05:07 +00:00
89dc775392updates for 1.07
Eric Miller
2007-11-27 03:00:25 +00:00
6d5f27fd3aadd modules attribute
Eric Miller
2007-11-27 02:59:18 +00:00
e1ab8a43baPrep 1.07 beta release
Eric Miller
2007-11-26 04:24:52 +00:00
081325c68dAccommodate for differences between AN/ARN and ASN in Pseudo ENTITY-MIB methods
Eric Miller
2007-11-26 03:38:15 +00:00
004de3d29bAdd support for e_name() in Psuedo ENTITY-MIB methods
Eric Miller
2007-11-26 03:32:11 +00:00
8b5ba1e959Airespace and CDP changes
Eric Miller
2007-11-24 03:25:35 +00:00
149e97c2d6- [ 1663699 ] Implement vmVoiceVlanId in i_vlan_membership() - Trunk VLANs only exist on ports which are trunking
Eric Miller
2007-11-24 03:23:13 +00:00
60cb2b8c20Psuedo ENTITY-MIB information
Eric Miller
2007-11-24 03:18:13 +00:00