sudo apt install freeradius
sudo systemctl restart freeradius sudo systemctl status freeradius sudo systemctl enable freeradius
sudo ufw allow proto udp from 10.0.8.0/22 to any port 1812 sudo ufw allow proto udp from 10.0.8.0/22 to any port 1813
--- /root/orig/etc/freeradius/3.0/clients.conf 2019-04-17 21:59:55.000000000 +0900 +++ /etc/freeradius/3.0/clients.conf 2019-07-28 12:08:31.461628942 +0900 @@ -238,10 +238,10 @@ # When a client request comes in, the BEST match is chosen. # i.e. The entry from the smallest possible network. # -#client private-network-1 { -# ipaddr = 192.0.2.0/24 -# secret = testing123-1 -#} +client private-network-1 { + ipaddr = 10.0.8.0/22 + secret = pg1xhimitsu +} #client private-network-2 { # ipaddr = 198.51.100.0/24
--- /root/orig/etc/freeradius/3.0/users 2019-04-17 21:59:55.000000000 +0900 +++ /etc/freeradius/3.0/users 2019-07-28 12:07:47.757380601 +0900 @@ -84,8 +84,8 @@ # The canonical testing user which is in most of the # examples. # -#bob Cleartext-Password := "hello" -# Reply-Message := "Hello, %{User-Name}" +wnoguchi Cleartext-Password := "kotoneaishiteru" + Reply-Message := "Hello, %{User-Name}" # #
--- /root/orig/etc/freeradius/3.0/sites-available/default 2019-04-17 21:59:55.000000000 +0900 +++ /etc/freeradius/3.0/sites-available/default 2019-07-28 12:02:17.683199685 +0900 @@ -314,7 +314,7 @@ # # If you want to have a log of authentication requests, # un-comment the following line. -# auth_log + auth_log # # The chap module will set 'Auth-Type := CHAP' if we are
Catalyst 2960 IOS version is 15.0(2)SE8.
configure terminal ! interface Vlan 1 ip address 10.0.8.210 255.255.252.0 no shutdown exit ! ! input first!! aaa new-model ! radius server ISE01 address ipv4 10.0.8.193 auth-port 1812 acct-port 1813 key pg1xhimitsu exit ! aaa group server radius GROUP-ISE server name ISE01 exit ! aaa authentication dot1x default group GROUP-ISE aaa authorization network default group GROUP-ISE ! dot1x system-auth-control ! interface range FastEthernet 0/1 - 6 switchport mode access authentication port-control auto dot1x pae authenticator ! monitor session 1 source interface FastEthernet 0/1 monitor session 1 destination interface FastEthernet 0/8 encapsulation replicate ! end
configure terminal ! interface FastEthernet 0/0 ip address 10.0.8.1 255.255.252.0 no shutdown exit ! end
802.1X Supplicant Configuration Netplan version(FAILED NOT VERIFIED)
network: version: 2 renderer: networkd ethernets: eno2: dhcp4: no dhcp6: no addresses: [ 10.0.8.132/22 ] auth: key-management: 802.1x password: blahblahblahblah identity: wnoguchi
sudo netplan apply
not worked…
802.1X Supplicant Configuration NetworkManager version(SUCCESS)
nmcli
by NetworkManagersudo nmcli con edit eno2
set 802-1x.eap peap set 802-1x.identity wnoguchi set 802-1x.phase2-auth mschapv2 set 802-1x.password kotoneaishiteru save quit
sudo nmcli con down eno2 sudo nmcli con up eno2
or plug out and in Ethernet cable.
supplicant configuration is OK.
SW10#debug dot1x all All Dot1x debugging is on SW10# *Mar 1 23:12:31.732: dot1x-ev(Fa0/1): Role determination not required *Mar 1 23:12:31.732: dot1x-packet(Fa0/1): queuing an EAPOL pkt on Auth Q *Mar 1 23:12:31.732: dot1x-ev:Enqueued the eapol packet to the global authenticator queue *Mar 1 23:12:31.732: EAPOL pak dump rx *Mar 1 23:12:31.732: EAPOL Version: 0x1 type: 0x1 length: 0x0000 *Mar 1 23:12:31.732: dot1x-ev: dot1x_auth_queue_event: Int Fa0/1 CODE= 0,TYPE= 0,LEN= 0 SW10# 1 23:12:31.732: dot1x-packet(Fa0/1): Received an EAPOL frame *Mar 1 23:12:31.732: dot1x-ev(Fa0/1): Received pkt saddr =4c52.6226.e0b5 , daddr = 0180.c200.0003, pae-ether-type = 888e.0101.0000 *Mar 1 23:12:31.732: dot1x-ev(Fa0/1): New client detected, issuing Start Request to AuthMgr SW10# SW10(config)#int range f0/1 - 6 SW10(config-if-range)#dot1 SW10(config-if-range)#dot1x pa SW10(config-if-range)#dot1x pae auth SW10(config-if-range)#dot1x pae authenticator SW10(config-if-range)# *Mar 1 23:21:44.131: dot1x-ev(Fa0/1): Informed AuthMGR about 802.1X config changes *Mar 1 23:21:44.131: dot1x-ev(Fa0/1): Created authenticator subblock *Mar 1 23:21:44.139: dot1x-ev(Fa0/2): Informed AuthMGR about 802.1X config changes *Mar 1 23:21:44.139: dot1x-ev(Fa0/2): Created authenticator subblock *Mar 1 23:21:44.139: dot1x-ev(Fa0/3): Informed AuthMGR about 802.1X config changes *Mar 1 23:21:44.139: dot1x-ev(Fa0/3): Created authenticator subblock *Mar 1 23:21:44.147: dot1x-ev(Fa0/4): In SW10(config-if-range)#formed AuthMGR about 802.1X config changes *Mar 1 23:21:44.147: dot1x-ev(Fa0/4): Created authenticator subblock *Mar 1 23:21:44.147: dot1x-ev(Fa0/5): Informed AuthMGR about 802.1X config changes *Mar 1 23:21:44.147: dot1x-ev(Fa0/5): Created authenticator subblock *Mar 1 23:21:44.156: dot1x-ev(Fa0/6): Informed AuthMGR about 802.1X config changes *Mar 1 23:21:44.156: dot1x-ev(Fa0/6): Created authenticator subblock SW10(config-if-range)# dot1x_auth Fa0/1: initial state auth_initialize has enter *Mar 1 23:21:44.164: dot1x-sm(Fa0/1): 0xFB000001:auth_initialize_enter called *Mar 1 23:21:44.164: dot1x_auth Fa0/1: during state auth_initialize, got event 0(cfg_auto) *Mar 1 23:21:44.164: @@@ dot1x_auth Fa0/1: auth_initialize -> auth_disconnected *Mar 1 23:21:44.164: dot1x-sm(Fa0/1): 0xFB000001:auth_disconnected_enter called *Mar 1 23:21:44.164: dot1x_auth Fa0/1: idle during state auth_disconnected *Mar 1 23:21:44.164: @@@ dot1x_auth Fa0/1: auth_disconnected -> auth_restart *Mar 1 SW10(config-if-range)#23:21:44.164: dot1x-sm(Fa0/1): 0xFB000001:auth_restart_enter called *Mar 1 23:21:44.164: dot1x-ev(Fa0/1): Sending create new context event to EAP for 0xFB000001 (0000.0000.0000) *Mar 1 23:21:44.173: dot1x_auth_bend Fa0/1: initial state auth_bend_initialize has enter *Mar 1 23:21:44.173: dot1x-sm(Fa0/1): 0xFB000001:auth_bend_initialize_enter called *Mar 1 23:21:44.173: dot1x_auth_bend Fa0/1: initial state auth_bend_initialize has idle *Mar 1 23:21:44.173: dot1x_auth_bend Fa0/1: during SW10(config-if-range)#state auth_bend_initialize, got event 16383(idle) *Mar 1 23:21:44.173: @@@ dot1x_auth_bend Fa0/1: auth_bend_initialize -> auth_bend_idle *Mar 1 23:21:44.173: dot1x-sm(Fa0/1): 0xFB000001:auth_bend_idle_enter called *Mar 1 23:21:44.173: dot1x-ev(Fa0/1): Created a client entry (0xFB000001) *Mar 1 23:21:44.173: dot1x-ev(Fa0/1): Dot1x authentication started for 0xFB000001 (0000.0000.0000) *Mar 1 23:21:44.181: dot1x-sm(Fa0/1): Posting !EAP_RESTART on Client 0xFB000001 *Mar 1 23:21:44.181: dot1x_a SW10(config-if-range)#uth Fa0/1: during state auth_restart, got event 6(no_eapRestart) *Mar 1 23:21:44.181: @@@ dot1x_auth Fa0/1: auth_restart -> auth_connecting *Mar 1 23:21:44.181: dot1x-sm(Fa0/1): 0xFB000001:auth_connecting_enter called *Mar 1 23:21:44.181: dot1x-sm(Fa0/1): 0xFB000001:auth_restart_connecting_action called *Mar 1 23:21:44.181: dot1x-sm(Fa0/1): Posting RX_REQ on Client 0xFB000001 *Mar 1 23:21:44.181: dot1x_auth Fa0/1: during state auth_connecting, got event 10(eapReq_no_reAuthMax) *Mar 1 23:21: SW10(config-if-range)#44.181: @@@ dot1x_auth Fa0/1: auth_connecting -> auth_authenticating *Mar 1 23:21:44.181: dot1x-sm(Fa0/1): 0xFB000001:auth_authenticating_enter called *Mar 1 23:21:44.181: dot1x-sm(Fa0/1): 0xFB000001:auth_connecting_authenticating_action called *Mar 1 23:21:44.181: dot1x-sm(Fa0/1): Posting AUTH_START for 0xFB000001 *Mar 1 23:21:44.181: dot1x_auth_bend Fa0/1: during state auth_bend_idle, got event 4(eapReq_authStart) *Mar 1 23:21:44.181: @@@ dot1x_auth_bend Fa0/1: auth_bend_idle -> auth_bend_r SW10(config-if-range)#equest *Mar 1 23:21:44.181: dot1x-sm(Fa0/1): 0xFB000001:auth_bend_request_enter called *Mar 1 23:21:44.181: dot1x-ev(Fa0/1): Sending EAPOL packet to group PAE address *Mar 1 23:21:44.181: dot1x-ev(Fa0/1): Role determination not required *Mar 1 23:21:44.181: dot1x-registry:registry:dot1x_ether_macaddr called *Mar 1 23:21:44.181: dot1x-ev(Fa0/1): Sending out EAPOL packet *Mar 1 23:21:44.181: EAPOL pak dump Tx *Mar 1 23:21:44.181: EAPOL Version: 0x3 type: 0x0 length: 0x0005 *Mar 1 23:21:44.1 SW10(config-if-range)#81: EAP code: 0x1 id: 0x1 length: 0x0005 type: 0x1 *Mar 1 23:21:44.181: dot1x-packet(Fa0/1): EAPOL packet sent to client 0xFB000001 (0000.0000.0000) *Mar 1 23:21:44.181: dot1x-sm(Fa0/1): 0xFB000001:auth_bend_idle_request_action called SW10(config-if-range)# *Mar 1 23:21:57.670: dot1x-ev(Fa0/1): Role determination not required *Mar 1 23:21:57.670: dot1x-packet(Fa0/1): queuing an EAPOL pkt on Auth Q *Mar 1 23:21:57.670: dot1x-ev:Enqueued the eapol packet to the global authenticator queue *Mar 1 23:21:57.670: EAPOL pak dump rx *Mar 1 23:21:57.670: EAPOL Version: 0x1 type: 0x1 length: 0x0000 *Mar 1 23:21:57.670: dot1x-ev: dot1x_auth_queue_event: Int Fa0/1 CODE= 0,TYPE= 0,LEN= 0 SW10(config-if-range)#dot1x-packet(Fa0/1): Received an EAPOL frame *Mar 1 23:21:57.670: dot1x-ev(Fa0/1): Received pkt saddr =4c52.6226.e0b5 , daddr = 0180.c200.0003, pae-ether-type = 888e.0101.0000 *Mar 1 23:21:57.670: dot1x-ev(Fa0/1): Couldn't find the supplicant in the list *Mar 1 23:21:57.670: dot1x-ev(Fa0/1): New client detected, issuing Start Request to AuthMgr *Mar 1 23:21:57.670: dot1x-ev(Fa0/1): New client notification from AuthMgr for 0xFB000001 - 4c52.6226.e0b5 *Mar 1 23:21:57.670: %AUTHMGR-5-START: Starting 'dot1x' for client (4c52.6226.e0b5) on Inte SW10(config-if-range)#rface Fa0/1 AuditSessionID 0A0008D20000000E050353DE *Mar 1 23:21:57.670: dot1x-sm(Fa0/1): Posting RESTART on Client 0xFB000001 *Mar 1 23:21:57.670: dot1x_auth Fa0/1: during state auth_authenticating, got event 13(restart) *Mar 1 23:21:57.670: @@@ dot1x_auth Fa0/1: auth_authenticating -> auth_aborting *Mar 1 23:21:57.670: dot1x-sm(Fa0/1): 0xFB000001:auth_authenticating_exit called *Mar 1 23:21:57.670: dot1x-sm(Fa0/1): 0xFB000001:auth_aborting_enter called *Mar 1 23:21:57.678: dot1x-sm(Fa0/1) SW10(config-if-range)#: 0xFB000001:auth_authenticating_aborting_action called *Mar 1 23:21:57.678: dot1x-sm(Fa0/1): Posting AUTH_ABORT for 0xFB000001 *Mar 1 23:21:57.678: dot1x_auth_bend Fa0/1: during state auth_bend_request, got event 1(authAbort) *Mar 1 23:21:57.678: @@@ dot1x_auth_bend Fa0/1: auth_bend_request -> auth_bend_initialize *Mar 1 23:21:57.678: dot1x-sm(Fa0/1): 0xFB000001:auth_bend_initialize_enter called *Mar 1 23:21:57.678: dot1x_auth_bend Fa0/1: idle during state auth_bend_initialize *Mar 1 2 SW10(config-if-range)#3:21:57.678: @@@ dot1x_auth_bend Fa0/1: auth_bend_initialize -> auth_bend_idle *Mar 1 23:21:57.678: dot1x-sm(Fa0/1): 0xFB000001:auth_bend_idle_enter called *Mar 1 23:21:57.678: dot1x-sm(Fa0/1): Posting !AUTH_ABORT on Client 0xFB000001 *Mar 1 23:21:57.678: dot1x_auth Fa0/1: during state auth_aborting, got event 20(no_eapolLogoff_no_authAbort) *Mar 1 23:21:57.678: @@@ dot1x_auth Fa0/1: auth_aborting -> auth_restart *Mar 1 23:21:57.678: dot1x-sm(Fa0/1): 0xFB000001:auth_aborting_exit called *Mar SW10(config-if-range)# 1 23:21:57.678: dot1x-sm(Fa0/1): 0xFB000001:auth_restart_enter called *Mar 1 23:21:57.678: dot1x-ev(Fa0/1): Resetting the client 0xFB000001 (4c52.6226.e0b5) *Mar 1 23:21:57.678: dot1x-ev(Fa0/1): Sending create new context event to EAP for 0xFB000001 (4c52.6226.e0b5) *Mar 1 23:21:57.678: dot1x-sm(Fa0/1): 0xFB000001:auth_aborting_restart_action called *Mar 1 23:21:57.678: dot1x-sm(Fa0/1): Posting !EAP_RESTART on Client 0xFB000001 *Mar 1 23:21:57.678: dot1x_auth Fa0/1: during state auth_restar SW10(config-if-range)#t, got event 6(no_eapRestart) *Mar 1 23:21:57.678: @@@ dot1x_auth Fa0/1: auth_restart -> auth_connecting *Mar 1 23:21:57.678: dot1x-sm(Fa0/1): 0xFB000001:auth_connecting_enter called *Mar 1 23:21:57.678: dot1x-sm(Fa0/1): 0xFB000001:auth_restart_connecting_action called *Mar 1 23:21:57.678: dot1x-sm(Fa0/1): Posting RX_REQ on Client 0xFB000001 *Mar 1 23:21:57.678: dot1x_auth Fa0/1: during state auth_connecting, got event 10(eapReq_no_reAuthMax) *Mar 1 23:21:57.678: @@@ dot1x_auth Fa0/1: auth_ SW10(config-if-range)#connecting -> auth_authenticating *Mar 1 23:21:57.678: dot1x-sm(Fa0/1): 0xFB000001:auth_authenticating_enter called *Mar 1 23:21:57.678: dot1x-sm(Fa0/1): 0xFB000001:auth_connecting_authenticating_action called *Mar 1 23:21:57.678: dot1x-sm(Fa0/1): Posting AUTH_START for 0xFB000001 *Mar 1 23:21:57.678: dot1x_auth_bend Fa0/1: during state auth_bend_idle, got event 4(eapReq_authStart) *Mar 1 23:21:57.678: @@@ dot1x_auth_bend Fa0/1: auth_bend_idle -> auth_bend_request *Mar 1 23:21:57.678: dot1x SW10(config-if-range)#-sm(Fa0/1): 0xFB000001:auth_bend_request_enter called *Mar 1 23:21:57.678: dot1x-ev(Fa0/1): Sending EAPOL packet to group PAE address *Mar 1 23:21:57.678: dot1x-ev(Fa0/1): Role determination not required *Mar 1 23:21:57.678: dot1x-registry:registry:dot1x_ether_macaddr called *Mar 1 23:21:57.678: dot1x-ev(Fa0/1): Sending out EAPOL packet *Mar 1 23:21:57.678: EAPOL pak dump Tx *Mar 1 23:21:57.678: EAPOL Version: 0x3 type: 0x0 length: 0x0005 *Mar 1 23:21:57.678: EAP code: 0x1 id: 0x1 length: SW10(config-if-range)# 0x0005 type: 0x1 *Mar 1 23:21:57.678: dot1x-packet(Fa0/1): EAPOL packet sent to client 0xFB000001 (4c52.6226.e0b5) *Mar 1 23:21:57.678: dot1x-sm(Fa0/1): 0xFB000001:auth_bend_idle_request_action called *Mar 1 23:21:57.687: dot1x-ev(Fa0/1): Role determination not required *Mar 1 23:21:57.687: dot1x-packet(Fa0/1): Queuing an EAPOL pkt on Authenticator Q *Mar 1 23:21:57.687: dot1x-ev:Enqueued the eapol packet to the global authenticator queue *Mar 1 23:21:57.687: EAPOL pak dump rx *Mar 1 23:21: SW10(config-if-range)#57.687: EAPOL Version: 0x1 type: 0x0 length: 0x000D *Mar 1 23:21:57.687: dot1x-ev: dot1x_auth_queue_event: Int Fa0/1 CODE= 2,TYPE= 1,LEN= 13 *Mar 1 23:21:57.687: dot1x-packet(Fa0/1): Received an EAPOL frame *Mar 1 23:21:57.687: dot1x-ev(Fa0/1): Received pkt saddr =4c52.6226.e0b5 , daddr = 0180.c200.0003, pae-ether-type = 888e.0100.000d *Mar 1 23:21:57.687: dot1x-packet(Fa0/1): Received an EAP packet *Mar 1 23:21:57.687: EAPOL pak dump rx *Mar 1 23:21:57.687: EAPOL Version: 0x1 type: 0x0 SW10(config-if-range)#length: 0x000D *Mar 1 23:21:57.687: dot1x-packet(Fa0/1): Received an EAP packet from 4c52.6226.e0b5 *Mar 1 23:21:57.687: dot1x-sm(Fa0/1): Posting EAPOL_EAP for 0xFB000001 *Mar 1 23:21:57.687: dot1x_auth_bend Fa0/1: during state auth_bend_request, got event 6(eapolEap) *Mar 1 23:21:57.687: @@@ dot1x_auth_bend Fa0/1: auth_bend_request -> auth_bend_response *Mar 1 23:21:57.687: dot1x-sm(Fa0/1): 0xFB000001:auth_bend_response_enter called *Mar 1 23:21:57.687: dot1x-ev(Fa0/1): dot1x_sendRespToSer SW10(config-if-range)#ver: Response sent to the server from 0xFB000001 (4c52.6226.e0b5) *Mar 1 23:21:57.687: dot1x-sm(Fa0/1): 0xFB000001:auth_bend_request_response_action called SW10(config-if-range)# *Mar 1 23:22:17.802: dot1x-ev(Fa0/1): Received an EAP Fail *Mar 1 23:22:17.802: dot1x-sm(Fa0/1): Posting EAP_FAIL for 0xFB000001 *Mar 1 23:22:17.802: dot1x_auth_bend Fa0/1: during state auth_bend_response, got event 10(eapFail) *Mar 1 23:22:17.802: @@@ dot1x_auth_bend Fa0/1: auth_bend_response -> auth_bend_fail *Mar 1 23:22:17.802: dot1x-sm(Fa0/1): 0xFB000001:auth_bend_response_exit called *Mar 1 23:22:17.802: dot1x-sm(Fa0/1): 0xFB000001:auth_bend_fail_enter called *Mar 1 23:22:17.802: d SW10(config-if-range)#ot1x-sm(Fa0/1): 0xFB000001:auth_bend_response_fail_action called *Mar 1 23:22:17.802: dot1x_auth_bend Fa0/1: idle during state auth_bend_fail *Mar 1 23:22:17.802: @@@ dot1x_auth_bend Fa0/1: auth_bend_fail -> auth_bend_idle *Mar 1 23:22:17.802: dot1x-sm(Fa0/1): 0xFB000001:auth_bend_idle_enter called *Mar 1 23:22:17.802: dot1x-sm(Fa0/1): Posting AUTH_FAIL on Client 0xFB000001 *Mar 1 23:22:17.802: dot1x_auth Fa0/1: during state auth_authenticating, got event 15(authFail) *Mar 1 23:22:17.80 SW10(config-if-range)#2: @@@ dot1x_auth Fa0/1: auth_authenticating -> auth_authc_result *Mar 1 23:22:17.802: dot1x-sm(Fa0/1): 0xFB000001:auth_authenticating_exit called *Mar 1 23:22:17.802: dot1x-sm(Fa0/1): 0xFB000001:auth_authc_result_enter called *Mar 1 23:22:17.802: %DOT1X-5-FAIL: Authentication failed for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000E050353DE *Mar 1 23:22:17.802: dot1x-ev(Fa0/1): Sending event (2) to Auth Mgr for 4c52.6226.e0b5 *Mar 1 23:22:17.802: %AUTHMGR-7-RESULT: Au SW10(config-if-range)#thentication result 'server dead' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000E050353DE *Mar 1 23:22:17.802: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000E050353DE *Mar 1 23:22:17.802: dot1x-redundancy: State for client 4c52.6226.e0b5 successfully retrieved *Mar 1 23:22:17.802: dot1x-ev(Fa0/1): Received Authz fail for the client 0xFB000001 (4c52.6226.e0b5) *Mar 1 23:22: SW10(config-if-range)#17.802: dot1x-sm(Fa0/1): Posting_AUTHZ_FAIL on Client 0xFB000001 *Mar 1 23:22:17.802: dot1x_auth Fa0/1: during state auth_authc_result, got event 22(authzFail) *Mar 1 23:22:17.802: @@@ dot1x_auth Fa0/1: auth_authc_result -> auth_held *Mar 1 23:22:17.802: dot1x-sm(Fa0/1): 0xFB000001:auth_held_enter called *Mar 1 23:22:17.802: dot1x-ev(Fa0/1): Sending EAPOL packet to group PAE address *Mar 1 23:22:17.802: dot1x-ev(Fa0/1): Role determination not required *Mar 1 23:22:17.802: dot1x-registry:reg SW10(config-if-range)#istry:dot1x_ether_macaddr called *Mar 1 23:22:17.802: dot1x-ev(Fa0/1): Sending out EAPOL packet *Mar 1 23:22:17.802: EAPOL pak dump Tx *Mar 1 23:22:17.802: EAPOL Version: 0x3 type: 0x0 length: 0x0004 *Mar 1 23:22:17.802: EAP code: 0x4 id: 0x1 length: 0x0004 *Mar 1 23:22:17.811: dot1x-packet(Fa0/1): EAPOL packet sent to client 0xFB000001 (4c52.6226.e0b5) *Mar 1 23:22:22.618: dot1x-ev(Fa0/1): Role determination not required *Mar 1 23:22:22.618: dot1x-packet(Fa0/1): queuing an EAPOL pkt on A SW10(config-if-range)#uth Q *Mar 1 23:22:22.618: dot1x-ev:Enqueued the eapol packet to the global authenticator queue *Mar 1 23:22:22.618: EAPOL pak dump rx *Mar 1 23:22:22.618: EAPOL Version: 0x1 type: 0x1 length: 0x0000 *Mar 1 23:22:22.618: dot1x-ev: dot1x_auth_queue_event: Int Fa0/1 CODE= 0,TYPE= 0,LEN= 0 *Mar 1 23:22:22.618: dot1x-packet(Fa0/1): Received an EAPOL frame *Mar 1 23:22:22.618: dot1x-ev(Fa0/1): Received pkt saddr =4c52.6226.e0b5 , daddr = 0180.c200.0003, pae-ether-type = 888e.0101.0000 *Mar 1 SW10(config-if-range)#23:22:22.618: dot1x-packet(Fa0/1): Received an EAPOL-Start packet *Mar 1 23:22:22.618: EAPOL pak dump rx *Mar 1 23:22:22.618: EAPOL Version: 0x1 type: 0x1 length: 0x0000 *Mar 1 23:22:22.618: dot1x-sm(Fa0/1): Posting EAPOL_START on Client 0xFB000001 *Mar 1 23:22:22.618: dot1x_auth Fa0/1: during state auth_held, got event 4(eapolStart) (ignored) SW10(config-if-range)# *Mar 1 23:22:47.624: dot1x-ev(Fa0/1): Role determination not required *Mar 1 23:22:47.624: dot1x-packet(Fa0/1): queuing an EAPOL pkt on Auth Q *Mar 1 23:22:47.624: dot1x-ev:Enqueued the eapol packet to the global authenticator queue *Mar 1 23:22:47.624: EAPOL pak dump rx *Mar 1 23:22:47.624: EAPOL Version: 0x1 type: 0x1 length: 0x0000 *Mar 1 23:22:47.624: dot1x-ev: dot1x_auth_queue_event: Int Fa0/1 CODE= 0,TYPE= 0,LEN= 0 SW10(config-if-range)#dot1x-packet(Fa0/1): Received an EAPOL frame *Mar 1 23:22:47.624: dot1x-ev(Fa0/1): Received pkt saddr =4c52.6226.e0b5 , daddr = 0180.c200.0003, pae-ether-type = 888e.0101.0000 *Mar 1 23:22:47.624: dot1x-packet(Fa0/1): Received an EAPOL-Start packet *Mar 1 23:22:47.624: EAPOL pak dump rx *Mar 1 23:22:47.624: EAPOL Version: 0x1 type: 0x1 length: 0x0000 *Mar 1 23:22:47.624: dot1x-sm(Fa0/1): Posting EAPOL_START on Client 0xFB000001 *Mar 1 23:22:47.624: dot1x_auth Fa0/1: during state auth_held, got event 4(eapolStart) (ignored) SW10(config-if-range)#do u all All possible debugging has been turned off SW10(config-if-range)#dot1x pae authenticator *Mar 1 23:24:50.458: %DOT1X-5-FAIL: Authentication failed for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000E050353DE SW10(config-if-range)#dot1x pae authenticator *Mar 1 23:24:50.458: %AUTHMGR-7-RESULT: Authentication result 'timeout' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000E050353DE SW10(config-if-range)#exit SW10(config)#no monitor session 1 source interface Fa0/1 SW10(config)#no monitor session 1 source interface Fa0/1 *Mar 1 23:26:23.278: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000000F05062C66 *Mar 1 23:26:23.278: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000000F05062C66 *Mar 1 23:26:23.278: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000000F05062C66 *Mar 1 23:26:23.278: %AUTHMGR-7-NOM SW10(config)#no OREMETHODS: Exhausted all authentication methods for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000000F05062C66 *Mar 1 23:26:23.278: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000000F05062C66 SW10(config)#monitor session 1 source interface Fa0/7 SW10(config)#monitor session 1 source interface Gig0/1 SW10(config)# *Mar 1 23:28:55.724: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000000F05062C66 *Mar 1 23:28:55.724: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000000F05062C66 *Mar 1 23:28:55.724: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000000F05062C66 *Mar 1 23:28:55.724: %AUTHMGR-7-NOM SW10(config)#OREMETHODS: Exhausted all authentication methods for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000000F05062C66 *Mar 1 23:28:55.724: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000000F05062C66 SW10(config)# *Mar 1 23:29:18.583: %AUTHMGR-5-START: Starting 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000F05062C66 SW10(config)# *Mar 1 23:29:38.699: %DOT1X-5-FAIL: Authentication failed for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000F05062C66 *Mar 1 23:29:38.699: %AUTHMGR-7-RESULT: Authentication result 'server dead' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000F05062C66 SW10(config)# *Mar 1 23:29:38.699: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000F05062C66 SW10(config)# *Mar 1 23:31:34.085: %AUTHMGR-5-START: Starting 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000010050C5447 SW10(config)# *Mar 1 23:31:44.159: %RADIUS-4-RADIUS_DEAD: RADIUS server 10.0.8.193:1812,1813 is not responding. *Mar 1 23:31:44.159: %RADIUS-4-RADIUS_ALIVE: RADIUS server 10.0.8.193:1812,1813 is being marked alive. SW10(config)# *Mar 1 23:31:54.200: %DOT1X-5-FAIL: Authentication failed for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000010050C5447 *Mar 1 23:31:54.200: %AUTHMGR-7-RESULT: Authentication result 'server dead' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000010050C5447 SW10(config)# *Mar 1 23:31:54.200: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000010050C5447 SW10(config)# *Mar 1 23:33:40.526: %AUTHMGR-5-START: Starting 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000011050E4230 SW10(config)# *Mar 1 23:34:00.667: %DOT1X-5-FAIL: Authentication failed for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000011050E4230 *Mar 1 23:34:00.667: %AUTHMGR-7-RESULT: Authentication result 'server dead' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000011050E4230 SW10(config)# *Mar 1 23:34:00.667: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000011050E4230 SW10(config)# *Mar 1 23:35:03.322: %AUTHMGR-5-START: Starting 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000012050F859C *Mar 1 23:35:03.406: %DOT1X-5-SUCCESS: Authentication successful for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000012050F859C SW10(config)# *Mar 1 23:35:03.406: %AUTHMGR-7-RESULT: Authentication result 'success' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000012050F859C SW10(config)# *Mar 1 23:35:04.152: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000012050F859C SW10(config)# *Mar 1 23:39:11.222: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to down SW10(config)# *Mar 1 23:39:12.220: %LINK-3-UPDOWN: Interface FastEthernet0/1, changed state to down SW10(config)# *Mar 1 23:39:14.695: %LINK-3-UPDOWN: Interface FastEthernet0/1, changed state to up *Mar 1 23:39:15.701: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up SW10(config)# *Mar 1 23:39:21.657: %AUTHMGR-5-START: Starting 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000013051353BD *Mar 1 23:39:21.741: %DOT1X-5-SUCCESS: Authentication successful for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000013051353BD SW10(config)# *Mar 1 23:39:21.741: %AUTHMGR-7-RESULT: Authentication result 'success' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000013051353BD SW10(config)# *Mar 1 23:39:22.773: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000013051353BD SW10(config)#^Z SW10#sh *Mar 1 23:40:15.445: %SYS-5-CONFIG_I: Configured from console by console SW10#u all All possible debugging has been turned off SW10#u all All possible debugging has been turned off SW10#conf t Enter configuration commands, one per line. End with CNTL/Z. SW10(config)#moni SW10(config)#no monitor session 1 source interface Gig0/1 SW10(config)#monitor session 1 source interface f0/1 SW10(config)#^Z SW10# *Mar 1 23:41:16.011: %SYS-5-CONFIG_I: Configured from console by console SW10# *Mar 1 23:41:27.411: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to down SW10# *Mar 1 23:41:29.416: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up *Mar 1 23:41:30.582: %AUTHMGR-5-START: Starting 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D2000000140515649D *Mar 1 23:41:30.666: %DOT1X-5-SUCCESS: Authentication successful for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D2000000140515649D SW10# *Mar 1 23:41:30.666: %AUTHMGR-7-RESULT: Authentication result 'success' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D2000000140515649D SW10# *Mar 1 23:41:31.496: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D2000000140515649D SW10#sh auth SW10#sh authentication se SW10#sh authentication sessions inte SW10#sh authentication sessions Interface MAC Address Method Domain Status Session ID Fa0/1 4c52.6226.e0b5 dot1x DATA Authz Success 0A0008D2000000140515649D SW10#sh au SW10#sh auth SW10#sh authentication sess SW10#sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: N/A Idle timeout: N/A Common Session ID: 0A0008D2000000140515649D Acct Session ID: 0x0000000F Handle: 0x5C000015 Runnable methods list: Method State dot1x Authc Success SW10#
Supplicant connected port must be issued following command… PAE(port access entity)
interface range FastEthernet 0/1 - 6 dot1x pae authenticator
Catalyst 2960 IOS version is 15.0(2)SE8.
FreeRADIUSとWLCを利用したMAC認証 - devwiki
configure terminal ! interface Vlan 1 ip address 10.0.8.210 255.255.252.0 no shutdown exit ! ! input first!! aaa new-model ! radius server ISE01 address ipv4 10.0.8.193 auth-port 1812 acct-port 1813 key pg1xhimitsu exit ! aaa group server radius GROUP-ISE server name ISE01 exit ! aaa authentication dot1x default group GROUP-ISE aaa authorization network default group GROUP-ISE ! dot1x system-auth-control ! interface range FastEthernet 0/1 - 6 switchport mode access authentication port-control auto dot1x pae authenticator mab authentication order dot1x mab authentication priority dot1x mab ! monitor session 1 source interface GigabitEthernet 0/1 monitor session 1 destination interface FastEthernet 0/8 encapsulation replicate ! end
4c52.6226.e0b5
4c526226e0b5 Cleartext-Password := "4c526226e0b5" Reply-Message := "Hello, %{User-Name}"
*Mar 1 03:20:28.818: %AUTHMGR-5-START: Starting 'mab' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000900B4310D SW10(config-if-range)#mab *Mar 1 03:20:30.832: %MAB-5-FAIL: Authentication failed for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000900B4310D *Mar 1 03:20:30.832: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'mab' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000900B4310D *Mar 1 03:20:30.832: %AUTHMGR-7-FAILOVER: Failing over from 'mab' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000900B4310D *Mar 1 03:20:30.832: %AUTHMGR-7- SW10(config-if-range)#mab NOMOREMETHODS: Exhausted all authentication methods for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000900B4310D *Mar 1 03:20:30.832: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000900B4310D SW10(config-if-range)# *Mar 1 03:21:30.592: %AUTHMGR-5-START: Starting 'mab' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000900B4310D *Mar 1 03:21:31.599: %MAB-5-FAIL: Authentication failed for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000900B4310D *Mar 1 03:21:31.599: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'mab' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000900B4310D *Mar 1 03:21:31.599: %AUTHMGR-7-FAILOVER: Fa SW10(config-if-range)#iling over from 'mab' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000900B4310D *Mar 1 03:21:31.599: %AUTHMGR-7-NOMOREMETHODS: Exhausted all authentication methods for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000900B4310D *Mar 1 03:21:31.599: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000900B4310D SW10(config-if-range)# *Mar 1 03:22:31.300: %AUTHMGR-5-START: Starting 'mab' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000900B4310D *Mar 1 03:22:32.307: %MAB-5-FAIL: Authentication failed for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000900B4310D *Mar 1 03:22:32.307: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'mab' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000900B4310D *Mar 1 03:22:32.307: %AUTHMGR-7-FAILOVER: Fa SW10(config-if-range)#iling over from 'mab' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000900B4310D *Mar 1 03:22:32.307: %AUTHMGR-7-NOMOREMETHODS: Exhausted all authentication methods for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000900B4310D *Mar 1 03:22:32.307: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000900B4310D SW10(config-if-range)# *Mar 1 03:23:32.017: %AUTHMGR-5-START: Starting 'mab' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000900B4310D *Mar 1 03:23:33.024: %MAB-5-FAIL: Authentication failed for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000900B4310D *Mar 1 03:23:33.024: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'mab' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000900B4310D *Mar 1 03:23:33.024: %AUTHMGR-7-FAILOVER: Fa SW10(config-if-range)#iling over from 'mab' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000900B4310D *Mar 1 03:23:33.024: %AUTHMGR-7-NOMOREMETHODS: Exhausted all authentication methods for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000900B4310D *Mar 1 03:23:33.024: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000900B4310D SW10(config-if-range)# *Mar 1 03:24:32.734: %AUTHMGR-5-START: Starting 'mab' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000900B4310D *Mar 1 03:24:33.741: %MAB-5-FAIL: Authentication failed for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000900B4310D *Mar 1 03:24:33.741: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'mab' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000900B4310D *Mar 1 03:24:33.741: %AUTHMGR-7-FAILOVER: Fa SW10(config-if-range)#iling over from 'mab' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000900B4310D *Mar 1 03:24:33.741: %AUTHMGR-7-NOMOREMETHODS: Exhausted all authentication methods for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000900B4310D *Mar 1 03:24:33.741: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000900B4310D SW10(config-if-range)# *Mar 1 03:25:33.459: %AUTHMGR-5-START: Starting 'mab' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000900B4310D *Mar 1 03:25:34.466: %MAB-5-FAIL: Authentication failed for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000900B4310D *Mar 1 03:25:34.466: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'mab' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000900B4310D *Mar 1 03:25:34.466: %AUTHMGR-7-FAILOVER: Fa SW10(config-if-range)#iling over from 'mab' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000900B4310D *Mar 1 03:25:34.466: %AUTHMGR-7-NOMOREMETHODS: Exhausted all authentication methods for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000900B4310D *Mar 1 03:25:34.466: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000900B4310D SW10(config-if-range)# *Mar 1 03:26:34.167: %AUTHMGR-5-START: Starting 'mab' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000900B4310D *Mar 1 03:26:35.174: %MAB-5-FAIL: Authentication failed for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000900B4310D *Mar 1 03:26:35.174: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'mab' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000900B4310D *Mar 1 03:26:35.174: %AUTHMGR-7-FAILOVER: Fa SW10(config-if-range)#iling over from 'mab' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000900B4310D *Mar 1 03:26:35.174: %AUTHMGR-7-NOMOREMETHODS: Exhausted all authentication methods for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000900B4310D *Mar 1 03:26:35.174: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000900B4310D SW10(config-if-range)#exit SW10(config)# *Mar 1 03:27:34.884: %AUTHMGR-5-START: Starting 'mab' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000900B4310D *Mar 1 03:27:34.884: %MAB-5-SUCCESS: Authentication successful for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000900B4310D SW10(config)# *Mar 1 03:27:34.884: %AUTHMGR-7-RESULT: Authentication result 'success' from 'mab' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000900B4310D SW10(config)# *Mar 1 03:27:35.916: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000900B4310D SW10(config)#monitor session 1 source interface GigabitEthernet 0/1 SW10(config)#$tination interface FastEthernet 0/8 encapsulation replicate
Sun Aug 4 13:52:03 2019 Packet-Type = Access-Request User-Name = "4c526226e0b5" Service-Type = Call-Check Framed-MTU = 1500 Called-Station-Id = "00-22-BD-89-21-81" Calling-Station-Id = "4C-52-62-26-E0-B5" Message-Authenticator = 0x1ae4fc14464aaf893049ca6d17c93618 NAS-Port-Type = Ethernet NAS-Port = 50001 NAS-Port-Id = "FastEthernet0/1" NAS-IP-Address = 10.0.8.210 Event-Timestamp = "Aug 4 2019 13:52:03 JST" Timestamp = 1564894323 Sun Aug 4 15:17:32 2019 Packet-Type = Access-Request User-Name = "4c526226e0b5" Service-Type = Framed-User Framed-MTU = 1500 Called-Station-Id = "00-22-BD-89-21-81" Calling-Station-Id = "4C-52-62-26-E0-B5" EAP-Message = 0x0202001604107bf4b548201de2430136da6a1ca933b3 Message-Authenticator = 0xf8e024d001e51508a8f6fb43cd2d3b3b NAS-Port-Type = Ethernet NAS-Port = 50001 NAS-Port-Id = "FastEthernet0/1" State = 0xad62a524ad60a10c88a89bcb660b0230 NAS-IP-Address = 10.0.8.210 Event-Timestamp = "Aug 4 2019 15:17:32 JST" Timestamp = 1564899452
configure terminal ! interface FastEthernet 0/0 ip address 10.0.8.1 255.255.252.0 no shutdown exit ! end
configure terminal ! interface FastEthernet 0/0 ip address 10.0.8.2 255.255.252.0 no shutdown exit ! end
single host mode switch port turned err-disable state when multiple host detected. so first authenticated host cannnot communicate via this port.
SW10(config-if)#authentication host-mode multi-domain SW10(config-if)# *Mar 1 22:39:23.523: %AUTHMGR-5-START: Starting 'mab' for client (001b.2a77.66d2) on Interface Fa0/1 AuditSessionID 0A0008D20000002404DC8F86 *Mar 1 22:39:24.144: %AUTHMGR-5-START: Starting 'mab' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000002504DC91F2 *Mar 1 22:39:24.152: %MAB-5-SUCCESS: Authentication successful for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000002504DC91F2 *Mar 1 22:39:24.152: %AUTHMGR-7-RESULT: Authentication result 'success SW10(config-if)#' from 'mab' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000002504DC91F2 *Mar 1 22:39:24.530: %MAB-5-FAIL: Authentication failed for client (001b.2a77.66d2) on Interface Fa0/1 AuditSessionID 0A0008D20000002404DC8F86 *Mar 1 22:39:24.530: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'mab' for client (001b.2a77.66d2) on Interface Fa0/1 AuditSessionID 0A0008D20000002404DC8F86 *Mar 1 22:39:24.530: %AUTHMGR-7-FAILOVER: Failing over from 'mab' for client (001b.2a77. SW10(config-if)#66d2) on Interface Fa0/1 AuditSessionID 0A0008D20000002404DC8F86 *Mar 1 22:39:24.530: %AUTHMGR-7-NOMOREMETHODS: Exhausted all authentication methods for client (001b.2a77.66d2) on Interface Fa0/1 AuditSessionID 0A0008D20000002404DC8F86 *Mar 1 22:39:24.530: %AUTHMGR-5-SECURITY_VIOLATION: Security violation on the interface FastEthernet0/1, new MAC address (001b.2a77.66d2) is seen.AuditSessionID 0A0008D20000002404DC8F86 *Mar 1 22:39:24.530: %PM-4-ERR_DISABLE: security-violation error detected on Fa0/1 SW10(config-if)#, putting Fa0/1 in err-disable state *Mar 1 22:39:25.545: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to down *Mar 1 22:39:26.543: %LINK-3-UPDOWN: Interface FastEthernet0/1, changed state to down SW10(config-if)#do sh int summary *: interface is up IHQ: pkts in input hold queue IQD: pkts dropped from input queue OHQ: pkts in output hold queue OQD: pkts dropped from output queue RXBS: rx rate (bits/sec) RXPS: rx rate (pkts/sec) TXBS: tx rate (bits/sec) TXPS: tx rate (pkts/sec) TRTL: throttle count Interface IHQ IQD OHQ OQD RXBS RXPS TXBS TXPS TRTL ----------------------------------------------------------------------------------------------------------------- * Vlan1 0 0 0 0 0 0 0 0 0 FastEthernet0/1 0 0 0 0 156000 165 156000 165 0 FastEthernet0/2 0 0 0 0 0 0 0 0 0 FastEthernet0/3 0 0 0 0 0 0 0 0 0 FastEthernet0/4 0 0 0 0 0 0 0 0 0 FastEthernet0/5 0 0 0 0 0 0 0 0 0 SW10(config-if)#do sh int status Port Name Status Vlan Duplex Speed Type Fa0/1 err-disabled 1 auto auto 10/100BaseTX Fa0/2 notconnect 1 auto auto 10/100BaseTX Fa0/3 notconnect 1 auto auto 10/100BaseTX Fa0/4 notconnect 1 auto auto 10/100BaseTX Fa0/5 notconnect 1 auto auto 10/100BaseTX Fa0/6 notconnect 1 auto auto 10/100BaseTX Fa0/7 connected 1 a-full a-100 10/100BaseTX Fa0/8 monitoring 1 a-full a-100 10/100BaseTX Gi0/1 connected 1 a-full a-1000 10/100/1000BaseTX SW10(config-if)#shut SW10(config-if)#no shut SW10(config-if)# *Mar 1 22:40:43.148: %AUTHMGR-5-START: Starting 'mab' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000002604DDC0CA *Mar 1 22:40:43.156: %MAB-5-SUCCESS: Authentication successful for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000002604DDC0CA SW10(config-if)# *Mar 1 22:40:43.156: %AUTHMGR-7-RESULT: Authentication result 'success' from 'mab' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000002604DDC0CA *Mar 1 22:40:43.668: %LINK-3-UPDOWN: Interface FastEthernet0/1, changed state to up SW10(config-if)# *Mar 1 22:40:43.995: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000002604DDC0CA *Mar 1 22:40:44.675: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up SW10(config-if)#authentication host-mode sing SW10(config-if)#authentication host-mode single-host SW10(config-if)# *Mar 1 22:41:40.165: %AUTHMGR-5-START: Starting 'mab' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000002704DEA3BD *Mar 1 22:41:40.165: %MAB-5-SUCCESS: Authentication successful for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000002704DEA3BD SW10(config-if)# *Mar 1 22:41:40.165: %AUTHMGR-7-RESULT: Authentication result 'success' from 'mab' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000002704DEA3BD SW10(config-if)# *Mar 1 22:41:40.794: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000002704DEA3BD SW10(config-if)#authentication host-mode mult SW10(config-if)#authentication host-mode multi-do SW10(config-if)#authentication host-mode multi-domain SW10(config-if)#do sh authentication sessions Interface MAC Address Method Domain Status Session ID Fa0/1 4c52.6226.e0b5 mab DATA Authz Success 0A0008D20000002704DEA3BD SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: 4c526226e0b5 Status: Authz Success Domain: DATA Oper host mode: multi-domain Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: N/A Idle timeout: N/A Common Session ID: 0A0008D20000002704DEA3BD Acct Session ID: 0x00000025 Handle: 0x97000028 Runnable methods list: Method State mab Authc Success SW10(config-if)#do sh run int f0/1 Building configuration... Current configuration : 202 bytes ! interface FastEthernet0/1 switchport mode access authentication host-mode multi-domain authentication order dot1x mab authentication priority dot1x mab authentication port-control auto mab end SW10(config-if)#authentication host-mode multi-au SW10(config-if)#authentication host-mode multi-auth SW10(config-if)# *Mar 1 22:44:23.651: %AUTHMGR-5-START: Starting 'mab' for client (001b.2a77.66d2) on Interface Fa0/1 AuditSessionID 0A0008D20000002804E123E5 *Mar 1 22:44:24.666: %MAB-5-FAIL: Authentication failed for client (001b.2a77.66d2) on Interface Fa0/1 AuditSessionID 0A0008D20000002804E123E5 *Mar 1 22:44:24.666: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'mab' for client (001b.2a77.66d2) on Interface Fa0/1 AuditSessionID 0A0008D20000002804E123E5 *Mar 1 22:44:24.666: %AUTHMGR-7-FAILOVER: Fa SW10(config-if)#iling over from 'mab' for client (001b.2a77.66d2) on Interface Fa0/1 AuditSessionID 0A0008D20000002804E123E5 *Mar 1 22:44:24.666: %AUTHMGR-7-NOMOREMETHODS: Exhausted all authentication methods for client (001b.2a77.66d2) on Interface Fa0/1 AuditSessionID 0A0008D20000002804E123E5 *Mar 1 22:44:24.666: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (001b.2a77.66d2) on Interface Fa0/1 AuditSessionID 0A0008D20000002804E123E5 SW10(config-if)#authentication host-mode multi-do SW10(config-if)#authentication host-mode multi-domain SW10(config-if)# *Mar 1 22:45:10.191: %AUTHMGR-5-START: Starting 'mab' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000002904E1D75E *Mar 1 22:45:10.191: %MAB-5-SUCCESS: Authentication successful for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000002904E1D75E SW10(config-if)# *Mar 1 22:45:10.199: %AUTHMGR-7-RESULT: Authentication result 'success' from 'mab' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000002904E1D75E SW10(config-if)# *Mar 1 22:45:10.736: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000002904E1D75E SW10(config-if)# *Mar 1 22:45:22.648: %AUTHMGR-5-START: Starting 'mab' for client (001b.2a77.66d2) on Interface Fa0/1 AuditSessionID 0A0008D20000002A04E20A5A *Mar 1 22:45:23.655: %MAB-5-FAIL: Authentication failed for client (001b.2a77.66d2) on Interface Fa0/1 AuditSessionID 0A0008D20000002A04E20A5A *Mar 1 22:45:23.663: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'mab' for client (001b.2a77.66d2) on Interface Fa0/1 AuditSessionID 0A0008D20000002A04E20A5A *Mar 1 22:45:23.663: %AUTHMGR-7-FAILOVER: Fa SW10(config-if)#iling over from 'mab' for client (001b.2a77.66d2) on Interface Fa0/1 AuditSessionID 0A0008D20000002A04E20A5A *Mar 1 22:45:23.663: %AUTHMGR-7-NOMOREMETHODS: Exhausted all authentication methods for client (001b.2a77.66d2) on Interface Fa0/1 AuditSessionID 0A0008D20000002A04E20A5A *Mar 1 22:45:23.663: %AUTHMGR-5-SECURITY_VIOLATION: Security violation on the interface FastEthernet0/1, new MAC address (001b.2a77.66d2) is seen.AuditSessionID 0A0008D20000002A04E20A5A *Mar 1 22:45:23.663: %PM-4-ERR_DISABLE SW10(config-if)#: security-violation error detected on Fa0/1, putting Fa0/1 in err-disable state *Mar 1 22:45:24.670: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to down SW10(config-if)# *Mar 1 22:45:25.676: %LINK-3-UPDOWN: Interface FastEthernet0/1, changed state to down SW10(config-if)#authentication host-mode multi-auth SW10(config-if)#shut SW10(config-if)#no shut SW10(config-if)# *Mar 1 22:45:42.068: %LINK-5-CHANGED: Interface FastEthernet0/1, changed state to administratively down SW10(config-if)# *Mar 1 22:45:44.173: %AUTHMGR-5-START: Starting 'mab' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000002B04E25E56 *Mar 1 22:45:44.173: %MAB-5-SUCCESS: Authentication successful for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000002B04E25E56 *Mar 1 22:45:44.182: %AUTHMGR-7-RESULT: Authentication result 'success' from 'mab' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000002B04E25E56 SW10(config-if)# *Mar 1 22:45:44.458: %LINK-3-UPDOWN: Interface FastEthernet0/1, changed state to up SW10(config-if)# *Mar 1 22:45:44.693: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000002B04E25E56 *Mar 1 22:45:45.465: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up SW10(config-if)# *Mar 1 22:45:47.663: %AUTHMGR-5-START: Starting 'mab' for client (001b.2a77.66d2) on Interface Fa0/1 AuditSessionID 0A0008D20000002C04E26C11 *Mar 1 22:45:48.669: %MAB-5-FAIL: Authentication failed for client (001b.2a77.66d2) on Interface Fa0/1 AuditSessionID 0A0008D20000002C04E26C11 *Mar 1 22:45:48.669: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'mab' for client (001b.2a77.66d2) on Interface Fa0/1 AuditSessionID 0A0008D20000002C04E26C11 *Mar 1 22:45:48.669: %AUTHMGR-7-FAILOVER: Fa SW10(config-if)#iling over from 'mab' for client (001b.2a77.66d2) on Interface Fa0/1 AuditSessionID 0A0008D20000002C04E26C11 *Mar 1 22:45:48.669: %AUTHMGR-7-NOMOREMETHODS: Exhausted all authentication methods for client (001b.2a77.66d2) on Interface Fa0/1 AuditSessionID 0A0008D20000002C04E26C11 *Mar 1 22:45:48.669: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (001b.2a77.66d2) on Interface Fa0/1 AuditSessionID 0A0008D20000002C04E26C11 SW10(config-if)#do sh int status f0/1 ^ % Invalid input detected at '^' marker. SW10(config-if)#do sh int status Port Name Status Vlan Duplex Speed Type Fa0/1 connected 1 a-full a-100 10/100BaseTX Fa0/2 notconnect 1 auto auto 10/100BaseTX Fa0/3 notconnect 1 auto auto 10/100BaseTX Fa0/4 notconnect 1 auto auto 10/100BaseTX Fa0/5 notconnect 1 auto auto 10/100BaseTX Fa0/6 notconnect 1 auto auto 10/100BaseTX Fa0/7 connected 1 a-full a-100 10/100BaseTX Fa0/8 monitoring 1 a-full a-100 10/100BaseTX Gi0/1 connected 1 a-full a-1000 10/100/1000BaseTX SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: 4c526226e0b5 Status: Authz Success Domain: DATA Oper host mode: multi-auth Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: N/A Idle timeout: N/A Common Session ID: 0A0008D20000002B04E25E56 Acct Session ID: 0x00000029 Handle: 0x9D00002C Runnable methods list: Method State mab Authc Success ---------------------------------------- Interface: FastEthernet0/1 MAC Address: 001b.2a77.66d2 IP Address: Unknown User-Name: 001b2a7766d2 Status: Authz Failed Domain: DATA Oper host mode: multi-auth Oper control dir: both Session timeout: N/A Idle timeout: N/A Common Session ID: 0A0008D20000002C04E26C11 Acct Session ID: 0x0000002A Handle: 0x4100002D Runnable methods list: Method State mab Failed over SW10(config-if)# *Mar 1 22:46:48.497: %AUTHMGR-5-START: Starting 'mab' for client (001b.2a77.66d2) on Interface Fa0/1 AuditSessionID 0A0008D20000002C04E26C11 *Mar 1 22:46:49.504: %MAB-5-FAIL: Authentication failed for client (001b.2a77.66d2) on Interface Fa0/1 AuditSessionID 0A0008D20000002C04E26C11 *Mar 1 22:46:49.504: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'mab' for client (001b.2a77.66d2) on Interface Fa0/1 AuditSessionID 0A0008D20000002C04E26C11 *Mar 1 22:46:49.504: %AUTHMGR-7-FAILOVER: Fa SW10(config-if)#iling over from 'mab' for client (001b.2a77.66d2) on Interface Fa0/1 AuditSessionID 0A0008D20000002C04E26C11 *Mar 1 22:46:49.504: %AUTHMGR-7-NOMOREMETHODS: Exhausted all authentication methods for client (001b.2a77.66d2) on Interface Fa0/1 AuditSessionID 0A0008D20000002C04E26C11 *Mar 1 22:46:49.504: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (001b.2a77.66d2) on Interface Fa0/1 AuditSessionID 0A0008D20000002C04E26C11 SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: 4c526226e0b5 Status: Authz Success Domain: DATA Oper host mode: multi-auth Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: N/A Idle timeout: N/A Common Session ID: 0A0008D20000002B04E25E56 Acct Session ID: 0x00000029 Handle: 0x9D00002C Runnable methods list: Method State mab Authc Success ---------------------------------------- Interface: FastEthernet0/1 MAC Address: 001b.2a77.66d2 IP Address: Unknown User-Name: 001b2a7766d2 Status: Authz Failed Domain: DATA Oper host mode: multi-auth Oper control dir: both Session timeout: N/A Idle timeout: N/A Common Session ID: 0A0008D20000002C04E26C11 Acct Session ID: 0x0000002A Handle: 0x4100002D Runnable methods list: Method State mab Failed over SW10(config-if)# *Mar 1 22:47:49.205: %AUTHMGR-5-START: Starting 'mab' for client (001b.2a77.66d2) on Interface Fa0/1 AuditSessionID 0A0008D20000002C04E26C11 *Mar 1 22:47:50.212: %MAB-5-FAIL: Authentication failed for client (001b.2a77.66d2) on Interface Fa0/1 AuditSessionID 0A0008D20000002C04E26C11 *Mar 1 22:47:50.212: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'mab' for client (001b.2a77.66d2) on Interface Fa0/1 AuditSessionID 0A0008D20000002C04E26C11 *Mar 1 22:47:50.212: %AUTHMGR-7-FAILOVER: Fa SW10(config-if)#iling over from 'mab' for client (001b.2a77.66d2) on Interface Fa0/1 AuditSessionID 0A0008D20000002C04E26C11 *Mar 1 22:47:50.212: %AUTHMGR-7-NOMOREMETHODS: Exhausted all authentication methods for client (001b.2a77.66d2) on Interface Fa0/1 AuditSessionID 0A0008D20000002C04E26C11 *Mar 1 22:47:50.212: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (001b.2a77.66d2) on Interface Fa0/1 AuditSessionID 0A0008D20000002C04E26C11 SW10(config-if)# *Mar 1 22:48:50.031: %AUTHMGR-5-START: Starting 'mab' for client (001b.2a77.66d2) on Interface Fa0/1 AuditSessionID 0A0008D20000002C04E26C11 *Mar 1 22:48:50.031: %MAB-5-SUCCESS: Authentication successful for client (001b.2a77.66d2) on Interface Fa0/1 AuditSessionID 0A0008D20000002C04E26C11 SW10(config-if)# *Mar 1 22:48:50.031: %AUTHMGR-7-RESULT: Authentication result 'success' from 'mab' for client (001b.2a77.66d2) on Interface Fa0/1 AuditSessionID 0A0008D20000002C04E26C11 SW10(config-if)# *Mar 1 22:48:51.055: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (001b.2a77.66d2) on Interface Fa0/1 AuditSessionID 0A0008D20000002C04E26C11 SW10(config-if)#^Z SW10# *Mar 1 22:50:36.835: %SYS-5-CONFIG_I: Configured from console by console SW10#sh au SW10#sh aute SW10#sh authen SW10#sh authentication sess SW10#sh authentication sessions f0/1 ^ % Invalid input detected at '^' marker. SW10#sh authentication sessions int f0/1\ ^ % Invalid input detected at '^' marker. SW10#sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: 4c526226e0b5 Status: Authz Success Domain: DATA Oper host mode: multi-auth Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: N/A Idle timeout: N/A Common Session ID: 0A0008D20000002B04E25E56 Acct Session ID: 0x00000029 Handle: 0x9D00002C Runnable methods list: Method State mab Authc Success ---------------------------------------- Interface: FastEthernet0/1 MAC Address: 001b.2a77.66d2 IP Address: Unknown User-Name: 001b2a7766d2 Status: Authz Success Domain: DATA Oper host mode: multi-auth Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: N/A Idle timeout: N/A Common Session ID: 0A0008D20000002C04E26C11 Acct Session ID: 0x0000002A Handle: 0x4100002D Runnable methods list: Method State mab Authc Success
*Mar 1 00:07:53.310: %SYS-5-CONFIG_I: Configured from console by console SW10# *Mar 1 00:08:05.171: %LINK-3-UPDOWN: Interface FastEthernet0/1, changed state to up SW10# *Mar 1 00:08:05.213: %AUTHMGR-5-START: Starting 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000300075F67 *Mar 1 00:08:06.178: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up *Mar 1 00:08:06.304: %DOT1X-5-SUCCESS: Authentication successful for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000300075F67 SW10# *Mar 1 00:08:06.304: %AUTHMGR-7-RESULT: Authentication result 'success' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000300075F67 SW10# *Mar 1 00:08:06.883: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000300075F67
configure terminal ! interface Vlan 1 ip address 10.0.8.210 255.255.252.0 no shutdown exit ! ! input first!! aaa new-model ! radius server ISE01 address ipv4 10.0.8.193 auth-port 1812 acct-port 1813 key pg1xhimitsu exit ! aaa group server radius GROUP-ISE server name ISE01 exit ! aaa authentication dot1x default group GROUP-ISE aaa authorization network default group GROUP-ISE ! dot1x system-auth-control ! interface range FastEthernet 0/1 - 6 switchport mode access authentication port-control auto dot1x pae authenticator mab authentication order dot1x mab authentication priority dot1x mab ! monitor session 1 source interface FastEthernet 0/1 monitor session 1 destination interface FastEthernet 0/8 encapsulation replicate ! end
configure terminal ! interface FastEthernet 0/1 authentication periodic authentication timer reauthenticate 300 exit ! end
wnoguchi Cleartext-Password := "kotoneaishiteru" Reply-Message := "Hello, %{User-Name}"
SW10(config-if)# *Mar 1 00:18:54.592: %AUTHMGR-5-START: Starting 'mab' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000003000C5964 *Mar 1 00:18:54.592: %AUTHMGR-7-FAILOVER: Failing over from 'mab' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000003000C5964 SW10(config-if)# *Mar 1 00:18:54.592: %AUTHMGR-5-START: Starting 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000003000C5964 SW10(config-if)# *Mar 1 00:18:55.716: %DOT1X-5-SUCCESS: Authentication successful for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000003000C5964 *Mar 1 00:18:55.725: %AUTHMGR-7-RESULT: Authentication result 'success' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000003000C5964 SW10(config-if)# *Mar 1 00:18:55.985: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000003000C5964 SW10(config-if)# *Mar 1 00:19:56.785: %DOT1X-5-SUCCESS: Authentication successful for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000003000C5964 SW10(config-if)# *Mar 1 00:19:56.785: %AUTHMGR-7-RESULT: Authentication result 'success' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000003000C5964 SW10(config-if)# *Mar 1 00:19:57.733: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000003000C5964 SW10(config-if)# *Mar 1 00:20:58.534: %DOT1X-5-SUCCESS: Authentication successful for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000003000C5964 *Mar 1 00:20:58.534: %AUTHMGR-7-RESULT: Authentication result 'success' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000003000C5964 SW10(config-if)# *Mar 1 00:20:59.482: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000003000C5964
display filter
not (stp or dtp or ssdp or loop or cdp or mdns or arp or bjnp or icmpv6)
following command not implemented in Catalyst 2960.
dot1x reauthenticate interface FastEthernet 0/1
Catalyst 3750 also not implemented.
SW1#dot1x ? test Test 802.1x capabilities SW1#sh env | i adv % Incomplete command before pipe. SW1#sh ver | i ip System image file is "flash:/c3750-ipservicesk9-mz.150-2.SE4/c3750-ipservicesk9-mz.150-2.SE4.bin"
following command must be acceptable.
clear dot1x interface FastEthernet 0/1
retry interval.
configure terminal ! interface FastEthernet 0/1 authentication timer inactivity 60 exit ! end
this command not take effect immediately. plug out cable and plug in.
configure terminal ! interface FastEthernet 0/1 dot1x timeout tx-period 10 exit ! end
configure terminal ! interface FastEthernet 0/1 dot1x max-reauth-req 10 exit ! end
configure terminal ! interface FastEthernet 0/1 dot1x max-req 3 exit ! end
MAB is prevent dot1x max-req
behavior?
dot1x max-req
i can't understand…..
configure terminal ! interface FastEthernet 0/1 authentication timer restart 600 dot1x max-req 3 exit ! end
SW10#sh authentication sessions interface FastEthernet 0/1 Interface: FastEthernet0/1 MAC Address: Unknown IP Address: Unknown Status: Authz Failed Domain: DATA Oper host mode: single-host Oper control dir: both Session timeout: N/A Idle timeout: N/A Common Session ID: 0A0008D20000003300D30047 Acct Session ID: 0x00000036 Handle: 0xF1000034 Runnable methods list: Method State dot1x Failed over SW10#sh dot1x inter SW10#sh dot1x interface F SW10#sh dot1x interface Fa SW10#sh dot1x interface FastEthernet 0/1 detail Dot1x Info for FastEthernet0/1 ----------------------------------- PAE = AUTHENTICATOR QuietPeriod = 60 ServerTimeout = 0 SuppTimeout = 30 ReAuthMax = 2 MaxReq = 4 TxPeriod = 2 Dot1x Authenticator Client List Empty
?????
SW10#sh run int f0/1 Building configuration... Current configuration : 254 bytes ! interface FastEthernet0/1 switchport mode access authentication order dot1x mab authentication priority dot1x mab authentication port-control auto authentication periodic authentication timer reauthenticate 300 mab dot1x pae authenticator end SW10# *Mar 1 00:52:35.794: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to down SW10# *Mar 1 00:52:36.792: %LINK-3-UPDOWN: Interface FastEthernet0/1, changed state to down *Mar 1 00:52:37.916: %AUTHMGR-5-START: Starting 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000400302F9C *Mar 1 00:52:38.000: %DOT1X-5-SUCCESS: Authentication successful for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000400302F9C SW10# *Mar 1 00:52:38.000: %AUTHMGR-7-RESULT: Authentication result 'success' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000400302F9C SW10# *Mar 1 00:52:38.898: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000400302F9C *Mar 1 00:52:39.904: %LINK-3-UPDOWN: Interface FastEthernet0/1, changed state to up SW10# *Mar 1 00:52:40.911: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10#sh au SW10#sh auth SW10#sh authentication sess SW10#sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 100s Timeout action: Reauthenticate Idle timeout: N/A Common Session ID: 0A0008D20000000400302F9C Acct Session ID: 0x00000002 Handle: 0xCA000005 Runnable methods list: Method State dot1x Authc Success mab Not run SW10#sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 95s Timeout action: Reauthenticate Idle timeout: N/A Common Session ID: 0A0008D20000000400302F9C Acct Session ID: 0x00000002 Handle: 0xCA000005 Runnable methods list: Method State dot1x Authc Success mab Not run SW10#sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 93s Timeout action: Reauthenticate Idle timeout: N/A Common Session ID: 0A0008D20000000400302F9C Acct Session ID: 0x00000002 Handle: 0xCA000005 Runnable methods list: Method State dot1x Authc Success mab Not run SW10#sh authentication sessions int f0/1 *Mar 1 00:57:40.502: %DOT1X-5-SUCCESS: Authentication successful for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000400302F9C SW10#sh authentication sessions int f0/1 *Mar 1 00:57:40.502: %AUTHMGR-7-RESULT: Authentication result 'success' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000400302F9C SW10#sh authentication sessions int f0/1 *Mar 1 00:57:41.449: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000400302F9C SW10#sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 179s Timeout action: Reauthenticate Idle timeout: N/A Common Session ID: 0A0008D20000000400302F9C Acct Session ID: 0x00000002 Handle: 0xCA000005 Runnable methods list: Method State dot1x Authc Success mab Not run SW10#sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 177s Timeout action: Reauthenticate Idle timeout: N/A Common Session ID: 0A0008D20000000400302F9C Acct Session ID: 0x00000002 Handle: 0xCA000005 Runnable methods list: Method State dot1x Authc Success mab Not run SW10#sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 108s Timeout action: Reauthenticate Idle timeout: N/A Common Session ID: 0A0008D20000000400302F9C Acct Session ID: 0x00000002 Handle: 0xCA000005 Runnable methods list: Method State dot1x Authc Success mab Not run SW10# *Mar 1 01:02:43.079: %DOT1X-5-SUCCESS: Authentication successful for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000400302F9C SW10# *Mar 1 01:02:43.079: %AUTHMGR-7-RESULT: Authentication result 'success' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000400302F9C SW10# *Mar 1 01:02:44.027: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000400302F9C SW10# *Mar 1 01:03:23.243: %DOT1X-5-FAIL: Authentication failed for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000400302F9C *Mar 1 01:03:23.243: %AUTHMGR-7-RESULT: Authentication result 'fail' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000400302F9C SW10# *Mar 1 01:03:23.243: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000400302F9C SW10#sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown Status: Authz Failed Domain: DATA Oper host mode: single-host Oper control dir: both Session timeout: N/A Idle timeout: N/A Common Session ID: 0A0008D20000000400302F9C Acct Session ID: 0x00000003 Handle: 0xCA000005 Runnable methods list: Method State dot1x Authc Failed mab Not run SW10# *Mar 1 01:04:23.339: %DOT1X-5-SUCCESS: Authentication successful for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000400302F9C *Mar 1 01:04:23.339: %AUTHMGR-7-RESULT: Authentication result 'success' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000400302F9C SW10# *Mar 1 01:04:23.843: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000400302F9C SW10# *Mar 1 01:06:01.712: %DOT1X-5-FAIL: Authentication failed for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000400302F9C *Mar 1 01:06:01.712: %AUTHMGR-7-RESULT: Authentication result 'fail' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000400302F9C SW10# *Mar 1 01:06:01.712: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000400302F9C SW10# *Mar 1 01:07:01.800: %DOT1X-5-SUCCESS: Authentication successful for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000400302F9C SW10# *Mar 1 01:07:01.800: %AUTHMGR-7-RESULT: Authentication result 'success' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000400302F9C SW10# *Mar 1 01:07:02.312: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000400302F9C SW10# SW10# SW10#sh run int f0/1 Building configuration... Current configuration : 254 bytes ! interface FastEthernet0/1 switchport mode access authentication order dot1x mab authentication priority dot1x mab authentication port-control auto authentication periodic authentication timer reauthenticate 300 mab dot1x pae authenticator end SW10#sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 247s Timeout action: Reauthenticate Idle timeout: N/A Common Session ID: 0A0008D20000000400302F9C Acct Session ID: 0x00000006 Handle: 0xCA000005 Runnable methods list: Method State dot1x Authc Success mab Not run SW10#sh auth sess int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 240s Timeout action: Reauthenticate Idle timeout: N/A Common Session ID: 0A0008D20000000400302F9C Acct Session ID: 0x00000006 Handle: 0xCA000005 Runnable methods list: Method State dot1x Authc Success mab Not run SW10#sh auth sess int f0/1\ ^ % Invalid input detected at '^' marker. SW10#sh auth sess int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 236s Timeout action: Reauthenticate Idle timeout: N/A Common Session ID: 0A0008D20000000400302F9C Acct Session ID: 0x00000006 Handle: 0xCA000005 Runnable methods list: Method State dot1x Authc Success mab Not run SW10#sh auth SW10#sh authentication sess SW10#sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 106s Timeout action: Reauthenticate Idle timeout: N/A Common Session ID: 0A0008D20000000400302F9C Acct Session ID: 0x00000006 Handle: 0xCA000005 Runnable methods list: Method State dot1x Authc Success mab Not run SW10#sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 28s Timeout action: Reauthenticate Idle timeout: N/A Common Session ID: 0A0008D20000000400302F9C Acct Session ID: 0x00000006 Handle: 0xCA000005 Runnable methods list: Method State dot1x Authc Success mab Not run SW10#sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Running Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: N/A Idle timeout: N/A Common Session ID: 0A0008D20000000400302F9C Acct Session ID: 0x00000006 Handle: 0xCA000005 Runnable methods list: Method State dot1x Running mab Not run SW10#sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Running Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: N/A Idle timeout: N/A Common Session ID: 0A0008D20000000400302F9C Acct Session ID: 0x00000006 Handle: 0xCA000005 Runnable methods list: Method State dot1x Running mab Not run SW10# *Mar 1 01:13:36.476: %DOT1X-5-FAIL: Authentication failed for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000400302F9C SW10# *Mar 1 01:13:36.476: %AUTHMGR-7-RESULT: Authentication result 'timeout' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000400302F9C SW10#conf t Enter configuration commands, one per line. End with CNTL/Z. SW10(config)#int f0/1 SW10(config-if)#auth SW10(config-if)#authentication ti SW10(config-if)#authentication timer inac SW10(config-if)#authentication timer inactivity 10 SW10(config-if)#^Z SW10# *Mar 1 01:15:08.750: %SYS-5-CONFIG_I: Configured from console by console *Mar 1 01:15:09.094: %DOT1X-5-FAIL: Authentication failed for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000400302F9C SW10# *Mar 1 01:15:09.094: %AUTHMGR-7-RESULT: Authentication result 'timeout' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000400302F9C SW10#sh ser SW10#sh auth SW10#sh authentication sess SW10#sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: Unknown IP Address: Unknown Status: Running Domain: UNKNOWN Oper host mode: single-host Oper control dir: both Session timeout: N/A Idle timeout: N/A Common Session ID: 0A0008D2000000050044CE70 Acct Session ID: 0x00000007 Handle: 0xBE000006 Runnable methods list: Method State dot1x Running mab Not run SW10#sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: Unknown IP Address: Unknown Status: Running Domain: UNKNOWN Oper host mode: single-host Oper control dir: both Session timeout: N/A Idle timeout: N/A Common Session ID: 0A0008D2000000050044CE70 Acct Session ID: 0x00000007 Handle: 0xBE000006 Runnable methods list: Method State dot1x Running mab Not run SW10# *Mar 1 01:16:41.923: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D2000000050044CE70 SW10# *Mar 1 01:16:41.923: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D2000000050044CE70 *Mar 1 01:16:41.923: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D2000000050044CE70 SW10#conf t Enter configuration commands, one per line. End with CNTL/Z. SW10(config)#int f0/1 SW10(config-if)#dot1 SW10(config-if)#dot1x tim SW10(config-if)#dot1x timeout tx-per SW10(config-if)#dot1x timeout tx-period 5 SW10(config-if)#do sh auth sessions int f0/1 Interface: FastEthernet0/1 MAC Address: Unknown IP Address: Unknown Status: Running Domain: UNKNOWN Oper host mode: single-host Oper control dir: both Session timeout: N/A Idle timeout: N/A Common Session ID: 0A0008D2000000050044CE70 Acct Session ID: 0x00000007 Handle: 0xBE000006 Runnable methods list: Method State dot1x Failed over mab Running SW10(config-if)#dot1 SW10(config-if)#dot1x max-re SW10(config-if)#dot1x max- SW10(config-if)#dot1x max- SW10(config-if)#dot1x max-re SW10(config-if)#dot1x max-re SW10(config-if)#dot SW10(config-if)#dot1x ma SW10(config-if)#dot1x max-? max-reauth-req max-req max-start SW10(config-if)#dot1x max-requ SW10(config-if)#dot1x max-reau SW10(config-if)#dot1x max-reauth-req ? <1-10> Enter a value between 1 and 10 SW10(config-if)#dot1x max-reauth-req 10 SW10(config-if)# *Mar 1 01:20:09.054: %AUTHMGR-5-START: Starting 'mab' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D2000000050044CE70 *Mar 1 01:20:09.054: %AUTHMGR-7-FAILOVER: Failing over from 'mab' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D2000000050044CE70 *Mar 1 01:20:09.054: %AUTHMGR-5-START: Starting 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D2000000050044CE70 *Mar 1 01:20:09.138: %DOT1X-5-SUCCESS: Authentication successful SW10(config-if)#for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D2000000050044CE70 *Mar 1 01:20:09.138: %AUTHMGR-7-RESULT: Authentication result 'success' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D2000000050044CE70 SW10(config-if)# *Mar 1 01:20:09.583: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D2000000050044CE70 SW10(config-if)# *Mar 1 01:20:20.077: %AUTHMGR-5-START: Starting 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000600498C6D *Mar 1 01:20:20.161: %DOT1X-5-SUCCESS: Authentication successful for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000600498C6D SW10(config-if)# *Mar 1 01:20:20.161: %AUTHMGR-7-RESULT: Authentication result 'success' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000600498C6D SW10(config-if)# *Mar 1 01:20:20.907: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000600498C6D SW10(config-if)# *Mar 1 01:20:31.393: %AUTHMGR-5-START: Starting 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D2000000070049B8A1 *Mar 1 01:20:31.477: %DOT1X-5-SUCCESS: Authentication successful for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D2000000070049B8A1 *Mar 1 01:20:31.477: %AUTHMGR-7-RESULT: Authentication result 'success' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D2000000070049B8A1 SW10(config-if)# *Mar 1 01:20:32.223: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D2000000070049B8A1 SW10(config-if)# *Mar 1 01:20:42.718: %AUTHMGR-5-START: Starting 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D2000000080049E4DE *Mar 1 01:20:42.810: %DOT1X-5-SUCCESS: Authentication successful for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D2000000080049E4DE SW10(config-if)# *Mar 1 01:20:42.810: %AUTHMGR-7-RESULT: Authentication result 'success' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D2000000080049E4DE SW10(config-if)# *Mar 1 01:20:43.540: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D2000000080049E4DE SW10(config-if)# *Mar 1 01:20:54.034: %AUTHMGR-5-START: Starting 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000009004A1112 *Mar 1 01:20:54.118: %DOT1X-5-SUCCESS: Authentication successful for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000009004A1112 SW10(config-if)# *Mar 1 01:20:54.118: %AUTHMGR-7-RESULT: Authentication result 'success' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000009004A1112 SW10(config-if)# *Mar 1 01:20:54.864: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000009004A1112 SW10(config-if)# *Mar 1 01:21:05.350: %AUTHMGR-5-START: Starting 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000A004A3D46 *Mar 1 01:21:05.434: %DOT1X-5-SUCCESS: Authentication successful for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000A004A3D46 SW10(config-if)# *Mar 1 01:21:05.434: %AUTHMGR-7-RESULT: Authentication result 'success' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000A004A3D46 SW10(config-if)# *Mar 1 01:21:06.181: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000A004A3D46 SW10(config-if)# *Mar 1 01:21:16.700: %AUTHMGR-5-START: Starting 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000B004A699C *Mar 1 01:21:16.784: %DOT1X-5-SUCCESS: Authentication successful for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000B004A699C *Mar 1 01:21:16.784: %AUTHMGR-7-RESULT: Authentication result 'success' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000B004A699C SW10(config-if)# *Mar 1 01:21:17.530: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000B004A699C SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# *Mar 1 01:21:28.016: %AUTHMGR-5-START: Starting 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000C004A95D0 *Mar 1 01:21:28.100: %DOT1X-5-SUCCESS: Authentication successful for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000C004A95D0 SW10(config-if)# *Mar 1 01:21:28.100: %AUTHMGR-7-RESULT: Authentication result 'success' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000C004A95D0 SW10(config-if)# *Mar 1 01:21:28.847: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000C004A95D0 SW10(config-if)# *Mar 1 01:21:39.341: %AUTHMGR-5-START: Starting 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000D004AC20D *Mar 1 01:21:39.425: %DOT1X-5-SUCCESS: Authentication successful for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000D004AC20D SW10(config-if)# *Mar 1 01:21:39.425: %AUTHMGR-7-RESULT: Authentication result 'success' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000D004AC20D SW10(config-if)# *Mar 1 01:21:40.188: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000D004AC20D SW10(config-if)#do s *Mar 1 01:21:50.682: %AUTHMGR-5-START: Starting 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000E004AEE5A *Mar 1 01:21:50.766: %DOT1X-5-SUCCESS: Authentication successful for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000E004AEE5A SW10(config-if)#do sh run *Mar 1 01:21:50.766: %AUTHMGR-7-RESULT: Authentication result 'success' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000E004AEE5A SW10(config-if)#do sh run int f0 *Mar 1 01:21:51.513: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000E004AEE5A SW10(config-if)#do sh run int f0/1 Building configuration... Current configuration : 342 bytes ! interface FastEthernet0/1 switchport mode access authentication order dot1x mab authentication priority dot1x mab authentication port-control auto authentication periodic authentication timer reauthenticate 300 authentication timer inactivity 10 mab dot1x pae authenticator dot1x timeout tx-period 5 dot1x max-reauth-req 10 end SW10(config-if)# *Mar 1 01:22:02.007: %AUTHMGR-5-START: Starting 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000F004B1A97 *Mar 1 01:22:02.099: %DOT1X-5-SUCCESS: Authentication successful for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000F004B1A97 *Mar 1 01:22:02.099: %AUTHMGR-7-RESULT: Authentication result 'success' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000F004B1A97 SW10(config-if)# *Mar 1 01:22:02.837: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000000F004B1A97 SW10(config-if)# *Mar 1 01:22:13.323: %AUTHMGR-5-START: Starting 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000010004B46CB *Mar 1 01:22:13.407: %DOT1X-5-SUCCESS: Authentication successful for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000010004B46CB SW10(config-if)# *Mar 1 01:22:13.407: %AUTHMGR-7-RESULT: Authentication result 'success' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000010004B46CB SW10(config-if)# *Mar 1 01:22:14.153: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000010004B46CB SW10(config-if)# *Mar 1 01:22:24.648: %AUTHMGR-5-START: Starting 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000011004B7308 *Mar 1 01:22:24.731: %DOT1X-5-SUCCESS: Authentication successful for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000011004B7308 SW10(config-if)# *Mar 1 01:22:24.731: %AUTHMGR-7-RESULT: Authentication result 'success' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000011004B7308 SW10(config-if)# *Mar 1 01:22:25.470: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000011004B7308 SW10(config-if)# *Mar 1 01:22:35.964: %AUTHMGR-5-START: Starting 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000012004B9F3C *Mar 1 01:22:36.039: %DOT1X-5-SUCCESS: Authentication successful for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000012004B9F3C SW10(config-if)#au *Mar 1 01:22:36.039: %AUTHMGR-7-RESULT: Authentication result 'success' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000012004B9F3C SW10(config-if)#auth SW10(config-if)#authentication ti *Mar 1 01:22:36.794: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000012004B9F3C SW10(config-if)#authentication ti SW10(config-if)#authentication timer SW10(config-if)#auth SW10(config-if)# *Mar 1 01:22:47.297: %AUTHMGR-5-START: Starting 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000013004BCB81 *Mar 1 01:22:47.389: %DOT1X-5-SUCCESS: Authentication successful for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000013004BCB81 *Mar 1 01:22:47.389: %AUTHMGR-7-RESULT: Authentication result 'success' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000013004BCB81 SW10(config-if)#do *Mar 1 01:22:48.127: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000013004BCB81 SW10(config-if)#dot SW10(config-if)#dot1x time SW10(config-if)#dot1x timeout tx-peri SW10(config-if)#dot1x timeout tx-period ? <1-65535> Enter a value between 1 and 65535 SW10(config-if)#dot1x timeout tx-period *Mar 1 01:22:58.613: %AUTHMGR-5-START: Starting 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000014004BF7B5 *Mar 1 01:22:58.697: %DOT1X-5-SUCCESS: Authentication successful for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000014004BF7B5 SW10(config-if)#dot1x timeout tx-period 60 *Mar 1 01:22:58.697: %AUTHMGR-7-RESULT: Authentication result 'success' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000014004BF7B5 SW10(config-if)#dot1x timeout tx-period 60 SW10(config-if)# *Mar 1 01:22:59.444: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000014004BF7B5 SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# *Mar 1 01:23:09.938: %AUTHMGR-5-START: Starting 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000015004C23F2 *Mar 1 01:23:10.022: %DOT1X-5-SUCCESS: Authentication successful for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000015004C23F2 SW10(config-if)# *Mar 1 01:23:10.022: %AUTHMGR-7-RESULT: Authentication result 'success' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000015004C23F2 SW10(config-if)# *Mar 1 01:23:10.760: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000015004C23F2 SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# *Mar 1 01:23:21.254: %AUTHMGR-5-START: Starting 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000016004C5026 *Mar 1 01:23:21.338: %DOT1X-5-SUCCESS: Authentication successful for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000016004C5026 SW10(config-if)# *Mar 1 01:23:21.338: %AUTHMGR-7-RESULT: Authentication result 'success' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000016004C5026 SW10(config-if)# *Mar 1 01:23:22.084: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000016004C5026 SW10(config-if)# *Mar 1 01:23:32.579: %AUTHMGR-5-START: Starting 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000017004C7C63 *Mar 1 01:23:32.662: %DOT1X-5-SUCCESS: Authentication successful for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000017004C7C63 *Mar 1 01:23:32.662: %AUTHMGR-7-RESULT: Authentication result 'success' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000017004C7C63 SW10(config-if)# *Mar 1 01:23:33.401: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000017004C7C63 SW10(config-if)# *Mar 1 01:23:43.912: %AUTHMGR-5-START: Starting 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000018004CA8A8 *Mar 1 01:23:43.995: %DOT1X-5-SUCCESS: Authentication successful for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000018004CA8A8 SW10(config-if)# *Mar 1 01:23:43.995: %AUTHMGR-7-RESULT: Authentication result 'success' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000018004CA8A8 SW10(config-if)# *Mar 1 01:23:44.734: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000018004CA8A8 SW10(config-if)# *Mar 1 01:23:55.228: %AUTHMGR-5-START: Starting 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000019004CD4DC *Mar 1 01:23:55.312: %DOT1X-5-SUCCESS: Authentication successful for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000019004CD4DC SW10(config-if)# *Mar 1 01:23:55.312: %AUTHMGR-7-RESULT: Authentication result 'success' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000019004CD4DC SW10(config-if)# *Mar 1 01:23:56.058: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000019004CD4DC SW10(config-if)# *Mar 1 01:24:06.544: %AUTHMGR-5-START: Starting 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000001A004D0110 *Mar 1 01:24:06.628: %DOT1X-5-SUCCESS: Authentication successful for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000001A004D0110 SW10(config-if)# *Mar 1 01:24:06.628: %AUTHMGR-7-RESULT: Authentication result 'success' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000001A004D0110 SW10(config-if)# *Mar 1 01:24:07.374: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000001A004D0110 SW10(config-if)#auth SW10(config-if)#authentication ti SW10(config-if)#authentication timer ina SW10(config-if)#authentication timer inactivity *Mar 1 01:24:17.869: %AUTHMGR-5-START: Starting 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000001B004D2D4D *Mar 1 01:24:17.952: %DOT1X-5-SUCCESS: Authentication successful for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000001B004D2D4D *Mar 1 01:24:17.952: %AUTHMGR-7-RESULT: Authentication result 'success' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000001B004D2D4D SW10(config-if)#authentication timer inactivity 60 *Mar 1 01:24:18.691: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000001B004D2D4D SW10(config-if)#authentication timer inactivity 60 SW10(config-if)#dot1x timeout tx-period 30 SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)#do sh authe SW10(config-if)#do sh authentication sessions f0/1 ^ % Invalid input detected at '^' marker. SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 253s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 13s Common Session ID: 0A0008D20000001B004D2D4D Acct Session ID: 0x0000001D Handle: 0x8F00001C Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)# *Mar 1 01:25:18.577: %AUTHMGR-5-START: Starting 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000001C004E1A71 *Mar 1 01:25:18.661: %DOT1X-5-SUCCESS: Authentication successful for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000001C004E1A71 SW10(config-if)# *Mar 1 01:25:18.661: %AUTHMGR-7-RESULT: Authentication result 'success' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000001C004E1A71 SW10(config-if)# *Mar 1 01:25:19.407: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000001C004E1A71 SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 245s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 6s Common Session ID: 0A0008D20000001C004E1A71 Acct Session ID: 0x0000001E Handle: 0x9A00001D Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 242s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 3s Common Session ID: 0A0008D20000001C004E1A71 Acct Session ID: 0x0000001E Handle: 0x9A00001D Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 *Mar 1 01:26:20.334: %AUTHMGR-5-START: Starting 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000001D004F0BAE *Mar 1 01:26:20.418: %DOT1X-5-SUCCESS: Authentication successful for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000001D004F0BAE SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: N/A Idle timeout: N/A Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)# *Mar 1 01:26:20.418: %AUTHMGR-7-RESULT: Authentication result 'success' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000001D004F0BAE SW10(config-if)# *Mar 1 01:26:21.164: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000001D004F0BAE SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 296s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 57s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 288s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 49s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 286s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 47s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 284s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 45s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 282s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 43s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 280s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 40s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 278s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 38s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 277s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 37s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 275s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 35s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 274s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 34s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 272s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 32s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 269s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 29s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 267s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 27s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 266s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 26s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 264s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 24s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 261s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 21s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 259s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 19s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 257s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 17s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 254s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 15s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 252s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 13s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 251s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 12s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 249s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 10s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 247s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 8s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 244s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 5s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 242s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 3s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 240s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 1s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 239s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 60s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 235s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 56s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 233s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 54s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 231s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 52s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 229s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 50s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 227s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 48s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 226s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 47s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 224s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 45s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 222s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 43s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 221s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 41s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 219s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 39s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 218s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 38s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 216s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 36s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 210s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 31s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 209s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 30s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 207s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 28s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 205s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 26s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 204s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 25s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 199s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 20s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 197s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 18s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 195s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 16s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 194s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 15s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 192s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 13s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 190s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 11s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 189s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 10s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 187s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 8s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 186s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 7s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 184s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 5s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 183s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 4s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 181s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 2s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 180s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 1s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 178s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 59s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 177s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 58s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 175s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 56s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 168s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 50s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 161s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 43s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 158s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 39s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 157s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 38s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 155s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 36s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 153s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 34s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 151s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 32s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 149s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 30s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 148s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 29s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 146s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 27s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 145s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 26s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 143s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 24s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 142s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 23s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 140s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 21s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 139s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 20s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 137s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 18s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 136s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 17s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 134s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 15s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 132s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 13s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 131s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 12s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 129s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 10s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 122s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 4s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 120s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 2s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 108s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 4s Common Session ID: 0A0008D20000001D004F0BAE Acct Session ID: 0x0000001F Handle: 0xEC00001E Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Running Domain: UNKNOWN Oper host mode: single-host Oper control dir: both Session timeout: N/A Idle timeout: N/A Common Session ID: 0A0008D20000001E00520F90 Acct Session ID: 0x00000020 Handle: 0x6B00001F Runnable methods list: Method State *Mar 1 01:29:37.936: %AUTHMGR-5-START: Starting 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000001E00520F90 *Mar 1 01:29:38.070: %DOT1X-5-SUCCESS: Authentication successful for client (4c52.6226.e0b5) on Inter dot1x Running mab Not run SW10(config-if)#face Fa0/1 AuditSessionID 0A0008D20000001E00520F90 *Mar 1 01:29:38.070: %AUTHMGR-7-RESULT: Authentication result 'success' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000001E00520F90 SW10(config-if)# *Mar 1 01:29:38.766: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000001E00520F90 SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 269s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 29s Common Session ID: 0A0008D20000001E00520F90 Acct Session ID: 0x00000020 Handle: 0x6B00001F Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)# *Mar 1 01:30:39.684: %AUTHMGR-5-START: Starting 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000001F005300C5 *Mar 1 01:30:39.768: %DOT1X-5-SUCCESS: Authentication successful for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000001F005300C5 *Mar 1 01:30:39.768: %AUTHMGR-7-RESULT: Authentication result 'success' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000001F005300C5 SW10(config-if)#do sh authentication sessions int f0/1 *Mar 1 01:30:40.507: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000001F005300C5 SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 296s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 57s Common Session ID: 0A0008D20000001F005300C5 Acct Session ID: 0x00000021 Handle: 0x4B000020 Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 293s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 54s Common Session ID: 0A0008D20000001F005300C5 Acct Session ID: 0x00000021 Handle: 0x4B000020 Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 291s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 52s Common Session ID: 0A0008D20000001F005300C5 Acct Session ID: 0x00000021 Handle: 0x4B000020 Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 289s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 50s Common Session ID: 0A0008D20000001F005300C5 Acct Session ID: 0x00000021 Handle: 0x4B000020 Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 288s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 49s Common Session ID: 0A0008D20000001F005300C5 Acct Session ID: 0x00000021 Handle: 0x4B000020 Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 190s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 10s Common Session ID: 0A0008D20000001F005300C5 Acct Session ID: 0x00000021 Handle: 0x4B000020 Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 182s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 2s Common Session ID: 0A0008D20000001F005300C5 Acct Session ID: 0x00000021 Handle: 0x4B000020 Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 177s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 56s Common Session ID: 0A0008D20000001F005300C5 Acct Session ID: 0x00000021 Handle: 0x4B000020 Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 61s Timeout action: Reauthenticate Idle timeout: 60s (local), Remaining: 1s Common Session ID: 0A0008D20000001F005300C5 Acct Session ID: 0x00000021 Handle: 0x4B000020 Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)# *Mar 1 01:35:42.102: %DOT1X-5-SUCCESS: Authentication successful for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000001F005300C5 SW10(config-if)# *Mar 1 01:35:42.102: %AUTHMGR-7-RESULT: Authentication result 'success' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000001F005300C5 SW10(config-if)# *Mar 1 01:35:43.042: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000001F005300C5 SW10(config-if)#a % Ambiguous command: "a" SW10(config)# SW10(config)#\ ^ % Invalid input detected at '^' marker. SW10(config)#int f0/1 SW10(config-if)#no .authentication timer inactivity 60c ^ % Invalid input detected at '^' marker. SW10(config-if)#no authentication timer inactivity 60 SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: Unknown IP Address: Unknown Status: Running Domain: UNKNOWN Oper host mode: single-host Oper control dir: both Session timeout: N/A Idle timeout: N/A Common Session ID: 0A0008D2000000200059C53F Acct Session ID: 0x00000022 Handle: 0xF3000021 Runnable methods list: Method State dot1x Running mab Not run SW10(config-if)#dot1xz SW10(config-if)#dot1x SW10(config-if)#dot1x tim SW10(config-if)#dot1x timeout tx SW10(config-if)#dot1x timeout tx-period 5 SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: Unknown IP Address: Unknown Status: Running Domain: UNKNOWN Oper host mode: single-host Oper control dir: both Session timeout: N/A Idle timeout: N/A Common Session ID: 0A0008D2000000200059C53F Acct Session ID: 0x00000022 Handle: 0xF3000021 Runnable methods list: Method State dot1x Running mab Not run SW10(config-if)#dot SW10(config-if)#dot1x ti SW10(config-if)#dot1x timeout ? auth-period Timeout for authenticator reply held-period Timeout for authentication retries quiet-period QuietPeriod in Seconds ratelimit-period Ratelimit Period in seconds server-timeout Timeout for Radius Retries start-period Timeout for EAPOL-start retries supp-timeout Timeout for supplicant reply tx-period Timeout for supplicant retries SW10(config-if)#dot1x timeout tx SW10(config-if)#dot1x timeout su SW10(config-if)#dot1x timeout supp-timeout 5 SW10(config-if)#dot1x timeout supp-timeout 5 SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: Unknown IP Address: Unknown Status: Running Domain: UNKNOWN Oper host mode: single-host Oper control dir: both Session timeout: N/A Idle timeout: N/A Common Session ID: 0A0008D2000000200059C53F Acct Session ID: 0x00000022 Handle: 0xF3000021 Runnable methods list: Method State dot1x Running mab Not run SW10(config-if)# *Mar 1 01:43:42.962: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D2000000200059C53F SW10(config-if)# *Mar 1 01:43:42.962: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D2000000200059C53F *Mar 1 01:43:42.962: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D2000000200059C53F SW10(config-if)#aut SW10(config-if)#authe SW10(config-if)#authentication tim SW10(config-if)#authentication timer ? inactivity Interval in seconds after which if there is no activity from the client then it will be unauthorized (default OFF) reauthenticate Time in seconds after which an automatic re-authentication should be initiated (default 1 hour) restart Interval in seconds after which an attempt should be made to authenticate an unauthorized port (default 60 sec) unauthorized Time in seconds after which an unauthorized session will get deleted SW10(config-if)#authentication timer unau SW10(config-if)#authentication timer unauthorized 10 SW10(config-if)# *Mar 1 01:48:03.454: %AUTHMGR-5-START: Starting 'mab' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D2000000200059C53F *Mar 1 01:48:04.460: %MAB-5-FAIL: Authentication failed for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D2000000200059C53F *Mar 1 01:48:04.460: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'mab' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D2000000200059C53F *Mar 1 01:48:04.460: %AUTHMGR-7-FAILOVER: Fa SW10(config-if)#iling over from 'mab' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D2000000200059C53F *Mar 1 01:48:04.460: %AUTHMGR-5-START: Starting 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D2000000200059C53F *Mar 1 01:48:04.544: %DOT1X-5-SUCCESS: Authentication successful for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D2000000200059C53F *Mar 1 01:48:04.544: %AUTHMGR-7-RESULT: Authentication result 'success' from 'dot1x' for client (4c52 SW10(config-if)#.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D2000000200059C53F *Mar 1 01:48:05.090: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D2000000200059C53F SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)#do sh run int f0/1 Building configuration... Current configuration : 374 bytes ! interface FastEthernet0/1 switchport mode access authentication order dot1x mab authentication priority dot1x mab authentication port-control auto authentication periodic authentication timer reauthenticate 300 authentication timer unauthorized 10 mab dot1x pae authenticator dot1x timeout tx-period 5 dot1x timeout supp-timeout 5 dot1x max-reauth-req 10 end SW10(config-if)#no dot1x timeout tx-period 5 SW10(config-if)#no dot1x timeout supp-timeout 5 SW10(config-if)#no dot1x max-reauth-req 10 SW10(config-if)#auth SW10(config-if)#authentication ti SW10(config-if)#authentication timer ? inactivity Interval in seconds after which if there is no activity from the client then it will be unauthorized (default OFF) reauthenticate Time in seconds after which an automatic re-authentication should be initiated (default 1 hour) restart Interval in seconds after which an attempt should be made to authenticate an unauthorized port (default 60 sec) unauthorized Time in seconds after which an unauthorized session will get deleted SW10(config-if)#authentication timer re SW10(config-if)#dot1 SW10(config-if)#dot1x max SW10(config-if)#dot1x max-re SW10(config-if)#dot1x max-rea SW10(config-if)#dot1x max-reauth-req 5 SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 300s (local), Remaining: 77s Timeout action: Reauthenticate Idle timeout: N/A Common Session ID: 0A0008D2000000200059C53F Acct Session ID: 0x00000023 Handle: 0xF3000021 Runnable methods list: Method State dot1x Authc Success mab Failed over SW10(config-if)#auth SW10(config-if)#authentication ti SW10(config-if)#do sh run int f0/1 Building configuration... Current configuration : 316 bytes ! interface FastEthernet0/1 switchport mode access authentication order dot1x mab authentication priority dot1x mab authentication port-control auto authentication periodic authentication timer reauthenticate 300 authentication timer unauthorized 10 mab dot1x pae authenticator dot1x max-reauth-req 5 end SW10(config-if)#auth SW10(config-if)#authentication tim SW10(config-if)#authentication timer reau SW10(config-if)#authentication timer reauthenticate 60 SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Running Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: N/A Idle timeout: N/A Common Session ID: 0A0008D2000000200059C53F Acct Session ID: 0x00000023 Handle: 0xF3000021 Runnable methods list: Method State dot1x Running mab Not run SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Running Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: N/A Idle timeout: N/A Common Session ID: 0A0008D2000000200059C53F Acct Session ID: 0x00000023 Handle: 0xF3000021 Runnable methods list: Method State dot1x Running mab Not run SW10(config-if)# *Mar 1 01:56:11.948: %DOT1X-5-FAIL: Authentication failed for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D2000000200059C53F SW10(config-if)# *Mar 1 01:56:11.948: %AUTHMGR-7-RESULT: Authentication result 'timeout' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D2000000200059C53F SW10(config-if)# *Mar 1 01:59:17.176: %DOT1X-5-FAIL: Authentication failed for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D2000000200059C53F SW10(config-if)# *Mar 1 01:59:17.176: %AUTHMGR-7-RESULT: Authentication result 'timeout' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D2000000200059C53F SW10(config-if)# *Mar 1 02:02:22.414: %DOT1X-5-FAIL: Authentication failed for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D2000000200059C53F SW10(config-if)# *Mar 1 02:02:22.414: %AUTHMGR-7-RESULT: Authentication result 'timeout' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D2000000200059C53F SW10(config-if)# *Mar 1 02:05:27.659: %DOT1X-5-FAIL: Authentication failed for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D2000000200059C53F SW10(config-if)# *Mar 1 02:05:27.659: %AUTHMGR-7-RESULT: Authentication result 'timeout' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D2000000200059C53F SW10(config-if)# *Mar 1 02:08:32.897: %DOT1X-5-FAIL: Authentication failed for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D2000000200059C53F SW10(config-if)# *Mar 1 02:08:32.897: %AUTHMGR-7-RESULT: Authentication result 'timeout' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D2000000200059C53F SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)#do sh authentication sessions int f0/1 Interface: FastEthernet0/1 MAC Address: Unknown IP Address: Unknown Status: Running Domain: UNKNOWN Oper host mode: single-host Oper control dir: both Session timeout: N/A Idle timeout: N/A Common Session ID: 0A0008D2000000210075B14A Acct Session ID: 0x00000024 Handle: 0x2E000022 Runnable methods list: Method State dot1x Running mab Not run SW10(config-if)#do sh run int f0/1 Building configuration... Current configuration : 315 bytes ! interface FastEthernet0/1 switchport mode access authentication order dot1x mab authentication priority dot1x mab authentication port-control auto authentication periodic authentication timer reauthenticate 60 authentication timer unauthorized 10 mab dot1x pae authenticator dot1x max-reauth-req 5 end SW10(config-if)# *Mar 1 02:11:38.335: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D2000000210075B14A SW10(config-if)# *Mar 1 02:11:38.335: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D2000000210075B14A *Mar 1 02:11:38.335: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D2000000210075B14A SW10(config-if)#dot1x tim SW10(config-if)#dot1x timeout re SW10(config-if)#dot1x timeout reau SW10(config-if)#dot1x timeout tx-pre SW10(config-if)#dot1x timeout tx-peri SW10(config-if)#dot1x timeout tx-period 5 SW10(config-if)#no auth SW10(config-if)#no authentication peri SW10(config-if)#no authentication periodic SW10(config-if)# *Mar 1 02:17:33.978: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to down SW10(config-if)# *Mar 1 02:17:35.983: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up SW10(config-if)# *Mar 1 02:18:05.486: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D200000022007DF498 SW10(config-if)# *Mar 1 02:18:05.486: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D200000022007DF498 *Mar 1 02:18:05.486: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D200000022007DF498 SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# *Mar 1 02:19:43.406: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to down SW10(config-if)# *Mar 1 02:19:45.411: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# *Mar 1 02:20:14.922: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D200000023007FEE34 SW10(config-if)# *Mar 1 02:20:14.922: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D200000023007FEE34 *Mar 1 02:20:14.922: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D200000023007FEE34 SW10(config-if)#dot1x max-req SW10(config-if)#dot1x max-reau SW10(config-if)#dot1x max-reauth-req 10 SW10(config-if)# *Mar 1 02:22:33.729: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to down SW10(config-if)# *Mar 1 02:22:34.727: %LINK-3-UPDOWN: Interface FastEthernet0/1, changed state to down SW10(config-if)# *Mar 1 02:22:37.923: %LINK-3-UPDOWN: Interface FastEthernet0/1, changed state to up *Mar 1 02:22:38.930: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up SW10(config-if)#dot1x max-reauth-req 3 SW10(config-if)#dot1x max-reauth-req 10 SW10(config-if)#dot SW10(config-if)#dot1x tim SW10(config-if)#dot1x timeout *Mar 1 02:23:32.541: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000002400828D9F SW10(config-if)#dot1x timeout *Mar 1 02:23:32.541: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000002400828D9F *Mar 1 02:23:32.541: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000002400828D9F SW10(config-if)#dot1x timeout tx-peri SW10(config-if)#dot1x timeout tx-period 2 SW10(config-if)# *Mar 1 02:24:05.743: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to down SW10(config-if)# *Mar 1 02:24:07.748: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up SW10(config-if)# *Mar 1 02:24:29.064: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D2000000250083EF1F SW10(config-if)# *Mar 1 02:24:29.064: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D2000000250083EF1F *Mar 1 02:24:29.064: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D2000000250083EF1F SW10(config-if)#dot1 SW10(config-if)#dot1x max SW10(config-if)#dot1x max-re SW10(config-if)#dot1x max-req SW10(config-if)#dot1x max-req cou SW10(config-if)#dot1x max-req coun SW10(config-if)#dot1x max-req count SW10(config-if)#dot1x max-req count SW10(config-if)#dot1x max-req coun SW10(config-if)#dot1x max-req cou SW10(config-if)#dot1x max-req c SW10(config-if)#dot1x max-req SW10(config-if)#dot1x max-req SW10(config-if)#dot1x max-req SW10(config-if)#dot1x max-req SW10(config-if)#dot1x max-req ? <1-10> Enter a value between 1 and 10 SW10(config-if)#dot1x max-req 5 SW10(config-if)#dot1x max-reauth-req 2 SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)#authentication timer peri SW10(config-if)#do sh run int f0/1 Building configuration... Current configuration : 310 bytes ! interface FastEthernet0/1 switchport mode access authentication order dot1x mab authentication priority dot1x mab authentication port-control auto authentication timer reauthenticate 60 authentication timer unauthorized 10 mab dot1x pae authenticator dot1x timeout tx-period 2 dot1x max-req 5 end SW10(config-if)#no authentication timer unauthorized 10 SW10(config-if)#auth SW10(config-if)#authentication peri SW10(config-if)#authentication periodic SW10(config-if)#dot1x SW10(config-if)#dot1x ma SW10(config-if)#dot1x max-re SW10(config-if)#dot1x max-rea SW10(config-if)#dot1x max-reauth-req 3 SW10(config-if)#dot SW10(config-if)#dot1x max SW10(config-if)#dot1x max-re SW10(config-if)#dot1x max-rea SW10(config-if)#dot1x max-reauth-req 7 SW10(config-if)#dot1x max-reauth-req 3 SW10(config-if)#dot SW10(config-if)#dot1x max-req SW10(config-if)#dot1x max-req 7 SW10(config-if)# *Mar 1 02:45:09.596: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to down SW10(config-if)# *Mar 1 02:45:11.601: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up SW10(config-if)# *Mar 1 02:45:18.471: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D200000026009737DA SW10(config-if)# *Mar 1 02:45:18.471: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D200000026009737DA *Mar 1 02:45:18.471: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D200000026009737DA SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# *Mar 1 02:48:02.250: %AUTHMGR-5-START: Starting 'mab' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000026009737DA *Mar 1 02:48:02.250: %AUTHMGR-7-FAILOVER: Failing over from 'mab' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000026009737DA *Mar 1 02:48:02.250: %AUTHMGR-5-START: Starting 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000026009737DA *Mar 1 02:48:02.343: %DOT1X-5-SUCCESS: Authentication successful SW10(config-if)#for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000026009737DA *Mar 1 02:48:02.343: %AUTHMGR-7-RESULT: Authentication result 'success' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000026009737DA *Mar 1 02:48:02.485: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000026009737DA SW10(config-if)#\ ^ % Invalid input detected at '^' marker. SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# *Mar 1 02:49:11.431: %DOT1X-5-FAIL: Authentication failed for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000026009737DA SW10(config-if)# *Mar 1 02:49:11.431: %AUTHMGR-7-RESULT: Authentication result 'timeout' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000026009737DA SW10(config-if)# *Mar 1 02:49:19.660: %DOT1X-5-FAIL: Authentication failed for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000026009737DA SW10(config-if)# *Mar 1 02:49:19.660: %AUTHMGR-7-RESULT: Authentication result 'timeout' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000026009737DA SW10(config-if)# *Mar 1 02:49:27.898: %DOT1X-5-FAIL: Authentication failed for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000026009737DA SW10(config-if)# *Mar 1 02:49:27.898: %AUTHMGR-7-RESULT: Authentication result 'timeout' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000026009737DA SW10(config-if)# *Mar 1 02:49:36.337: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D200000027009B2724 SW10(config-if)# *Mar 1 02:49:36.337: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D200000027009B2724 *Mar 1 02:49:36.337: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D200000027009B2724 SW10(config-if)#e:&o=o=^@ ^ % Invalid input detected at '^' marker. SW10(config-if)#o=^@ ^ % Invalid input detected at '^' marker. SW10(config-if)#do sh run int f0/1 Building configuration... Current configuration : 321 bytes ! interface FastEthernet0/1 switchport mode access authentication order dot1x mab authentication priority dot1x mab authentication port-control auto authentication periodic authentication timer reauthenticate 60 mab dot1x pae authenticator dot1x timeout tx-period 2 dot1x max-req 7 dot1x max-reauth-req 3 end SW10(config-if)#authentication timer reauthenticate 300 SW10(config-if)#do clear dot1x port int f0/1 ^ % Invalid input detected at '^' marker. SW10(config-if)# *Mar 1 02:52:10.159: %AUTHMGR-5-START: Starting 'mab' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000027009B2724 *Mar 1 02:52:10.159: %AUTHMGR-7-FAILOVER: Failing over from 'mab' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000027009B2724 *Mar 1 02:52:10.159: %AUTHMGR-5-START: Starting 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000027009B2724 *Mar 1 02:52:10.243: %DOT1X-5-SUCCESS: Authentication successful SW10(config-if)#for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000027009B2724 *Mar 1 02:52:10.243: %AUTHMGR-7-RESULT: Authentication result 'success' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000027009B2724 *Mar 1 02:52:10.679: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000027009B2724 SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# *Mar 1 02:57:20.412: %DOT1X-5-FAIL: Authentication failed for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000027009B2724 SW10(config-if)# *Mar 1 02:57:20.412: %AUTHMGR-7-RESULT: Authentication result 'timeout' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000027009B2724 SW10(config-if)# *Mar 1 02:57:28.649: %DOT1X-5-FAIL: Authentication failed for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000027009B2724 SW10(config-if)# *Mar 1 02:57:28.649: %AUTHMGR-7-RESULT: Authentication result 'timeout' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000027009B2724 SW10(config-if)# *Mar 1 02:57:36.878: %DOT1X-5-FAIL: Authentication failed for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000027009B2724 SW10(config-if)# *Mar 1 02:57:36.878: %AUTHMGR-7-RESULT: Authentication result 'timeout' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D200000027009B2724 SW10(config-if)# *Mar 1 02:57:45.317: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000002800A29D38 SW10(config-if)# *Mar 1 02:57:45.317: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000002800A29D38 *Mar 1 02:57:45.317: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000002800A29D38 SW10(config-if)# *Mar 1 02:59:51.490: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to down SW10(config-if)# *Mar 1 02:59:53.495: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# *Mar 1 03:00:00.441: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000002900A4AD14 SW10(config-if)# *Mar 1 03:00:00.441: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000002900A4AD14 *Mar 1 03:00:00.441: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000002900A4AD14 SW10(config-if)#do sh run int f0/1 Building configuration... Current configuration : 322 bytes ! interface FastEthernet0/1 switchport mode access authentication order dot1x mab authentication priority dot1x mab authentication port-control auto authentication periodic authentication timer reauthenticate 300 mab dot1x pae authenticator dot1x timeout tx-period 2 dot1x max-req 7 dot1x max-reauth-req 3 end SW10(config-if)#dot1x max-re SW10(config-if)#dot1x max-rea SW10(config-if)#dot1x max-reauth-req 10 SW10(config-if)# *Mar 1 03:02:48.784: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to down SW10(config-if)# *Mar 1 03:02:50.789: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up SW10(config-if)# *Mar 1 03:03:12.070: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000002A00A76156 SW10(config-if)# *Mar 1 03:03:12.070: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000002A00A76156 *Mar 1 03:03:12.070: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000002A00A76156 SW10(config-if)#max-re SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)#max SW10(config-if)#dot1x max-reauth-req 2 SW10(config-if)#dot1x max-req SW10(config-if)#dot1x max-req 10 SW10(config-if)# *Mar 1 03:06:53.999: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to down SW10(config-if)# *Mar 1 03:06:54.998: %LINK-3-UPDOWN: Interface FastEthernet0/1, changed state to down SW10(config-if)# *Mar 1 03:06:57.514: %LINK-3-UPDOWN: Interface FastEthernet0/1, changed state to up SW10(config-if)# *Mar 1 03:06:58.521: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up SW10(config-if)# *Mar 1 03:07:01.700: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000002B00AB22A6 SW10(config-if)# *Mar 1 03:07:01.700: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000002B00AB22A6 *Mar 1 03:07:01.700: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000002B00AB22A6 SW10(config-if)# *Mar 1 03:07:29.265: %AUTHMGR-5-START: Starting 'mab' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000002B00AB22A6 *Mar 1 03:07:29.265: %AUTHMGR-7-FAILOVER: Failing over from 'mab' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000002B00AB22A6 *Mar 1 03:07:29.265: %AUTHMGR-5-START: Starting 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000002B00AB22A6 *Mar 1 03:07:29.349: %DOT1X-5-SUCCESS: Authentication successful SW10(config-if)#for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000002B00AB22A6 *Mar 1 03:07:29.349: %AUTHMGR-7-RESULT: Authentication result 'success' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000002B00AB22A6 *Mar 1 03:07:29.701: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000002B00AB22A6 SW10(config-if)#au SW10(config-if)#auth SW10(config-if)#authentication reau SW10(config-if)#authentication re SW10(config-if)#authentication ti SW10(config-if)#authentication timer reau SW10(config-if)#authentication timer reauthenticate 90 SW10(config-if)#do sh authen sess int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 90s (local), Remaining: 245s Timeout action: Reauthenticate Idle timeout: N/A Common Session ID: 0A0008D20000002B00AB22A6 Acct Session ID: 0x0000002E Handle: 0x8000002C Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authen sess int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 90s (local), Remaining: 238s Timeout action: Reauthenticate Idle timeout: N/A Common Session ID: 0A0008D20000002B00AB22A6 Acct Session ID: 0x0000002E Handle: 0x8000002C Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authen sess int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 90s (local), Remaining: 236s Timeout action: Reauthenticate Idle timeout: N/A Common Session ID: 0A0008D20000002B00AB22A6 Acct Session ID: 0x0000002E Handle: 0x8000002C Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authen sess int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 90s (local), Remaining: 234s Timeout action: Reauthenticate Idle timeout: N/A Common Session ID: 0A0008D20000002B00AB22A6 Acct Session ID: 0x0000002E Handle: 0x8000002C Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authen sess int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 90s (local), Remaining: 231s Timeout action: Reauthenticate Idle timeout: N/A Common Session ID: 0A0008D20000002B00AB22A6 Acct Session ID: 0x0000002E Handle: 0x8000002C Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authen sess int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 90s (local), Remaining: 229s Timeout action: Reauthenticate Idle timeout: N/A Common Session ID: 0A0008D20000002B00AB22A6 Acct Session ID: 0x0000002E Handle: 0x8000002C Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authen sess int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 90s (local), Remaining: 204s Timeout action: Reauthenticate Idle timeout: N/A Common Session ID: 0A0008D20000002B00AB22A6 Acct Session ID: 0x0000002E Handle: 0x8000002C Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authen sess int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 90s (local), Remaining: 106s Timeout action: Reauthenticate Idle timeout: N/A Common Session ID: 0A0008D20000002B00AB22A6 Acct Session ID: 0x0000002E Handle: 0x8000002C Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)#do sh authen sess int f0/1 Interface: FastEthernet0/1 MAC Address: 4c52.6226.e0b5 IP Address: Unknown User-Name: wnoguchi Status: Authz Success Domain: DATA Oper host mode: single-host Oper control dir: both Authorized By: Authentication Server Vlan Policy: N/A Session timeout: 90s (local), Remaining: 53s Timeout action: Reauthenticate Idle timeout: N/A Common Session ID: 0A0008D20000002B00AB22A6 Acct Session ID: 0x0000002E Handle: 0x8000002C Runnable methods list: Method State dot1x Authc Success mab Not run SW10(config-if)# *Mar 1 03:12:37.395: %DOT1X-5-FAIL: Authentication failed for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000002B00AB22A6 SW10(config-if)# *Mar 1 03:12:37.395: %AUTHMGR-7-RESULT: Authentication result 'timeout' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000002B00AB22A6 SW10(config-if)# *Mar 1 03:12:43.569: %DOT1X-5-FAIL: Authentication failed for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000002B00AB22A6 SW10(config-if)# *Mar 1 03:12:43.569: %AUTHMGR-7-RESULT: Authentication result 'timeout' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000002B00AB22A6 SW10(config-if)# *Mar 1 03:12:49.936: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000002C00B072FB SW10(config-if)# *Mar 1 03:12:49.936: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000002C00B072FB *Mar 1 03:12:49.936: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000002C00B072FB SW10(config-if)#do sh run int f0/1 Building configuration... Current configuration : 298 bytes ! interface FastEthernet0/1 switchport mode access authentication order dot1x mab authentication priority dot1x mab authentication port-control auto authentication periodic authentication timer reauthenticate 90 mab dot1x pae authenticator dot1x timeout tx-period 2 dot1x max-req 10 end SW10(config-if)#do sh auth sess int f0/1 Interface: FastEthernet0/1 MAC Address: Unknown IP Address: Unknown Status: Running Domain: UNKNOWN Oper host mode: single-host Oper control dir: both Session timeout: N/A Idle timeout: N/A Common Session ID: 0A0008D20000002C00B072FB Acct Session ID: 0x0000002F Handle: 0xBD00002D Runnable methods list: Method State dot1x Failed over mab Running SW10(config-if)#no mab SW10(config-if)#no *Mar 1 03:14:23.880: %AUTHMGR-7-NOMOREMETHODS: Exhausted all authentication methods for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000002C00B072FB SW10(config-if)#clear dot1x interface interface FastEthernet 0/1 ^ % Invalid input detected at '^' marker. SW10(config-if)#do clear dot1x int f0/1 SW10(config-if)#^Z SW10#clear *Mar 1 03:23:22.899: %SYS-5-CONFIG_I: Configured from console by console SW10#clear SW10#clear dot SW10#clear dot1x ? all Clear dot1x information for all interfaces interface Interface information to display SW10#clear dot1x all SW10#conf t Enter configuration commands, one per line. End with CNTL/Z. SW10(config)#int f0/1 SW10(config-if)#shut SW10(config-if)#no shut *Mar 1 03:24:27.969: %LINK-5-CHANGED: Interface FastEthernet0/1, changed state to administratively down *Mar 1 03:24:28.976: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to down SW10(config-if)#no shut SW10(config-if)# *Mar 1 03:24:32.516: %LINK-3-UPDOWN: Interface FastEthernet0/1, changed state to up *Mar 1 03:24:33.523: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up SW10(config-if)# *Mar 1 03:24:34.269: %AUTHMGR-5-START: Starting 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000002D00BB4256 *Mar 1 03:24:34.353: %DOT1X-5-SUCCESS: Authentication successful for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000002D00BB4256 *Mar 1 03:24:34.353: %AUTHMGR-7-RESULT: Authentication result 'success' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000002D00BB4256 SW10(config-if)# *Mar 1 03:24:34.663: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000002D00BB4256 SW10(config-if)# *Mar 1 03:26:05.361: %DOT1X-5-SUCCESS: Authentication successful for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000002D00BB4256 SW10(config-if)# *Mar 1 03:26:05.361: %AUTHMGR-7-RESULT: Authentication result 'success' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000002D00BB4256 SW10(config-if)# *Mar 1 03:26:06.301: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000002D00BB4256 SW10(config-if)# *Mar 1 03:27:36.939: %DOT1X-5-SUCCESS: Authentication successful for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000002D00BB4256 SW10(config-if)# *Mar 1 03:27:36.939: %AUTHMGR-7-RESULT: Authentication result 'success' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000002D00BB4256 SW10(config-if)# *Mar 1 03:27:37.887: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000002D00BB4256 SW10(config-if)# *Mar 1 03:29:08.568: %DOT1X-5-SUCCESS: Authentication successful for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000002D00BB4256 SW10(config-if)# *Mar 1 03:29:08.568: %AUTHMGR-7-RESULT: Authentication result 'success' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000002D00BB4256 SW10(config-if)# *Mar 1 03:29:09.516: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000002D00BB4256 SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)#^Z SW10#s *Mar 1 03:30:20.366: %SYS-5-CONFIG_I: Configured from console by console SW10#sh run int f0/1 Building configuration... Current configuration : 293 bytes ! interface FastEthernet0/1 switchport mode access authentication order dot1x mab authentication priority dot1x mab authentication port-control auto authentication periodic authentication timer reauthenticate 90 dot1x pae authenticator dot1x timeout tx-period 2 dot1x max-req 10 end SW10#conf t Enter configuration commands, one per line. End with CNTL/Z. SW10(config)#int f0/1 SW10(config-if)#dot SW10(config-if)#dot1x max-req 4 *Mar 1 03:30:46.245: %DOT1X-5-FAIL: Authentication failed for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000002D00BB4256 SW10(config-if)#dot1x max-req 4 *Mar 1 03:30:46.245: %AUTHMGR-7-RESULT: Authentication result 'timeout' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000002D00BB4256 SW10(config-if)#dot1x max-req 4 SW10(config-if)#^Z SW10# *Mar 1 03:30:49.726: %SYS-5-CONFIG_I: Configured from console by console SW10# *Mar 1 03:30:52.419: %DOT1X-5-FAIL: Authentication failed for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000002D00BB4256 SW10# *Mar 1 03:30:52.419: %AUTHMGR-7-RESULT: Authentication result 'timeout' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000002D00BB4256 SW10# *Mar 1 03:30:58.794: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000002E00C1104D *Mar 1 03:30:58.794: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000002E00C1104D *Mar 1 03:30:58.794: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000002E00C1104D *Mar 1 03:30:58.794: %AUTHMGR-7-NOM SW10#OREMETHODS: Exhausted all authentication methods for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000002E00C1104D *Mar 1 03:30:58.794: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000002E00C1104D SW10# SW10# SW10# SW10# SW10# *Mar 1 03:32:05.476: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000002E00C1104D *Mar 1 03:32:05.476: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000002E00C1104D *Mar 1 03:32:05.476: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000002E00C1104D *Mar 1 03:32:05.476: %AUTHMGR-7-NOM SW10#OREMETHODS: Exhausted all authentication methods for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000002E00C1104D *Mar 1 03:32:05.476: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000002E00C1104D SW10# *Mar 1 03:33:12.383: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000002E00C1104D *Mar 1 03:33:12.383: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000002E00C1104D *Mar 1 03:33:12.383: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000002E00C1104D *Mar 1 03:33:12.383: %AUTHMGR-7-NOM SW10#OREMETHODS: Exhausted all authentication methods for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000002E00C1104D *Mar 1 03:33:12.383: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000002E00C1104D SW10#sh run int f0/1 Building configuration... Current configuration : 292 bytes ! interface FastEthernet0/1 switchport mode access authentication order dot1x mab authentication priority dot1x mab authentication port-control auto authentication periodic authentication timer reauthenticate 90 dot1x pae authenticator dot1x timeout tx-period 2 dot1x max-req 4 end SW10# *Mar 1 03:34:19.265: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000002E00C1104D *Mar 1 03:34:19.265: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000002E00C1104D *Mar 1 03:34:19.265: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000002E00C1104D *Mar 1 03:34:19.265: %AUTHMGR-7-NOM SW10#OREMETHODS: Exhausted all authentication methods for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000002E00C1104D *Mar 1 03:34:19.265: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000002E00C1104D SW10# *Mar 1 03:35:26.173: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000002E00C1104D *Mar 1 03:35:26.173: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000002E00C1104D *Mar 1 03:35:26.173: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000002E00C1104D *Mar 1 03:35:26.173: %AUTHMGR-7-NOM SW10#OREMETHODS: Exhausted all authentication methods for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000002E00C1104D *Mar 1 03:35:26.173: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000002E00C1104D SW10#sh run int f0/1 Building configuration... Current configuration : 292 bytes ! interface FastEthernet0/1 switchport mode access authentication order dot1x mab authentication priority dot1x mab authentication port-control auto authentication periodic authentication timer reauthenticate 90 dot1x pae authenticator dot1x timeout tx-period 2 dot1x max-req 4 end SW10# *Mar 1 03:36:33.072: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000002E00C1104D *Mar 1 03:36:33.072: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000002E00C1104D *Mar 1 03:36:33.072: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (Unknown MAC) on Interface Fa SW10#0/1 AuditSessionID 0A0008D20000002E00C1104D *Mar 1 03:36:33.072: %AUTHMGR-7-NOMOREMETHODS: Exhausted all authentication methods for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000002E00C1104D *Mar 1 03:36:33.072: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000002E00C1104D SW10#conf t Enter configuration commands, one per line. End with CNTL/Z. SW10(config)#int f0/1 SW10(config-if)#shut SW10(config-if)#no shut SW10(config-if)# *Mar 1 03:36:58.079: %LINK-3-UPDOWN: Interface FastEthernet0/1, changed state to down *Mar 1 03:36:59.085: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to down SW10(config-if)# *Mar 1 03:37:01.224: %LINK-3-UPDOWN: Interface FastEthernet0/1, changed state to up *Mar 1 03:37:02.231: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up SW10(config-if)# *Mar 1 03:37:03.321: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to down SW10(config-if)# *Mar 1 03:37:05.326: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# *Mar 1 03:37:10.208: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003000C6BB2B *Mar 1 03:37:10.208: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003000C6BB2B *Mar 1 03:37:10.208: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003000C6BB2B *Mar 1 03:37:10.208: %AUTHMGR-7-NOM SW10(config-if)#OREMETHODS: Exhausted all authentication methods for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003000C6BB2B *Mar 1 03:37:10.208: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003000C6BB2B SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# *Mar 1 03:38:12.880: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to down SW10(config-if)# *Mar 1 03:38:13.878: %LINK-3-UPDOWN: Interface FastEthernet0/1, changed state to down SW10(config-if)# *Mar 1 03:38:19.826: %LINK-3-UPDOWN: Interface FastEthernet0/1, changed state to up *Mar 1 03:38:20.832: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up SW10(config-if)# *Mar 1 03:38:24.011: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003100C7DB6E *Mar 1 03:38:24.011: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003100C7DB6E *Mar 1 03:38:24.011: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003100C7DB6E *Mar 1 03:38:24.011: %AUTHMGR-7-NOM SW10(config-if)#OREMETHODS: Exhausted all authentication methods for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003100C7DB6E *Mar 1 03:38:24.011: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003100C7DB6E SW10(config-if)#^Z SW10# *Mar 1 03:39:10.593: %SYS-5-CONFIG_I: Configured from console by console SW10#sh dot SW10#sh dot1x ? all Show 802.1x information for all interfaces interface Interface information to display | Output modifiers <cr> SW10#sh dot1x in SW10#sh dot1x interface f0/1 Dot1x Info for FastEthernet0/1 ----------------------------------- PAE = AUTHENTICATOR QuietPeriod = 60 ServerTimeout = 0 SuppTimeout = 30 ReAuthMax = 2 MaxReq = 4 TxPeriod = 2 SW10# *Mar 1 03:39:30.080: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003100C7DB6E *Mar 1 03:39:30.080: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003100C7DB6E *Mar 1 03:39:30.080: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003100C7DB6E *Mar 1 03:39:30.080: %AUTHMGR-7-NOM SW10#OREMETHODS: Exhausted all authentication methods for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003100C7DB6E *Mar 1 03:39:30.080: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003100C7DB6E SW10#sh dot1x interface f0/1 Dot1x Info for FastEthernet0/1 ----------------------------------- PAE = AUTHENTICATOR QuietPeriod = 60 ServerTimeout = 0 SuppTimeout = 30 ReAuthMax = 2 MaxReq = 4 TxPeriod = 2 SW10#sh dot1x interface f0/1 Dot1x Info for FastEthernet0/1 ----------------------------------- PAE = AUTHENTICATOR QuietPeriod = 60 ServerTimeout = 0 SuppTimeout = 30 ReAuthMax = 2 MaxReq = 4 TxPeriod = 2 SW10#sh dot1x ? all Show 802.1x information for all interfaces interface Interface information to display | Output modifiers <cr> SW10#sh int f0/1 FastEthernet0/1 is up, line protocol is up (connected) Hardware is Fast Ethernet, address is 0022.bd89.2181 (bia 0022.bd89.2181) MTU 1500 bytes, BW 100000 Kbit/sec, DLY 100 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive set (10 sec) Full-duplex, 100Mb/s, media type is 10/100BaseTX input flow-control is off, output flow-control is unsupported ARP type: ARPA, ARP Timeout 04:00:00 Last input 00:11:04, output 00:00:02, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 5 minute input rate 0 bits/sec, 0 packets/sec 5 minute output rate 0 bits/sec, 0 packets/sec 1925 packets input, 172152 bytes, 0 no buffer Received 1108 broadcasts (565 multicasts) 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored 0 watchdog, 565 multicast, 0 pause input 0 input packets with dribble condition detected 7122 packets output, 647199 bytes, 0 underruns 0 output errors, 0 collisions, 3 interface resets 0 unknown protocol drops 0 babbles, 0 late collision, 0 deferred 0 lost carrier, 0 no carrier, 0 pause output 0 output buffer failures, 0 output buffers swapped out SW10# *Mar 1 03:40:37.155: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003100C7DB6E *Mar 1 03:40:37.155: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003100C7DB6E *Mar 1 03:40:37.155: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003100C7DB6E *Mar 1 03:40:37.155: %AUTHMGR-7-NOM SW10#OREMETHODS: Exhausted all authentication methods for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003100C7DB6E *Mar 1 03:40:37.155: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003100C7DB6E SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# *Mar 1 03:41:44.046: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003100C7DB6E *Mar 1 03:41:44.046: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003100C7DB6E *Mar 1 03:41:44.046: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003100C7DB6E *Mar 1 03:41:44.046: %AUTHMGR-7-NOM SW10#OREMETHODS: Exhausted all authentication methods for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003100C7DB6E *Mar 1 03:41:44.046: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003100C7DB6E SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10#conf t Enter configuration commands, one per line. End with CNTL/Z. SW10(config)#int f0/1 SW10(config-if)#shut SW10(config-if)#no shut *Mar 1 03:42:03.021: %LINK-5-CHANGED: Interface FastEthernet0/1, changed state to administratively down *Mar 1 03:42:04.028: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to down SW10(config-if)#no shut SW10(config-if)#shut *Mar 1 03:42:12.249: %LINK-3-UPDOWN: Interface FastEthernet0/1, changed state to down SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# SW10(config-if)# *Mar 1 03:42:31.853: %LINK-3-UPDOWN: Interface FastEthernet0/1, changed state to up *Mar 1 03:42:32.860: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up SW10(config-if)# *Mar 1 03:42:36.030: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003200CBB3E9 *Mar 1 03:42:36.030: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003200CBB3E9 *Mar 1 03:42:36.030: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003200CBB3E9 *Mar 1 03:42:36.030: %AUTHMGR-7-NOM SW10(config-if)#OREMETHODS: Exhausted all authentication methods for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003200CBB3E9 *Mar 1 03:42:36.030: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003200CBB3E9 SW10(config-if)#^Z SW10# *Mar 1 03:42:58.344: %SYS-5-CONFIG_I: Configured from console by console SW10#sh run int f0/1 Building configuration... Current configuration : 292 bytes ! interface FastEthernet0/1 switchport mode access authentication order dot1x mab authentication priority dot1x mab authentication port-control auto authentication periodic authentication timer reauthenticate 90 dot1x pae authenticator dot1x timeout tx-period 2 dot1x max-req 4 end SW10# *Mar 1 03:43:42.401: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003200CBB3E9 *Mar 1 03:43:42.401: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003200CBB3E9 *Mar 1 03:43:42.401: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003200CBB3E9 *Mar 1 03:43:42.401: %AUTHMGR-7-NOM SW10#OREMETHODS: Exhausted all authentication methods for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003200CBB3E9 *Mar 1 03:43:42.401: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003200CBB3E9 SW10# *Mar 1 03:44:49.283: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003200CBB3E9 *Mar 1 03:44:49.283: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003200CBB3E9 *Mar 1 03:44:49.283: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003200CBB3E9 *Mar 1 03:44:49.283: %AUTHMGR-7-NOM SW10#OREMETHODS: Exhausted all authentication methods for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003200CBB3E9 *Mar 1 03:44:49.283: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003200CBB3E9 SW10# *Mar 1 03:45:56.174: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003200CBB3E9 *Mar 1 03:45:56.174: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003200CBB3E9 *Mar 1 03:45:56.174: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003200CBB3E9 *Mar 1 03:45:56.174: %AUTHMGR-7-NOM SW10#OREMETHODS: Exhausted all authentication methods for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003200CBB3E9 *Mar 1 03:45:56.174: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003200CBB3E9 SW10# *Mar 1 03:47:03.065: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003200CBB3E9 *Mar 1 03:47:03.065: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003200CBB3E9 *Mar 1 03:47:03.065: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003200CBB3E9 *Mar 1 03:47:03.065: %AUTHMGR-7-NOM SW10#OREMETHODS: Exhausted all authentication methods for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003200CBB3E9 *Mar 1 03:47:03.065: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003200CBB3E9 SW10# SW10# SW10# SW10# SW10# *Mar 1 03:48:09.964: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003200CBB3E9 *Mar 1 03:48:09.964: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003200CBB3E9 *Mar 1 03:48:09.964: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003200CBB3E9 *Mar 1 03:48:09.964: %AUTHMGR-7-NOM SW10#OREMETHODS: Exhausted all authentication methods for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003200CBB3E9 *Mar 1 03:48:09.964: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003200CBB3E9 SW10# *Mar 1 03:48:44.450: %AUTHMGR-5-START: Starting 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000003200CBB3E9 *Mar 1 03:48:44.550: %DOT1X-5-SUCCESS: Authentication successful for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000003200CBB3E9 SW10# *Mar 1 03:48:44.550: %AUTHMGR-7-RESULT: Authentication result 'success' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000003200CBB3E9 SW10# *Mar 1 03:48:44.953: %AUTHMGR-5-SUCCESS: Authorization succeeded for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000003200CBB3E9 SW10# *Mar 1 03:50:21.791: %DOT1X-5-FAIL: Authentication failed for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000003200CBB3E9 SW10# *Mar 1 03:50:21.791: %AUTHMGR-7-RESULT: Authentication result 'timeout' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000003200CBB3E9 SW10# *Mar 1 03:50:27.965: %DOT1X-5-FAIL: Authentication failed for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000003200CBB3E9 SW10# *Mar 1 03:50:27.965: %AUTHMGR-7-RESULT: Authentication result 'timeout' from 'dot1x' for client (4c52.6226.e0b5) on Interface Fa0/1 AuditSessionID 0A0008D20000003200CBB3E9 SW10# *Mar 1 03:50:34.340: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 *Mar 1 03:50:34.340: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 *Mar 1 03:50:34.340: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 *Mar 1 03:50:34.340: %AUTHMGR-7-NOM SW10#OREMETHODS: Exhausted all authentication methods for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 *Mar 1 03:50:34.340: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 SW10# *Mar 1 03:51:41.038: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 *Mar 1 03:51:41.038: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 *Mar 1 03:51:41.038: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 *Mar 1 03:51:41.038: %AUTHMGR-7-NOM SW10#OREMETHODS: Exhausted all authentication methods for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 *Mar 1 03:51:41.038: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 SW10# *Mar 1 03:52:47.929: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 *Mar 1 03:52:47.929: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 *Mar 1 03:52:47.929: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 *Mar 1 03:52:47.929: %AUTHMGR-7-NOM SW10#OREMETHODS: Exhausted all authentication methods for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 *Mar 1 03:52:47.929: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 SW10# *Mar 1 03:53:54.828: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 *Mar 1 03:53:54.828: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 *Mar 1 03:53:54.828: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 *Mar 1 03:53:54.828: %AUTHMGR-7-NOM SW10#OREMETHODS: Exhausted all authentication methods for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 *Mar 1 03:53:54.828: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 SW10# *Mar 1 03:55:01.719: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 *Mar 1 03:55:01.719: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 *Mar 1 03:55:01.719: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 *Mar 1 03:55:01.719: %AUTHMGR-7-NOM SW10#OREMETHODS: Exhausted all authentication methods for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 *Mar 1 03:55:01.719: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 SW10# *Mar 1 03:56:08.601: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 *Mar 1 03:56:08.601: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 *Mar 1 03:56:08.601: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 *Mar 1 03:56:08.601: %AUTHMGR-7-NOM SW10#OREMETHODS: Exhausted all authentication methods for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 *Mar 1 03:56:08.601: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 SW10#show dot1x Sysauthcontrol Enabled Dot1x Protocol Version 3 SW10#show dot1x ? all Show 802.1x information for all interfaces interface Interface information to display | Output modifiers <cr> SW10#show dot1x all Sysauthcontrol Enabled Dot1x Protocol Version 3 Dot1x Info for FastEthernet0/1 ----------------------------------- PAE = AUTHENTICATOR QuietPeriod = 60 ServerTimeout = 0 SuppTimeout = 30 ReAuthMax = 2 MaxReq = 4 TxPeriod = 2 Dot1x Info for FastEthernet0/2 ----------------------------------- PAE = AUTHENTICATOR QuietPeriod = 60 ServerTimeout = 0 SuppTimeout = 30 ReAuthMax = 2 MaxReq = 2 TxPeriod = 30 --More-- *Mar 1 03:57:15.500: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 *Mar 1 03:57:15.500: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 *Mar 1 03:57:15.500: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 *Mar 1 03:57:15.500: %AUTHMGR-7-NOM --More-- OREMETHODS: Exhausted all authentication methods for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 *Mar 1 03:57:15.500: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 --More-- *Mar 1 03:58:22.391: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 *Mar 1 03:58:22.391: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 *Mar 1 03:58:22.391: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 *Mar 1 03:58:22.391: %AUTHMGR-7-NOM --More-- OREMETHODS: Exhausted all authentication methods for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 *Mar 1 03:58:22.391: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 SW10#show dot1x int f0/1 detail Dot1x Info for FastEthernet0/1 ----------------------------------- PAE = AUTHENTICATOR QuietPeriod = 60 ServerTimeout = 0 SuppTimeout = 30 ReAuthMax = 2 MaxReq = 4 TxPeriod = 2 Dot1x Authenticator Client List Empty SW10# *Mar 1 03:59:29.282: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 *Mar 1 03:59:29.282: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 *Mar 1 03:59:29.282: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 *Mar 1 03:59:29.282: %AUTHMGR-7-NOM SW10#OREMETHODS: Exhausted all authentication methods for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 *Mar 1 03:59:29.282: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10#conf t Enter configuration commands, one per line. End with CNTL/Z. SW10(config)#int f0/1 SW10(config-if)# *Mar 1 04:00:36.181: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 *Mar 1 04:00:36.181: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 *Mar 1 04:00:36.181: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 *Mar 1 04:00:36.181: %AUTHMGR-7-NOM SW10(config-if)#OREMETHODS: Exhausted all authentication methods for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 *Mar 1 04:00:36.181: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 SW10(config-if)#? Interface configuration commands: aaa Authentication, Authorization and Accounting. arp Set arp type (arpa, probe, snap) or timeout or log options authentication Auth Manager Interface Configuration Commands auto Configure Automation bandwidth Set bandwidth informational parameter carrier-delay Specify delay for interface transitions cdp CDP interface subcommands channel-group Etherchannel/port bundling configuration channel-protocol Select the channel protocol (LACP, PAgP) dampening Enable event dampening default Set a command to its defaults delay Specify interface throughput delay description Interface specific description dot1x Interface Config Commands for IEEE 802.1X down-when-looped Force looped interface down duplex Configure duplex operation. exit Exit from interface configuration mode flowcontrol Configure flow operation. help Description of the interactive help system history Interface history histograms - 60 second, 60 minute SW10(config-if)#do sh run int f0/1 Building configuration... Current configuration : 292 bytes ! interface FastEthernet0/1 switchport mode access authentication order dot1x mab authentication priority dot1x mab authentication port-control auto authentication periodic authentication timer reauthenticate 90 dot1x pae authenticator dot1x timeout tx-period 2 dot1x max-req 4 end SW10(config-if)#no authentication timer reauthenticate 90 SW10(config-if)#dot1x SW10(config-if)#dot1x pa SW10(config-if)#dot1x pae au SW10(config-if)#dot1x pae authenticator *Mar 1 04:01:43.097: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 *Mar 1 04:01:43.097: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 *Mar 1 04:01:43.097: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 *Mar 1 04:01:43.097: %AUTHMGR-7-NOM SW10(config-if)#dot1x pae authenticator OREMETHODS: Exhausted all authentication methods for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 *Mar 1 04:01:43.097: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 SW10(config-if)#dot1 SW10(config-if)# *Mar 1 04:02:49.979: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 *Mar 1 04:02:49.979: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 *Mar 1 04:02:49.979: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 *Mar 1 04:02:49.979: %AUTHMGR-7-NOM SW10(config-if)#OREMETHODS: Exhausted all authentication methods for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 *Mar 1 04:02:49.979: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 SW10(config-if)# *Mar 1 04:03:56.887: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 *Mar 1 04:03:56.887: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 *Mar 1 04:03:56.887: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 *Mar 1 04:03:56.887: %AUTHMGR-7-NOM SW10(config-if)#OREMETHODS: Exhausted all authentication methods for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 *Mar 1 04:03:56.887: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 SW10(config-if)#au SW10(config-if)#auth SW10(config-if)#authentication tim SW10(config-if)#authentication timer re SW10(config-if)#authentication timer res SW10(config-if)#authentication timer restart 600 SW10(config-if)# *Mar 1 04:05:03.769: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 *Mar 1 04:05:03.769: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 *Mar 1 04:05:03.769: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 *Mar 1 04:05:03.769: %AUTHMGR-7-NOM SW10(config-if)#OREMETHODS: Exhausted all authentication methods for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 *Mar 1 04:05:03.769: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003300D30047 SW10(config-if)#^Z SW10#sh *Mar 1 04:05:05.883: %SYS-5-CONFIG_I: Configured from console by console SW10#sh authe SW10#sh authentication sess SW10#sh authentication sessions int SW10#sh authentication sessions interface Fas SW10#sh authentication sessions interface FastEthernet 0/1 Interface: FastEthernet0/1 MAC Address: Unknown IP Address: Unknown Status: Authz Failed Domain: DATA Oper host mode: single-host Oper control dir: both Session timeout: N/A Idle timeout: N/A Common Session ID: 0A0008D20000003300D30047 Acct Session ID: 0x00000036 Handle: 0xF1000034 Runnable methods list: Method State dot1x Failed over SW10#sh dot1x inter SW10#sh dot1x interface F SW10#sh dot1x interface Fa SW10#sh dot1x interface FastEthernet 0/1 detail Dot1x Info for FastEthernet0/1 ----------------------------------- PAE = AUTHENTICATOR QuietPeriod = 60 ServerTimeout = 0 SuppTimeout = 30 ReAuthMax = 2 MaxReq = 4 TxPeriod = 2 Dot1x Authenticator Client List Empty SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# SW10# *Mar 1 04:06:23.469: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to down SW10# *Mar 1 04:06:25.474: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up SW10# *Mar 1 04:06:30.440: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003400E1970B *Mar 1 04:06:30.440: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003400E1970B *Mar 1 04:06:30.440: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003400E1970B *Mar 1 04:06:30.440: %AUTHMGR-7-NOM SW10#OREMETHODS: Exhausted all authentication methods for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003400E1970B *Mar 1 04:06:30.440: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003400E1970B SW10# *Mar 1 04:06:50.305: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to down SW10# *Mar 1 04:06:52.309: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up SW10# *Mar 1 04:06:57.091: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003500E1FF1D *Mar 1 04:06:57.091: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003500E1FF1D *Mar 1 04:06:57.091: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003500E1FF1D *Mar 1 04:06:57.091: %AUTHMGR-7-NOM SW10#OREMETHODS: Exhausted all authentication methods for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003500E1FF1D *Mar 1 04:06:57.091: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003500E1FF1D SW10# *Mar 1 04:07:14.187: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to down SW10# *Mar 1 04:07:16.192: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up SW10# *Mar 1 04:07:21.007: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003600E25C89 *Mar 1 04:07:21.007: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003600E25C89 *Mar 1 04:07:21.007: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003600E25C89 *Mar 1 04:07:21.007: %AUTHMGR-7-NOM SW10#OREMETHODS: Exhausted all authentication methods for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003600E25C89 *Mar 1 04:07:21.007: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003600E25C89 SW10# *Mar 1 04:08:04.795: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to down SW10# *Mar 1 04:08:06.800: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up SW10# *Mar 1 04:08:11.615: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003700E32242 *Mar 1 04:08:11.615: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003700E32242 *Mar 1 04:08:11.615: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003700E32242 *Mar 1 04:08:11.615: %AUTHMGR-7-NOM SW10#OREMETHODS: Exhausted all authentication methods for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003700E32242 *Mar 1 04:08:11.615: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003700E32242 SW10# *Mar 1 04:09:52.019: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to down SW10# *Mar 1 04:09:53.017: %LINK-3-UPDOWN: Interface FastEthernet0/1, changed state to down SW10# *Mar 1 04:09:55.206: %LINK-3-UPDOWN: Interface FastEthernet0/1, changed state to up *Mar 1 04:09:56.213: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up SW10# *Mar 1 04:09:59.392: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003800E4C743 *Mar 1 04:09:59.392: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003800E4C743 *Mar 1 04:09:59.392: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003800E4C743 *Mar 1 04:09:59.392: %AUTHMGR-7-NOM SW10#OREMETHODS: Exhausted all authentication methods for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003800E4C743 *Mar 1 04:09:59.392: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003800E4C743 SW10# *Mar 1 04:20:07.952: %DOT1X-5-FAIL: Authentication failed for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003800E4C743 *Mar 1 04:20:07.952: %AUTHMGR-7-RESULT: Authentication result 'no-response' from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003800E4C743 *Mar 1 04:20:07.952: %AUTHMGR-7-FAILOVER: Failing over from 'dot1x' for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003800E4C743 *Mar 1 04:20:07.952: %AUTHMGR-7-NOM SW10#OREMETHODS: Exhausted all authentication methods for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003800E4C743 *Mar 1 04:20:07.952: %AUTHMGR-5-FAIL: Authorization failed or unapplied for client (Unknown MAC) on Interface Fa0/1 AuditSessionID 0A0008D20000003800E4C743