cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1913
Views
0
Helpful
2
Replies

Http radius authentication fail in 12.2.58 and 15.0.1 for 2960

lecointeludovic
Level 1
Level 1

HI,

Find here the extraction of the configuration and the debug sysout.

The radius servers works fine with all the other accesss like ssh, telnet...

Just the http access fail.

This configuration work fine with the version 12.2.55 installed before.

Some idea ??

best regards.

Ludovic

Aaa new-model

aaa authentication login default group radius local

aaa authentication login physique local

aaa authentication login HTTPOnly group radius local

aaa authorization console

aaa authorization exec default group radius local

aaa authorization exec physique local

aaa authorization exec HTTPOnly group radius local

ip http server

ip http port 8090

ip http access-class 23

ip http authentication aaa login-authentication HTTPOnly

ip http authentication aaa exec-authorization HTTPOnly

no ip http secure-server

ip radius source-interface Vlan1

radius server RADIUS-BLX-105

address ipv4 10.151.254.105 auth-port 1812 acct-port 1813

retransmit 3

key 7 xxxxxxxxxxxxxx

!

radius server RADIUS-BLX-106

address ipv4 10.151.254.106 auth-port 1812 acct-port 1813

key 7 xxxxxxxxxxxxxx

007482: Aug 19 10:55:15.207 CET: AUTH-PROXY auth_proxy_interested_http_packet: auth-proxy config not found

007483: Aug 19 10:55:15.216 CET: Fri, 19 Aug 2011 08:55:15 GMT 10.159.254.105 auth_required

Protocol = HTTP/1.1 Method = GET

007484: Aug 19 10:55:15.216 CET:

007485: Aug 19 10:55:22.355 CET: AUTH-PROXY auth_proxy_interested_http_packet: auth-proxy config not found

007486: Aug 19 10:55:22.363 CET: HTTP AAA Login-Authentication List name: HTTPOnly

007487: Aug 19 10:55:22.363 CET: HTTP AAA Login-Authentication List name: HTTPOnly

007488: Aug 19 10:55:22.363 CET: AAA/BIND(00000A7E): Bind i/f

007489: Aug 19 10:55:22.363 CET: HTTP: Authentication failed for level 15

007490: Aug 19 10:55:24.368 CET: Fri, 19 Aug 2011 08:55:24 GMT 10.159.254.105 auth_failed

1 Accepted Solution

Accepted Solutions

pat.marcello
Level 1
Level 1

Here's a link to a similar issue:

https://supportforums.cisco.com/thread/2100245

References a bug ID CSCtq94595

View solution in original post

2 Replies 2

pat.marcello
Level 1
Level 1

Here's a link to a similar issue:

https://supportforums.cisco.com/thread/2100245

References a bug ID CSCtq94595

thank Alex

ludovic