Stop net-snmp from interpreting the octet-string from rttMonEchoAdmin… (#14676)

This commit is contained in:
not-known
2023-01-10 16:42:54 +01:00
committed by GitHub
parent 7936c7daf2
commit 87a062a48d
3 changed files with 697 additions and 1 deletions

View File

@@ -320,7 +320,7 @@ class Cisco extends OS implements
{
$slas = new Collection();
$sla_data = snmpwalk_cache_oid($this->getDeviceArray(), 'rttMonCtrl', [], 'CISCO-RTTMON-MIB');
$sla_data = snmpwalk_cache_oid($this->getDeviceArray(), 'rttMonCtrl', [], 'CISCO-RTTMON-MIB', null, '-OQUsx');
if (! empty($sla_data)) {
$sla_data = snmpwalk_cache_oid($this->getDeviceArray(), 'rttMonLatestRttOperCompletionTime', $sla_data, 'CISCO-RTTMON-MIB');