Clase 3 - HDLC&PPP
Clase 3 - HDLC&PPP
Clase 3 - HDLC&PPP
Link Access Procedure for Modems (LAPM) and PPP for modems
Link Access Procedure for Frame Relay (LAPF) for Frame Relay
HDLC Encapsulation
[R2]router id 2.2.2.2
[R2]ospf
[R2-ospf-1]area 0
[R2-ospf-1-area-0.0.0.0]network 10.10.12.0 0.0.0.255
[R2-ospf-1-area-0.0.0.0]network 192.168.10.0 0.0.0.255
[R2-ospf-1-area-0.0.0.0]quit
[R1]router id 1.1.1.1
[R21ospf
[R1-ospf-1]area 0
[R1-ospf-1-area-0.0.0.0]network 10.10.12.0 0.0.0.255
[R1-ospf-1-area-0.0.0.0]network 10.10.10.0 0.0.0.255
[R1-ospf-1-area-0.0.0.0]quit
Configuring HDLC
Router AR 3260
Configuring HDLC
Router AR 3260
Configuring HDLC
Router AR 3260
SLIP
Serial Line IP
• RFC 1055 (June 1988)
• Common protocol used to transmit IP packets over serial lines and
telephone connections
• Designed to handle just TCP/IP traffic – not other protocols
• Must know your IP address and the IP address of the remote computer
• SLIP does not provide for data compression
SLIP
Serial Line IP
SLIP deficiencies:
SOLUTION
PPP (Point to Point Protocol)
What is PPP?
RFC 1661-1663
PPP includes many features not available in HDLC:
The link quality management feature monitors the quality of the link. If
too many errors are detected, PPP takes the link down.
PPP supports PAP and CHAP authentication. (HDLC does NOT
The LCP tests the link to determine whether the link quality is
sufficient to bring up network layer protocols.
Phase 3: Network layer protocol configuration negotiation –
After the LCP has finished the link quality determination phase, the
appropriate NCP can separately configure the network layer
protocols, and bring them up and take them down at any time.
The link remains configured for communications until explicit LCP or NCP
frames close the link, or until some external event occurs.
This happen because of the loss of the carrier, authentication
reducing the amount of data in the frame that must travel across the link.
Two compression are Stacker and Predictor.
Error detection - Identifies fault conditions.
The Quality and Magic Number options help ensure a reliable, loop-free
data link.
Multilink – Multiple links
This alternative provides load balancing over the router interfaces that
PPP uses.
PPP Callback - To enhance security, the client makes the initial call,
requests that the server call it back, and terminates its initial call.
PPP Configuration Commands
Example 1: Enabling PPP on an Interface
To set PPP as the encapsulation method used by a serial or ISDN interface,
CHAP is more secure than PAP. It involves a three-way exchange of a shared secret.
implementations of CHAP
Challenge Handshake Authentication
Protocol (CHAP)
CHAP conducts periodic challenges to make sure that the remote node still has a
valid password value.
The password value is variable and changes unpredictably while the link exists.
After the PPP link establishment phase is complete,
.
The router sends a challenge to the remote
node.
The remote node responds with a value
55
Configure IPv6 Routes on
Juniper_1
set routing-options rib inet6.0 static route 2001:1:2:10::/64 next-hop 2001:1:2:22::1
set routing-options rib inet6.0 static route 2001:1:2:30::/64 next-hop 2001:1:2:22::1
set routing-options rib inet6.0 static route 2001:1:2:34::/64 next-hop 2001:1:2:22::1
commit
Configure IPv6 Routes on
Mikrotik_1
Verify Connectivity
Capture PPP traffic
Homework
Lab. PPP Huawei&IPv6