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

13
tldr/snmptable Normal file
View File

@@ -0,0 +1,13 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# snmptable
> Fetch data in tabular format.
> More information: <https://manned.org/snmptable>.
- Fetch data:
`snmpget -v {{version}} -c {{community}} {{ip}} {{oid}}`