newdevice: Add more Edge core switches

This commit is contained in:
Neil Lathwood
2016-12-04 22:42:30 +00:00
committed by GitHub
7 changed files with 18 additions and 0 deletions

View File

@@ -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:

View File

@@ -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)) {

View File

@@ -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()

View 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

View 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

View 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

View 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