mix snmpkit.walk (snmpkit v2.0.1)
Walks a subtree and prints every object, like snmpwalk.
mix snmpkit.walk HOST [OID] [options]
mix snmpkit.walk 192.168.1.1 system
mix snmpkit.walk 192.168.1.1 ifTable --table
mix snmpkit.walk switch:1161 1.3.6.1.2.1.2 --no-bulk -v 1OID defaults to system. Options:
-c,--community,-v,--version,-t,--timeout,-r,--retries,-p,--port- as formix snmpkit.get--no-bulk- use GETNEXT instead of GETBULK (SNMPv1 agents)--max-repetitions- GETBULK repetitions per request--walk-timeout- cap on the whole walk, milliseconds--table- print the subtree as a table with named columns--numeric,--raw- as formix snmpkit.get