LinuxCommandLibrary

snmpstatus

Retrieve SNMP agent status summary

TLDR

Show host status

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

SYNOPSIS

snmpstatus [options] agent

DESCRIPTION

snmpstatus retrieves status information from an SNMP agent. Shows system description, uptime, and interface summary. Quick health check for network devices. Part of Net-SNMP suite.

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