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

Auth-prompt issue

inagaria
Level 1
Level 1

Hi,

1. First issue

I have following commands in my pix configuration

auth-prompt test_accept

auth-prompt test_reject

auth-prompt test_prompt

however I am not getting any of them. Any idea why?

2. Second issue

Which command do I enter so if my radius server is unavilable, the pix uses local authenticaiton

Thank you,

Iltiaz

2 Replies 2

gfullage
Cisco Employee
Cisco Employee

1. Not sure what you're trying to enter there, but the correct format of the commands is as follows:

auth-prompt accept Username accepted

auth-prompt prompt Inagaria's PIX

auth-prompt reject Sorry wrong password

You can obviously change the text to whatever you want. See http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_sw/v_63/cmdref/ab.htm#wp1026134 for details.

2. Backup authentication is not available in 6.x code, so there's no command to enter. In the newly released version 7.0 you can create a backup authentication method by putting the keyword LOCAL onto the end of your "aaa authentication console" command. See http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_sw/v_70/70cmdref/ab.htm#wp1208311 for details.

Thanks for the response.

1.

I tried it but no luck. I can see those command with show auth-prompt but I do not see any message when I logon to PDM. I tried with failed login but still no message. I am using Microsoft IAS Radius server.

Any other suggestion.

Thank you,