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
+12
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}}`