09-24-2010 10:33 AM - edited 03-06-2019 01:10 PM
Does anyone have a sample config for 802.1X on a 3750 using radius?
09-24-2010 10:46 AM
Hi,
Here is the config guide for the 3750:
HTH
Reza
09-24-2010 12:52 PM
The key components of the config you will need are as follows:
! Radius Config
aaa new-model
aaa authentication dot1x default group radius
aaa authorization network default group radius
radius-server host YOUR_SERVER
radius-server key YOUR_KEY
! Enable dot1x globally
dot1x system-auth-control
! Configure the interfaces
interface range YOUR_RANGE_OF_ACCESS_PORTS
switchport
switchport mode access
switchport access vlan YOUR_ACCESS_VLAN
dot1x port-control auto
no shut
That is the basic config. You can also get into fancy features, like setting a guest access vlan for when 802.1x authentication fails, etc. The switch configuration is relatively simple. I actually run into more trouble with the radius configuration and configuration of clients for 802.1x pieces.
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