SnmpKit.SnmpMgr.V2Walk (snmpkit v1.3.23)

Handles iterative SNMP walks for one or many targets.

Single-target walks still run synchronously in the caller, while multi-target walks can share one caller process and one UDP socket without spawning a task per target.

Summary

Functions

Performs a full SNMP walk for a given target and root OID.

Performs bounded multi-target SNMP walks using a shared UDP socket.

Functions

walk(request, timeout)

Performs a full SNMP walk for a given target and root OID.

walk_multi(requests, opts \\ [])

Performs bounded multi-target SNMP walks using a shared UDP socket.

Returns one ordered result per request, preserving input order.