test import

Categories

Ad Home

Responsive Ads Here

Labels

642-813 SWITCH (2) 642-902 ROUTE (2) 643-832 TSHOOT (1) Access Based Enumeration (1) access list (2) AIX (1) Anti Malware (16) AutoIT (1) backtrack (4) Basic Networking (3) Blogspot (2) bootable USB (1) can not download attach file from gmail (1) ccna (9) CCNA Lab (19) centos (3) Check (1) Check_MK (3) cisco (51) Dell (1) DHCP (1) Download (2) Dynamic Host Configuration Protocol (1) ebook (2) Ebooks (18) eigrp (1) encapsulation (3) esxi5 (2) exam (13) exchange server 2010 (3) facebook (2) firewall-cmd (1) firewall-config (1) firewalld (1) Frame Relay (4) Free Router Simulator Softwares (1) FreeNAS (1) GhostSurf (1) gns3 (1) Hacking Security (5) hardware (1) hotspot (1) How to Change Windows 2008 R2 SID (1) How to create VPN network on Linux (1) How to install openSSH on AIX 5.3 (1) How to Install the Microsoft Core Fonts on Fedora 19 (1) HP (1) IBM (1) Infrastructure Monitoring (3) InterVLAN (1) ip routing (3) IPSec (2) ipv6 (1) IT (122) joomla (1) Kiến thức (278) LAN Technology (3) life skills for (1) lifeskills (2) linux (13) Linux-Unix (24) mac address (1) Magazine (9) Mail (2) mail server (1) MCSA (7) Microsoft (28) mikrotik (3) Multipoint (1) Nagios (3) NAT (1) nested (1) Network (1) Network Load Balancing (1) News (1) Nghệ thuật sống (1) O365 (4) Office 365 (4) OSPF (1) Packet tracer (19) Pass4sure (1) Point to Point (1) Point-to-Point Protocol (PPP) – CHAP (1) Point-to-Point Protocol (PPP) – PAP (1) Policy (3) Port Security (1) Practice Labs (19) Prerequisites (1) proxy (1) relax (7) rhel7 (1) RIP (1) routerOS (3) Routing (1) SAN (1) SAN Storage (1) Scripts (6) Server (1) server room (1) Sharepoint Server 2007 (1) Sharepoint Server 2010 (1) Spanning Tree Protocol (1) SSH login without password (1) Static Default Route (1) Storage (1) subnet (1) switch (1) System Requirements for Windows Server 2012 (1) Tản mạn (2) tcp-ip (1) telnet (1) TestInside (1) Thư giãn (4) Thủ thuật (2) tip (3) Tips + Tricks (29) trick (1) Tutorial (29) Tutorialvirtual server HighAvailability (1) ubuntu (4) unix (3) Unix-Linux (8) usb (1) Virtual Private Network (VPN) - IPsec (Site-to-Site) (1) Virtual Trunking Protocol (1) Virtualization (2) Virtualization HighAvailability (1) virus (5) vmware (6) vpn (4) vpn client (1) vpn client to site (2) vpn site to site (2) vSphere 5 (6) vSphere 5.1 (1) WAN Technology (13) Warranty (1) wildcard mask (1) windows 7 (1) windows 8 (1) windows server 2008 (3) Windows Server 8 (1)

Facebook

Ethereum

Subscribe for New Post Notifications

Ripple

Ethereum Price

Monday Tuesday Wednesday
$402.89 $384.06 $396.34

Contact Form

Name

Email *

Message *

Bitcoin

Litecoin

Browsing Category " Point-to-Point Protocol (PPP) – PAP "

CCNA LAB - 3.1 Point-to-Point Protocol (PPP) – PAP

CCNA LAB - 3.1 Point-to-Point Protocol (PPP) – PAP



LAB 3-1: Point-to-Point Protocol (PPP) - PAP

You are the Network Administrator at Ranet, and have to config both router Ranet-BR1 and
Ranet-BR2 to allow the connection between Host1 and Host2 via PPP link as below:
(Use Console for config each router)

1. Enable and set IP address on Lan interface for each router to be the last assignable IP address in its own subnet.

2. Enable and set IP address on interface  s0/0/0 on Ranet-BR1 to be the first assignable IP in network 192.168.0.224/30

3. Enable and set IP address on interface s0/0/0 on Ranet-BR2 to be the last assignable IP in the same network.
Don’t forget to set clock rate at 64 kbps due to this is the DCE.

4. Set encapsulation on this link to be PPP and use username and password as:
user: ranetpapuser
pass: ranetpappass
by using PAP as authentication protocol

If everything is done, Host1 has to be able to
connect with Host2.

------------------------- The End ------------------------------

Solution

Ranet BR1 :
Ranet-BR1>en
Ranet-BR1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Ranet-BR1(config)#int fa0/0
Ranet-BR1(config-if)#no sh
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
Ranet-BR1(config-if)#ip add 192.168.0.62 255.255.255.224
Ranet-BR1(config-if)#int s0/0/0
Ranet-BR1(config-if)#no sh
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to down
Ranet-BR1(config-if)#ip add 192.168.0.225 255.255.255.252
Ranet-BR1(config-if)#encapsulation ppp
Ranet-BR1(config-if)#ppp authentication pap
Ranet-BR1(config-if)#ppp pap sent-username ranetpapuser password ranetpappass
Ranet-BR1(config-if)#exit
Ranet-BR1(config)#username ranetpapuser password ranetpappass
Ranet-BR1(config)#
Ranet-BR1#
%SYS-5-CONFIG_I: Configured from console by console
Ranet-BR1#copy run start
Destination filename [startup-config]?
Building configuration...
[OK]
Ranet-BR1#

Ranet BR2 :
Ranet-BR2>en
Ranet-BR2#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Ranet-BR2(config)#int fa0/0
Ranet-BR2(config-if)#no sh
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
Ranet-BR2(config-if)#ip add 192.168.0.78 255.255.255.240
Ranet-BR2(config-if)#int s0/0/0
Ranet-BR2(config-if)#no sh
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to up
Ranet-BR2(config-if)#clock rate 64000
Ranet-BR2(config-if)#ip add 192.168.0.226 255.255.255.252
Ranet-BR2(config-if)#encapsulation ppp
Ranet-BR2(config-if)#ppp authentication pap
Ranet-BR2(config-if)#ppp pap sent-username ranetpapuser password ranetpappass
Ranet-BR2(config-if)#exit
Ranet-BR2(config)#username ranetpapuser password ranetpappass
Ranet-BR2(config)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up
Ranet-BR2(config)#
Ranet-BR2#
%SYS-5-CONFIG_I: Configured from console by console
Ranet-BR2#copy run start
Destination filename [startup-config]?
Building configuration...
[OK]
Ranet-BR2#

Host1 :
(Desktop >Command Prompt)
Packet Tracer PC Command Line 1.0
PC>ping 192.168.0.70
Pinging 192.168.0.70 with 32 bytes of data:
Reply from 192.168.0.70: bytes=32 time=13ms TTL=126
Reply from 192.168.0.70: bytes=32 time=13ms TTL=126
Reply from 192.168.0.70: bytes=32 time=11ms TTL=126
Reply from 192.168.0.70: bytes=32 time=11ms TTL=126
Ping statistics for 192.168.0.70:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 11ms, Maximum = 13ms, Average = 12ms
PC>

------------------------------ End ----------------------------

You can download this solution here.
Copyright by http://www.lecuong.info