Improve OS discovery tests data (#5806)

* removed blank line

* Improve OS discovery tests data
Detect OS and snmprec files that don't have tests

* Actually detect DragonFly BSD
This commit is contained in:
Tony Murray 2017-02-07 07:31:20 -06:00 committed by Neil Lathwood
parent 1fb8135133
commit a28ab1293d
199 changed files with 404 additions and 158 deletions

View File

@ -6,3 +6,5 @@ processor_stacked: 1
over:
- { graph: device_processor, text: 'Processor Usage' }
- { graph: device_ucd_memory, text: 'Memory Usage' }
discovery:
- sysObjectId: .1.3.6.1.4.1.8072.3.2.17

View File

@ -1,8 +0,0 @@
os: multimatic
text: 'Multimatic UPS'
type: power
icon: multimatic
poller_modules:
ospf: 0
ntp: 0
services: 0

View File

@ -7,4 +7,4 @@ over:
- { graph: device_processor, text: 'CPU Usage' }
discovery:
- sysObjectId:
- .1.3.6.1.4.1.17163.1.1
- .1.3.6.1.4.1.17163.

View File

@ -7,5 +7,4 @@ over:
- { graph: device_mempool, text: 'Memory Usage' }
discovery:
- sysObjectId:
- .1.3.6.1.4.1.674.3224.1
- .1.3.6.1.4.1.3224
- .1.3.6.1.4.1.3224.

View File

@ -68,6 +68,48 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
);
}
public function testOSTestsExist()
{
global $config;
load_all_os();
$excluded_os = array(
'default',
'generic',
);
$all_os = array_diff(array_keys($config['os']), $excluded_os);
foreach ($all_os as $os) {
$function = 'test'.str_replace(' ', '', ucwords(str_replace(array('-', '_'), ' ', $os)));
$this->assertTrue(method_exists($this, $function), "Missing discovery tests for $os");
}
}
public function testFileTestsExist()
{
global $config;
$files = glob($config['install_dir'] . "/tests/snmpsim/*.snmprec");
preg_match_all(
'/checkOS\([\'"]([^\'")]+)[\'"][, \'"]*([^\'")]*)[\'"]*\)/',
file_get_contents(__FILE__),
$tests
);
foreach ($files as $file) {
$test_name = basename($file, '.snmprec');
$index = array_search($test_name, $tests[1]);
if ($test_name != 'skel' && $index === false) {
$next = array_search($test_name, $tests[2]);
if ($next === false) {
$this->fail("No test for $file");
}
}
}
}
public function test3com()
{
$this->checkOS('3com');
@ -101,6 +143,8 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
public function testAen()
{
$this->checkOS('aen');
$this->checkOS('aen', 'aen1');
$this->checkOS('aen', 'aen2');
}
public function testAerohive()
@ -139,6 +183,11 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
$this->checkOS('aos', 'aos1');
}
public function testAosEmu2()
{
$this->checkOS('aos-emu2');
}
public function testAllied()
{
$this->checkOS('allied');
@ -161,6 +210,7 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
public function testAreca()
{
$this->checkOS('areca');
$this->checkOS('areca', 'areca1');
}
public function testAristaEos()
@ -183,7 +233,7 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
$this->checkOS('asa');
}
public function testAsusMerlin()
public function testAsuswrtMerlin()
{
$this->checkOS('asuswrt-merlin');
}
@ -229,6 +279,7 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
public function testAxiscam()
{
$this->checkOS('axiscam');
$this->checkOS('axiscam', 'axiscam-p1354');
$this->checkOS('axiscam', 'axiscam-nve');
}
@ -313,6 +364,7 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
{
$this->checkOS('canonprinter', 'canonprinter-mf');
$this->checkOS('canonprinter', 'canonprinter-ir-adv');
$this->checkOS('canonprinter', 'canonprinter-lbp');
$this->checkOS('canonprinter', 'canon-d1180');
}
@ -368,12 +420,13 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
public function testCiscowap()
{
$this->checkOS('ciscowap');
$this->checkOS('ciscowap', 'ciscowap-wap321');
}
public function testCiscowlc()
{
$this->checkOS('ciscowlc');
$this->checkOS('ciscowlc', 'ciscowlc1');
$this->checkOS('ciscowlc', 'ciscowlc2');
}
public function testCmts()
@ -498,6 +551,8 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
$this->checkOS('dnos', 'dnos7');
$this->checkOS('dnos', 'dnos8');
$this->checkOS('dnos', 'dnos9');
$this->checkOS('dnos', 'dnos10');
$this->checkOS('dnos', 'dnos11');
}
public function testDrac()
@ -507,6 +562,11 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
$this->checkOS('drac', 'drac2');
}
public function testDragonfly()
{
$this->checkOS('dragonfly');
}
public function testDraytek()
{
$this->checkOS('draytek');
@ -526,6 +586,7 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
public function testEatonups()
{
$this->checkOS('eatonups');
$this->checkOS('eatonups', 'eaton-5p');
$this->checkOS('eatonups', 'eaton-5px');
$this->checkOS('eatonups', 'eaton-powerxpert');
@ -783,6 +844,7 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
public function testIes()
{
$this->checkOS('ies');
$this->checkOS('ies', 'ies1');
}
public function testInfinity()
@ -790,6 +852,11 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
$this->checkOS('infinity');
}
public function testInformos()
{
$this->checkOS('informos');
}
public function testIos()
{
$this->checkOS('ios');
@ -918,6 +985,7 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
public function testLinux()
{
$this->checkOS('linux');
$this->checkOS('linux', 'linux1');
}
public function testMacosx()
@ -1011,6 +1079,16 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
$this->checkOS('mrvld');
}
public function testMypoweros()
{
$this->checkOS('mypoweros');
}
public function testNetagent2()
{
$this->checkOS('netagent2');
}
public function testNetapp()
{
$this->checkOS('netapp');
@ -1127,6 +1205,11 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
$this->checkOS('opengear');
}
public function testOpenindiana()
{
$this->checkOS('openindiana');
}
public function testOpensolaris()
{
$this->checkOS('opensolaris');
@ -1158,7 +1241,7 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
$this->checkOS('pbn');
}
public function testPbncpe()
public function testPbnCp()
{
$this->checkOS('pbn-cp');
}
@ -1178,7 +1261,7 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
$this->checkOS('pfsense');
}
public function testPix()
public function testPixos()
{
$this->checkOS('pixos');
}
@ -1199,6 +1282,11 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
$this->checkOS('poweralert', 'poweralert1');
}
public function testPowercode()
{
$this->checkOS('powercode');
}
public function testPowerconnect()
{
$this->checkOS('powerconnect');
@ -1291,6 +1379,7 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
public function testRaisecom()
{
$this->checkOS('raisecom');
$this->checkOS('raisecom', 'raisecom-ros');
}
public function testRaritan()
@ -1496,6 +1585,7 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
public function testTplink()
{
$this->checkOS('tplink');
$this->checkOS('tplink', 'tplink1');
}
public function testTranzeo()
@ -1551,7 +1641,6 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
public function testVyos()
{
$this->checkOS('vyos');
$this->checkOS('vyos', 'vyos1');
$this->checkOS('vyos', 'vyos-vyatta');
}
@ -1585,7 +1674,7 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
$this->checkOS('xerox', 'xerox-docuprint');
}
public function testXirrus()
public function testXirrusAos()
{
$this->checkOS('xirrus_aos');
}

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.1.0|4|3Com Switch 4500G 24-Port PWR Software Version 3Com OS V5.02.00s168p12
1.3.6.1.2.1.1.1.0|4|3Com SuperStack 3
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.43.10.27.4.1.2.11

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.1.0|4|3Com SuperStack 3 Switch 4500 26-Port Software Version 3Com OS V3.02.00s56
1.3.6.1.2.1.1.1.0|4|3Com Switch 4210 52-Port Software Version 3.10 Release 2215P12
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.43.1.16.4.3.45

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.1.0|4|3Com Baseline Switch 2916-SFP Plus
1.3.6.1.2.1.1.1.0|4|3Com Baseline Switch 2924-SFP Plus
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.43.1.8.61

