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:
parent
16944ecbbd
commit
e84949fd89
1 changed files with 12 additions and 0 deletions
12
pages/common/snmpget.md
Normal file
12
pages/common/snmpget.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue