Add OS Detection Support for Alcatel-Lucent/Nokia SAS-R and SAS-Mxp #5016

This commit is contained in:
That Guy --^
2016-11-21 02:02:15 -05:00
committed by Neil Lathwood
parent 2bf496b0b1
commit bc15d74cf1
4 changed files with 8 additions and 0 deletions

View File

@@ -3,6 +3,8 @@
if (starts_with($sysObjectId, array(
'.1.3.6.1.4.1.6527.1.3',
'.1.3.6.1.4.1.6527.6.2.1.2.2.',
'.1.3.6.1.4.1.6527.6.2.1.2.6.',
'.1.3.6.1.4.1.6527.6.2.1.2.8.',
'.1.3.6.1.4.1.6527.1.6.1',
'.1.3.6.1.4.1.6527.6.1.1.2.',
'.1.3.6.1.4.1.6527.1.9.1',

View File

@@ -1306,6 +1306,8 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
$this->checkOS('timos', 'timos3');
$this->checkOS('timos', 'timos4');
$this->checkOS('timos', 'timos5');
$this->checkOS('timos', 'timos6');
$this->checkOS('timos', 'timos7');
}
public function testTpconductor()

View File

@@ -0,0 +1,2 @@
1.3.6.1.2.1.1.1.0|4|Alcatel-Lucent OS6850-U24X 6.4.3.520.R01 GA, April 08, 2010
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.6527.6.2.1.2.6.

View File

@@ -0,0 +1,2 @@
1.3.6.1.2.1.1.1.0|4|Alcatel-Lucent OS6850-U24X 6.4.3.520.R01 GA, April 08, 2010
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.6527.6.2.1.2.8.