Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Load Vendor Mibs

Status
Not open for further replies.

cksrealm

ISP
Nov 10, 2001
12
0
0
US
All

I have got some MIB's from our hardware vendor, as I am fairly new to the SNMP game I have a couple of questions. I have extracted the files into /usr/share/snmp/mibs and all the files are called xxxxx.mib. If I run a SNMPWALK on the device I have to use the following to get any readable stats from it.

snmpwalk -v2c -c xxxxx xxx.xxx.xxx.xxx -M /usr/share/snmp/mibs/eqlmibs/eqlcontroller.mib eql

in order to get them to work, the eql at the end is the vendor "eql". However as I am interested in using these mib's for a MRTG based graphing I cant use this string, how do you "install" the mibs so that when a normal

snmpwalk -v2c -c xxxxx xxx.xxx.xxx.xxx is run it uses the MIB's.

Any help would be greatly appreciated.

Thanks in advance.

Chris K
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top