Hello!

2009/2/13 sunliang 00100828 <[email protected]>

> We want to do the SNMPWALK function, and set the software do not check up
> according to ASCII sequence.
> Do you have a solution?


If you want to turn off DISPLAY-HINT try "-I h" option:
          snmpwalk -I h ...
For example snmpwalk with options "-I h -O x" shows all strings in hex
format:
          snmpwalk -I h -O x ...
And try snmpwalk without "-I h" option:
          snmpwalk -O x ...
to see difference.
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to