SNMP server configuration
Within this configuration file, settings for the server side of the SNMP driver are configured.
File location
<WorkspaceDirectory>\ConfigFiles\xio.SNMP.Server.cfg
Parameter | Description | Scope | Default value | |
|---|---|---|---|---|
| 1 | xio.SNMP.Server.OID | Prefix OID that is used for mapped SNMP OIDs. | String | 1.3.6.1.4.1.58651 |
| 2 | xio.SNMP.Server.Version | SNMP version used for sending SNMP server traps: V1, V2 or V3, | String | V2 |
| 3 | xio.SNMP.Server.StrictSnmpVersion | If activated, the SNMP server will only respond to SNMP requests with the defined SNMP trap version. | Boolean | True |
| 4 | xio.SNMP.Server.CommunityString | Community string which must be used by SNMP clients. Only necessary for V1 and V2. | String | public |
| 5 | xio.SNMP.Server.AuthName | If V3 is used, the user name used in User Definitions must be set here. Use the Authentication name in SNMP user definitions. | String | empty |
| 6 | xio.SNMP.Server.SysName | Value of sysName object. | String | NETx BMS Platform |
| 7 | xio.SNMP.Server.SysDescription | Value of sysDescription object. | String | NETx BMS Platform |
| 8 | xio.SNMP.Server.SysContact | Value of sysContact object. | String | admin@admin |
| 9 | xio.SNMP.Server.SysLocation | Value of sysLocation object. | String | empty |
| 10 | xio.SNMP.Server.TrapAgentAddress | IP address used in SNMP V1 trap messages. | String | empty |