Ilya Etingof

Results 259 comments of Ilya Etingof

> 1 - Is it possible to divert the SNMP traffic on the basis of the sender (i.e. Network element). We want to send the traffic to different SNMP Manager...

Sorry for delay! Design-wise, spoofing should work just fine for traps. If you could give me a minimal transparent TRAP forwarder configuration that fails, I can try to debug that...

I think there are a couple of other nuisances one might want to keep in mind when implementing dual v1/v2c support. Notably: * v2c has`Counter64` type * v2c misses `NetworkAddress`...

> It seems that most implementation difference would lie in the "set" command (by simply refusing unsupported types) More or less, modulo slightly different `NetworkAddress` PDU structure. On the other...

> I just haven't had the time, energy, or access to v1 devices at home to implement anything JFYI: you could experiment/test against [the publicly available](http://snmplabs.com/snmpsim/public-snmp-agent-simulator.html) SNMP agent simulator.

Sorry for not looking into this earlier! I think this has something to do with either ambiguous or incorrect encoding. Do you know ASN.1 structure you are trying to decode...

Sorry for it has taken so long to get to this issue! I've just cloned your repo and run the tests - none of them fail for me. My setup...

My guess would be one of those structures in the `CallEventRecord` which does not have [tag 160](https://github.com/kimgr/asn1ate/blob/master/testdata/public/huawei-cdr.asn#L254) defined, though it is present in the serialization. The other way to approach...

Well, the first approach is meant for a single run, to figure out what's missing. That's not for production use of course. Anyway, let's try #152 with the second approach?...

Thank you for raising this problem! However I do not see so far, how a boolean can end up being raised. Here is [the code](https://github.com/etingof/pyasn1/commit/66afc8921e4f5d3a41e407ab6d95ce7e4ec5383a#diff-c83396ae28bd3def40eedb644f8e715eR674) - if True, it should...