Using SNMPget or SNMPwalk witha vendor MIB file

First, copy your .mib file into the directory where your script is located.

Then use snmpget in the following format:

snmpget [address] -c [community string] -v 1 -m [mib name] [object to scan]

Then use snmpwalk in the following format:

snmpwalk [address] -c [community string] -v 1 -m [mib name] [object to scan]

Responses are currently closed, but you can trackback from your own site.

One Response to “Using SNMPget or SNMPwalk witha vendor MIB file”

Subscribe to RSS Feed Follow me on Twitter!