LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

snmpgetnext

Retrieve next SNMP OID value sequentially

TLDR

Get next OID value
$ snmpgetnext -v [2c] -c [public] [host] [OID]
copy
Get next with SNMPv3
$ snmpgetnext -v [3] -u [user] -l authPriv -a SHA -A [authpass] -x AES -X [privpass] [host] [OID]
copy

SYNOPSIS

snmpgetnext [options] agent oid...

DESCRIPTION

snmpgetnext retrieves the lexicographically next OID value from an SNMP agent. Used for walking MIB trees and discovering available OIDs. 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 (noAuthNoPriv, authNoPriv, authPriv).
-O opts
Output format options.

INSTALL

sudo apt install snmp
copy
sudo apk add net-snmp-tools
copy

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid