Details
-
Add New Device / OS
-
Resolution: Fixed
-
Trivial
-
None
-
None
-
None
Description
Please add support for VSOLUTION EPON/GPON OLT as per attached
definitions/os/vsolution.inc.php
$os = "vsolution"; |
$config['os'][$os]['text'] = "VSOLUTION"; |
$config['os'][$os]['vendor'] = "V-Solution"; |
$config['os'][$os]['icon'] = "vsolution"; |
$config['os'][$os]['type'] = "network"; |
$config['os'][$os]['discovery'][] = [ |
'sysObjectID' => '.1.3.6.1.4.1.37950.1.1.5.10.14.1', |
'sysDescr' => '/V1600/' |
];
|
$config['os'][$os]['mibs'][] = "VSOLUTION-MIB"; |
$config['os'][$os]['mibs'][] = "V1600G"; //for GPON OLT |
|
MIBs, mib definition and logos attached.