diff --git a/app/Console/Commands/SnmpFetch.php b/app/Console/Commands/SnmpFetch.php index 822efcfdde..8c40e132b4 100644 --- a/app/Console/Commands/SnmpFetch.php +++ b/app/Console/Commands/SnmpFetch.php @@ -163,6 +163,7 @@ abstract class SnmpFetch extends LnmsCommand $type = $this->type; return SnmpQuery::make() + ->enumStrings() ->numeric($this->numeric) ->device($device) ->$type($this->oids);