SnmpNetwork component properties

By selecting the Property Sheet view of an SnmpNetwork object, you can view and configure the following Snmp properties that apply to the entire network.

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.

Image

N Poll Scheduler

Used to configure device-level polling. See the Niagara Drivers Guide for more information about polling. for details on configuring the Niagara Poll Scheduler.

Enterprise

Displays the enterprise OID (Object Identifier)1.3.6.1.4.1.4131 information for the station.

Contact

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.

System Name

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.

Location

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.

Snmp Receive Requests

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.

 
CAUTION: When the ability to receive Snmp request messages (or Snmp trap messages) is enabled, your station may become insecure and subject to unauthorized Snmp requests from other sources. The additional properties for limiting the Snmp requests processed (by restricting the source Ips that may send Snmp requests and adding the ability to change the community string fields for read/write access) do not ensure the security of your station since no encryption is used. It is highly recommended that you only enable the reception of Snmp requests (or Snmp traps) when your station is on a secure network where Snmp requests from unauthorized sources are restricted.
 

Receive Config

  • Fault Cause

    It gives a description if the point goes into the fault.

  • Receive Port

    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.

Image

Ignore Requests From Unrecognized Sources

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.

Recognized Sources

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:

Check Community On Requests

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.

Read Only Community

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”.

Read Write Community

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”.

 
NOTE: This property has priority over the 'Read Only Community' property.
 

Snmp Receive Traps

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.

 
CAUTION: When the ability to receive Snmp request messages (or Snmp trap messages) is enabled, your station may become insecure and subject to unauthorized Snmp requests from other sources. The additional properties for limiting the Snmp requests processed (by restricting the source Ips that may send Snmp requests and adding the ability to change the community string fields for read/write access) do not ensure the security of your station since no encryption is used. It is highly recommended that you only enable the reception of Snmp requests (or Snmp traps) when your station is on a secure network where Snmp requests from unauthorized sources are restricted.
 

Traps Config

  • Fault Cause

    It gives a description if the point goes into the fault.

  • Receive Port

    Specifies the port that the station uses to receive Snmp trap messages from external Snmp devices. The default is port 162.

Image

Default Network Manager Ip Address

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.

Default Network Manager Traps Port

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.

Default Network Manager Snmp Version

Specifies the Snmp version whether it is Snmp V1 or Snmp V2.

Default Network Manager Traps Community

Specifies the community string field to use for outgoing Snmp trap messages (sent to the default network manager). The default value is “public”.

Snmp Alarm Table Capacity

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”.