cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1797
Views
0
Helpful
1
Replies

AAA and PPP authentication

dallas31
Level 1
Level 1

Greetings,

I would like to set up aaa authentication for ppp authentication only for my dialup connection. Can this just be done with the:

aaa new model

aaa authentication ppp default local

Username modem password modem

Or would require additional aaa commands.

The rest of the dial up config would be something like this:

Router(config)#interface serial 3

Router(config-if)#physical layer async

Router(config-if)#encapsulation ppp

Router(config-if)#dialer in-band

Router(config-if)#dialer-group 1

Router(config-if)#async default routing

Router(config-if)#async mode dedicated

Router(config-if)#peer default ip-address pool Modemips

Router(config-if)#ppp authentication chap

Router(config)#dialer-list 1 protocol ip permit

line 1 16

speed 115200

flowcontrol hardware

modem inout

modem autoconfigure type usr_sportster

autoselect during-login

autoselect ppp

Any help or input would be great,

Thanks,

Dallas

1 Reply 1

sghosh
Level 1
Level 1

Hi Dallas,

You need the following commands only.

aaa new model

aaa authentication ppp default local

Username modem password modem

The rest of the dial up config would be something like this:

Router(config)#interface serial 3

Router(config-if)#physical layer async

Router(config-if)#encapsulation ppp

Router(config-if)#async default routing

Router(config-if)#async mode dedicated

Router(config-if)#peer default ip-address pool Modemips

Router(config-if)#ppp authentication chap

line 1 16

speed 115200

flowcontrol hardware

modem inout

modem autoconfigure type usr_sportster

autoselect during-login

autoselect ppp

Thanks

Sujit