mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
newdevice: Add more Edge core switches
This commit is contained in:
@@ -156,6 +156,8 @@ LibreNMS contributors:
|
||||
- Christoph Zilian <czilian@hotmail.com> (czilian)
|
||||
- Guillem Mateos <bbguillem@gmail.com> (guillemmateos)
|
||||
- Joachim Tingvold <joachim@tingvold.com> (jallakim)
|
||||
- Martin Zatloukal <slezi2@pvfree.net> (erotel)
|
||||
|
||||
|
||||
[1]: http://observium.org/ "Observium web site"
|
||||
Observium was written by:
|
||||
|
@@ -26,6 +26,10 @@
|
||||
$items = array(
|
||||
'.1.3.6.1.4.1.259.6.10.94',
|
||||
'.1.3.6.1.4.1.259.10.1.45.103',
|
||||
'.1.3.6.1.4.1.259.10.1.24.104',
|
||||
'.1.3.6.1.4.1.259.10.1.24.103',
|
||||
'.1.3.6.1.4.1.259.10.1.22.101',
|
||||
'.1.3.6.1.4.1.259.10.1.42.101',
|
||||
);
|
||||
|
||||
if (starts_with($sysObjectId, $items)) {
|
||||
|
@@ -473,6 +473,10 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
|
||||
{
|
||||
$this->checkOS('edgecos', 'edgecos-es3528m');
|
||||
$this->checkOS('edgecos', 'edgecos-ecs4120-28f');
|
||||
$this->checkOS('edgecos', 'edgecos-es3528mv2');
|
||||
$this->checkOS('edgecos', 'edgecos-ecs4510-28f');
|
||||
$this->checkOS('edgecos', 'edgecos-ecs4510-52t');
|
||||
$this->checkOS('edgecos', 'edgecos-ecs4210-28t');
|
||||
}
|
||||
|
||||
public function testEdgeos()
|
||||
|
2
tests/snmpsim/edgecos-ecs4210-28t.snmprec
Normal file
2
tests/snmpsim/edgecos-ecs4210-28t.snmprec
Normal file
@@ -0,0 +1,2 @@
|
||||
1.3.6.1.2.1.1.1.0|4|ECS4210-28T
|
||||
1.3.6.1.2.1.1.2.0|6|.1.3.6.1.4.1.259.10.1.42.101
|
2
tests/snmpsim/edgecos-ecs4510-28f.snmprec
Normal file
2
tests/snmpsim/edgecos-ecs4510-28f.snmprec
Normal file
@@ -0,0 +1,2 @@
|
||||
1.3.6.1.2.1.1.1.0|4|ECS4510-28F
|
||||
1.3.6.1.2.1.1.2.0|6|.1.3.6.1.4.1.259.10.1.24.103
|
2
tests/snmpsim/edgecos-ecs4510-52t.snmprec
Normal file
2
tests/snmpsim/edgecos-ecs4510-52t.snmprec
Normal file
@@ -0,0 +1,2 @@
|
||||
1.3.6.1.2.1.1.1.0|4|ECS4510-52T
|
||||
1.3.6.1.2.1.1.2.0|6|.1.3.6.1.4.1.259.10.1.24.104
|
2
tests/snmpsim/edgecos-es3528mv2.snmprec
Normal file
2
tests/snmpsim/edgecos-es3528mv2.snmprec
Normal file
@@ -0,0 +1,2 @@
|
||||
1.3.6.1.2.1.1.1.0|4|ES3528MV2
|
||||
1.3.6.1.2.1.1.2.0|6|.1.3.6.1.4.1.259.10.1.22.101
|
Reference in New Issue
Block a user