Cloze
July 4th, 2009, 01:45 PM
Hallo,
I want to read out a specific parameter of a device via SNMP. I can read information through an snmpwalk, but then I get all information available off that device. (snmpwalk -c public -v 1 172.16.10.10).
So i want to do a snmpget of a specific parameter of my device. (snmpget -c public -v1 172.16.10.10 <parameter>)
Before I can use the parameters i must compile the mib file included with the device. But i don't know how to compile or add mibs to ubuntu. I didn't find anything on the Internet how to do so. Can sombody help me out?
I want to read out a specific parameter of a device via SNMP. I can read information through an snmpwalk, but then I get all information available off that device. (snmpwalk -c public -v 1 172.16.10.10).
So i want to do a snmpget of a specific parameter of my device. (snmpget -c public -v1 172.16.10.10 <parameter>)
Before I can use the parameters i must compile the mib file included with the device. But i don't know how to compile or add mibs to ubuntu. I didn't find anything on the Internet how to do so. Can sombody help me out?