User's Manual

Table Of Contents
200
Users Manual of CS-6306R
15.2.13 Monitoring 802.1x Authentication Configuration and State
To monitor the configuration and state of 802.1x Authentication and decide which 802.1x parameter needs to
be adjusted, run the following command in management mode:
Run… To
show dot1x {interface ….}
Monitor the configuration and state of 802.1x authentication.
802.1x Configuration Example 15.3
Host A connects port F0/10 of the switch. Host B connects port F0/12. The IP address of the radius-server
host is 192.168.20.2. The key of radius is TST. Port F0/10 adopts remote radius authentication and user
binding. Port F0/12 adopts local authentication of eap type, and Multi-hosts are enabled at Port F0/12.
Global configuration
username switch password 0 TST
username TST password 0 TST
aaa authentication dot1x TST-F0/10 radius
aaa authentication dot1x TST-F0/12 local
interface VLAN1
ip address 192.168.20.24 255.255.255.0
radius-server host 192.168.20.2 auth-port 1812 acct-port 1813
radius-server key TST
Configuring port F0/10
interface FastEthernet0/10
dot1x port-control auto
dot1x authentication method TST-F0/10
dot1x user-permit radius-TST
Configuring port F0/12
interface FastEthernet0/12
dot1x multiple-hosts
dot1x port-control auto
dot1x authentication method TST-F0/12
dot1x authentication type eap