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