Re: ifPhysAddress value shown wrong on NetSNMP client for ifTable

2010-07-16 Thread Malathi Panyam
Hi Dave,   Thanks a lot!. I started using the binary string and it works fine now.   Regards, Malathi --- On Fri, 7/16/10, Dave Shield wrote: From: Dave Shield Subject: Re: ifPhysAddress value shown wrong on NetSNMP client for ifTable To: "Malathi Panyam" Cc: net-

Re: ifPhysAddress value shown wrong on NetSNMP client for ifTable

2010-07-16 Thread Dave Shield
On 16 July 2010 19:50, Malathi Panyam wrote: > node> snmpgetnext -v2c -c public ifPhysAddress.8 > IF-MIB::ifPhysAddress.9 = STRING: > 30:30:3a:31:30:3a:32:33:3a:63:30:3a:34:32:3a:35:64 I presume you were expecting to see a value of 00:10:23:c0:42:5d ? Because I'd suggest that it is th

RE: ifPhysAddress value shown wrong on NetSNMP client for ifTable

2010-07-16 Thread Malathi Panyam
MIB::ifPhysAddress.9 = STRING: 30:30:3a:31:30:3a:32:33:3a:63:30:3a:34:32:3a:35:64 --- On Fri, 7/16/10, Mike Ayers wrote: From: Mike Ayers Subject: RE: ifPhysAddress value shown wrong on NetSNMP client for ifTable To: "Malathi Panyam" , net-snmp-users@lists.sourceforge.net Date: Friday, July

RE: ifPhysAddress value shown wrong on NetSNMP client for ifTable

2010-07-16 Thread Malathi Panyam
Hi,    I just ran it for the second row, but its the same for first row as well. ifDescr is giving the correct value all the times.. no issues with that.   Thanks and Regards, Malathi --- On Fri, 7/16/10, Mike Ayers wrote: From: Mike Ayers Subject: RE: ifPhysAddress value shown wrong on

RE: ifPhysAddress value shown wrong on NetSNMP client for ifTable

2010-07-16 Thread Mike Ayers
> From: Malathi Panyam [mailto:malathipan...@yahoo.com] > Sent: Friday, July 16, 2010 9:17 AM >Thanks for the reply. I see nothing with the snmpgetnext > > Node> snmpgetnext -v2c -c public ifPhysAddress.1 > IF-MIB::ifPhysAddress.2 = STRING: What's the matching ifDescr? Did

RE: ifPhysAddress value shown wrong on NetSNMP client for ifTable

2010-07-16 Thread Malathi Panyam
Hi,    Thanks for the reply. I see nothing with the snmpgetnext   Node> snmpgetnext -v2c -c public ifPhysAddress.1 IF-MIB::ifPhysAddress.2 = STRING: Regards, Malathi --- On Fri, 7/16/10, Mike Ayers wrote: From: Mike Ayers Subject: RE: ifPhysAddress value shown wrong on NetSNMP client

RE: ifPhysAddress value shown wrong on NetSNMP client for ifTable

2010-07-16 Thread Mike Ayers
> From: Malathi Panyam [mailto:malathipan...@yahoo.com] > Sent: Thursday, July 15, 2010 4:15 PM > When I tried to get the ifTable using "snmptable" command, I see a > completely wrong value for "ifPhysAddress". All other values look fine. What do you see when you get the value of ifPh

ifPhysAddress value shown wrong on NetSNMP client for ifTable

2010-07-16 Thread Malathi Panyam
Hi,     When I tried to get the ifTable using "snmptable" command, I see a completely wrong value for "ifPhysAddress". All other values look fine.   We override the functionlaity of ifTable in our code.   But the value of ifPhysAddress is fine when I tried to retrieve in any MIB browser. This sh