i have a problem...
within my python script which does an snmpwalk, there should be an intelligence to create a static table which maps OIDs to corresponding text strings, query the table and in the output of snmpwalk, i need to replace the numeric string with its textual string..
for example
I want
:enterprises.18489.1.2.1.5.1.10.0 = INTEGER: 1
to be replaced with ...........XXXXX=INTEGER:1
any suggestions?