Raritan Computer EMX2-111 Benutzerhandbuch

Seite von 379
 
Chapter 10: Using the Command Line Interface 
 
 
239
 
 
Setting the EAP Parameters 
When the wireless authentication method is set to EAP, you must 
configure EAP authentication parameters, including outer authentication, 
inner authentication, EAP identity, password, and CA certificate. 
 
 
Setting the Outer Authentication 
This command syntax determines the outer authentication protocol for 
the EAP. 
config:# 
network wireless eapOuterAuthentication <outer_auth> 
 
Variables: 
 
The value of <outer_auth> is PEAP because EMX only supports 
Protected Extensible Authentication Protocol (PEAP) as the outer 
authentication. 
 
 
Example 
The following command determines the outer authentication protocol for 
the EAP authentication is Protected Extensible Authentication Protocol 
(PEAP). 
config:# 
network wireless eapOuterAuthentication PEAP 
 
 
Setting the Inner Authentication 
This command syntax determines the inner authentication protocol for 
the EAP. 
config:# 
network wireless eapInnerAuthentication <inner_auth> 
 
Variables: 
 
The value of <inner_auth> is MSCHAPv2 because EMX only 
supports Microsoft's Challenge Authentication Protocol Version 2 
(MSCHAPv2) as the inner authentication. 
 
 
Example 
The following command determines the inner authentication protocol for 
the EAP authentication is MSCHAPv2. 
config:# 
network wireless eapInnerAuthentication MSCHAPv2