add endofmibview exception handling
This commit is contained in:
6
Info.pm
6
Info.pm
@@ -2366,6 +2366,12 @@ sub _load_attr {
|
|||||||
last;
|
last;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Check if last element, V2 devices may report ENDOFMIBVIEW even if
|
||||||
|
# instance or object doesn't exist.
|
||||||
|
if ($val eq 'ENDOFMIBVIEW'){
|
||||||
|
last;
|
||||||
|
}
|
||||||
|
|
||||||
if ($val eq 'NOSUCHOBJECT'){
|
if ($val eq 'NOSUCHOBJECT'){
|
||||||
$self->error_throw("SNMP::Info::_load_attr: $attr : NOSUCHOBJECT");
|
$self->error_throw("SNMP::Info::_load_attr: $attr : NOSUCHOBJECT");
|
||||||
next;
|
next;
|
||||||
|
|||||||
Reference in New Issue
Block a user