Update cheatsheets

This commit is contained in:
ivuorinen
2025-02-23 00:19:07 +00:00
parent 4d25c6d1dd
commit 60964ca3f8
8 changed files with 132 additions and 0 deletions

17
tldr/snmpgetnext Normal file
View File

@@ -0,0 +1,17 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# snmpgetnext
> Query the next value in the MIB tree.
> More information: <https://manned.org/snmpgetnext>.
- Request the next 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}}`