Secure SNMPv3 agent parameters
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public class SecureAgentParameters : IAgentParameters |
| Visual Basic |
|---|
Public Class SecureAgentParameters _ Implements IAgentParameters |
| Visual C++ |
|---|
public ref class SecureAgentParameters : IAgentParameters |
Remarks
SNMP Agent specific values. This class stores values to access SNMP version 3
agents.
Pass this class with your request data (Pdu) to the request method of the target class to make
a request.
Based on the information in this class, an appropriate request will be made by the request class.
Following request types are generated:
* if EngineBoots and EngineTime are integer value 0 or if EngineId value is length 0, Discovery
request is made and passed instance of the SecureAgentParameters is updated with returned values.
* in all other cases, SNMP request is made to the agent