Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 4 Next »

Location:


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


The SNMP Module provides the transfer of encrypted data 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.

 

    
1Authentication name This 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.
2Authentication protocol This parameter spec- ifies 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.
3Authentication key The authentication key is the password string which used for the authentication of the user on the system.
4Privacy protocol The privacy protocol is used to encrypt the data of the SNMP device. The parameter provides the options AES, DES and None.
5Privacy password The privacy password represents the password string which is used for the decryption of the SNMP data.
  • No labels