Skip to content

Commit

Permalink
Merge branch 'main' into add-friendly-name
Browse files Browse the repository at this point in the history
  • Loading branch information
bwendlandt-intel authored Jun 30, 2023
2 parents 4b5a00b + 7e6f671 commit cdb1adb
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/Reference/EA/ieee8021xconfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,15 @@ The following are requirements to configure and connect an AMT device within an

5. Select an **Authentication Protocol**.

Four authentication protocols are supported for wired.
The following are the supported wired authentication protocols.

|Auth Protocol | API Value | Description |
| -------------- | --------- | ---------------------------------------- |
|EAP-TLS | 0 | Indicates that the desired EAP type is the Transport Layer Security EAP type specified in [RFC 2716](https://www.rfc-editor.org/rfc/rfc2716). |
|PEAPv1/EAP-GTC | 3 | Indicates that the desired EAP type is the Protected Extensible Authentication Protocol (PEAP) Version 1 EAP type specified in [draft-josefsson-pppext-eap-tls-eap](https://tools.ietf.org/html/draft-josefsson-pppext-eap-tls-eap-10), with Generic Token Card (GTC) as the inner authentication method. |
|EAP-FAST/GTC | 5 | Indicates that the desired EAP type is the Flexible Authentication Extensible Authentication Protocol EAP type specified in [IETF RFC 4851](https://www.rfc-editor.org/rfc/rfc4851), with Generic Token Card (GTC) as the inner authentication method. |
|EAP-FAST/TLS | 10 | Indicates that the desired EAP type is the Flexible Authentication EAP type specified in [IETF RFC 4851](https://www.rfc-editor.org/rfc/rfc4851), with TLS as the inner authentication method. |
|Auth Protocol | API Value | Description |
| --------------------- | --------- | ---------------------------------------- |
|EAP-TLS | 0 | Indicates that the desired EAP type is the Transport Layer Security EAP type specified in [RFC 2716](https://www.rfc-editor.org/rfc/rfc2716). |
|PEAPv0/EAP-MSCHAPv2 | 2 | Indicates that the desired EAP type is the Protected Extensible Authentication Protocol (PEAP) Version 0 EAP type specified in [draft-kamath-pppext-peapv0](https://tools.ietf.org/html/draft-kamath-pppext-peapv0-00), with Microsoft PPP CHAP Extensions, Version 2 (MSCHAPv2) as the inner authentication method. |
|PEAPv1/EAP-GTC | 3 | Indicates that the desired EAP type is the Protected Extensible Authentication Protocol (PEAP) Version 1 EAP type specified in [draft-josefsson-pppext-eap-tls-eap](https://tools.ietf.org/html/draft-josefsson-pppext-eap-tls-eap-10), with Generic Token Card (GTC) as the inner authentication method. |
|EAP-FAST/GTC | 5 | Indicates that the desired EAP type is the Flexible Authentication Extensible Authentication Protocol EAP type specified in [IETF RFC 4851](https://www.rfc-editor.org/rfc/rfc4851), with Generic Token Card (GTC) as the inner authentication method. |
|EAP-FAST/TLS | 10 | Indicates that the desired EAP type is the Flexible Authentication EAP type specified in [IETF RFC 4851](https://www.rfc-editor.org/rfc/rfc4851), with TLS as the inner authentication method. |

6. Optionally, change the **PXE Timeout**.

Expand Down Expand Up @@ -96,13 +97,12 @@ There can be a **maximum of 8** wireless IEEE8021x Config created (per tenant).

5. Select an **Authentication Protocol**.

One authentication protocol is currently supported for wireless.
The following are the supported wireless authentication protocols.

|Auth Protocol | API Value | Description |
| --------------------- | --------- | ---------------------------------------- |
|EAP-TLS | 0 | Indicates that the desired EAP type is the Transport Layer Security EAP type specified in [RFC 2716](https://www.rfc-editor.org/rfc/rfc2716). |

<!-- |PEAPv0/EAP-MSCHAPv2 | 2 | Indicates that the desired EAP type is the Protected Extensible Authentication Protocol (PEAP) Version 0 EAP type specified in [draft-kamath-pppext-peapv0](https://tools.ietf.org/html/draft-kamath-pppext-peapv0-00), with Microsoft PPP CHAP Extensions, Version 2 (MSCHAPv2) as the inner authentication method. <br><br>Only available via API directly, not Sample Web UI. | -->
|PEAPv0/EAP-MSCHAPv2 | 2 | Indicates that the desired EAP type is the Protected Extensible Authentication Protocol (PEAP) Version 0 EAP type specified in [draft-kamath-pppext-peapv0](https://tools.ietf.org/html/draft-kamath-pppext-peapv0-00), with Microsoft PPP CHAP Extensions, Version 2 (MSCHAPv2) as the inner authentication method. |

6. Click **Save.**

Expand Down

0 comments on commit cdb1adb

Please sign in to comment.