diff --git a/includes/discovery/os/alcatel-lucent.inc.php b/includes/discovery/os/alcatel-lucent.inc.php index ebeb648ec..3e0dab87f 100644 --- a/includes/discovery/os/alcatel-lucent.inc.php +++ b/includes/discovery/os/alcatel-lucent.inc.php @@ -13,6 +13,10 @@ if (!$os) } } + if (strpos($sysObjectId, ".1.3.6.1.4.1.6486.801") !== FALSE) { + $os = "aos"; + } + if (strpos($sysObjectId, ".1.3.6.1.4.1.6527.1.3") !== FALSE) { $os = "timos"; } // FIXME: make these less specific.