Add device OS detection support for Accedian MetroNODE AEN-1000-* Gig… (#5019)

This commit is contained in:
That Guy --^
2016-11-28 17:32:38 -05:00
committed by Neil Lathwood
parent 7bb329661f
commit 3390be5107
3 changed files with 5 additions and 1 deletions

View File

@@ -11,6 +11,6 @@
* the source code distribution for details. * the source code distribution for details.
*/ */
if (str_contains($sysDescr, 'AMN-')) { if (str_contains($sysDescr, array('AMN-','AEN-','AMO-'))) {
$os = 'aen'; $os = 'aen';
} }

View File

@@ -0,0 +1,2 @@
1.3.6.1.2.1.1.1.0|4|AEN-1000-GE
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.22420.1.1

View File

@@ -0,0 +1,2 @@
1.3.6.1.2.1.1.1.0|4|AMO-10000-LT-S
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.22420.1.1