1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 00:42:08 +02:00

snmpget: add page (#15702)

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Managor 2025-02-06 18:51:28 +02:00 committed by GitHub
parent 16944ecbbd
commit e84949fd89
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

12
pages/common/snmpget.md Normal file
View file

@ -0,0 +1,12 @@
# 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}} {{oid}}`
- Display the full Object Identifier (OID) path:
`snmpget -v {{version}} -c {{community}} -O f {{ip}} {{oid}}`