Datasheet

Lab Troubleshooting Basic PPP with Authentication
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 4 of 23
exit
line con 0
password cisco
logging synchronous
login
line vty 0 4
password cisco
login
Router R2 Configuration:
hostname R2
enable secret class
no ip domain lookup
banner motd #Unauthorized Access is Prohibited!#
username R1 password chap123
username r3 password chap123
! username R3 password chap123
! no username r3 password chap123
interface lo0
ip address 209.165.200.225 255.255.255.252
interface s0/0/0
ip address 192.168.12.2 255.255.255.252
encapsulation ppp
ppp authentication chap
no shutdown
interface s0/0/1
ip address 192.168.23.1 255.255.255.252
clock rate 128000
! encapsulation ppp
! ppp authentication chap
no shutdown
exit
router ospf 1
router-id 2.2.2.2
network 192.168.12.0 0.0.0.3 area 0
network 192.168.23.0 0.0.0.3 area 0
default-information originate
exit
ip route 0.0.0.0 0.0.0.0 loopback0
line con 0
password cisco
logging synchronous
login
line vty 0 4
password cisco
login