Re: Perl sub-agent and BITS value

2016-01-07 Thread Michael Schmitz
For all those who are interested, I found out what's wrong. You will have to specify ASN_OCTET_STR as value type, not ASN_BIT_STR. I have absolutely no idea why and it's very supprising from my point of view, but it works. It would be a great help, if there was a method that allowed to determine t

Perl sub-agent and BITS value

2016-01-04 Thread Michael Schmitz
Hi all,   I managed to implement my own sub-agent in Perl using Agent.pm and it works pretty well apart from one point. The MIB the sub-agent is dealing with contains one object that is defined in this way:       XxxEntry ::= SEQUENCE {     internalError     TCRMINTERNALERROR,