Hello
When i configure 802.1X with Vlan assignement, and mac authentication bypass not activate, the port go to VLAN Guest when the PC is shutdown
However, yhen you configure 802.1 with vlan assignement and Mac authentication bypass activate, when the PC is shutdown, the port don't go to VLAN Guest ou auth Fail Vlan if its configure
Configuration who work:
interface FasEthernet 0/22
switchport mode access
speed 100
duplex full
dot1 port-control auto
dot1x control-direction in
dot1x guest-vlan 200
spanning-tree portfast
end
Configuration i want to work but don't work:
interface FasEthernet 0/22
switchport mode access
speed 100
duplex full
dot1 port-control auto
dot1x control-direction in
dot1x mac-authentication bypass
dot1x guest-vlan 200
spanning-tree portfast
end
to resume, i want when a PC is shutdown, its go to VLAN GUEST or another VLAN that the VLAN of production
This is essentially for Wake On Lan utilisation.
Thanks