snmp_walk
Walk an SNMP OID subtree using GETNEXT requests and return each variable's OID, value, and type. Stops when the subtree ends.
Instructions
Walk an OID subtree via GETNEXT chain. Terminates on endOfMibView or when the next OID leaves the subtree. Returns a list of {oid, value, type} rows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | ||
| root_oid | Yes |