Files
tldr/pages/common/snmpget.md
T
2025-12-22 07:07:05 +02:00

372 B

snmpget

Query using the SNMP protocol. More information: https://manned.org/snmpget.

  • Request a single value from the SNMP agent:

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

  • Display the full Object Identifier (OID) path:

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

  • Display help:

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