08-19-2003 06:24 PM - edited 03-02-2019 09:43 AM
i have a as5350.If i dial to 5350 from my notebook, the terminal window appear, the prompt for username and password appear. If i digit the username and password ,the authentication don't pass.if i don't use after terminal window (digiting the user and pass in dial-up connection) the authentication pass.
why???
aaa new-model
aaa authentication login adm line
aaa authentication ppp mobile radius
aaa authorization network mobile radius
interface Group-Async0
ip unnumbered FastEthernet0
no ip directed-broadcast
encapsulation ppp
async mode interactive
peer default ip address pool pooltest
ppp authentication pap mobile
ppp authorization mobile
group-range 1 120
hold-queue 10 in
radius-server host xxx.xxx.xxx.xxx auth-port 1645 acct-port 1646
radius-server retransmit 10
radius-server key xxx
line 1 120
password test
no flush-at-activation
autoselect during-login
autoselect ppp
modem InOut
modem autoconfigure discovery
autocommand ppp
transport input all
08-20-2003 05:12 PM
who can help me ?
08-22-2003 12:55 PM
There are two things to look at here. When you dial in using a terminal window to manually enter your username and password this uses "aaa authentication login". When you dial in using no terminal window and just let dialup networkin make the connection this uses "aaa authentication ppp".
Keepin this in mind when you dialin with your terminal window your "aaa authen login" method probably does not have the user name and pass you are typing in to authenticate the user. The best way to check would be to run the followin debugs
debug aaa authen
debug modem csm
debug modem
debug ppp neg
I would suggest just sticking to one method of dialin connectivity (terminal window, dialup networking) that way you don't have to have the user ID's in more than one place.
Daniel
08-25-2003 05:45 PM
i add the following command:
aaa authentication login mobile radius
line 1 120
login authentication mobile
when i use terminal window,the username/password can pass.
but after the terminal window it seems going to ppp authetication.Then fails.
that means when i use terminal window,i can't use "ppp authentication pap mobile" on "interface Group-Async0"?????
on this,if a user that i don't know dials in with dialup netwoking,he can pass without authentication.
why? how can i authenticate a user with two method(terminal window,dialup networking)
08-23-2003 09:28 AM
Under the lines can you please add "login authentication adm"
Thanks, Mak.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide