Please login to start chat

ICT Solutions 2018-11-11 17:01:59
Category : Computer Networking Tutorials

How to configure PPP in Cisco Routers

PPP is Point-to-Point Protocol and it is a Wide Area Network (WAN) Technology. The example of how to configure PPP (PAP) in Cisco IOS Routers is shown in the below with the picture together. I hope this example will be benefit for brothers and sisters who are learning Cisco Networking.

 


Mandalay Router
en
config t
username Mandalay password Mandalay
hostname Mandalay
int s0/0/0
ip address 223.200.100.1 255.255.255.252
no shut
encap ppp
ppp authentication pap
ppp pap sent-username Naypyidaw password Naypyidaw
exit

 
int s0/0/1
ip address 223.200.100.9 255.255.255.252
no shut
encap ppp
ppp authentication pap
ppp pap sent-username Yangon password Yangon
exit
 

router rip
version 2
network 223.200.100.0


end
copy run start

  

Naypyidaw Router
en
config t
username Naypyidaw password Naypyidaw
hostname Naypyidaw

 

int s0/0/0
ip address 223.200.100.2 255.255.255.252
no shut
encap ppp
ppp authentication pap
ppp pap sent-username Mandalay password Mandalay
exit
 

int s0/0/1
ip address 223.200.100.5 255.255.255.252
no shut
encap ppp
ppp auth pap
ppp pap sent-username Yangon password Yangon
exit
 

router rip
version 2
network 223.200.100.0
network 223.200.100.4

end
copy run start

 

Yangon Router
en
config t
username Yangon password Yangon
hostname Yagngon
int s0/0/1
ip address 223.200.100.6 255.255.255.252
no shut
encap ppp
ppp auth pap
ppp pap sent-username Naypyidaw password Naypyidaw
exit

 
int s0/0/0
ip address 223.200.100.10 255.255.255.252
no shut
encap ppp
ppp auth pap
ppp pap sent-username Mandalay password Mandalay

 
router rip
version 2
network 223.200.100.4

end
copy run start


 
If you want to do testing of this configuration in Packet Tracer, please click here to download pkt file.

Comments:

No comment to show.

Available Services
Download Android Application