02-04-2011 08:11 AM - edited 03-10-2019 05:47 PM
Is it possible to configure AAA and EAPFAST on a 3750G switch to use a vlan other than vlan1 for management/native vlan? We are working with RADIUS on Server 2008.
02-04-2011 11:59 AM
Hi John,
I am not sure if correctly understood what you want to achieve...
Do you want to authenticate users connected to a switch using EAP-FAST and assign a VLAN (diferent than vlan 1) to that port?
BR,
Tiago
02-04-2011 12:12 PM
Tiago,
I am working on a project to test the implementation of 802.1x on a .mil network. Our intent is to authenticate devices using software certificates issued from the RADIUS server. We want to dynamically assign the switch port to a VLAN based on the authentication. By policy, we configure the native vlan to be something other than vlan1 and we shutdown vlan1.
We would like to be able to change the native/management vlan to be something other than vlan1. In other words, have all ports assigned to a vlan other that vlan1 until a device connects and is authenticated to the appropriate vlan.
Is this something that we can do?
Regards,
John
02-05-2011 01:34 AM
Hi John,
Yes, you can do that.
On 3750 you can take a look at the feature called 802.1x Authentication with VLAN Assignment:
Basically, you define on the RADIUS server what VLAN each User (or User Group) you want to assign, then when the user connects the PC to the port, it authenticates and the RADIUS server returns the required attributes for VLAN assignament to the switch. The switch interprets them and changes the switchport to the configured VLAN.
The switch will be a simple man-in-the middle during authentication and only processes the RADIUS Reject (if authe fails) or RADIUS Accept (if authe passes).
The authentication methods like EAP-FAST must be agreed between the RADIUS server (AAA Server) and the PC (AAA supplicant).
If you want to authenticate users based on certificates you have to use either EAP-FAST, EAP-TLS or EAP-TTLS.
The most widely spread (which comes by default on WinXP machines) authentication method is PEAP which uses MS-CHAP (username/password) to authenticate users.
HTH,
Tiago
--
If this helps you and/or answers your question please mark the question as "answered" and/or rate it, so other users can easily find it.
02-07-2011 07:46 AM
Tiago,
The functionality you described is exactly what I am attempting to do, with one adjustment. I want to change the native vlan (default vlan assignment) on all of the switch ports. I do not want vlan 1 to be active. I want all of the ports to start out in vlan 5 instead of vlan 1. Will this work?
Thanks,
John
02-07-2011 08:20 AM
Hi,
You can do that simply by using the commands "switchport mode access" and "switchport access vlan 5" on your switchports.
This will make your switchports as access ports (not trunks) and the default vlan will be vlan 5.
HTH,
Tiago
--
If this helps you and/or answers your question please mark the question as "answered" and/or rate it, so other users can easily find it.
02-07-2011 12:35 PM
Tiago,
I feel like we are moving in the right direction. We have tried changing the native vlan from vlan1 to vlan5 using the commands as you indicated. However, when we change the native vlan and insert the "switchport mode access" and "switchport access vlan5" commands for the ports, the EAP-FAST functionality stops working and ports are no longer auto assigned to the correct vlan.
Can you please provide more detail?
John
02-07-2011 11:39 PM
Hi John,
Can you please elaborate a bit more what you mean by the EAP-FAST functionality stops working?
Do you get any error? Do you get any failed authnetication?
What is the current configuration of your switch? Which switchport are you using to test?
How are you verifying when it "works" and when it "doesn't work"?
HTH,
Tiago
--
If this helps you and/or answers your question please mark the question as "answered" and/or rate it, so other users can easily find it.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide