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
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