mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
newdevice: Improve CiscoSB detection #5511
This commit is contained in:
committed by
Neil Lathwood
parent
456f01f68e
commit
0dd5f84cca
@@ -45,3 +45,4 @@ discovery:
|
||||
- .1.3.6.1.4.1.9.6.1.85
|
||||
- .1.3.6.1.4.1.9.6.1.88
|
||||
- .1.3.6.1.4.1.9.6.1.89
|
||||
- .1.3.6.1.4.1.3955.6.3.208.1
|
||||
|
@@ -351,6 +351,7 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
|
||||
$this->checkOS('ciscosb', 'ciscosb5');
|
||||
$this->checkOS('ciscosb', 'ciscosb6');
|
||||
$this->checkOS('ciscosb', 'ciscosb7');
|
||||
$this->checkOS('ciscosb', 'ciscosb8');
|
||||
}
|
||||
|
||||
public function testCiscosmblinux()
|
||||
|
2
tests/snmpsim/ciscosb8.snmprec
Normal file
2
tests/snmpsim/ciscosb8.snmprec
Normal file
@@ -0,0 +1,2 @@
|
||||
1.3.6.1.2.1.1.1.0|4|SRW208P - 8-port Fast Ethernet Switch with 2 Giga Combo ports, WebView and PoE
|
||||
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.3955.6.3.208.1
|
Reference in New Issue
Block a user