New Post: SharpSnmpLib doesn't work with .NET 4.0
I tried using the instructions in KB600005. Everything built fine. But the snmpd executable wouldn't run. I kept getting the error above. I was finally able to track it down to the following line...
View ArticleCreated Issue: "TextualConventionMacro.Syntax == null" [7246]
The problem is a bug in "textualconvention_macro" of "Smi.g" file. I found it fixed at discussion "http://sharpsnmplib.codeplex.com/discussions/361816"but in current bigdipper_7.5_src.zip I downloaded...
View ArticleCommented Issue: "TextualConventionMacro.Syntax == null" [7246]
The problem is a bug in "textualconvention_macro" of "Smi.g" file. I found it fixed at discussion "http://sharpsnmplib.codeplex.com/discussions/361816"but in current bigdipper_7.5_src.zip I downloaded...
View ArticleClosed Issue: "TextualConventionMacro.Syntax == null" [7246]
The problem is a bug in "textualconvention_macro" of "Smi.g" file. I found it fixed at discussion "http://sharpsnmplib.codeplex.com/discussions/361816"but in current bigdipper_7.5_src.zip I downloaded...
View ArticleCommented Issue: "TextualConventionMacro.Syntax == null" [7246]
The problem is a bug in "textualconvention_macro" of "Smi.g" file. I found it fixed at discussion "http://sharpsnmplib.codeplex.com/discussions/361816"but in current bigdipper_7.5_src.zip I downloaded...
View ArticleCommented Issue: SNMP v3 bug? [7243]
I tried snmpget with my device (Cisco SF 300), but without success. I used the following command:<br />snmpget -c=public -v=3 -a=MD5 -l=authNoPriv -A=800000090340f4ecf2b113 -u=billing...
View ArticleCommented Issue: SNMP v3 bug? [7243]
I tried snmpget with my device (Cisco SF 300), but without success. I used the following command:<br />snmpget -c=public -v=3 -a=MD5 -l=authNoPriv -A=800000090340f4ecf2b113 -u=billing...
View ArticleCommented Issue: SNMP v3 bug? [7243]
I tried snmpget with my device (Cisco SF 300), but without success. I used the following command:<br />snmpget -c=public -v=3 -a=MD5 -l=authNoPriv -A=800000090340f4ecf2b113 -u=billing...
View ArticleReleased: TritonMate (8.0) Milestone 1 (Dec 21, 2012)
This is currently a bug fix release (7.6.11221.0).Work item 7239 Bug in SecureSnmpContext.HandleMembership method is closed.Work item 7240 System.ArgumentException truncation error for 32-bit integer...
View ArticleUpdated Release: TritonMate (8.0) Milestone 1 (Dec 21, 2012)
This is currently a bug fix release (7.6.11221.0).Work item 7239 Bug in SecureSnmpContext.HandleMembership method is closed.Work item 7240 System.ArgumentException truncation error for 32-bit integer...
View ArticleEdited Issue: SNMP v3 discovery bug [7243]
I tried snmpget with my device (Cisco SF 300), but without success. I used the following command:<br />snmpget -c=public -v=3 -a=MD5 -l=authNoPriv -A=800000090340f4ecf2b113 -u=billing...
View ArticleReopened Issue: Responding to V3 Inform messages [7245]
Hi Lex,<br /><br />I hope you can help with a problem responding to V3 Inform messages.<br /><br />We have a device that is configured to send Informs to a trap receiver that...
View ArticleEdited Issue: Exxception on V3 Inform discovery messages [7245]
Hi Lex,<br /><br />I hope you can help with a problem responding to V3 Inform messages.<br /><br />We have a device that is configured to send Informs to a trap receiver that...
View ArticleClosed Issue: Exxception on V3 Inform discovery messages [7245]
Hi Lex,<br /><br />I hope you can help with a problem responding to V3 Inform messages.<br /><br />We have a device that is configured to send Informs to a trap receiver that...
View ArticleClosed Issue: v1 walk throws exception on bad(?) data from printer [7241]
Hi LexI found a Canon iR C3580 printer that responds in such a way to cause a v1 walk to throw an exception and halt the walk. When the walk arrives at .1.3.6.1.2.1.2.2.1.21.2, an exception is...
View ArticleClosed Issue: System.ArgumentException truncation error for 32-bit integer...
i've used this library for some time and never have any trouble, i didn't change the code and now i'm always receive this exception "truncation error for 32-bit integer coding".Why this exception is...
View ArticleClosed Issue: Bug in SecureSnmpContext.HandleMembership method [7239]
return EngineGroup.IsInTime(parameters.EngineTime.ToInt32(), Group.EngineTime); should be changed toreturn EngineGroup.IsInTime(Group.EngineTime, parameters.EngineTime.ToInt32());
View ArticleReopened Issue: Exxception on V3 Inform discovery messages [7245]
Hi Lex,<br /><br />I hope you can help with a problem responding to V3 Inform messages.<br /><br />We have a device that is configured to send Informs to a trap receiver that...
View ArticleEdited Issue: Exception on V3 Inform discovery messages [7245]
Hi Lex,<br /><br />I hope you can help with a problem responding to V3 Inform messages.<br /><br />We have a device that is configured to send Informs to a trap receiver that...
View ArticleClosed Issue: Exception on V3 Inform discovery messages [7245]
Hi Lex,<br /><br />I hope you can help with a problem responding to V3 Inform messages.<br /><br />We have a device that is configured to send Informs to a trap receiver that...
View Article