PPP , HDLC , Frame Relay , ATM
PPP and HDLC are 2 protocols that used in leased line .
PPP have some advantages than HDLC . PPP is a data link protocol that :
- Definition of header and trailer can transport layer 3 protocol on a same link .
- Builts in Authentication protocol (PAP and CHAP)
- Have LCP (Link Control Protocol ) in frame.
- PPP compression
- Loop Detection : with magic number , that each router is used
- Error Detection : With FCS in frame and use LQM (Link Quality Monitoring )
- Authentication : PAP & CHAP
- Multi Link support : (Load balancing )
Authentication :
- PAP (Powered Authentication Protocol) : Send password as clear Text .
- CHAP (Challenge Authentication Protocol ) : More secure then PPP because of use MD5 one way hash .
- use Hostname for end link router .
- use this command on each router : # username The other end link router-name password which is same on both router from example :
R1(config)#username R2 password mypassword - and this command : # PPP authentication PAP or PAP CHAP
Troubleshooting PPP :
1- Layer 1 problems : (when line status down , line protocol is down )
- Physically problem
- CSU/DSUhas failed or is misconfigured
- Link may be not pluged in to CSU/DSU from telco
- Clock Rate not set
- mismatch Encapsulation or Encapsulation not set
- misconfiguration Authentication
- keepalive is not set
- mismatched IP subnet (link work if encapsulation is PPP , but if encapsulation is HDLC link is not work )
HDLC :
- the other wan protocol that is a default encapsulation used by cisco router .
- No authentication can be used with HDLC .
- PPP is a protocol that can use with both asynchronous(Dial-up) and synchronous (ISDN).
No comments:
Post a Comment