Table of Contents

Class SnmpV1Connection

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

Class representing an SNMPv1 connection.

public class SnmpV1Connection : ConnectionSettings, ISnmpV1Connection, ISnmpConnection, IRealConnection, IElementConnection
Inheritance
SnmpV1Connection
Implements
Inherited Members
Extension Methods

Constructors

SnmpV1Connection()

Default empty constructor

SnmpV1Connection(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 Set 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

Get the libraryCredentials

Retries

Get or Set the amount of retries.

SetCommunityString

Get or set the Set Community String.

Timeout

Get or Set the timeout value.

UdpConfiguration

Get or Set the UDP Connection settings