Raritan Computer EMX2-111 User Manual

Page of 379
Chapter 10: Using the Command Line Interface 
 
238
 
 
 
Setting the Authentication Method 
This command syntax sets the wireless authentication method to either 
PSK or Extensible Authentication Protocol (EAP). 
config:# 
network wireless authMethod <method> 
 
Variables: 
 
<method> is one of the authentication methods: PSK or EAP
Method 
Description 
PSK 
The wireless authentication method is set to PSK. 
EAP 
The wireless authentication method is set to EAP. 
 
 
Example 
The following command sets the wireless authentication method to PSK. 
config:# 
network wireless authMethod PSK 
 
 
Setting the PSK 
If the Pre-Shared Key (PSK) authentication method is selected, you must 
assign a PSK passphrase by using this command syntax. 
config:# 
network wireless PSK <psk> 
 
Variables: 
 
<psk> is a string or passphrase that consists of: 
- Up to 32 ASCII characters 
- No spaces 
- ASCII codes 0x20 ~ 0x7E 
 
 
Example 
This command assigns "encryp-key" as the PSK. 
config:# 
network wireless PSK encryp-key