Posted filed under Cisco CCNA.

cisco-ccna-ppp-multilink-configuration
Now I will do small Lab:
The Goal is that create a PPP Multilink on R1 and R2 so that the link between them will be double speed with IP address as follow:

R1:10.10.10.1  /30
R2: 10.10.10.2 /30Step 1) go to each router and give the PPP encapsulationR1#show ip int brief

InterfaceIP-AddressOK?MethodStatusProtocol
FastEthernet0/0unassignedYESMethodadministratively downdown
Serial1/0unassignedYESmanualupup
Serial1/1unassignedYESMethodupup
Serial1/2unassignedYESMethodadministratively downdown
Serial1/3unassignedYESMethodadministratively downdown
Loopback11.1.1.1YESmanualupup

R1#config t

Enter configuration commands, one per line.  End with CNTL/Z.

R1(config)#int s1/0

R1(config-if)#encapsulation ?

atm-dxi         ATM-DXI encapsulation

bstun           Block Serial tunneling (BSTUN)

frame-relay     Frame Relay networks

hdlc            Serial HDLC synchronous

lapb            LAPB (X.25 Level 2)

ppp             Point-to-Point protocol

sdlc            SDLC

sdlc-primary    SDLC (primary)

sdlc-secondary  SDLC (secondary)

smds            Switched Megabit Data Service (SMDS)

stun            Serial tunneling (STUN)

x25             X.25

R1(config-if)#encapsulation ppp

R1(config-if)#

*Sep 13 16:48:25.875: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1/0, changed state to down

 

R1(config-if)#int s1/1

R1(config-if)#encapsulation ppp

R1(config-if)#

*Sep 13 16:48:52.335: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1/1, changed state to down

R1(config-if)#

 

Receive our Cisco CCNA Packet Tracer!
Get our complete tutorial in PDF

 

 

[bs_icon name=”glyphicon glyphicon-expand”] Watch the video and you will be able to understand Cisco PPP Multilink Configuration much better and Please subscribe to our YouTube Channel.

50-discount-on-self-study-online-class
Want more information on how to become Cisco CCNA Certified? Learn more!
Join our Cisco CCNA facebook study group!


Also published on Medium.

Comments are closed.