You place SnmpDevice objects under an SnmpNetwork to represent actual SNMP devices that you want to communicate with. Then you configure the SnmpDevice object by setting its properties to match the settings for the actual SNMP device. After device configuration, you can configure proxy points (at the device-level) for reading and writing actual data values on the SNMP device.
SnmpDevice objects may only exist under an SnmpNetwork object.
You can view and edit the following SnmpDevice specific properties in the property sheet view of the SnmpDevice:
A description of the SNMP specific properties follows (displayed in the property sheet view). For more details on properties that are common to all types of device objects, please refer to the NiagaraAX-3.x Drivers Guide documentation.
Actions
The SnmpDevice object has one visible action:
Ping
This action manually initiates a “ping” (check device status) on the actual SNMP device that the SnmpDevice object represents.
Retry Count
Specifies the number of times any individual SNMP request made to this SNMP Device will be retried when receiving a null response before considering the request to be a communication failure.
Response Time Out
Specifies the maximum amount of time to wait for a response after sending an SNMP request to this SNMP device. If no response is received in this amount of time after sending a request, the request will be considered failed, and the driver will either retry the request (per the 'Retry Count' property) or consider the transaction a failure.
Ip Address
Specifies the IP address of the actual SNMP device for which this SnmpDevice represents.
Port
Specifies the port to use for outgoing SNMP requests to the corresponding SNMP device for this SnmpDevice (i.e. the port on the external SNMP device where SNMP requests are received). The default is port 161 - the standard SNMP port.
SNMP Version
Specifies the version of the SNMP protocol to use for communication with this SNMP device. The default is 2 (representing SNMPv2), and the only other option is 1 (representing SNMPv1).
Community
Specifies the community string field to use for outgoing SNMP request messages sent to the SNMP device. The default value is “public”.
Max Variable Bindings Per Request
Specifies the maximum number of variable bindings to include in each SNMP request message sent to the SNMP device. The default value is 10, however, this value can be any integer value greater than or equal to 1. This is useful if the SNMP request messages sent during device-level polling become too large (due to a large number of subscribed SNMP proxy points for the SnmpDevice), and you would like to split up the request messages into multiple requests (of shorter length). A value of 1 would cause individual requests for each subscribed SNMP proxy point's data value within the SnmpDevice on each poll cycle for the SnmpDevice.
Traps
This editable component stores a list of SNMP trap notification types created for this SnmpDevice using the MIBPointListManager. If the SnmpNetwork is configured to receive SNMP trap messages, any trap received from this SNMP device will first check to see if it has a corresponding trap notification type in this list in order to describe the meaning of the received trap. This component has one action:
Clear - Deletes the list of stored SNMP trap/notification types. All entries will be removed.
For more information about the Trap device extension, including traps property descriptions, refer to SNMP alarm device extension properties.
Mib
This editable field allows you to specify the path to a MIB file. You can populate this field by typing directly in the field or by using the Select MIB(s) to load dialog box, which is available from the Snmp Point Manager view.
Copyright © 2000-2016 Tridium Inc. All rights reserved.