This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
technical:8021x [2022/10/03 08:54] – jc | technical:8021x [2024/12/14 09:14] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== 802.1x ====== | ||
< | < | ||
- | # 802.1x | + | # Cisco IOS |
- | ## Cisco | + | |
__Server Profile__ | __Server Profile__ | ||
``` | ``` | ||
Line 25: | Line 25: | ||
aaa accounting update newinfo | aaa accounting update newinfo | ||
``` | ``` | ||
- | ### MAB | + | ## MAB |
__Interface Configuration__ | __Interface Configuration__ | ||
``` | ``` | ||
interface < | interface < | ||
+ | | ||
| | ||
| | ||
Line 38: | Line 39: | ||
authentication mac-move permit | authentication mac-move permit | ||
dot1x system-auth-control | dot1x system-auth-control | ||
- | radius-server attribute 6 on-for-login-auth | ||
- | radius-server attribute 32 include-in-access-req | ||
``` | ``` | ||
- | ### CoA | + | ## CoA |
``` | ``` | ||
aaa server radius dynamic-author | aaa server radius dynamic-author | ||
| | ||
``` | ``` | ||
- | ### Dynamic VLAN | + | ## Dynamic VLAN |
__RADIUS Attributes__ | __RADIUS Attributes__ | ||
``` | ``` | ||
radius-server attribute 6 on-for-login-auth | radius-server attribute 6 on-for-login-auth | ||
- | radius-server attribute | + | radius-server attribute |
- | radius-server attribute 25 access-request include | + | |
``` | ``` | ||
- | ## EAP-TLS | + | # FreeRADIUS |
- | ## FreeRADIUS | + | ## MAB |
- | ### MAB | + | |
__RADIUS Client Configuration__ | __RADIUS Client Configuration__ | ||
Line 84: | Line 81: | ||
- https:// | - https:// | ||
- | ## Linux | + | # Linux |
- | ### MAB | + | ## MAB |
- | ### EAP-TLS | + | ## EAP-TLS |
- | ## OpenVPN RADIUS Plugin | + | # OpenVPN RADIUS Plugin |
- | ## Go RADIUS | + | # Go RADIUS |
</ | </ | ||