View File

@ -1,2 +1,2 @@
1.3.6.1.2.1.1.1.0|4|Cisco Secure Access Control System
1.3.6.1.2.1.1.1.0|4|Cisco Secure Access Control System 5.8
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.9.1.1117

View File

@ -1,3 +1,3 @@
1.3.6.1.2.1.1.1.0|4|Linux
1.3.6.1.2.1.1.1.0|4|Linux 2.6.33 #1 Mon Nov 30 14:15:06 CST 2015 armv5tejl
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.10002.1
1.3.6.1.4.1.41112.1.3.2.1.40.1|4|1.0
1.3.6.1.4.1.41112.1.3.2.1.40.1|4|v2.2

View File

@ -1,2 +1,2 @@
1.3.6.1.2.1.1.1.0|4|Linux
1.3.6.1.2.1.1.1.0|4|Linux 2.6.32.68 #1 Fri Dec 16 15:44:21 EET 2016 mips
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.10002.1

View File

@ -1,2 +1,2 @@
1.3.6.1.2.1.1.1.0|4|Linux
1.3.6.1.2.1.1.1.0|4|Linux 2.6.32.71 #1 Mon Dec 19 17:17:06 EET 2016 mips
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.41112.1.4

View File

@ -1,2 +1,2 @@
1.3.6.1.2.1.1.1.0|4|Linux
1.2.840.10036.3.1.2.1.2.5|4|Ubiquiti
1.3.6.1.2.1.1.1.0|4|Linux 2.6.32.68 #1 Sun May 15 21:20:37 EEST 2016 mips
1.2.840.10036.3.1.2.1.2.5|4|Ubiquiti Networks, Inc.

