- or download this
sub get_ip_list {
my $table_index = shift;
...
}
return $ips;
}
- or download this
ERROR: Received noError(0) error-status at error-index 1
- or download this
darren@monitor:~/nomadix> snmpwalk -v1 -c XXXXX B x.x.x.x 1.3.6.1.4.1.
+3309.1.4.17
SNMPv2-SMI::enterprises.3309.1.4.17.1.0 = INTEGER: 1
...
SNMPv2-SMI::enterprises.3309.1.4.17.5.1.4.1 = IpAddress: 61.115.200.69
SNMPv2-SMI::enterprises.3309.1.4.17.5.1.6.1 = IpAddress: 61.115.200.99
SNMPv2-SMI::enterprises.3309.1.4.17.5.1.10.1 = INTEGER: 1
- or download this
my $oid = "$base_oid"."$oids{$version}".".$table_index";