In other words. How can I specify the starting OID? I found this code:
---
unless ( defined ( $self->{func_oid}{$system_oid} )) {
my $spec_dir_snmp=$self->{spec_dir_snmp};
# We init the default value
$self->{func_oid}{$system_oid}={};
$self->{func_oid}{$system_oid}{active}=0;
$self->{func_oid}{$system_oid}{oid_value}="1.3.6.1.2.1.1.2.0";
$self->{func_oid}{$system_oid}{oid_name}="Undefined";
---
The OID in the code is HP's and the code suggests that there is a will to control the OID it's scanning.