Added discovery support for Alcatel-Lucent OmniSwitch 6900

This commit is contained in:
einhirn
2015-06-12 10:22:28 +02:00
parent f06622c71f
commit aa2edbaef2
@@ -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.