Using SNMPget or SNMPwalk witha vendor MIB file

This post was written by admin on February 19, 2009
Posted Under: Linux

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]

  • Share/Bookmark

Add a Comment

required, use real name
required, will not be published
optional, your blog address

Previose Post: