This document has only specific information about the device connection settings and its address syntax.

Refer to the User Guide for more information on the Device Module.

On this page:


Summary

Communication Driver Information

Driver name

SNMP

Assembly Name

T.ProtocolDriver.SNMP

Assembly Version

2.5.0.7

Available for Linux

False

Devices supported 

SNMP supported devices

Manufacturer

N/A (Not Applicable)

Protocol

SNMP

Interface

TCP/IP or UDP

PC Requirements

Ethernet port


Supported Operands

Get Command

Command

Description

OctetString

FS Device DataType ASCII

ObjectIdentifier

FS Device DataType ASCII

TimeTicks

FS Device DataType ASCII

Integer32

FS Device DataType Long

Gauge32

FS Device DataType DWord

Counter32

FS Device DataType DWord

Set Command

Command

Description

OctetString

FS Device DataType ASCII

Integer32

FS Device DataType Long

Counter32

FS Device DataType DWord


Nodes Configuration

Station Configuration 

  • <IP address>: IP address of the equipment in the network
  • <Port>:  Port of the equipment in the network
  • <MIB>:  MIB file of equipment. If the MIB file is not specified the SNMPv2-MIB file will be used.
  • <Version>: Version of the SNMP
  • <Authentication>:  Authentication MD5 or SHA-1. Only for Version 3.
  • <Passphrase>: Passphrase when Authentication is enabled.
  • <Privacy>:  Privacy DES or AES. Only for Version 3 and Authentication is enabled.
  • <Passphrase>: Passphrase when Privacy is enabled.
  • <UserName>: UserName for version 3.



Points Configuration

The syntax for the SNMP communication points is: [Community name]; <OID>

Where:

  • [Community name] can be:
    • Public  (default)
    • Private
  • <OID>: indicates the Object Identifier (OID) in the verbose notation. You can use the TreeView to select the OID from MIB.

 E.g.: .iso.org.dod.internet.mgmt.mib-2.transmission



Driver Revision History

SNMP Revision History

Version 

Notes

2.5.0.7

Initial release on new documentation standards.


In this section...

  • No labels