It would be interesting to be make snmptranslate able to read its standard input, so as to provide bulk translation functionality:
snmptranslate < snmpwalk.output.symbolic > snmpwalk.output.numeric
Alternatively, another filtering-dedicated binary would be fine.
Guillaume Rousse
2012-07-16
Sorry, I forgot the correct output switch in my example:
snmptranslate -On < snmpwalk.output.symbolic > snmpwalk.output.numeric
Gonéri Le Bouder
2012-07-16
Hello net-snmp maintainers,
First, Thank you for this very useful tool! I agree with guillomovitch, his suggestion would be very useful to convert a full walk to numeric format. For the moment, this means a snmptranslate call per line.
Bill Fenner
2013-02-06