I use 802.1x and when I run "show aaa-device all-users", there is an "addr mode" column with sometimes the value "Blk".
Here is an example:
Code: Select all
Slot MAC User Addr IP Authentication User Network
Port Address Name Vlan Mode Address Type Result Profile Name
-----+-----------------+---------------+----+----+---------------+----+----+---------------
1/18 00:1a:e8:6f:04:58 -- 0 Blk - MAC Pass -
Configuration is:
Code: Select all
vlan 20 name Users
vlan 150 name Guests
vlan 20 port default 1/18
vlan port mobile 1/18
vlan port 1/18 default vlan restore disable
vlan port 1/18 802.1x enable
aaa radius-server "Radius" host 10.0.0.254 key SECRET retransmit 3 timeout 2 auth-port 1812 acct-port 1813
aaa authentication default "local"
aaa authentication 802.1x "Radius"
aaa authentication mac "Radius"
802.1x 1/18 direction both port-control auto quiet-period 60 tx-period 30 supp-timeout 30 server-timeout 30 max-req 2 re-authperiod 3600 no reauthentication
802.1x 1/18 captive-portal session-limit 12 retry-count 3
802.1x 1/18 captive-portal inactivity-logout disable
802.1x 1/18 supp-polling retry 2
802.1x 1/18 supplicant policy authentication pass default-vlan fail vlan 150 block
802.1x 1/18 non-supplicant policy authentication pass default-vlan fail vlan 150 block
802.1x 1/18 captive-portal policy authentication pass default-vlan fail block
I tryied to "vlan 20 port default 1/18" again.
I tryied to reboot the device then the switch, same result.
I imagine the switch didn't find the default vlan and so went to the block state.
1) Am i right?
2) How to solve this?
3) what does "addr mode = blk" means?

