Commit Graph

  • 07db467827 doc updates, fix namespace snmp_connect_ip() Eric Miller 2006-04-07 02:44:14 +00:00
  • 8bed2081b9 doc updates, fix namespace snmp_connect_ip() Eric Miller 2006-04-07 02:31:20 +00:00
  • f0e0b9063c doc Eric Miller 2006-04-06 21:41:43 +00:00
  • 41907297f8 Commit in the directory I thought I was in before, and add Juniper to the DeviceMatrix. While I'm fixing mistakes, add the .0 to jnxBoxSerialNo.0 Bill Fenner 2006-04-06 21:31:48 +00:00
  • 2e0392a6db Note Sup720-3B and NativeIOS 12.2 (17d)SXB10 problem (Ralf Gross) and misc updates Eric Miller 2006-04-06 21:14:38 +00:00
  • 3c4b8911f5 Add i_speed_high(), which i_speed() uses if needed to support interfaces >4Gbps Bill Fenner 2006-04-06 20:50:46 +00:00
  • 3db7164f9f Add Juniper.pm and C4000.pm Bill Fenner 2006-04-06 20:46:17 +00:00
  • cfe3c34ab6 Add Juniper. Bill Fenner 2006-04-06 20:45:07 +00:00
  • ceac50e33e Use CISCO-DOT11-IF-MIB to get SSID and channel info per radio port. Bill Fenner 2006-04-05 06:11:18 +00:00
  • b71ba01d32 Create and use a duplex_munge to remove the string "Duplex" from the return value of el_duplex(). Bill Fenner 2006-04-05 05:43:36 +00:00
  • 5cc00d443c Use SNMP::Info::MAU for mau_i_speed_admin. Update documentation to note that we use SNMP::Info::MAU and remove some bits accidentally copied from another Cisco class. Bill Fenner 2006-04-05 05:11:55 +00:00
  • 4edb3115e5 Add [the beginning of] a Layer3::Juniper class. Junipers worked with SNMP::Info::Layer3; this class's main purpose is to get the device inventory a bit nicer. Bill Fenner 2006-04-05 04:16:36 +00:00
  • 33435d89e4 Allow calls to orig_foo, load_orig_foo, set_orig_foo to be able to call a FUNC that you've overloaded with a function. Bill Fenner 2006-04-05 03:59:58 +00:00
  • f5c93b3413 updates Eric Miller 2006-04-05 03:58:11 +00:00
  • 59fbe71c56 fix for models not returning complete bp_index() Eric Miller 2006-04-05 03:42:10 +00:00
  • 4f6b5f0883 root ip check Eric Miller 2006-04-05 02:38:40 +00:00
  • 23eb3b596d remove root_ip() Eric Miller 2006-04-05 02:34:19 +00:00
  • 55b2a27f40 check for unreachable root ip before assignment Eric Miller 2006-04-05 02:30:17 +00:00
  • 5e46120b52 not really Eric Miller 2006-04-05 02:15:51 +00:00
  • 4b70bfa7c8 check for unreachable root ip before assignment Eric Miller 2006-04-05 02:09:06 +00:00
  • c530e25e02 check for unreachable root ip before assignment Eric Miller 2006-04-05 01:57:12 +00:00
  • 409065375e add sub _snmp_connect_ip Eric Miller 2006-04-05 01:45:53 +00:00
  • 32ccc2857f Implement mau_i_speed_admin based on the strings in the middle of ifMauDefaultType Bill Fenner 2006-03-29 21:46:55 +00:00
  • c1025cb76f Use SNMPv2-MIB instead of RFC1213-MIB for sysDescr Bill Fenner 2006-03-29 21:45:30 +00:00
  • 1f6a738cda Updated MODEL_MAP from HP-ICF-OID MIB, partly based on email from Robert Kerr. Bill Fenner 2006-03-29 00:33:59 +00:00
  • 8f10a4f16e Add a new class for Cisco Catalyst 4000/4500 and move 4000 support to use it. Bill Fenner 2006-03-28 22:14:37 +00:00
  • 50d9fdefb3 Rewrite mau_i_duplex_admin in terms of mau_type_admin (ifMauDefaultType). Call the old one (mau_i_duplex_admin_old) if mau_type_admin is empty. Bill Fenner 2006-03-28 22:11:44 +00:00
  • d777d98396 Inherit CiscoStats to get the products MIB in scope so that the product ID gets translated. Enable CDP. In bridge mode it's possible that there's something to learn from it. Bill Fenner 2006-03-28 22:06:48 +00:00
  • 75e7b0c6b0 Print the result of device_type(). If you ask for a dump with -p, and it's not in the list of things we're already grabbing, grab it at the end. Bill Fenner 2006-03-28 22:02:00 +00:00
  • 9fc965d095 try to capture all the names Eric Miller 2006-02-21 03:25:41 +00:00
  • 10b4611e81 update for duplex, vlan properties Eric Miller 2006-02-21 02:26:54 +00:00
  • f416f7cc49 duplex write, vlan properties Eric Miller 2006-02-21 02:25:14 +00:00
  • 50d9070f36 updates for 1.0 Eric Miller 2006-02-21 01:07:02 +00:00
  • 14db80441c doc update Eric Miller 2006-02-18 04:33:02 +00:00
  • 6193e661f5 remove e-mail Eric Miller 2006-02-18 04:31:24 +00:00
  • 3e69394cca updates Eric Miller 2006-02-18 04:08:59 +00:00
  • 88cdcebe2d use EXTREME-FDB-MIB instead of BRIDGE-MIB since BRIDGE-MIB must be explicitly enabled on these devices and does not respond by default. Fix duplex status reporting. Eric Miller 2006-02-18 04:03:34 +00:00
  • 20024f8c50 add set_i_duplex_admin() and set_i_speed_admin() methods, add portCrossIndex in %FUNCS to support bp_index() patch in Catalyst class Eric Miller 2006-02-18 03:55:36 +00:00
  • 40caf6cc0e use CISCO-STACK-MIB for bridge port mapping rather than BRIDGE-MIB due to some devices not returning complete index Eric Miller 2006-02-18 03:49:55 +00:00
  • 2d3b28b973 Carlos Vicente's ipforwarding patch - SF 1431212 and doc updates Eric Miller 2006-02-16 04:58:42 +00:00
  • 325b087bd1 Carlos Vicente's BGP patch - SF 1431212 Eric Miller 2006-02-16 03:42:20 +00:00
  • 0703a5f777 Alexander Barthel's STP patches SF 1424342 Eric Miller 2006-02-16 02:35:28 +00:00
  • c4a4749bcf new features Eric Miller 2006-02-02 04:22:48 +00:00
  • 1fd0facbe0 cisco qos, cisco rtt, synoptics Eric Miller 2006-02-02 04:21:56 +00:00
  • bc9ab17f2d update supported lists with new models Eric Miller 2006-02-02 04:20:35 +00:00
  • 22fd4f73a9 Alexander Hartmaier's patch - SF 1369007 Eric Miller 2006-02-02 03:37:06 +00:00
  • 4de346fa39 synoptics hub support Eric Miller 2006-02-01 22:30:42 +00:00
  • e14c749f66 Alexander Hartmaier's patch, Cisco RTT - SF 1369007 Eric Miller 2006-02-01 22:27:32 +00:00
  • c0f1872f04 Alexander Hartmaier's patch, Cisco QOS - SF 1369007 Eric Miller 2006-02-01 22:26:08 +00:00
  • 70944f0589 Aruba os name change - Brian Chow Eric Miller 2006-01-31 13:10:58 +00:00
  • d2b4c85d37 doc updates Eric Miller 2006-01-26 04:46:18 +00:00
  • a4cc2f5514 Nortel arpnip support for stackable layer 3 models Eric Miller 2006-01-26 04:41:07 +00:00
  • fa8f91d508 Nortel name changes and arpnip support for Layer 3 models Eric Miller 2006-01-26 04:39:06 +00:00
  • 7966400cf2 Nortel name changes Eric Miller 2006-01-25 19:35:11 +00:00
  • 3227540322 capture more models Eric Miller 2006-01-25 19:30:18 +00:00
  • 183f8bde3a Extreme Summit fix Eric Miller 2006-01-25 17:57:24 +00:00
  • 62133dfedf Nortel 2270, Extreme, Aruba Eric Miller 2006-01-25 03:19:22 +00:00
  • eb833c69e3 add support for disabling/enabling ports Eric Miller 2006-01-24 21:47:39 +00:00
  • 53d96a2e32 documentation changes Eric Miller 2006-01-24 21:19:06 +00:00
  • efc1682877 documentation Eric Miller 2006-01-24 20:56:01 +00:00
  • 8846bb2f0f documentation Eric Miller 2006-01-24 20:47:58 +00:00
  • 558c80aa84 Aruba wireless support Eric Miller 2006-01-24 20:15:16 +00:00
  • f905638e5b 2270 wireless switch (airespace) support Eric Miller 2006-01-24 19:58:27 +00:00
  • d1636f0fe9 fix a small warning Max Baker 2006-01-17 04:18:10 +00:00
  • 1d1193c459 Fixed manifest with changes from Benny Kj�rgaard <benny@catpipe.net> and other recent additions Max Baker 2006-01-17 04:17:15 +00:00
  • 4a2e62be2d aruba wireless switch support Eric Miller 2005-11-16 21:41:23 +00:00
  • 137cc84ca6 nortel 2270 wireless switch support Eric Miller 2005-11-16 21:28:02 +00:00
  • e744df1dca airespace wireless switch support Eric Miller 2005-11-16 21:23:32 +00:00
  • 378dc6bc19 doc again Eric Miller 2005-11-14 04:16:24 +00:00
  • 3f2f722dab doc correction Eric Miller 2005-11-14 04:08:07 +00:00
  • 25f57d65a5 Justin Hunter's patch, SF ID 1341140 Eric Miller 2005-11-14 03:38:26 +00:00
  • f5dba96839 Justin Hunter's patch, SF ID 1341140, add set_i_duplex_admin and set_i_speed_admin methods Eric Miller 2005-11-13 04:18:33 +00:00
  • 3a1d04eb38 bp_index fix - some 8600's not working properly Eric Miller 2005-11-11 21:34:15 +00:00
  • adac25b3dd extreme networks support Eric Miller 2005-09-29 02:50:36 +00:00
  • 9b2229e3eb remove root_ip() Eric Miller 2005-09-29 02:48:45 +00:00
  • bf040dffa9 add extreme networks support Eric Miller 2005-09-29 02:06:32 +00:00
  • 86a12cd2a6 Initial Import Eric Miller 2005-09-22 19:15:24 +00:00
  • bfcb56f06d correct Nortel 1600 definition Eric Miller 2005-06-03 18:12:32 +00:00
  • 9a4a336c78 add support for Nortel 1600 and 8100 series Eric Miller 2005-06-03 04:27:20 +00:00
  • 6696eeeb9d add support for Nortel 1600 and 8100 series Eric Miller 2005-06-03 04:20:22 +00:00
  • 4da90c4f9b add support for Nortel 1600 and 8100 series Eric Miller 2005-06-03 04:14:55 +00:00
  • 88f31110a7 doc cleanup Eric Miller 2005-06-03 04:01:48 +00:00
  • afab6191b2 add support for Nortel N16XX series Eric Miller 2005-06-03 03:46:47 +00:00
  • 7ce87ebd3d add support for 8100 series, doc cleanup Eric Miller 2005-06-03 03:39:56 +00:00
  • d8e1e932ae fix for mac() when topology off Eric Miller 2005-06-03 03:02:36 +00:00
  • 089430de17 Added basic i_set_vlan() Max Baker 2005-04-27 04:31:11 +00:00
  • dce0a40ebb some device isn't returning a description? Max Baker 2005-04-27 04:30:37 +00:00
  • 2347edad82 add support for Accelar Layer 3 Eric Miller 2005-04-07 04:09:03 +00:00
  • 0ab5eb2bf1 add support for Accelar Layer 3 Eric Miller 2005-04-07 04:03:17 +00:00
  • d314ffe897 add support for Accelar Layer 3 Eric Miller 2005-04-07 03:54:40 +00:00
  • 1162dc3a7b add endofmibview exception handling Eric Miller 2005-03-28 00:52:17 +00:00
  • 0967634043 change vendor to be consistent Eric Miller 2005-03-10 03:54:04 +00:00
  • 133355bc9d only use OSPF router ID if IP interface exists Eric Miller 2005-03-10 03:42:16 +00:00
  • 76c734dc01 restrict Passport class to 8600 Eric Miller 2005-03-10 03:14:55 +00:00
  • 3128e3e5f6 correct vlan port id, typo Eric Miller 2005-03-09 22:06:28 +00:00
  • c9ebd5ae28 correct vlan port id Eric Miller 2005-03-09 22:02:12 +00:00
  • b6efcd86dd vi typo too :-| Max Baker 2005-02-21 05:16:20 +00:00
  • a0323aacd2 oops forgot a comma Max Baker 2005-02-21 05:14:51 +00:00
  • 258b7551ff still trying to get interfaces() right for l2/* Max Baker 2005-02-18 18:32:41 +00:00
  • 7a023554eb Added CDP back to HP Max Baker 2005-02-18 03:52:10 +00:00