HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

snmpbulkget — Query the next value in the MIB tree and all of its adjacent values. More information: <https://mann

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandvaluecliquerynextsnmpbulkget

Problem

How to use the snmpbulkget command: Query the next value in the MIB tree and all of its adjacent values. More information: <https://manned.org/snmpbulkget>.

Solution

snmpbulkget — Query the next value in the MIB tree and all of its adjacent values. More information: <https://manned.org/snmpbulkget>.

Request the next value from the SNMP agent:
snmpbulkget -v {{version}} -c {{community}} {{ip_address}} {{oid}}


Display the full Object Identifier (OID) path:
snmpbulkget -v {{version}} -c {{community}} -O f {{ip_address}} {{oid}}


Display help:
snmpbulkget {{[-h|--help]}}

Code Snippets

Request the next value from the SNMP agent

snmpbulkget -v {{version}} -c {{community}} {{ip_address}} {{oid}}

Display the full Object Identifier (OID) path

snmpbulkget -v {{version}} -c {{community}} -O f {{ip_address}} {{oid}}

Display help

snmpbulkget {{[-h|--help]}}

Context

tldr-pages: common/snmpbulkget

Revisions (0)

No revisions yet.