View File

@ -1,2 +1,2 @@
1.3.6.1.2.1.1.1.0|4|AT-GS950/24
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.207.1
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.207.1.4.165

View File

@ -0,0 +1,2 @@
1.3.6.1.2.1.1.1.0|4|APC Environmental Monitoring Unit (MB:v3.6.6 PF:v2.6.1 PN:apc_hw02_aos_261.bin AF1:v2.6.1 AN1:apc_hw02_ems_261.bin MN:AP9319 HR:3 SN: 0A0A0A0A0A0A MD:08/21/2004)
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.318.1.3.8.3

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.1.0|4|APC Embedded PowerNet SNMP Agent (FW v3.0.1 SW v2.2.4.a, HW B2, MOD: AP9605, Mfg: 04/02/1998, SN: WA9814786862)
1.3.6.1.2.1.1.1.0|4|APC Embedded PowerNet SNMP Agent (FW v3.0.1 SW v2.2.4.a, HW B2, MOD: AP9605, Mfg: 04/02/1998, SN: WA9814786862)
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.318

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.1.0|4|APC Switched Rack PDU
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.318

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.1.0|4|APC Metered Rack PDU
1.3.6.1.2.1.1.1.0|4|APC Metered Rack PDU (MB:v3.7.0 PF:v2.7.0 PN:apc_hw02_aos_270.bin AF1:v2.7.3 AN1:apc_hw02_rpdu_273.bin MN:AP7820 HR:B2 SN: 0A0A0A0A0A0A MD:09/30/2006)
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.318.1.3.4.5

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.1.0|4|APC MasterSwitch PDU
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.318

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.1.0|4|Raid Subsystem V
1.3.6.1.2.1.1.1.0|4|Raid Subsystem V1.00
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.18928.1.2

View File

@ -0,0 +1,2 @@
1.3.6.1.2.1.1.1.0|4|Raid Subsystem V1.00
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.5257.1.3

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.1.0|4|Arista Networks EOS
1.3.6.1.2.1.1.1.0|4|Arista Networks EOS version 4.15.3F running on an Arista Networks DCS-7050TX-128
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1..30065.1.3011.7050.1958.128

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.1.0|4|Cisco Adaptive Security Appliance
1.3.6.1.2.1.1.1.0|4|Cisco Adaptive Security Appliance Version 8.2(5)
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.9.1.745

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.1.0|4|Ethernet Routing Switch
1.3.6.1.2.1.1.1.0|4|Ethernet Routing Switch 5530-24TFD HW:32 FW:6.0.0.18 SW:v6.3.2.011 BN:11 (c) Avaya Networks
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.45.3.65

View File

@ -1,2 +1,3 @@
1.3.6.1.2.1.1.1.0|4|Avaya IP Office
1.3.6.1.2.1.1.1.0|4|IP 500 V2 9.1.0.0 build 437
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.6889.1.2.1.10.1
1.3.6.1.2.1.47.1.1.1.1.2.1|4|Avaya IP Office

View File

@ -1,2 +1,2 @@
1.3.6.1.2.1.1.1.0|4|VSP-4850GTS-PWR+
1.3.6.1.2.1.1.1.0|4|VSP-4850GTS-PWR (5.1.1.0) HW Base: VSP 4850
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.2272.203

View File

@ -1,2 +1,2 @@
1.3.6.1.2.1.1.1.0|4|VSP-4850GTS
1.3.6.1.2.1.1.1.0|4|VSP-4850GTS (5.1.0.0)
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.2272.202

View File

@ -1,2 +1,2 @@
1.3.6.1.2.1.1.1.0|4|VSP-8284XSQ
1.3.6.1.2.1.1.1.0|4|VSP-8284XSQ (5.1.1.0)
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.2272.205

View File

@ -1,2 +1,2 @@
1.3.6.1.2.1.1.1.0|4|VSP-8404
1.3.6.1.2.1.1.1.0|4|VSP-8404 (5.1.1.1)
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.2272.208

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.1.0|4| ; AXIS M7011; Network Video Encoder; 5.75.1; Mar 04 2015 10:10; 1FC; 1;
1.3.6.1.2.1.1.1.0|4|; AXIS M7011; Network Video Encoder; 5.75.1; Mar 04 2015 10:10; 1FC; 1;
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.368.1.1

View File

@ -0,0 +1,2 @@
1.3.6.1.2.1.1.1.0|4|; AXIS P1354; Network Camera; 5.90.1.2; Jun 20 2016 13:04; 1BB.2; 1;
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.368

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.1.0|4| ; AXIS 221; Network Camera; 4.30; Nov 29 2005 11:18; 141; 1;
1.3.6.1.2.1.1.1.0|4|; AXIS P5534-E; PTZ Dome Network Camera; 5.40.9.2; May 15 2012 09:50; 188.1; 1;
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.368

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.1.0|4|Barracuda Load Balancer ADC
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.8072.3.2.10

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.1.0|4|Barracuda Load Balancer
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.8072.3.2.10

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.1.0|4|Barracuda Spam Firewall
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.8072.3.2.10

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.1.0|4|BNT Something
1.3.6.1.2.1.1.1.0|4|BNT Layer 2/3 Copper Gigabit Ethernet Switch Module for IBM BladeCenter
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.1872.1.18.1

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.1.0|4|Brother NC-8300h, Firmware Ver.1.14 (14.11.06),MID 8C5-F01,FID 2
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.2435.2.3.9.1

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.1.0|4|BUFFALO TeraStation TS5400R Ver.3.00 (2015/11/20 18:27:09)
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.8072.3.2.10

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.1.0|4|E7-2
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.6321.1.2.2.5.3

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.1.0|4|Cambium PTP
1.3.6.1.2.1.1.1.0|4|Cambium PTP 58600 Full PTP Wireless Ethernet Bridge, Version 58600-10-08
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.17713.6

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.1.0|4|Cambium PTP250
1.3.6.1.2.1.1.1.0|4|Linux Krusty 250 5Ghz Omni 2.6.32.27 #2 Wed Sep 21 12:28:55 EEST 2016 mips
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.17713.21

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.1.0|4|Cambium PTP 50650
1.3.6.1.2.1.1.1.0|4|Cambium PTP 50650 PTP Wireless Ethernet Bridge, Version 50650-01-40
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.17713.7

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.1.0|4|WaveDirect
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.17713.21

View File

@ -1 +0,0 @@
1.3.6.1.2.1.1.2.0|6|enterprises.17713.21

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.1.0|4|Canon iR-ADV
1.3.6.1.2.1.1.1.0|4|Canon iR-ADV C5235 /P
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.1602.4.7

View File

@ -0,0 +1,2 @@
1.3.6.1.2.1.1.1.0|4|Canon LBP7660C /P
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.1602.4.7

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.1.0|4|CANOPY
1.3.6.1.2.1.1.1.0|4|CANOPY 15.0.0.1 AP-DES
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.161.19.250.256

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.1.0|4|Cisco Integrated Management Controller
1.3.6.1.2.1.1.1.0|4|Cisco Integrated Management Controller(CIMC) [UCS C200 M2], Firmware Version Copyright (c) 2008-2011, Cisco Systems, Inc.
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.9.1.1512

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.9.6.1.83
1.3.6.1.2.1.1.1.0|4|SG300-10MPP 10-Port Gigabit PoE Managed Switch
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.9.6.1.83.10.3

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.9.6.1.85
1.3.6.1.2.1.1.1.0|4|SG500X-48MP 48-Port Gigabit with 4-Port 10 Gigabit PoE Stackable Managed Switch
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.9.6.1.85.48.3

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.9.6.1.88
1.3.6.1.2.1.1.1.0|4|SG200-50 50-Port Gigabit Smart Switch
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.9.6.1.88.50.1

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.1.0|4|Linux Cisco Small Business
1.3.6.1.2.1.1.1.0|4|Linux 2.6.21.5-lvl7-dev, Cisco Small Business WAP121 (WAP121-E-K9), Version 1.0.2.3 Wed Oct 17 00:19:29 EDT 2012
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.4413.1.1.28

