Re: When can I use ASN_IPADDRESS?

2005-04-02 Thread Robert Story
On Sun, 13 Mar 2005 17:42:07 -0300 jrussi wrote: J> Well, so when can I use ASN_IPADDRESS? With what kind of J> MIB type? Use of this type is discouraged because it can't represent IPv6 addresses. But in your own MIBs, you can do whatever you want. If you know you will never need IPv

When can I use ASN_IPADDRESS?

2005-03-13 Thread jrussi
ess at the MIB. If I change the type of the variable to ASN_IPADDRESS, the "get" returns me in dot human readable ("11.0.10.1"), but with a error message "Wrong Type (should be OCTET STRING)". This is because at my MIB the variable is InetAddress, which is an octect strin