in reply to SNMP Walk

try using Version => 1

the snmpwalk command may be failing back to version 1 without telling you. the get_table will use a get-bulk type of request with v2 instead of the get-next type of request needed by v1.