Ju
ne
20
18
310 Legrand PDU User Guide
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 Legrand PDU prompts you to enter the password. Then type the
password and press Enter.
Provide a CA TLS certificate:
config:#
network wireless eapCACertificate
After performing the above command, the system prompts you to enter the CA certificate's contents. For
details, see
EAP CA Certificate Example
(on page 311).
Enable or disable verification of the TLS certificate chain:
config:#
network wireless enableCertVerification <option1>
Allow expired and not yet valid TLS certificates:
config:#
network wireless allowOffTimeRangeCerts <option2>
Allow wireless network connection with incorrect system time:
config:#
network wireless allowConnectionWithIncorrectClock <option3>
Variables:
The value of <outer_auth> is
PEAP
because Legrand PDU only supports Protected Extensible
Authentication Protocol (PEAP) as the outer authentication.
The value of <inner_auth> is
MSCHAPv2
because Legrand PDU only supports Microsoft's Challenge
Authentication Protocol Version 2 (MSCHAPv2) as the inner authentication.
<identity> is your user name for the EAP authentication.
<option1> is one of the options:
true
or
false
.
Option
Description
true
Enables the verification of the TLS certificate
chain.
false
Disables the verification of the TLS certificate
chain.