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 | Unit | Default value |
---|---|---|---|---|
xio.SNMP.Server.OID | Prefix that is used for mapped SNMP OIDs. | string | OID | 1.3.6.1.4.1.58651 |
xio.SNMP.Server.Version | SNMP version used for sending SNMP server traps, | enum | V1,V2,V3 | V2 |
xio.SNMP.Server.StrictSnmpVersion | If activated, the SNMP server will only respond to SNMP requests with the defined SNMP trap version. | bool | True / False | True |
xio.SNMP.Server.CommunityString | Community string which must be used by SNMP clients. Only necessary for V1 and V2. | string | none | public |
xio.SNMP.Server.AuthName | If V3 is used, the user name used in User Definitions must be set here. | string | Reference to SNMP user definitions | empty |
xio.SNMP.Server.SysName | Value of sysName object. | string | none | NETx BMS Platform |
xio.SNMP.Server.SysDescription | Value of sysDescription object. | string | none | NETx BMS Platform |
xio.SNMP.Server.SysContact | Value of sysContact object. | string | none | admin@admin |
xio.SNMP.Server.SysLocation | Value of sysLocation object. | string | none | empty |
xio.SNMP.Server.TrapAgentAddress | IP address used in SNMP V1 trap messages. | string | none | empty |