Skip to content

Commit

Permalink
Deployed a06988e to docs-develop with MkDocs 1.3.0 and mike 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 16, 2024
1 parent 6095f46 commit c73b64f
Show file tree
Hide file tree
Showing 4 changed files with 207 additions and 141 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,13 @@
VLAN properties
</a>

</li>

<li class="md-nav__item">
<a href="#8021x-properties" class="md-nav__link">
802.1x properties
</a>

</li>

</ul>
Expand Down Expand Up @@ -3291,6 +3298,13 @@
VLAN properties
</a>

</li>

<li class="md-nav__item">
<a href="#8021x-properties" class="md-nav__link">
802.1x properties
</a>

</li>

</ul>
Expand Down Expand Up @@ -3952,6 +3966,58 @@ <h3 id="vlan-properties">VLAN properties</h3>
</tr>
</tbody>
</table>
<h3 id="8021x-properties">802.1x properties</h3>
<table>
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><code>net.interface.&lt;interface&gt;.config.802-1x.eap</code></td>
<td>String</td>
<td>The EAP method to be used when authenticating to the network with 802.1x. Supported methods: "<em>Kura8021xEapTls</em>", "<em>Kura8021xEapPeap</em>", "<em>Kura8021xEapTtls</em>".</td>
</tr>
<tr>
<td><code>net.interface.&lt;interface&gt;.config.802-1x.innerAuth</code></td>
<td>String</td>
<td>Specifies the "phase 2" inner authentication method when an EAP method that uses an inner TLS tunnel is specified in the "eap" property. Supported methods: "<em>Kura8021xInnerAuthNone</em>", "<em>Kura8021xInnerAuthMschapv2</em>".</td>
</tr>
<tr>
<td><code>net.interface.&lt;interface&gt;.config.802-1x.identity</code></td>
<td>String</td>
<td>Identity string for EAP authentication methods. Typically the user's user or login name.</td>
</tr>
<tr>
<td><code>net.interface.&lt;interface&gt;.config.802-1x.password</code></td>
<td>String</td>
<td>Password used for EAP authentication methods.</td>
</tr>
<tr>
<td><code>net.interface.&lt;interface&gt;.config.802-1x.client-cert-name</code></td>
<td>String</td>
<td>Name referring to the corresponding Kura keystore entry containing the client certificate if used by the EAP method specified in the "eap" property. Typically is set to the same name as the <code>net.interface.&lt;interface&gt;.config.802-1x.private-key-name</code> when using EAP-TLS.</td>
</tr>
<tr>
<td><code>net.interface.&lt;interface&gt;.config.802-1x.private-key-name</code></td>
<td>String</td>
<td>Name referring to the corresponding Kura keystore entry containing the private key when the "eap" property is set to "Kura8021xEapTls". Typically is set to the same name as the <code>net.interface.&lt;interface&gt;.config.802-1x.client-cert-name</code>.</td>
</tr>
<tr>
<td><code>net.interface.&lt;interface&gt;.config.802-1x.ca-cert-name</code></td>
<td>String</td>
<td>Name referring to the corresponding Kura keystore entry containing the CA certificate if used by the EAP method specified in the "eap" property. This parameter is optional but this allows man-in-the-middle attacks and is <strong>NOT recommended</strong>.</td>
</tr>
<tr>
<td><code>net.interface.&lt;interface&gt;.config.802-1x.anonymous-identity</code></td>
<td>String</td>
<td>Anonymous identity string for EAP authentication methods. Used as the unencrypted identity with EAP types that support different tunneled identity like EAP-TTLS (Optional)</td>
</tr>
</tbody>
</table>
<h2 id="network-configuration-recipes">Network Configuration recipes</h2>
<p>This section presents some snapshot examples to perform basic operations on networking. The snippets can be modified adapting them to the required configuration (i.e. changing the interface name in the property to be applied).</p>
<div class="admonition warning">
Expand Down
2 changes: 1 addition & 1 deletion docs-develop/search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit c73b64f

Please sign in to comment.