Add support for Fiberstore branded BDCOM switches (#16162)

* Add support for Fiberstore branded BDCOM switches

* Move mibs into sub-dirrectory

---------

Co-authored-by: Tony Murray <murraytony@gmail.com>
This commit is contained in:
Frederik Kriewitz
2024-07-04 22:22:37 +02:00
committed by GitHub
parent 85268d0db6
commit 273226bb5f
20 changed files with 234712 additions and 1 deletions

View File

@@ -131,7 +131,7 @@ if (($device['os'] == 'routeros') && version_compare($device['version'], '7.7',
}//end foreach
}
echo PHP_EOL;
} elseif ($device['os'] == 'pbn' || $device['os'] == 'bdcom') {
} elseif ($device['os'] == 'pbn' || $device['os'] == 'bdcom' || $device['os'] == 'fs-bdcom') {
echo ' NMS-LLDP-MIB: ';
$lldp_array = SnmpQuery::hideMib()->walk('NMS-LLDP-MIB::lldpRemoteSystemsData')->table(2);
foreach ($lldp_array as $key => $lldp_array_inner) {