View File

@ -1,2 +0,0 @@
1.3.6.1.2.1.1.1.0|4|Linux 2.6.21.5-lvl7-dev, Cisco Systems, Inc WAP321 (WAP321-E-K9), Version 1.0.6.2 Mon Jun 29 03:48:37 EDT 2015
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.9.6.1.32.321.1

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.1.0|4|Cisco Small Business WAP
1.3.6.1.2.1.1.1.0|4|Linux 2.6.21.5-lvl7-dev, Cisco Systems, Inc WAP321 (WAP321-E-K9), Version 1.0.6.5 Wed Oct 12 07:39:00 EDT 2016
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.9.6.1.32.321.1

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.1.0|4|Cisco Controller
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.9.1.1069

View File

@ -0,0 +1,2 @@
1.3.6.1.2.1.1.1.0|4|Cisco Controller
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.9.1.1279

View File

@ -0,0 +1,2 @@
1.3.6.1.2.1.1.1.0|4|Cisco Controller
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.14179.1.1.4.3

View File

@ -1,3 +1,2 @@
1.3.6.1.2.1.1.1.0|4|Something Firmware Version 10-11-12 Something
1.3.6.1.4.1.22626.1.5.2.1.3.0|2|1

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.1.0|4|Comware
1.3.6.1.2.1.1.1.0|4|HP Comware Platform Software, Software Version 7.1.045, Release 2416 HP FF 5700-40XG-2QSFP Switch Copyright (c) 2010-2014 Hewlett-Packard Development Company, L.P.
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.25506.11.1.172

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.25506.11.1
1.3.6.1.2.1.1.1.0|4|HPE V1910-24G Switch Software Version 5.20, Release 1516 Copyright(c) 2010-2015 Hewlett-Packard Development Company, L.P.
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.25506.11.1.82

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.1.0|4|Linux release:2.6.18-194.26.1.el5PAE machine:i686
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.9.1.1348

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.19746.3.1
1.3.6.1.2.1.1.1.0|4|Data Domain OS 5.5.1.4-464376
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.19746.3.1.38

View File

@ -1,2 +1,3 @@
1.3.6.1.2.1.1.1.0|4|Linux
1.3.6.1.2.1.1.1.0|4|Linux (none) 3.14.31-alta-1 #1 SMP PREEMPT Tue Feb 23 00:09:05 UTC 2016 x86_64
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.8072.3.2.10
1.3.6.1.4.1.6894.2.30.0|4|1

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.1.0|4|Dell something MFP
1.3.6.1.2.1.1.1.0|4|Dell MFP Laser 3115cn; Net 9.26, Controller 200709110910, Engine 05.09.00
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.674.10898.10.52.1094473223

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.1.0|4|Develop ineo 280
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.18334.1.2.1.2.1.50.2.2

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.1.0|4|D-Link DES-
1.3.6.1.2.1.1.1.0|4|D-Link DES-3200-18 Fast Ethernet Switch
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.171.10.113.1.2

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.1.0|4|DES-
1.3.6.1.2.1.1.1.0|4|DES-3528 Fast Ethernet Switch
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.171.10.105.1

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.1.0|4|DGS-
1.3.6.1.2.1.1.1.0|4|DGS-1100-18 Gigabit Ethernet Switch
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.171

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.1.0|4|D-Link Something AP
1.3.6.1.2.1.1.1.0|4|D-Link DAP-2230
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.171.10.37.56

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.1.0|4|D-Link DAP-
1.3.6.1.2.1.1.1.0|4|D-Link DAP-2660
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.171.10.37.52

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.6027.1.0000000000
1.3.6.1.2.1.1.1.0|4|Dell Networking OS Operating System Version: 2.0 Application Software Version: 9.9(0.0P9) Series: S4048-ON Copyright (c) 1999-2015 by Dell Inc. All Rights Reserved. Build Time: Thu Feb 4 06:57:34 2016
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.6027.1.3.20

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.674.10895.3053
1.3.6.1.2.1.1.1.0|4|Dell Networking N2024, 6.2.0.5, Linux 3.6.5-1289203e
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.674.10895.3053

View File

@ -1 +0,0 @@
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.674.10895.3059

View File

@ -1 +0,0 @@
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.674.10895.3061

View File

@ -1 +0,0 @@
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.674.10895.3066

