diff --git a/AUTHORS.md b/AUTHORS.md index 3e65c34f4..bae7770ff 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -66,5 +66,5 @@ Contributors to LibreNMS: - Robert Zollner (Lupul) - Richard Hartmann (RichiH) - Robert Gornall (rgormley) [1]: http://observium.org/ "Observium web site" diff --git a/includes/discovery/os/ciscosb.inc.php b/includes/discovery/os/ciscosb.inc.php index ce35a8ff8..1c55ba38d 100644 --- a/includes/discovery/os/ciscosb.inc.php +++ b/includes/discovery/os/ciscosb.inc.php @@ -7,4 +7,16 @@ if (!$os) { if (strstr($sysObjectId, '.1.3.6.1.4.1.9.6.1.83')) { $os = 'ciscosb'; } + + if (strstr($sysObjectId, '.1.3.6.1.4.1.9.6.1.85')) { + $os = 'ciscosb'; + } + + if (strstr($sysObjectId, '.1.3.6.1.4.1.9.6.1.88')) { + $os = 'ciscosb'; + } + + if (strstr($sysObjectId, '.1.3.6.1.4.1.9.6.1.89')) { + $os = 'ciscosb'; + } }