Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Location:

<WorkspaceDirectory>\DataFiles\xio.SNMP.UserDefinitions.dat The SNMP Module provides the transfer of encrypted data If SNMP v3 is used, the transferred data is encrypted between the device and the NETx BMS Core Server. The defined user have to be added to the SNMP device definition file, to allow the successful decryption of data from the device.
The structure of the SNMP user definition file is as follows: 'SNMP user configuration file

'Authentication name; Authentication Protocol; Authentication key; Privacy Protocol; Privacy password user;NONE;NoAuthenticationKey;NONE;Noprivacykey; myuser;MD5;mypassword;DES;myotherpassword; theuser;SHA1;AuthenticationKey;AES;PrivacyKey;

Each line – except comment lines that start with ' – defines a single SNMP user definition.

 

...

To pariticapte in the encryted communication, an SNMP user has to be defined. The user definition specifies the used cryptographic algorithms and secrets.

Info
titleFile location

<WorkspaceDirectory>\DataFiles\xio.SNMP.UserDefinitions.dat


 Col# Parameter  DescriptionScopeUnitMandatory / default value
1Authentication nameThis parameter specifies the name of the SNMP user which is used for the reference in the SNMP device definition file as well as for the authentication on the device.stringnonemandatory
2Authentication protocol This parameter spec- ifies specifies the protocol which is used for the authentication procotol. The parameter allows the selection of the options MD5, SHA1 or the definition of no protocol.protocol. NONE, MD5,SHA1,SHA256,SHA384,SHA512noneNONE
3Authentication key The authentication key is the password string which used for the authentication of the user on the system.stringnoneempty
4Privacy protocol The privacy protocol is used to encrypt the data of the SNMP device. The parameter provides the options AES, DES and None.AES,AES192,AES256,DES,NONEnoneNONE
5Privacy password The privacy password represents the password string which is used for the decryption of the SNMP data.stringnoneempty