snmptable
Display SNMP MIB data in table format
TLDR
Display SNMP table
$ snmptable -v [2c] -c [public] [host] [TABLE_OID]
Show with column headers$ snmptable -v [2c] -c [public] -Cb [host] [TABLE_OID]
Show interface table$ snmptable -v [2c] -c [public] [host] ifTable
SYNOPSIS
snmptable [options] agent tableoid_
DESCRIPTION
snmptable displays SNMP table data in tabular format. Retrieves and formats MIB tables for easy reading. Part of Net-SNMP suite for network management.
PARAMETERS
-v version
SNMP version (1, 2c, 3).-c community
Community string.-Cb
Brief column names.-Cf sep
Field separator.-Cw width
Column width.
