This is a discussion on Problem with a return value within the SNMP Users forums, part of the Networking and Network Related category; This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
This message is in MIME format. The first part should be readable text,
while the remaining parts are likely unreadable without MIME-aware tools. --17432832-945173727-1202126055=:11723 Content-Type: TEXT/PLAIN; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8BIT Hello, I am having a problem with a return value from a specific OID from a specific MIB i am studying. The MIB is CISCO-DOT11-ASSOCIATION-MIB and the specific OID is the cDot11ClientIpAddress on the CDot11ClientConfigInfoEntry table. When i do a snmpwalk to list the values on this table, in a CISCO AP, i get some strange values on the cDot11ClientIpAddress rows. Some of the values returned by these rows are Hex-String like 0D OE C4 DF which is ok but sometimes it returns strings in ascii like "..Êë instead of Hex-strings. So my question is: is there any way to convert these strings in ascii into the value that the row should return which is Hex-String? Could there be a parameter missing in the snmpwalk command? The command i am using is: snmpwalk -v2c -c community-string ip-of-the-ap .1.3.6.1.4.1.9.9.273.1.2.1 the command above returns a list of the rows in the CDot11ClientConfigInfoEntry table. --17432832-945173727-1202126055=:11723 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ --17432832-945173727-1202126055=:11723 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/...net-snmp-users --17432832-945173727-1202126055=:11723-- |