A description of each of the Snmp specific properties follows. For more details on properties specific to all types of network objects, refer to the Niagara Drivers Guide.

Used to configure device-level polling. See the Niagara Drivers Guide for more information about polling. for details on configuring the
Displays the enterprise OID (Object Identifier)1.3.6.1.4.1.4131 information for the station.
Specifies the system contact information for the station. This contact information is stored for the station and is read/write accessible via Snmp requests made to the station for OID 1.3.6.1.2.1.1.4.0.
Specifies the system name information for the station. This name information is stored for the station and is read/write accessible via Snmp requests made to the station for OID 1.3.6.1.2.1.1.5.0.
Specifies the system location information for the station. This location information is stored for the station and is read/write accessible via Snmp requests made to the station for OID 1.3.6.1.2.1.1.6.0.
Specifies whether the ability for Snmp request messages to be received by the station (only supports receiving GET, GETNEXT, or SET Snmp V1 or Snmp V2 messages) is enabled or disabled. When enabled, reception of Snmp request messages from external Snmp sources is possible (subject to the constraints placed on the reception of Snmp requests by the next six property fields). When disabled, reception of Snmp requests is not possible and any requests sent to it will be dropped.
It gives a description if the point goes into the fault.
Specifies the port that the station uses to receive Snmp requests from external Snmp sources (such as a network manager). The default is port 161.

Specifies whether to enable or disable the ability for Snmp request messages to be received from only recognized sources (specified in the 'Recognized Sources' property). When enabled, a received Snmp request message is first checked for its source Ip, and if this source Ip matches any one of the source Ip addresses specified in the 'Recognized Sources' field, the request is processed. If the source Ip does not match, then the request is disregarded. When this property is disabled, Snmp requests from any source Ip will be processed.
This component can be configured with source Ip addresses to specify a list of recognized network managers. This list is used if the 'Snmp Receive Requests' and 'Only Accept Requests From Recognized Sources' properties are both enabled. It contains a list of source Ip addresses that will be searched whenever an incoming Snmp request is received, and if the source of that request matches a source Ip in this list, then the request will be processed. Otherwise, the request will be dropped. Useful for security purposes to ensure that the station only responds to known sources. This component has two actions used to configure the source Ip address list:
Specifies whether to enable or disable checking the community string field on a received Snmp request message before processing the request. When enabled, a received Snmp request message is first checked for its community string, and if this community string matches the community string specified in the 'Read Only Community' field (for GET or GETNEXT requests) or the 'Read Write Community' field (for GET, GETNEXT, or SET requests), the request is processed. If the community string does not match for the appropriate read/write access, then the request is disregarded. When this property is disabled, Snmp requests with any community string field will be processed.
Only valid if the 'Check Community On Requests' property is enabled, this property specifies the community string field that incoming Snmp request messages must contain in order to process a read-only request (GET or GETNEXT request). The default value is “public”.
Only valid if the 'Check Community On Requests' property is enabled, this property specifies the community string field that incoming Snmp request messages must contain in order to process a read-write request (GET, GETNEXT, or SET request). The default value is “public”.
Specifies whether to enable or disable the ability for Snmp trap messages to be received by the station. When enabled, reception of Snmp trap messages from external Snmp devices is enabled, and any received trap messages will be routed to the Alarm Class specified by the 'Alarm Class For Received Traps' property, subject to the constraints of the 'Only Process Recognized Traps' property.
It gives a description if the point goes into the fault.
Specifies the port that the station uses to receive Snmp trap messages from external Snmp devices. The default is port 162.

Specifies the default Ip address of the network manager to use for reporting information. Any SnmpRecipients configured to use the SnmpNetwork's default network manager will report Snmp trap messages generated by the station to the host at this Ip address (see SnmpRecipient Configuration). This default network manager Ip will also get sent a 'Cold Start' trap message from the station when the station first starts.
Specifies the port to use for outgoing Snmp trap messages sent to the default network manager (i.e. the port on the default network manager where Snmp trap messages are received). This field defaults to port 162 - the standard Snmp traps port.
Specifies the Snmp version whether it is Snmp V1 or Snmp V2.
Specifies the community string field to use for outgoing Snmp trap messages (sent to the default network manager). The default value is “public”.
This property allows you to specify the maximum size of the Snmp Alarm Table. The default size is 500 records. Using this property, you can disable the Snmp Alarm Table by setting the value to zero. The purpose of limiting the table size is to conserve memory. You can also choose to disable Snmp alarm storage by choosing to set the SnmpRecipient’s “Snmp Alarm Table” property to “Do not Store Received”.