| |
|
|
PPP Configuration
PPP Configuration with CHAP Authentication:
Router Setup:
DesertView# config terminal
DesertView(config)# username administrator passward gettofu
DesertView(config)# interface s0
DesertView(config-if)# encapsulation ppp
DesertView(config-if)# ppp authentication chap
DesertView(config-if)# ppp chap hostname 1-102-1
DesertView(config-if)# ppp chap passward gettofu
DesertView(config-if)# ^z
DesertView# copy run start
|