snmp_bulk_walk
Retrieve an entire OID subtree from SNMP devices using GETBULK for faster walks of large tables, with automatic fallback to GETNEXT for SNMPv1 hosts.
Instructions
Walk an OID subtree via GETBULK (SNMPv2c+). Faster than snmp_walk for large tables; falls back to GETNEXT with a warning on v1 hosts. max_repetitions defaults to 25.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | ||
| root_oid | Yes | ||
| max_repetitions | No |