diff --git a/includes/discovery/os/ciscosb.inc.php b/includes/discovery/os/ciscosb.inc.php index ce35a8ff86..1c55ba38de 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'; + } }