mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
newdevice: Add Cisco RB320 support (#5580)
This commit is contained in:
committed by
Tony Murray
parent
3c0a2109e5
commit
282eda5f5e
@ -37,6 +37,7 @@ discovery_modules:
|
||||
cisco-vrf-lite: 1
|
||||
discovery:
|
||||
- sysObjectId:
|
||||
- .1.3.6.1.4.1.9.6.1.23.3.13
|
||||
- .1.3.6.1.4.1.9.6.1.80
|
||||
- .1.3.6.1.4.1.9.6.1.81
|
||||
- .1.3.6.1.4.1.9.6.1.82
|
||||
|
@ -345,6 +345,7 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
|
||||
$this->checkOS('ciscosb', 'ciscosb4');
|
||||
$this->checkOS('ciscosb', 'ciscosb5');
|
||||
$this->checkOS('ciscosb', 'ciscosb6');
|
||||
$this->checkOS('ciscosb', 'ciscosb7');
|
||||
}
|
||||
|
||||
public function testCiscosmblinux()
|
||||
|
2
tests/snmpsim/ciscosb7.snmprec
Normal file
2
tests/snmpsim/ciscosb7.snmprec
Normal file
@ -0,0 +1,2 @@
|
||||
1.3.6.1.2.1.1.1.0|4|Linux, Cisco RV320, Version 1.3.2.02 Fri Sep 23 15:19:56 CST 2016
|
||||
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.9.6.1.23.3.13
|
Reference in New Issue
Block a user