View File

@ -1 +0,0 @@
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.674.10895.3063

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.1.0|4|Dell Networking N4032F, 6.0.1.3, Linux 2.6.32.9
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.674.10895.3044

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.1.0|4|Dell Networking N2048, 6.2.6.6, Linux 3.6.5-50bbccb7
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.674.10895.3054

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.1.0|4|Dell Out-of-band SNMP Agent for Remote Access Controller
11.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.8072.3.2.10

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.1.0|4|Linux hostname 2.6.23.1 #1 PREEMPT Fri Feb 5 08:47:58 UTC 2016 armv5tejl
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.674.10892.2

View File

@ -0,0 +1,2 @@
1.3.6.1.2.1.1.1.0|4|DragonFly 4.6-RELEASE DragonFly v4.6.1-RELEASE #3: Su x86_64
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.8072.3.2.17

View File

@ -1,2 +1,3 @@
1.3.6.1.2.1.1.1.0|4|Linux
1.3.6.1.2.1.1.1.0|4|Linux hostname 3.10.77 #8451 SMP Wed Jan 4 00:31:32 CST 2017 x86_64
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.8072.3.2.10
1.3.6.1.2.1.25.1.4.0|4|syno_hw_version

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.1.0|4|Eaton 5P 2200
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.705.1

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.1.0|4|Eaton 5PX 2000
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.705.1

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.1.0|4|Eaton ePDU MA 1P IN:L6-30P 24A OUT:20xC13, 4xC19
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.534.6.6.7

View File

@ -0,0 +1,2 @@
1.3.6.1.2.1.1.1.0|4|ConnectUPS Web/SNMP Card V4.38
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.534.1

View File

@ -1,2 +1,2 @@
1.3.6.1.2.1.1.1.0|4|EdgeRouter
1.3.6.1.2.1.1.1.0|4|EdgeOS
1.3.6.1.2.1.1.2.0|6|.1.3.6.1.4.1.41112.1.5

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.1.0|4|EdgeRouter Lite
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.41112.1.5

View File

@ -1,2 +1,3 @@
1.3.6.1.2.1.1.1.0|4|Wireless Access Point
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.8072.3.2.10
1.3.6.1.4.1.14125.2.1.1.6.0|4|Something

View File

@ -1 +1,3 @@
1.3.6.1.2.1.1.1.0|4|Enterasys Networks
1.3.6.1.2.1.1.1.0|4|Enterasys Networks, Inc. G3G124-24P Rev 06.03.08.0012
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.5624.2.1.124

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.5624.2.1
1.3.6.1.2.1.1.1.0|4|Extreme Networks, Inc. B5G124-48P2 Rev 06.81.05.0003
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.5624.2.1.137

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.1.0|4|User input
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.12740.17.1

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.1916.2
1.3.6.1.2.1.1.1.0|4|ExtremeXOS (X440-24p) version 15.5.1.6 v1551b6 by release-manager on Fri Apr 25 20:47:26 EDT 2014
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.1916.2.175

View File

@ -1,2 +1,2 @@
1.3.6.1.2.1.1.1.0|4|Linux
1.3.6.1.2.1.1.1.0|4|Linux hostname 2.6.32-279.19.1.el6.f5.x86_64 #1 SMP Thu Jun 18 19:15:25 PDT 2015 x86_64
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.3375.2.1.3.4.1000

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.1.0|4|Fibre Channel Switch.
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.1588.2.1.1.1

View File

@ -1,2 +1,2 @@
1.3.6.1.2.1.1.2.0|4|Fibre Channel Switch.
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.1588.2.1.1.43
1.3.6.1.2.1.1.2.0|4|FC5022 16Gb SAN Scalable Switch:IBM Flex System FC5022 24-port 16Gb ESB SAN Scalable Switch
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.1588.2.1.1.117

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.1588.2.1.1.72
1.3.6.1.2.1.1.2.0|4|Connectrix DS-6505B
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.1588.2.1.1.118

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.1588.2.1.1.34
1.3.6.1.2.1.1.1.0|4|Brocade 8Gb SAN Switch Module for IBM eServer BladeCenter
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.1588.2.1.1.73

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.1.0|4|CX4-480 - Flare 4.30.0.0.5.526
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.1981.1.1

View File

@ -1 +1,2 @@
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.12356.101.1
1.3.6.1.2.1.1.1.0|4|FORTIGATE 200B
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.12356.101.1.2003

Some files were not shown because too many files have changed in this diff Show More