IP*Works! S/SNMP V9 - Online Help
IP*Works! S/SNMP V9
Questions / Feedback?

RemoteEngineId Property

The Engine Id of the remote agent.

Syntax

[VB.NET]
Public Property RemoteEngineId As String
Public Property RemoteEngineIdB As Byte()

[C#]
public string RemoteEngineId {get; set;}
public byte[] RemoteEngineIdB {get; set;}

Remarks

This property is only used for SNMPv3 packets (see SNMPVersion), and is reset every time RemoteHost or RemotePort changes.

RemoteEngineId is normally discovered through the Discover method. However, by manually supplying a value for the property, RemoteEngineId discovery step may be eliminated, thus avoiding the extra roundtrip to the agent (RemoteEngineBoots and RemoteEngineTime are also required for User authentication - please refer to the Discover method for more information).

Default Value

""

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 9.0.6240.0