hello
i would like you help to understand how should i configure my switch 3650 and understand
-i have a freeradius that can assign a single vlan 2
-my switch configuration :
vtp mode transparent
vlan 400
name LAN_RH
vlan 401
name LAN_DEV
vlan 402
name LAN_MARKET
aaa authentication login AUTH1 group radius local
aaa authorization exec AUTH1 group radius local
aaa authorization network AUTH1 group radius local
aaa authentication dot1x AUTH1 group radius
aaa accounting dot1x AUTH1 start-stop group radius
interface GigabitEthernet1/0/1
switchport mode access
switchport access vlan 401
switchport nonegotiate
authentication port-control auto
dot1x pae both
authentication periodic
spanning-tree portfasictt disable
no shutdown
NO VLAN 2 EXIST ON SWITCH
Questions:
-I want my G1/0/1 to authenticate with dot1x radius without replacing vlan 401 by vlan 2 from freeradius assigment.
-Need VLAN 401 be defined too in my freeradius configuration ?
-Is my GI1/0/1 well configured ?
Best Regards