Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add OS detection support for the Alcatel-Lucent (Nokia) SAR 7705 per issue #3549 #3553

Merged
merged 2 commits into from May 25, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 16 additions & 0 deletions includes/discovery/os/alcatel-lucent.inc.php
Expand Up @@ -34,4 +34,20 @@
if (strpos($sysObjectId, '.1.3.6.1.4.1.6527.1.9.1') !== 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.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