mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-02 08:54:42 +00:00
Update cheatsheets
This commit is contained in:
@@ -10,8 +10,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Request the next value from the SNMP agent:
|
||||
|
||||
`snmpget -v {{version}} -c {{community}} {{ip}} {{oid}}`
|
||||
`snmpgetnext -v {{version}} -c {{community}} {{ip}} {{oid}}`
|
||||
|
||||
- Display the full Object Identifier (OID) path:
|
||||
|
||||
`snmpget -v {{version}} -c {{community}} -O f {{ip}} {{oid}}`
|
||||
`snmpgetnext -v {{version}} -c {{community}} -O f {{ip}} {{oid}}`
|
||||
|
||||
Reference in New Issue
Block a user