cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2247
Views
0
Helpful
4
Replies

PPP local authentication

Peeps:

I'm currently using Cisco 2511 to accept PPP connections through asynchronous ports. I've configured PPP to authenticate locally and it works just fine, but the problem is i can't see the username of the person who connected to my asynchronous line.

example:

Line User Host(s) Idle Location

1 tty 1 Async Interface 00:00:00

That's it, no user is seen on terminal 1 but the user is there online.

Need your inputs here.

benche

4 Replies 4

mazhar71
Level 1
Level 1

I didn't try yet but "show caller" can be helpfull

Sir:

I've tried that but it still doesnt work. My IOS version is 11.2.

Line User Host(s) Idle Location

* 0 con 0 idle 0

1 tty 1 Async interface 0

Thanks.

mikgriff
Level 1
Level 1

Benjamin,

Try this ....show user. Also, debug your ppp sesion with the following and see if you can see the username..use

debug ppp negotiation

and

debug ppp authentication

also you could debug your aaa with

debug aaa authentication

and

debug aaa authorization

give it a whirl an let me know how it works for you..

anrc
Level 1
Level 1

what commands are you using to get that info. You can do a "show users" to view the current users. If you want the info logged, you probably have to set up aaa accounting and set up a radius or tacacs+ server. Hope this helps.