HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

snmptable — Fetch data in tabular format. More information: <https://manned.org/snmptable>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
snmptablecommandformatclifetchtabulardatamore

Problem

How to use the snmptable command: Fetch data in tabular format. More information: <https://manned.org/snmptable>.

Solution

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]}}

Code Snippets

Fetch data

snmptable -v {{version}} -c {{community}} {{ip_address}} {{oid}}

Display help

snmptable {{[-h|--help]}}

Context

tldr-pages: common/snmptable

Revisions (0)

No revisions yet.