Login  
Search All Forums
Dart Home | PowerSNMP for .NET | Custom Development Reply | PowerSNMP for .NET Topics | Forums   
AuthorForum: PowerSNMP for .NET
Topic: SNMPv3 The EngineId specified in the message was invalid
Luis Barrientos

From: USA
Posts: 1
Member Since: 04/23/14
posted April 23, 2014 5:07 PM

Hi guys,

I need your help please, I'm getting this error: Dart.Snmp.SecurityException: The EngineId specified in the message was invalid.

Dart.SNMP: 4.2.1.2

I know this is not the latest release but I'll be very thanked for your help.

please consider this piece of code

      var security = new Security();
      security.PrivacyProtocol = blabla
      security.PrivacyPassword = blabla
      security.AuthenticationPassword = blabla
      security.AuthenticationProtocol = blabla
      security.Username = blabla
      security.EngineId = ??? // <------ I guess this accesor should be provided, How should it be correctly initialized?

var request = new GetNextMessage();
request.Variables.Add(new Variable("1.0.8802.1.1.1.1.2.1.1.2.3"));
request.Version = SnmpVersion.Three;
request.Security = security;

this.managerSlave.GetResponse(request, IpAddress, Port); // <---- Dart.Snmp.SecurityException: The EngineId specified in the message was invalid.

Thanks in advance.

Regards,
Luis

Nick B (Admin)

From: Utica, NY USA
Posts: 619
Member Since: 05/25/10

Extra Support Options
Custom Application Development

posted April 24, 2014 9:35 AM

Hello,

Please see our included samples for a demonstration of the use of EngineID. It should be populated with any administratively unique value.

------
-Non-current subscribers must contact sales@dart.com to update subscription and receive continued support as needed.
------

Reply | PowerSNMP for .NET Topics | Forums   
This site is powered by PowerTCP WebServer Tool PowerTCP WebServer for ActiveX