|
Cisco Config Cookbook
dot1x authentication
Sample configuration:
Switch# configure terminal
Switch(config)# aaa new-model
Switch(config)# radius-server host xxx.xxx.xx.xx key xxxxx
Switch(config)# aaa authentication dot1x default group radius
Switch(config)# interface fastethernet0/1
Switch(config-if)# dot1x port-control auto
Switch(config-if)# end
|