We are using port-access in some parts of our network to separate trusted and untrusted clients. Because we have desktop switches we have set the client-limit to more then one as follows:
aaa port-access authenticator 2
aaa port-access authenticator 2 unauth-vid 9
aaa port-access authenticator 2 client-limit 8
aaa port-access authenticator active
When we have several unauthenticated clients attached, all is well and they are correctly placed in VLAN 9. When multiple authenticated clients it also works fine. The problems start when we try to mix these clients, then all unauthenticated clients loose their connection when an authenticated client connects to the switch.
I don't understand why this is happening. From the documentation I get that the client-limit enables 802.1x and adds port based acl's.
Any help is greatly appreciated!