Chapter 4: Using the Command Line Interface
156
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.
Setting the PSK
If the Pre-Shared Key (PSK) authentication method is selected, you must assign a PSK passphrase by using this
command.
config:#
network wireless PSK <psk>
Variables:
•
<psk> is a string or passphrase that consists of:
- 8 to 63 characters
- No spaces
- ASCII codes 0x20 ~ 0x7E
Setting 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.
Determine the outer authentication protocol:
config:#
network wireless eapOuterAuthentication <outer_auth>
Determine the inner authentication protocol:
config:#
network wireless eapInnerAuthentication <inner_auth>
Set the EAP identity:
config:#
network wireless eapIdentity <identity>
Set the EAP password:
config:#
network wireless eapPassword
After performing the above command, the PDU prompts you to enter the password. Then type the password and press
Enter.