Andrey Pazychev
e756091565
WIP. Qtech - more wide model mask for group enterprises.27514.1.3*
2020-05-20 16:53:05 +03:00
Andrey Pazychev
02f667a05b
Qtech. Added enterprises.27514.1.3.13
2020-05-20 16:46:49 +03:00
Andrey Pazychev
14e9da0fb7
Qtech vendor refactored.
2020-05-20 05:43:58 +03:00
Andrey Pazychev
08a632c053
WIP.
...
Added Digital China vendor
Added ASAM 73xx model for Lucent
2020-05-19 21:27:08 +03:00
Andrey Pazychev
fbf0bbe880
WIP.
...
Accton, Proscend and Nag vendors initial suppport
2020-05-19 20:33:28 +03:00
Andrey Pazychev
cae9878c60
Rotek added.
...
Rotek and Raisercom used the same vendor id -(
2020-05-18 02:57:20 +03:00
Andrey Pazychev
cda629bf39
Rotek vendor UCN
2020-05-18 02:09:19 +03:00
Andrey Pazychev
396eb87b57
Raisecom. Crap with OS version same. Different style inside one ObjectID.
2020-05-18 01:42:35 +03:00
Andrey Pazychev
db06c8e75b
Raisecom. Crap with HW version different style inside one object ID
2020-05-18 00:58:45 +03:00
Andrey Pazychev
3fd9f1deda
Raisecom 886 RC1
2020-05-18 00:34:24 +03:00
Andrey Pazychev
b0e9185cca
WIP. Raisecom added 886.6.140 and 191
2020-05-18 00:21:57 +03:00
Andrey Pazychev
5655486b80
WIP. Reaisecom
2020-05-17 23:31:22 +03:00
Andrey Pazychev
cc935a580d
WIP.
...
Added raisecom 41752
2020-05-17 23:12:19 +03:00
Andrey Pazychev
40ff825a3a
Eltex done. I hope...
2020-05-17 20:48:30 +03:00
Andrey Pazychev
4bb40483e6
WIP. Eltex crap
2020-05-17 20:38:53 +03:00
Andrey Pazychev
8c98750541
WIP. Eltex hw crap
2020-05-17 20:32:21 +03:00
Andrey Pazychev
57aa73f613
Eltex hw version crap -(
2020-05-17 19:02:34 +03:00
Andrey Pazychev
fe3bc6afe0
Fix Eltex two verdor numer DSLAM MXA64
2020-05-17 17:07:34 +03:00
Andrey Pazychev
10e0a53b3c
Added Eltex DSLAM 35265.1.28
2020-05-17 16:53:28 +03:00
Andrey Pazychev
98d2005bae
Eltex fix undef model
2020-05-17 16:17:47 +03:00
Andrey Pazychev
272b56d625
Fix Eltex a lot model.
...
Add Telindus
Add serial to Zixel
2020-05-17 15:18:08 +03:00
Andrey Pazychev
27930d5e50
Add support Raisecom
2020-05-09 19:15:00 +03:00
Andrey Pazychev
8317923f28
Eltex support.
...
Added one Lucend OID
2020-05-09 05:04:39 +03:00
Andrey Pazychev
fc71e2d88d
Small fixes. OIDs moved to MIBs
2020-05-09 05:03:55 +03:00
Andrey Pazychev
f96d0df182
Qtech and Carelink support
2020-05-08 20:47:41 +03:00
Andrey Pazychev
1dc4baf1d9
version 135
2020-05-08 20:47:13 +03:00
nick n
543072ca25
update manpage
...
after reading netdisco/netdisco#693 and checking the code it seems layers() does not return l2 support.
while here add required mibs and move layers() manpage to globals, not table entries
2020-01-27 22:36:16 +01:00
nick n
39356d72b4
typo
2019-11-04 02:04:59 +01:00
Oliver Gorwits
4852ed4668
release 3.70
2019-10-15 18:43:39 +01:00
Oliver Gorwits
d36fce44d0
release 3.69
2019-10-15 18:36:59 +01:00
Christoph Handel
0791b7cccb
Support Siemens Scalance Switch ( #361 )
2019-10-15 18:26:49 +01:00
pyro3d
78c194faee
Layer3::Ciena class ( #365 )
...
Implement Ciena class
2019-10-02 13:24:36 -07:00
nick n
6fa54dd4db
checkpoint cosmetic and doc changes ( #366 )
...
return lowercase vendor
update test
document changes in the manual
snmp.conf is most likely specific to ipso based devices?
2019-10-02 20:54:28 +02:00
Ambroise
51be2d5dc5
Retrieve Serial Number and device type for CheckPoint ( #358 )
...
* Retrieve Serial Number and device type for CheckPoint devices at right place in MIB
* Retrieve Serial Number and device type for CheckPoint
* Retrieve Serial Number and device type for CheckPoint
* Test not correct with cache data
2019-10-02 19:48:56 +02:00
nick n
0f01c6c07c
i don't think layer2 is needed, layer3 alrdy has all the same includes ( #354 )
...
and no layer2 specific functions that are not overwritten are used.
also, os name -> lowercase
mention 1 more used mib
2019-08-26 14:37:15 +02:00
nick n
3bcc522590
documentation overhaul ( #353 )
...
* ident
* remove $Id$ tags from rcs software which has been retired
* make an effort to sync required mib docs with actual code
* sync even more docs with what code actually does
* some whitespace nits
* fixup example to use snmpv2 for all but the most ancient devices
* remove blurb to find more specific snmp::info classes for classes
which alrdy are as specific as they can get (eg snmp::info::layer3::vmware
doesn't need info on to find a specific module since there ain't none)
* rename all sub {vendor} strings to lowercase vendor, if cisco, juniper
and arista can be lowercase, so can be all the rest.
* fix tests
* spread some use warnings around
* use $ instead of @
* remove defines that are included via parent classes
* use strict + warnings
* remove alrdy included modules
* add comma after last list item
* typos
* mibs are found in our mib repo, not on the cisco site
* documentation fixes
2019-08-25 06:47:10 +02:00
nick n
cefbcce8e3
also uses IEEE802dot3ad mibs
2019-06-19 18:01:01 +02:00
nick n
02c8ed0764
update mib doc
...
code says we want these 6 mibs. i trust the code.
2019-06-07 22:47:33 +02:00
nick n
e886190e8e
mib update
...
remove double defined FOUNDRY-SN-SWITCH-GROUP-MIB in code & docs
add BROCADE-PRODUCTS-MIB to docs as referenced in code
2019-05-22 02:41:51 +02:00
nick n
e7adf92b59
intellij exclusion support ( #336 )
...
having a go at intellij + perl support & cygwin. working surprisingly well.
exclude it's project configuration files. also fix 3 typos found when getting this to work.
2019-05-02 05:07:53 +02:00
nick n
f37225ee9a
using my $b is not best practice
...
also update some manual statements while here
2019-05-01 04:17:58 +02:00
Oliver Gorwits
d38ef69120
release 3.68
2019-04-28 20:01:52 +01:00
nick n
73b63c8379
redlion cellular router (sn / ram series) support ( #333 )
2019-04-28 19:53:17 +01:00
nick n
2c61248016
mention CISCO-CONTEXT-MAPPING-MIB
2019-04-26 17:24:41 +02:00
nick n
45e56b332e
lowercase vendor
...
just like all other snmp::info modules
use "vmware" instead of "VMware"
2019-04-26 17:21:19 +02:00
nick n
8003691e64
vendor is arista
...
not arista networks, inc. as it was way back in 3.06
2019-04-26 17:09:30 +02:00
Oliver Gorwits
bfbb2fb2ab
release 3.67
2019-04-20 12:01:59 +01:00
Oliver Gorwits
77fa064db5
#297 perl 5.28 removal of "use vars"
...
also adds pod for Layer3::DLink::interfaces
2019-04-20 10:32:24 +01:00
Oliver Gorwits
6b70ccfd79
#297 perl 5.28 removal of "use vars"
2019-04-20 10:20:10 +01:00
Oliver Gorwits
9b1995e90f
#306 fix incorrect interfaces for d-link
2019-04-20 09:42:43 +01:00