Hi,
I have Alcatel-Lucent IP Phone 4018 and a PC connected to same port on ProCurve 3500 switch.
I am using 802.1X for both IP Phone and PC. When I connect them to seperate ports on the switch, there is no prolem. They can be both authenticated and communicate. When I conect them to the same port on the switch, IP Phone can be authenticate but PC can not be authenticated. In IAS logs I can see that PC is authenticated however it says "Authentication is failed"
I have mirrored the port, the switch is sending EAP-Failure to the PC.
This is my configuration.
vlan 1
name "SERVER"
untagged 1-28
ip address 192.168.1.1 255.255.255.0
exit
vlan 10
name "VOICE"
ip address 192.168.10.1 255.255.255.0
ip helper-address 192.168.1.100
tagged 23
voice
exit
vlan 20
name "DATA"
ip address 192.168.20.1 255.255.255.0
ip helper-address 192.168.1.100
exit
vlan 30
name "KARANTINA"
ip address 192.168.30.1 255.255.255.0
ip helper-address 192.168.1.100
exit
aaa authentication port-access eap-radius
aaa accounting network start-stop radius
radius-server host 192.168.1.100 key 1234
aaa port-access authenticator 23
aaa port-access authenticator 23 unauth-vid 30
aaa port-access authenticator 23 client-limit 3
aaa port-access authenticator active
What could be the problem? Any help?