Files
cheatsheet-tldr/tldr/snmptable
2025-12-23 00:21:40 +00:00

18 lines
319 B
Plaintext

---
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:
`snmptable -v {{version}} -c {{community}} {{ip_address}} {{oid}}`
- Display help:
`snmptable {{[-h|--help]}}`