SNMP Agent Manual
SNMP Agent Manual
Table of Contents
SNMP Agent Plug-In 1
Table of Contents 1
Overview 3
Agent Setup 3
General 4
Network Interfaces 5
Communication 6
Agent Actions 7
System Objects 9
System Objects Description 9
CSV Import/Export 19
Creating a Template 19
Error Descriptions 23
Invalid IP Address. 25
Item Mapping _SNMP Agent.<agent name>.<item name> is invalid. Verify it does not ref-
erence a nonexistent or array-type tag or unsupported data type. 25
The network interface <NIC description>; Port: <port> has already been added. 27
The trap recipient has already been added. Please select a different IP, port, community, ver-
sion, or network adapter. 27
Trap _SNMP Agent.<agent name>.<item name> is invalid. Verify it does not reference a
nonexistent or array-type tag or unsupported data type. 28
Trap Trigger _SNMP Agent.<agent name>.<item name> is invalid. Verify it does not ref-
erence a nonexistent or array-type tag or unsupported data type. 28
Unable to bind socket on binding address <IP address>, port <port>, and protocol <pro-
tocol>. 29
Unable to create communications thread on socket for binding address <IP address>, port
<port>, and protocol <protocol>. 29
Unable to create socket on binding address <IP address>, port <port>, and protocol <pro-
tocol>. 29
badValue 31
commitFailed 31
genError 31
noError 32
noSuchName 32
notWritable 32
tooBig 33
wrongType 33
Index 34
www. [Link]
3 SNMP Agent Plug-In
CONTENTS
Overview
What is the SNMP Agent Plug-In and how is it used?
Agent Setup
How do I configure a new SNMP Agent?
CSV Import/Export
How do I import and export data in a CSV file?
Error Descriptions
What error messages does the SNMP Agent Plug-In produce?
Overview
The SNMP Agent Plug-In acts as an internal client to the server. It supports SNMP versions 1 and 2C over the
UDP protocol. For more information on the supported SNMP version command PDUs, refer to the table
below.
Agent Setup
For more information on a specific aspect of agent setup, select a link from the list below.
General
Network Interfaces
Communication
Agent Actions
See Also:
www. [Link]
SNMP Agent Plug-In 4
System Objects
Creating a New Item Mapping Group
Creating a New Trap Group
General
l Description: This parameter specifies the textual description of the agent entity. It is optional, and
left blank by default.
l ObjectID: This parameter displays the agent node's fully-qualified object identifier.
l Contact: This parameter specifies the identification and contact information of the user maintaining
the agent. It is optional, and left blank by default.
l Name: This parameter specifies the administratively-assigned name for the agent node. It is
optional, and left blank by default
l Location: This parameter specifies the physical location of the node running the agent. It is optional,
and left blank by default.
l MIB Sub-Identifier: This parameter specifies the MIB sub-identifier. The valid range is 1 to
4294967295. The default setting is 1.
Note: Different sub-identifiers should be chosen between multiple instances of the SNMP Agent
Plug-In that exist on the same network. This prevents the collision of data with the same OID but dif-
ferent meanings.
l Enable: When selected, all objects underneath the SNMP Agent are enabled and visible to SNMP
managers. The default setting is checked.
www. [Link]
5 SNMP Agent Plug-In
Network Interfaces
The SNMP Agent Plug-In allows users to select several network adapters, and several ports for each
adapter.
l Network Adapter: This parameter specifies the network adapter. On project start up, the Network
Adapter list box is filtered to include the network adapters that are available on the system. The
Default network adapter is always available. The default setting is Default.
Note: When Default is selected, the agent binds to the first network adapter in the list.
l Port: This parameter specifies the port number. The default setting is 161.
l Add: When clicked, this button inserts the selected network interface to the Network Adapter list box.
l Remove: When clicked, this button deletes the network interface selected in the Network Adapter list
box.
www. [Link]
SNMP Agent Plug-In 6
Communication
l SNMP Version: This parameter specifies the SNMP version. Options include V1, V2c, and V1, V2c.
The default setting is V1, V2c.
l Protocol: This parameter specifies the protocol. The default setting is UDP.
Community Access
The Community list box lists the communities to which the agent belongs. The agent neither responds to
requests containing community strings that are not listed, nor responds to SNMP Set requests containing
community strings with Read Only access rights. Descriptions of the parameters are as follows:
l Community Name: This parameter specifies the community name. It is left blank by default.
l Community Rights: This parameter specifies the community access rights. Options include Read
Only and Read/Write. The default setting is Read Only.
l Add: When clicked, this button inserts the specified community name and rights to the Community
list box.
l Remove: When clicked, this button deletes the specified community name and rights from the Com-
munity list box.
www. [Link]
7 SNMP Agent Plug-In
IP/Host Access
The IP Address list box lists the IP addresses from which SNMP messages are accepted. The agent does not
respond to requests from hosts whose IP addresses are not listed. If a request is received from an accepted
IP address, the agent may still ignore the request if the community string is not accepted. Descriptions of the
parameters are as follows:
l Accept packets from all hosts: When checked, SNMP packets are accepted from all hosts. When
unchecked, SNMP packets are only accepted from hosts that are entered and displayed in the list
box. The default setting is unchecked.
l Host IP Address: This parameter specifies the IP address from which SNMP packets are accepted.
l Add: When clicked, this button inserts the specified IP to the IP Address list box.
l Remove: When clicked, this button deletes the specified IP from the IP Address list box.
Agent Actions
Once an SNMP Agent has been configured, users may access its context menu for further actions.
l Export MIB File: When selected, this option invokes the MIB File Export dialog.
l Toggle On\Off: When selected, this option changes the agent and all of its objects to the value oppos-
ite its current state.
l Delete: When selected, this option deletes the agent and all of its objects.
l Import CSV: When selected, this option invokes the Import from CSV dialog.
l Export CSV: When selected, this option invokes the Export to CSV dialog.
l Properties: When selected, this option invokes the Agent Properties dialog.
www. [Link]
SNMP Agent Plug-In 8
l Item Mapping Groups: This field's group and description are specified by the MIB Export file. SNMP
object definitions are added to the exported MIB file for each item mapping in the selected groups.
l Trap Groups: This field's group and description are specified by the MIB Export file. SNMP trap defin-
itions are added to the exported MIB file for each trap in the selected groups.
l Module Name: This parameter specifies the module name of the exported MIB file. The default set-
ting is SNMPAGENT-MIB.
l SNMP Version: This parameter specifies the version of the exported MIB file. Options include V1 and
V2c. The default setting is V2c.
Note: To ensure successful communication, the MIB file used by a network manager should be the
same version as the SNMP responses it expects to receive.
See Also: Creating a New Item Mapping Group and Creating a New Trap Group.
www. [Link]
9 SNMP Agent Plug-In
System Objects
After an SNMP Agent has been configured, several system objects become available.
www. [Link]
SNMP Agent Plug-In 10
l Name: This parameter specifies the name of the new item mapping group. This field is used
as an identifier in exported MIB files, and is therefore limited to alphanumeric characters.
l Description: This parameter may be used to provide a description of the group. This field is
used in exported MIB files, and is therefore limited to the ANSI character set. It is optional,
and left blank by default.
l MIB Sub-identifier: This parameter specifies the MIB sub-identifier. The valid range is 1 to
4294967295. The default setting is 1.
l Item Mappings assigned to this group: This field specifies how many item mappings are
assigned to the group.
l Enable: When selected, all item mappings in the group are enabled and visible to the SNMP
manager. The default setting is checked.
www. [Link]
11 SNMP Agent Plug-In
1. To start, right-click on the new group and then select New Item Mapping.
l Item: This field specifies the item. For more information on how to populate this field by
using the Tag Browser, refer to Tag Browser.
Note: The SNMP object's identifier in an exported MIB file is derived from the underlying
server item's fully-qualified path (excluding all non-alphanumeric characters).
l Update Rate: This parameter specifies the rate at which the item mapping's cached value
for the server item is updated. The valid range is 10 milliseconds to 49 days. The default set-
ting is 10 minutes.
l Name: This parameter specifies the friendly name of the item mapping. It is used to gen-
erate the descriptor that represents the SNMP object in a MIB file.
l Descriptor: This parameter specifies the label used to represent the SNMP object in a MIB
file.
www. [Link]
SNMP Agent Plug-In 12
l SNMP Data Type: This parameter specifies the SNMP data type. Options include Integer32,
Unsigned32, Gauge32, Counter32, Counter64, TimeTicks, Octet String, Opaque, IpAddress,
and Object Identifier. The default setting is based on the server item's data type.
Note: This parameter is restricted to the SNMP data types to which the server item's data
may convert. If the agent cannot convert data to the SNMP data type, it returns a null value.
For more information on data type conversion, refer to Data Types Description.
l Access: This parameter specifies the item's access. Options include Read Only and
Read/Write. The default setting is based on the server item's access.
l Description: This parameter may be used to provide a description of the item mapping. If
the item has been selected through the Tag Browser, the field populates automatically with
the server description. This field is used as a description in exported MIB files and is there-
fore limited to the ANSI character set.
l MIB Sub-identifier: This parameter specifies the MIB sub-identifier. The valid range is 1 to
4294967295. The default setting is 1.
l Enable: When selected, an item mapping receives periodic updates from the server item
that it references and is visible to SNMP managers. When unchecked, the reference to the
server item is removed (possibly causing the active tag count to decrease) and the item map-
ping is not visible to SNMP managers. The default setting is checked.
Tag Browser
This dialog is used to select one or more server items. To do so, expand the list of devices and server plug-
ins, and then select the tags as desired. Once all tags have been selected, click Apply.
Note: To add multiple item mappings at once, right-click on the group and then select Add Multiple Item
Mappings. Then, press the Ctrl key while selecting all desired tag names. Once finished, click Apply.
www. [Link]
13 SNMP Agent Plug-In
l Name: This parameter specifies the name of the new trap group. This field is used as an
identifier in exported MIB files, and is therefore limited to alphanumeric characters.
l Description: This parameter may be used to provide a description of the trap. This field is
used in exported MIB files, and is therefore limited to the ANSI character set. It is optional,
and left blank by default.
l MIB Sub-Identifier: This parameter specifies the MIB sub-identifier. The valid range is 1 to
4294967295. The default setting is 1.
l Traps assigned to this group: This field specifies how many traps are assigned to the
group.
l Enable: When selected, all traps in the group are enabled by default. The default setting is
checked.
www. [Link]
SNMP Agent Plug-In 14
l Trap Destination IP: This parameter specifies the trap destination's IP address.
l Port: This parameter specifies the trap destination's port number. The default setting is 162.
l Community: This parameter specifies the community of trap messages sent to the specified
trap destination. The default setting is public.
l SNMP Version: This parameter specifies the version of trap messages sent to the specified
trap destination. Options include V1 and V2c. The default setting is V1.
l Network Adapter: This parameter specifies the network adapter on which traps are sent. On
project start up, the list box is filtered to only include entries with network adapters available
on the system. The Default network adapter is always available. The default setting is Default.
l Add: When clicked, this button inserts the specified trap destination, message, and local
information to the list box.
www. [Link]
15 SNMP Agent Plug-In
l Remove: When clicked, this button deletes the specified trap destination, message, and local
information from the list box.
1. To start, right-click on the trap group and then select New Trap.
l Name: This parameter specifies the friendly name of the new trap. It is used to generate the
descriptor that represents the SNMP trap object in a MIB file.
l Descriptor: This parameter specifies the label used to represent the SNMP trap object in a
MIB file.
l Description: This parameter may be used to provide a description of the trap. This field is
used as a description in exported MIB files, and is therefore limited to the ANSI character
set. It is optional, and left blank by default.
Note: When the trap is sent, this description is applied to the lastTrapDescr system object.
This system object is included as a variable binding in the trap message. For more inform-
ation, refer to System Objects Description.
www. [Link]
SNMP Agent Plug-In 16
l MIB Sub-identifier / Specific Trap Type: This parameter specifies the MIB sub-identifier
or the specific trap type. The valid range is 1 to 4294967295. It defaults to the lowest avail-
able sub-identifier.
l Enable: When selected, the trap receives periodic updates from the server item it is mon-
itoring. Trap messages are also sent to all of the trap group's trap recipients if the trap's trig-
ger condition is met. The default setting is checked.
l Item: This parameter specifies the item. For more information on how to populate this field
by using the Tag Browser, refer to Tag Browser.
l Update Rate (ms): This parameter specifies the rate at which the trap's cached value for
the source server item is updated. The valid range is 10 milliseconds to 49 days. The default
setting is 1000 milliseconds.
l Deadband Type: This parameter specifies the trap's deadband type. Options include None,
Absolute and Percent. The default setting is None. Descriptions are as follows:
www. [Link]
17 SNMP Agent Plug-In
l Absolute: If the difference between two consecutive tag data updates is more than
the amount specified in the Value field, the update is valid and can produce events.
Otherwise, the update is ignored.
l Percent: This option is similar to Absolute except that the Value field is a per-
centage of the specified range. For example, if the Value is 10 (10%) and the expec-
ted range is 0 to 10, the Absolute deadband would be ±1.
l Deadband: This parameter specifies the deadband value. Any positive number is supported.
If the Deadband Type is set to None, this parameter is disabled. The default value is 0.
l Range: This parameter specifies the range of the deadband. It is only enabled when Percent
is the chosen deadband type. The default value is 0.
l Threshold Type: This field specifies the threshold type. Options include Value and Item. The
default setting is Value.
Note: When Item is the selected threshold, additional settings are available. For more
information, refer to Item Threshold Deadband.
www. [Link]
SNMP Agent Plug-In 18
l Comparison: This parameter specifies the comparison for the trigger. The default setting is
Source > Threshold.
l Threshold: This parameter specifies the threshold. The default setting is 0. To browse for an item,
click Browse. For more information on how to populate this field by using the Tag Browser, refer to
Tag Browser.
l Update Rate: This parameter specifies the rate at which the trap's cached value for the trigger
server item is updated. The valid range is 10 milliseconds to 49 days. The default setting is 1000 mil-
liseconds.
l Deadband Type: This parameter specifies the deadband. Options include None, Absolute, and Per-
cent. The default setting is None.
l Deadband: This parameter specifies the deadband value. Any positive number is supported. If the
Deadband Type is set to None, this parameter is disabled. The default value is 0.
l Range: This parameter specifies the range of the deadband. It is only enabled when Percent is the
chosen deadband type. The default value is 0.
www. [Link]
19 SNMP Agent Plug-In
CSV Import/Export
The SNMP Agent Plug-In supports the import and export of data in a Comma Separated Variable (CSV) file.
CSV import and export supports the efficient configuration of large numbers of item mapping and trap
objects. CSV functions are only available at the Agent object level. Furthermore, parameters that are not
defined in the CSV file is assigned appropriate default values. For more information on a specific aspect of
CSV Import/Export, select a link from the list below.
Creating a Template
Exporting SNMP Agent Objects
Importing a CSV File into the Server
Using Other Characters as the Delimiter
Note: For information on specifying which character to use as the variable (comma or semicolon), refer to
"Options - General" in the server help file.
Creating a Template
The easiest way to create an import CSV file is to create a template. For more information, refer to the
instructions below.
2. Next, right-click on Item Mappings and select New Group. Then, define an item mapping within that
group.
3. Next, right-click on Traps and select New Group. Then, define a trap within that group.
5. Use this template in a spreadsheet application that supports CSV files, and then modify the file as
desired.
Note: Microsoft Excel is an excellent tool for editing large groups of tags outside the server. Once a tem-
plate CSV file has been exported, it can be loaded directly into Excel for editing.
www. [Link]
SNMP Agent Plug-In 20
Trap Fields
Required columns are listed in bold.
www. [Link]
21 SNMP Agent Plug-In
1. Save the project in XML. Then, perform mass configuration on the XML file instead of using CSV.
2. Perform a search-and-replace on the delimiter in the CSV file and then replace the delimiter with a
comma or semicolon. The delimiter being used by the server (either comma or semi-colon) must be
set to the replacement character.
For more information, refer to "Options - General" in the server help file.
Note: If the SNMP Agent Plug-In cannot convert data to the SNMP data type, it returns a null value.
www. [Link]
SNMP Agent Plug-In 22
Byte
bit 0 is the low bit
bit 7 is the high bit
Signed 16-bit value
www. [Link]
23 SNMP Agent Plug-In
DWord
bit 0 is the low bit
bit 31 is the high bit
32-bit floating point value
Float
bit 0 is the low bit
bit 31 is the high bit
64-bit floating point value
Double
bit 0 is the low bit
bit 63 is the high bit
Null terminated ASCII string
String
Support includes HiLo LoHi byte order selection.
Two byte packed BCD
BCD
Value range is 0-9999. Behavior is undefined for values beyond this range.
Four byte packed BCD
LBCD
Value range is 0-99999999. Behavior is undefined for values beyond this range.
Date 64-bit floating point value
Error Descriptions
The following error/warning messages may be generated. Click on the link for a description of the message.
Invalid IP address
Sub-identifier <selected sub-identifier> already in use. The lowest available sub-identifier
is <lowest available sub-identifier>.
Sub-identifiers must be within the range of 1 to 4294967295.
The community <community name> has already been added.
The host IP <IP address> has already been added.
The network interface <NIC description>; port <port> has already been added.
The tag does not exist.
The trap recipient has already been added. Please select a different IP, port, community,
version, or network adapter.
The rate must be within the range of 10 milliseconds and 49 days.
Unable to bind socket on binding address <IP address>, port <port> and protocol <pro-
tocol>.
www. [Link]
SNMP Agent Plug-In 24
Unable to create communications thread on socket for binding address <IP address>,
port <port> and protocol <protocol>.
Unable to create socket on binding address <IP address>, port <port> and protocol <pro-
tocol>.
Item Mapping _SNMP Agent.<agent name>.<item name> is invalid. Verify it does not ref-
erence a nonexistent or array-type tag or unsupported data type.
Trap _SNMP Agent.<agent name>.<item name> is invalid. Verify it does not reference a
nonexistent or array-type tag or unsupported data type.
Trap Trigger _SNMP Agent.<agent name>.<item name> is invalid. Verify it does not ref-
erence a nonexistent or array-type tag or unsupported data type.
See Also:
SNMP Error-Status Table
www. [Link]
25 SNMP Agent Plug-In
Invalid IP Address.
Error Type:
Error
Source:
Configuration
Possible Cause:
The IP Address specified is invalid.
Solution:
Enter a valid IPv4 address in quad-dotted notation.
Note:
An example of an IPv4 address in quad-dotted notation is [Link].
Source:
Runtime
Possible Cause:
The tag referenced in the item mapping does not exist in the project or has an unsupported data type.
Solution:
1. Confirm that the tag referenced in the item mapping exists in the project or add it to the project.
2. Confirm the data type of the tag referenced in the item mapping is not an array and is a supported
data type. Correct the data type as necessary.
Source:
Configuration
Possible Cause:
The specified sub-identifier is already in use by an object at the same level of the tree hierarchy.
Solution:
www. [Link]
SNMP Agent Plug-In 26
2. Select any other sub-identifier that is not currently in use by an object at the same level of the tree
hierarchy.
Source:
Configuration
Possible Cause:
The specified sub-identifier is outside the accepted range of 1 to 4294967295.
Solution:
Select a sub-identifier within the accepted range.
Source:
Configuration
Possible Cause:
A community with the specified name already exists in the list of accepted communities.
Solution:
Make the community name unique, and then add it to the list of accepted communities.
Source:
Configuration
Possible Cause:
The specified host IP Address has already been added to the list of accepted host IP Addresses.
Solution:
Make the host IP Address unique, and then add it to the list of accepted host IP addresses.
www. [Link]
27 SNMP Agent Plug-In
The network interface <NIC description>; Port: <port> has already been
added.
Error Type:
Error
Source:
Configuration
Possible Cause:
The specified network interface has already been added to the list of network interfaces.
Solution:
Make the network adapter or port unique, and then add it to the list of network interfaces.
Source:
Configuration
Possible Cause:
The specified server item does not match the fully-qualified path of an existing server item.
Solution:
Enter the fully-qualified path of an existing server item.
Note:
An example of a fully-qualified path is "Channel1.Device1.Item1".
The trap recipient has already been added. Please select a different IP,
port, community, version, or network adapter.
Error Type:
Error
Source:
Configuration
Possible Cause:
The specified trap recipient contains the same IP, port, community, version, and network adapter as an entry
in the trap recipients list.
Solution:
Make the trap recipient unique by selecting a different IP, port, community, version, or network adapter.
www. [Link]
SNMP Agent Plug-In 28
Source:
Configuration
Possible Cause:
The selected update rate is outside the accepted range of 10 milliseconds to 49 days.
Solution:
Specify an update rate within the accepted range.
Source:
Runtime
Possible Cause:
The tag referenced in the trap does not exist in the project or has an unsupported data type.
Solution:
1. Confirm that the tag referenced in the trap exists in the project or add it to the project.
2. Confirm that the data type of the tag referenced in the trap is not an array and is a supported data
type. Correct the data type as necessary.
Source:
Runtime
Possible Cause:
The tag referenced in the trap trigger does not exist in the project or has an unsupported data type.
Solution:
www. [Link]
29 SNMP Agent Plug-In
1. Confirm that the tag referenced in the trap trigger exists in the project or add it to the project.
2. Confirm the data type of the tag referenced in the trap trigger is not an array and is a supported data
type. Correct the data type as necessary.
Unable to bind socket on binding address <IP address>, port <port>, and
protocol <protocol>.
Error Type:
Warning
Source:
Runtime
Possible Cause:
Another SNMP application may already be bound to the specified port on the selected binding address.
Solution:
1. Terminate the other SNMP applications (such as the Windows SNMP Agent). Then, stop/start the
Runtime Process.
Source:
Runtime
Possible Cause:
The system may not have enough remaining memory to create new threads.
Solution:
Ensure that adequate system memory is available, and then restart the Runtime process.
Unable to create socket on binding address <IP address>, port <port>, and
protocol <protocol>.
Error Type:
Warning
Source:
Runtime
Possible Cause:
Another SNMP application may already be bound to the specified port on the selected binding address.
www. [Link]
SNMP Agent Plug-In 30
Solution:
1. Terminate other SNMP applications (such as the Windows SNMP Agent).
www. [Link]
31 SNMP Agent Plug-In
badValue
Error Type:
SNMP Response
Possible Cause:
When responding to SNMPv1 requests, this error-status is used in place of wrongType.
Solution:
For more information, refer to wrongType.
commitFailed
Error Type:
SNMP Response
Possible Cause:
The attempt to set the OID failed to write to the OPC item.
Solution:
Check the Event Log for details concerning the failure. This error-status is usually returned if the tag does
not have Read/Write access, if the device is not responding, or if the device rejected the write.
Notes:
1. When a commitFailed error-status is returned, a set-request containing multiple OIDs to be written
does not undo previously set values. As a result, set-requests containing multiple OIDs are not guar-
anteed to be atomic.
See Also:
genErr
genError
Error Type:
SNMP Response
Possible Cause:
An error occurred that cannot be described by an SNMP error-status. When responding to SNMPv1
requests, this response is used in place of commitFailed.
Solution:
www. [Link]
SNMP Agent Plug-In 32
noError
Error Type:
SNMP Response
Possible Cause:
The data returned in the SNMP get-response is valid, and represents the most recently cached value in the
SNMP Agent.
Solution:
N/A
Note:
This error-status is used in both SNMPv2c and SNMPv1.
noSuchName
Error Type:
SNMP Response
Possible Cause:
The requested OID is not available.
1. For SNMPv1, this error-status is returned for get-requests that include OIDs that do not exist in the
SNMP Agent. For set-requests, noSuchName is returned in the response when the OID is unavailable
or cannot be modified.
2. For SNMPv2c, the noSuchObject exception value is used in place of noSuchName. When the OID can-
not be modified, notWritable is used in place of noSuchName.
Solution:
Verify that the requested OID is included in the SNMP Agent project.
Note:
For SNMP get-requests, the agent returns a NoSuchName error (SNMPv1) and a NoSuchObject exception
(SNMPv2c) when an item mapping's tag quality is not good.
See Also:
SNMP Error-Status Table
notWritable
notWritable
Error Type:
SNMP Response
Possible Cause:
www. [Link]
33 SNMP Agent Plug-In
The OID cannot be modified in response to a set-request. This error-status is returned when a specific item
mapping is designated as Read Only or if the community string used in the set-request does not have
Read/Write access.
Solution:
Ensure that the item mapping permissions and the community string's Read/Write access are set correctly.
Note:
This error-status only applies to SNMPv2c. SNMPv1 uses noSuchName.
See Also:
Creating a New Item Mapping
Communication
noSuchName
tooBig
Error Type:
SNMP Response
Possible Cause:
1. The request contains an unusual number of OIDs.
Solution:
1. Decrease the number of OIDs included in the request.
Note:
This error-status applies to responses for all SNMP requests for SNMPv1 and SNMPv2c (such as get, get-
next, get-bulk, and set).
wrongType
Error Type:
SNMP Response
Possible Cause:
The SNMP type for a particular OID does not match the SNMP type configured for the item mapping.
Solution:
Verify that the SNMP data type used in the set-request matches the type configured in the item mapping.
Note:
This error-status only applies to SNMPv2c. SNMPv1 uses badValue.
See Also:
www. [Link]
SNMP Agent Plug-In 34
Index
Agent Actions 7
Agent Setup 3
badValue 31
commitFailed 31
Communication 6
Creating a New Item Mapping Group 10
Creating a New Trap 15
Creating a New Trap Group 13
Creating a Template 19
Creating New Item Mapping 11
CSV Import/Export 19
Error Descriptions 23
Exporting SNMP Agent Objects 19
General 4
genError 31
Help Contents 3
www. [Link]
35 SNMP Agent Plug-In
Network Interfaces 5
noError 32
noSuchName 32
notWritable 32
Overview 3
www. [Link]
SNMP Agent Plug-In 36
work adapter. 27
tooBig 33
Trap _SNMP Agent.<agent name>.<item name> is invalid. Verify it does not reference a nonexistent or
array-type tag or unsupported data type. 28
Trap Trigger _SNMP Agent.<agent name>.<item name> is invalid. Verify it does not reference a nonex-
istent or array-type tag or unsupported data type. 28
Unable to bind socket on binding address <IP address>, port <port>, and protocol <protocol>. 29
Unable to create communications thread on socket for binding address <IP address>, port <port>, and
protocol <protocol>. 29
Unable to create socket on binding address <IP address>, port <port>, and protocol <protocol>. 29
Using Other Characters as the Delimiter 21
wrongType 33
www. [Link]