Installation guide

set devicesecurity
Chapter 2 Command Descriptions 57
set devicesecurity
Devices
supported
This command is supported in all Digi Connect Family devices.
Purpose Used to set or display the Connectware Device Protocol device security
settings.
Required
permissions
To use this command, permissions must be set to one of the following:
For a user to display the Connectware Device Protocol device security
settings: “set permissions s-devicesecurity=read”
For a user to display and set Connectware Device Protocol device
security settings: “set permissions s-devicesecurity=rw”
See "set permissions" on page 86 for details on setting user permissions
for commands.
Syntax Configure Connectware Device Protocol device security settings
set devicesecurity [identityverificationform={simple|crypto}]
[discoverycodingscheme={nonenone|aesmd5|nonemd5}]
[messagepassingscheme= {nonenone|aesmd5|nonemd5}]
[clientkeysize={default|128bit|192bit|256bit}]
[keyencryptingkey=hexstring] [keygeneratingkey=hexstring]
[keyseed=hexstring]
Display current device security settings
set devicesecurity
Options identityverificationform={simple| crypto}
Used to specify the type of authentication used by the server.
simple
The device will send its device ID to the server.
crypto
The device and the server will perform a cryptographic challenge-
response handshake.