Re: IPv6 address in hex format

2008-03-12 Thread Dominique bastien
Hex it's the standard way to display IPv6 address. --- Maneesh Agarwal <[EMAIL PROTECTED]> wrote: > Hi, > > I'm using ASN_OCTET_STR for ipv6 address. But MIB > browser displays the IPv6 address in hex format. > > For IPv4 address, ASN_IPADDRESS is used, th

IPv6 address in hex format

2008-03-11 Thread Maneesh Agarwal
Hi, I'm using ASN_OCTET_STR for ipv6 address. But MIB browser displays the IPv6 address in hex format. For IPv4 address, ASN_IPADDRESS is used, the output is displayed is A.B.C.D format. Is there a way to represent the IPv6 address in readable format? Thanks, -Maneesh Ag