Dot1xEapPeapConfig Object


Description:

EAP-PEAP settings for supplicant(s).

Parents: Dot1xSupplicantBlockConfig

Dot1xEapPeapConfig Writable Attributes

Attribute Description
Common Writable Attributes Active, Name
Certificate

X.509 certificate(s) required for EAP-TLS authentication. The use of wildcard characters are supported to generate a unique certificate name for each supplicant in a block (for example, 'spirent@s' where '@s' represents the supplicant index).

Type: string

Default: "" (empty string)

DuplicateUIDPasswd

Duplicate UserID and Password from Supplicant's to inner tunnel which mean's use the same UserID and Password for both tunnel and inner tunnel EAP authentication.

Type: bool

Default: TRUE

Possible Values:

Value Description
TRUE

Supplicant's UserID and Password will be duplicated to inner tunnel.

FALSE

Supplicant's UserID and Password will NOT be duplicated to inner tunnel. Use different ones for tunnel and inner tunnel

EnableClientCert

Supplicant can use X.509 certificate(s) if required.

Type: bool

Default: FALSE

Possible Values:

Value Description
TRUE

Supplicant will have a certificate

FALSE

Supplicant will NOT have a certificate

InnerCertificate

X.509 certificate(s) required for EAP-TLS authentication for inner tunnel TLS. The use of wildcard characters are supported to generate a unique certificate name for each supplicant in a block (for example, 'spirent@s' where '@s' represents the supplicant index).

Type: string

Default: "" (empty string)

InnerPassword

Supplicant password(s) of inner tunnel. The use of wildcard characters are supported to generate a unique value for each supplicant in a block (for example, 'spirent@s' where '@s' represents the supplicant index).

Type: string

Default: spirent

InnerTunnelEapAuthMethod

EAP authentication method for supplicant(s) used in inner tunnel.

Type: enum

Default: AUTO

Possible Values:

Value Description
AUTO

Automatically use the EAP method preferred by RADIUS server(either GTC, MSCHAPv2 or MD5).

GTC

EAP-GTC authentication method.

MSCHAPV2

EAP-MSCHAPv2 authentication method.

MD5

EAP-MD5 authentication method.

InnerUserId

Supplicant user id(s) of inner tunnel. The use of wildcard characters are supported to generate a unique value for each supplicant in a block (for example, 'spirent@s' where '@s' represents the supplicant index).

Type: string

Default: spirent

Password

Supplicant password(s). The use of wildcard characters are supported to generate a unique value for each supplicant in a block (for example, 'spirent@s' where '@s' represents the supplicant index).

Type: string

Default: spirent

PeapVersion

Version information of EAP-PEAP used by Supplicant.

Type: enum

Default: PEAPAUTO

Possible Values:

Value Description
PEAPV0

EAP-PEAP version 0.

PEAPV1

EAP-PEAP version 1.

PEAPAUTO

Automatically use PEAPv0 or PEAPv1 according to RADIUS server's.

UserId

Supplicant user id(s). The use of wildcard characters are supported to generate a unique value for each supplicant in a block (for example, 'spirent@s' where '@s' represents the supplicant index).

Type: string

Default: spirent

Dot1xEapPeapConfig Read-Only Attributes

There are no read-only attributes.