"CISCO-AAA-SESSION-MIB", ); register_mibs($device, $extra_mibs, "includes/discovery/os/ios.inc.php"); } } // Fallback case // If we don't have an OS yet and if the object is in Cisco tree it's most likely an IOS device // if (empty($os) and substr($sysObjectId, 0, 17) == ".1.3.6.1.4.1.9.1.") { $os = "ios"; }