Table of Contents

Class SnmpV2Connection

Namespace
Skyline.DataMiner.Core.DataMinerSystem.Common
Assembly
Skyline.DataMiner.Core.DataMinerSystem.Common.dll

Class representing an SnmpV2 Connection.

public class SnmpV2Connection : ConnectionSettings, ISnmpV2Connection, ISnmpConnection, IRealConnection, IElementConnection
Inheritance
SnmpV2Connection
Implements
Inherited Members
Extension Methods

Constructors

SnmpV2Connection()

Default empty constructor

SnmpV2Connection(IUdp)

Initiates a new instance with default settings for Get Community String (public), Set Community String (private), Device Address (empty), Command Timeout (1500ms), Retries (3) and Element Timeout (30s).

Properties

DeviceAddress

Get or Sets the device address.

ElementTimeout

Get or Set the timespan before the element will go into timeout after not responding.

GetCommunityString

Get or Sets the Get community string.

Id

Gets the zero based id of the connection.

LibraryCredentials

Gets the Library Credential settings.

Retries

Get or Set the amount of retries.

SetCommunityString

Get or Sets the Set community string.

Timeout

Get or Set the timeout value.

UdpConfiguration

Get or Sets the UDP connection settings.