SNMP

Download 6
Last updated Oct 29, 2025

snmpv2-walk

Walk SNMP MIB tree using SNMPv2c.

snmpv2-walk community=COMMUNITY host=HOST oid=OID [timeout=NUM{m|s}] [retry=RETRY]
community=COMMUNITY
SNMP community string (e.g., public)
host=HOST
Comma-separated host:port list (e.g., 192.168.1.1:161,10.0.0.5). Port defaults to 161 if omitted.
oid=OID
Starting OID to walk (e.g., 1.3.6.1.2.1)
timeout=NUM{m|s}
Timeout in seconds (default: 5)
retry=RETRY
Retry count (default: 2)

Output Fields

FieldTypeNameDescription
hostStringHostTarget host
portIntegerPortTarget port
oidStringOIDObject Identifier
nameStringNameOID name
valueStringValueOID value
typeStringTypeValue type
syntaxStringSyntaxSNMP syntax code