cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
468
Views
15
Helpful
2
Replies

802.1X question

marmour
Level 1
Level 1

Does anyone have a sample config for 802.1X on a 3750 using radius?

2 Replies 2

jasonfmic
Level 1
Level 1

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.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card