From 3f0ff2bb8cd1e6e6aa912e9396fa86c960e420d2 Mon Sep 17 00:00:00 2001 From: Chris Freas Date: Tue, 24 May 2016 16:48:38 -0400 Subject: [PATCH] add a few more OIDs for the 7705 SAR since there are different hardware versions of the box. --- includes/discovery/os/alcatel-lucent.inc.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/includes/discovery/os/alcatel-lucent.inc.php b/includes/discovery/os/alcatel-lucent.inc.php index ad4314cb1c..599b9c7900 100644 --- a/includes/discovery/os/alcatel-lucent.inc.php +++ b/includes/discovery/os/alcatel-lucent.inc.php @@ -38,4 +38,16 @@ if (!$os) { if (strpos($sysObjectId, '.1.3.6.1.4.1.6527.6.1.1.2.1') !== false) { $os = 'timos'; } + // TiMOS-B-6.1.R7 both/hops ALCATEL-LUCENT SAR 7705 + if (strpos($sysObjectId, '.1.3.6.1.4.1.6527.6.1.1.2.2') !== false) { + $os = 'timos'; + } + // TiMOS-B-7.0.R5 both/hops ALCATEL SAR 7705 + if (strpos($sysObjectId, '.1.3.6.1.4.1.6527.6.1.1.2.5') !== false) { + $os = 'timos'; + } + // TiMOS-B-6.0.R2 both/hops ALCATEL-LUCENT SAR 7705 + if (strpos($sysObjectId, '.1.3.6.1.4.1.6527.6.1.1.2.6') !== false) { + $os = 'timos'; + } }//end if