Location:
<WorkspaceDirectory>\ConfigFiles\xio.SNMP.cfg
Within this configuration files, general configuration parameters of the SNMP client interface are set. Each parameter within the SNMP configuration file is identified with a name. The name is case-insensitive (i.e. capitalization is not considered). The scope indicates the allowed values of the parameter. The default value specifies the values that is used when no value is set by the user.
<table class="wrapped"> <colgroup> <col/> <col/> </colgroup> <tbody> <tr> <th> <p>
<em>Parameter</em> </p> </th> <th> <p>XIO:SNMP.DefaultCommunityString</p> </th> </tr> <tr> <td> <p> <em>Description</em> </p> </td> <td> <p>
Info |
---|
|
<WorkspaceDirectory>\ConfigFiles\xio.SNMP.cfg |
Parameter | Description | Scope | Unit | Default value |
---|
XIO.SNMP.DefaultCommunityString | This parameter is used to enable the authentication on the SNMP devices. If no string value is set by the user, the default community string is used. |
...
| string | none | public |
XIO.SNMP.DefaultGatewayItem | The Core Server checks the availability of the SNMP device in the network on a standard item. This value specifies on which OID value the server should query the device. |
...
| string | OID | 1.3.6.1.2.1.1.1.0 |
...
|
XIO.SNMP.DefaultTimeout | Each time the Core Server queries the SNMP device for the configured items, the server waits for the configured time span for a response message. |
...
| 1000 - 60000 | ms | 3000 |
XIO.SNMP.IgnoreUnavailableLocalEndpoints | If activated, the SNMP driver will start if at least one valid listener if available. If deactivated, the driver will stop opening further listeners after the first error. | true/false | none | true |