LinuxCommandLibrary

snmptest

Interactive SNMP request testing tool

TLDR

Start interactive SNMP session

$ snmptest -v [2c] -c [public] [host]
copy
Test with SNMPv3
$ snmptest -v [3] -u [user] -l authPriv -a SHA -A [authpass] [host]
copy

SYNOPSIS

snmptest [options] agent

DESCRIPTION

snmptest provides an interactive SNMP session for testing and debugging. Send arbitrary SNMP requests interactively. Part of Net-SNMP suite for development and troubleshooting.

PARAMETERS

-v version

SNMP version (1, 2c, 3).
-c community
Community string.
-u user
SNMPv3 username.
-l level
Security level.

SEE ALSO

snmpget(1), snmpwalk(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community