mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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:
committed by
GitHub
parent
85268d0db6
commit
273226bb5f
@@ -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) {
|
||||
|
Reference in New Issue
Block a user