Here is my config:
aaa new-model
aaa group server radius RADIUS_AUTH
server xx.xx.3.11 auth-port 1645 acct-port 1646
!
aaa authentication login networkaccess group RADIUS_AUTH local
aaa authorization exec default group RADIUS_AUTH if-authenticated
aaa accounting delay-start
radius-server host xx.xx.3.11 auth-port 1645 acct-port 1646 key [longkeypassword]
radius-server retransmit 3
!
line vty 0 4
exec-timeout 0 0
login authentication networkaccess
transport input telnet
2w5d: RADIUS: ustruct sharecount=1
2w5d: RADIUS: Initial Transmit tty2 id 21 xx.xx.3.11:1645, Access-Request, len 78
2w5d: Attribute 4 6 AC1D0415
2w5d: Attribute 5 6 00000002
2w5d: Attribute 61 6 00000005
2w5d: Attribute 1 10 6E706572
2w5d: Attribute 31 12 3137322E
2w5d: Attribute 2 18 E5CB4E0B
2w5d: RADIUS: Received from id 21 xx.xx.3.11:1645, Access-Accept, len 115
2w5d: Attribute 25 46 CACF0AD5
2w5d: Attribute 26 25 0000000901137368
2w5d: Attribute 26 12 000001370E060000
2w5d: Attribute 26 12 000001370F060000
2w5d: RADIUS: saved authorization data for user E80BAC at E902D8
2w5d: RADIUS: cisco AVPair "shell:priv-lvl=15"
2w5d: RADIUS: Bad attribute (Inapplicable attribute): type 26 len 25 data 0x9
2w5d: RADIUS: unrecognized Vendor code 311
2w5d: RADIUS: unrecognized Vendor code 311
2w5d: RADIUS: no appropriate authorization type for user.
info on the switch :
(C3550-I9Q3L2-M), Version 12.1(19)EA1c
What could be causing this problem? This setup works greate on a C7204VXR running Version 12.4(22)T5....
Anyone have any ideas?