Forum Discussion

Jayson_Gugliett's avatar
Jayson_Gugliett
Icon for Nimbostratus rankNimbostratus
Sep 05, 2007

SNMP - LOADING MIBS

I download the MIB's. Copied the TXT files to /usr/share/snmp/mibs on my Open Suse 10.2 server.

 

 

When I try using snmp walk:

 

 

snmpwalk -vc2 -c public -m all 192.168.2.2 (also tried)

 

 

snmpwalk -vc2 -c public -M /usr/share/snmp/mibs 192.168.2.2

 

 

The command excutes, but the F5 Mib's do not load. I cant seem to get any F5 specific data from snmpwalk or snmpget without loading the mibs.

 

 

Any suggestions?

 

 

Running OpenSue 10.2 with Nagios up and running.

 

 

 

 

  • Before running any of the snmp, I give the command

     

     

    export MIBS=ALL

     

     

    Then, I would use something like

     

     

    snmpwalk -v2c -c public 192.168.2.2 F5-BIGIP-COMMON-MIB::f5

     

     

    and that does the trick for me. If you want to work with the numeric form of the OIDs, then try

     

     

    snmpwalk -v2c -c public 192.168.2.2 .1.3.6.1.4.1.3375