cancel
Showing results for 
Search instead for 
Did you mean: 

UAC intergation for 802.1x with cisco2959 switch

Adith_
Occasional Contributor

UAC intergation for 802.1x with cisco2959 switch

I required information or (document) for the UAC 2.0 integration with Cisco Switch 2950 for the 802.1x , in the non routed scenario

Adith

1 REPLY 1
sylvain_
Contributor

Re: UAC intergation for 802.1x with cisco2959 switch

Hi Adith,

I dont have a specific documentation but i can show you an example of config that i did in the past for UAC and Catalyst :

RADIUS CONFIG to Join the UAC :

aaa new-model
aaa authentication dot1x default group radius
aaa authorization network default group radius

radius-server host A.B.C.D auth-port 1645 acct-port 1646
radius-server key password

Example of config for a 802.1X port :

interface FastEthernet0/2
switchport mode access
dot1x pae authenticator
dot1x port-control auto
dot1x timeout tx-period 5
dot1x reauthentication
dot1x guest-vlan 1
spanning-tree portfast

Hope this could help

Message Edited by sylvain on 06-08-2008 07:11 PM