a98e163c7cAdd interfaces to Q-BRIDGE Filtering Database Table (dot1qFdbTable): qb_fw_mac, qb_fw_port, qb_fw_status. These can be used directly in place of fw_mac, fw_port, fw_status for devices that only populate dot1qFdbTable and not dot1dFdbTable.
Bill Fenner
2006-11-15 21:10:23 +00:00
e6428abc0bCached globals in set operations are bad :-(
Eric Miller
2006-11-15 19:48:20 +00:00
9597095b50Prep 1.05
Eric Miller
2006-11-15 19:38:20 +00:00
905272a3bcDoc update
Eric Miller
2006-11-15 19:26:27 +00:00
5da4035b03Add loop detect option and code for getnext table column walks.
Eric Miller
2006-11-15 18:01:27 +00:00
435af3cf82- Fix for bug where an SNMP error in any operation would cause subsequent table get operations to fail in the same session, originally identified by Nicolai Petri. - Implemented Justin Hunter's suggestion to enable dynamic methods in AUTOLOAD with MIB Leaf node names for loaded MIBs without definition in %FUNCS. - Enable load_ methods for %GLOBALS and MIB Leaf node names. - Allow partial table fetches with load_ methods. - Allow a single instance partial table fetch with iid = 0, can be used to support non-table MIB Leaf node name fetches. - Documentation updates.
Eric Miller
2006-11-14 04:07:23 +00:00
afc53b176bChanges to CiscoVTP, OSPF neighbor table, CiscoConfig class.
Eric Miller
2006-11-04 03:27:16 +00:00
8624b0d63a- Throw errors with error_throw() - Better input parameter validation - Only allow set_i_vlan() on access ports - Change order of egress list processing in set_i_vlan() in case we're given the same VID
Eric Miller
2006-11-04 03:08:38 +00:00
1ac5cdd110Fix in i_vlan() and i_vlan_membership() for newer code
Eric Miller
2006-11-03 22:17:33 +00:00
1be0292e78Override the Layer3 serial number fetching.
Bill Fenner
2006-11-03 19:06:43 +00:00
523deb988aIf the result is a ref to an array, print the array. (Have to be careful about becoming Data::Dumper...)
Bill Fenner
2006-11-03 16:53:10 +00:00
4ae815c6f9- Add new VLAN methods. - Support partial table fetches on overridden table methods. - Document new set methods and other doc updates.
Eric Miller
2006-11-02 20:49:45 +00:00
d46b124674- Support for "write mem" and "write net" for older IOS versions - Added appropriate debugging output and throw errors as expected - Timeout value to prevent an infinite loop while waiting for the device to report success or failure.
Eric Miller
2006-11-01 21:37:29 +00:00
df9a335052Initial Import SF Patch 1555001 - CiscoConfig.pm (Justin Hunter)
Eric Miller
2006-10-30 21:35:45 +00:00
038a6c7714Documentation updates
Eric Miller
2006-10-30 17:57:10 +00:00
301d14acf0document recent changes
Eric Miller
2006-10-30 03:41:34 +00:00
c5a0e40065- Add OSPF Neighbor Table, SF Patch 1577918 by Andrew Herrick - Add OSPF Interface Table - Documentation updates
Eric Miller
2006-10-28 03:21:31 +00:00
b8c03fa9c1- Change inheritance - Layer2 and IEEE802dot11 - Implement i_ssidlist(), and i_80211channel() methods through IEEE802dot11 class - Use orig_ syntax. Remove redundant items - Support partial table fetches on overridden table methods - Documentation updates
Eric Miller
2006-10-27 15:23:11 +00:00
3da742fa1d- Implement i_ssidlist(), i_ssidbcast(), and i_80211channel() methods. - Use orig_ syntax. Remove redundant items. - Support partial table fetches on overridden table methods. - Documentation updates.
Eric Miller
2006-10-20 20:05:22 +00:00
a1199f6ff0Initial commit
Eric Miller
2006-10-20 18:27:16 +00:00
4dc43891dfpod fix
Max Baker
2006-10-18 18:02:35 +00:00
7aede0a35eallow translateObj() to fail by adding default return value. fix reported warnings
Max Baker
2006-10-18 16:52:33 +00:00
8b0239fddeadded 7200 series note about IOS version
Max Baker
2006-10-18 16:42:20 +00:00
ab632849bf- Extend interfaces - Each radio interface instead of just one interface per AP. Added virtual interfaces (AP tunnel terminations). - Implemention of additional MIB leafs and tables. - Implement i_ssidlist(), i_ssidbcast(), and i_80211channel() methods. - Use orig_ syntax. Remove redundant items. - Support partial table fetches on overridden table methods. - Documentation.
Eric Miller
2006-10-12 21:48:32 +00:00
cec6e00384in test_fn(), call test_global() if we get something back from the method that's not a hash. This enables "-p foo" on the command line for a foo that's not a hash.
Bill Fenner
2006-10-12 17:53:45 +00:00
3656c6e42aInitial Import
Eric Miller
2006-10-03 02:56:36 +00:00
b93278fa93Add definitions to support new VLAN methods. Documention updates.
Eric Miller
2006-10-03 02:24:37 +00:00
ff37bab36dbp_port () definition fix - Nicolai Petri bug report
Eric Miller
2006-10-03 01:38:36 +00:00
f3783daf05Doc updates
Eric Miller
2006-10-01 03:16:28 +00:00
8c01484a5dSupport partial table fetches on overridden table methods. Pod updates.
Eric Miller
2006-10-01 03:08:55 +00:00
d8994dc737Rework regex again for conflicts between 8100 and 1100 series.
Eric Miller
2006-09-29 13:56:42 +00:00
88890649bfSupport for dual speed 10/100 hubs
Eric Miller
2006-09-29 03:18:57 +00:00
d46842bd8eDetection of older dual speed Bay hubs. SF Patch 1557530 - OC-48 interfaces - Bradley Baetz
Eric Miller
2006-09-29 03:13:58 +00:00
c240cfc854Regex fix for 8110
Eric Miller
2006-09-29 01:52:48 +00:00
81f5534a6aSupport partial table fetches on overridden table methods. Add set_i_duplex_admin ( ) method. Document new set method and other doc updates.
Eric Miller
2006-09-29 01:42:34 +00:00
e60a1a6931Nortel ERS 1600 series < 2.1 use L3::N1600 others now use L3::Passport
Eric Miller
2006-09-19 16:28:28 +00:00
72e8f46633ERS 1600 series code versions >= 2.1 now use this class
Eric Miller
2006-09-19 16:24:09 +00:00
d7c0959d27Passport class detection changes
Eric Miller
2006-09-19 15:45:23 +00:00
862e8b6006Added CGESM to C2900 in device_type()
Max Baker
2006-09-06 17:42:05 +00:00
c9b47de8d1logic inversion error
Max Baker
2006-09-06 17:34:29 +00:00
0dd90a24dd*** empty log message ***
Max Baker
2006-09-06 17:30:21 +00:00
9cfc0bcd64added bypass of old vlan info if we already see the port is marked trunk
Max Baker
2006-09-06 17:28:53 +00:00
1820299dcfadded all entries from ifEntry table in IF-MIB and their descriptions. reorderd to match in %FUNC
Max Baker
2006-09-06 17:17:00 +00:00
acbfa7484bOverride serial() as required since overridden in L2 / L3. Doc updates.
Eric Miller
2006-09-01 18:40:12 +00:00
67fd776431Support partial table fetches on overridden table methods. Optimize i_duplex_admin() and i_duplex(). Override serial() as required since overridden in L3. Document new set methods and other doc updates.
Eric Miller
2006-09-01 15:53:43 +00:00
c04dd5b3b5Inherit from Layer3. Use orig_ syntax. Remove redundant items. Support partial table fetches on overridden table methods. Pod updates.
Eric Miller
2006-09-01 02:09:51 +00:00
b8b2d337d5Pod update.
Eric Miller
2006-08-30 17:06:25 +00:00
8b0ffdf079Use orig_ attrib, remove redundant items. Support partial table fetches on overridden table methods. Pod updates.
Eric Miller
2006-08-30 17:01:55 +00:00
eb8328c36dImplement i_ssidlist(), i_ssidbcast(), and i_80211channel() methods. Inherit from Layer2. Use orig_ syntax. Remove redundant items. Support partial table fetches on overridden table methods. Pod updates.
Eric Miller
2006-08-30 03:05:37 +00:00
2ab9bb0053Add NetScreen support. SF patch ID 1507463.
Eric Miller
2006-08-30 02:17:19 +00:00
fae8e8396fPod changes.
Eric Miller
2006-08-30 02:07:08 +00:00
cdccde0c7dInitial Import.
Eric Miller
2006-08-30 02:02:58 +00:00
ee829539c2Use orig_ attrib, remove redundant items. Support partial table fetches on overridden table methods. Pod updates.
Eric Miller
2006-08-28 19:56:31 +00:00
832679ac4fInherit from Layer2. Use orig_ syntax. Remove redundant items. Support partial table fetches on overridden table methods. Pod updates.
Eric Miller
2006-08-28 19:51:52 +00:00
45af60459fBasic Sun support - SF Patch 1544637 contributed by begemot
Eric Miller
2006-08-23 19:48:47 +00:00
2586fc9309Initial import - SF Patch 1544637 contributed by begemot
Eric Miller
2006-08-23 19:45:16 +00:00
01cafebf89Inherit from Layer3. Use orig_ syntax. Remove redundant items. Support partial table fetches on overridden table methods. Rework methods to use least amount of SNMP queries based upon calling context.
Eric Miller
2006-08-23 19:34:10 +00:00
9d530e2a62Enable partial table fetches in overridden methods - Justin Hunter SF Patch ID 1542883.
Eric Miller
2006-08-22 19:32:00 +00:00
c130b9a49eFix SNMPv1 partial table fetches, bug introduced by patch to enable single instance partial table fetches.
Eric Miller
2006-08-22 01:42:56 +00:00
c10bf98500Add new VLAN methods and align i_vlan( ) with other classes. Add set_i_speed_admin ( ) and set_i_duplex_admin ( ) methods. Fix POD name.
Eric Miller
2006-08-17 02:02:40 +00:00
83fb73389aBill's patch to allow single instance partial table fetches.
Eric Miller
2006-08-17 01:54:27 +00:00
f9933dcb4fstart 1.05 documentation
Eric Miller
2006-08-11 02:42:41 +00:00
74ccc599feAdd generic device type detection using IANA assigned enterpise number extracted from sysObjectID. Add Dell switch detection.
Eric Miller
2006-08-11 02:26:26 +00:00
362acb9217Initial import - support for Dell Power Connect switches
Eric Miller
2006-08-10 02:36:13 +00:00
a3038adbd0Fix POD
Eric Miller
2006-08-10 02:30:32 +00:00
7a94ddcc26date for 1.04
Eric Miller
2006-07-08 02:17:21 +00:00
4e73ff2baeupdates for 1.04
Eric Miller
2006-07-08 02:04:10 +00:00
257eb48e70doc updates for 1.04
Eric Miller
2006-07-08 02:02:34 +00:00
cf1564d598doc updates
Eric Miller
2006-07-08 02:01:22 +00:00
e83380c7c5add L2::Cisco
Eric Miller
2006-07-08 01:35:52 +00:00
799a06b63aprep 1.04, capture older versions of BayRS
Eric Miller
2006-07-08 01:25:40 +00:00
b55e15a568prep 1.04
Eric Miller
2006-06-30 21:33:47 +00:00
6b3edc3232capture older versions
Eric Miller
2006-06-30 21:24:23 +00:00
f65332f9ccadded detection for C3400 w/ metrobase to L3/C3550 class
Max Baker
2006-06-26 23:00:27 +00:00
3416928233added c2940 support, fixed typo in Orinoco detection.
Max Baker
2006-06-20 18:26:52 +00:00
4d262872c8added sysID to debug messages for data collection purposes
Max Baker
2006-06-20 05:00:23 +00:00
795ae41d68changed detection of HP ProCurve devices. New firmware doesn't have the string HP in the description... maybe we should use OIDs :-)
Max Baker
2006-06-20 04:34:59 +00:00
2e17b5c64a*** empty log message ***
Max Baker
2006-06-20 03:58:45 +00:00
ddca296e2aadded generic L2::Cisco class and fixed warnings in CiscoStack
Max Baker
2006-06-20 03:58:10 +00:00
af5d1d6c03device detection
Eric Miller
2006-06-20 02:43:50 +00:00
2f07667560device detection for Cisco Aironet 1130/1240, Cisco Sup Eng 2/32, Cisco 2960
Eric Miller
2006-06-20 02:10:52 +00:00
1fac4cb13cRemove CiscoStack from @ISA
Bill Fenner
2006-04-15 19:02:44 +00:00
aa8c86ddcdAdd debug option, -x or --debug
Bill Fenner
2006-04-15 01:20:40 +00:00
83751acf911.03-beta
Eric Miller
2006-04-14 15:54:38 +00:00
0b8f6db97aprep 1.03-beta, ?
Eric Miller
2006-04-14 03:14:36 +00:00
23dd87c294prep 1.03-beta
Eric Miller
2006-04-14 03:09:14 +00:00
9a19d3a6f6update for 1.03-beta
Eric Miller
2006-04-14 02:49:55 +00:00
ba6e02ea5eremove ciscostack
Eric Miller
2006-04-14 02:39:47 +00:00
1426f7656dclean up cisco 4000 family
Eric Miller
2006-04-14 02:34:43 +00:00
53ebeacc09Don't call mau_i_duplex_admin_old() if the device doesn't implement the table at all.
Bill Fenner
2006-04-13 04:03:53 +00:00
bd6cc8d7f4Default to using the ipNetToMediaTable to get arp entries. The old atTable has been deprecated since 1991; many newer devices don't implement it at all. Fall back to the old atTable if the device doesn't implement ipNetToMediaTable (but I find it hard to imagine that there are any such devices)
Bill Fenner
2006-04-13 04:01:24 +00:00
19018f364ever in doc
Eric Miller
2006-04-08 03:27:59 +00:00
be0391bfa8ver in doc
Eric Miller
2006-04-08 03:22:08 +00:00