Okay, well I obviously didn't get it the first time - but I'm afraid that I still don't.
Those modules you are using - are they home-grown?
I can't find any of them on CPAN, and setValue is not a function that's available via Net::SNMP.
Perhaps you can show some code that demonstrates your problem a bit clearer?
Sorry I can't be of more help. | [reply] [d/l] |
If I understand the question correctly you are working on an SNMP server in perl (apparently using NetSNMP::agent, although it would help if you specified that) and you want to change the output format that someone who runs 'snmpget' on your servers sees? Do I understand that correctly?
If so, the answer is "you can't", the server can only return the values, you would have to change the client to control how they are displayed at that end.
| We're not surrounded, we're in a target-rich environment! |
|---|
| [reply] |
Thanks to both of you
Jason, you are almost correct, I want to change the output format that someone who runs 'snmpWALK' on my servers sees, and I understud that it IS possible since the 'walk' does work with names, no ??
| [reply] |