Re: MAC representation

2006-12-01 Thread Dave Shield
On 29/11/06, Jegan <[EMAIL PROTECTED]> wrote: > The MAC address is defined as an unsigned integer in MIB. Which MIB are you referring to? The standard way of representing a MAC address is as a 6-octet (binary) string value. See SNMPv2-TC (MacAddress) or RFC1213-MIB (PhysAddress) for details. D

MAC representation

2006-11-29 Thread Jegan
Hi, The MAC address is defined as an unsigned integer in MIB. While I represent it using String, the agent response is shown as the hexademical value of the input string eg 0123AB is represented as 30 31 32 33 65 66 How do I solve this problem Thanks and Regards, S.Jegan