wan circuits€¦ · point-to-point protocol (ppp) » media independent encapsulation • serial,...

12
WAN Circuits

Upload: others

Post on 02-Aug-2020

2 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: WAN Circuits€¦ · Point-to-Point Protocol (PPP) » Media independent encapsulation • Serial, Ethernet, Frame Relay, ATM, etc. » Better choice for interoperability » Adds features

WAN Circuits

Page 2: WAN Circuits€¦ · Point-to-Point Protocol (PPP) » Media independent encapsulation • Serial, Ethernet, Frame Relay, ATM, etc. » Better choice for interoperability » Adds features

Copyright © www.ine.com

In This Section

» HDLC

» PPP • PPP Negotiation

• PPP Authentication

• PPP over Ethernet

• Misc. PPP Features

Page 3: WAN Circuits€¦ · Point-to-Point Protocol (PPP) » Media independent encapsulation • Serial, Ethernet, Frame Relay, ATM, etc. » Better choice for interoperability » Adds features

Copyright © www.ine.com

High-Level Data Link Control (HDLC)

» Default serial encapsulation

» Does not support any advanced features

» Has problems with vendor interoperability

Page 4: WAN Circuits€¦ · Point-to-Point Protocol (PPP) » Media independent encapsulation • Serial, Ethernet, Frame Relay, ATM, etc. » Better choice for interoperability » Adds features

Copyright © www.ine.com

Point-to-Point Protocol (PPP)

» Media independent encapsulation • Serial, Ethernet, Frame Relay, ATM, etc.

» Better choice for interoperability » Adds features that other layer 2 medias don’t

natively support • Authentication • Multilink • Fragmentation • Reliability • Compression

Page 5: WAN Circuits€¦ · Point-to-Point Protocol (PPP) » Media independent encapsulation • Serial, Ethernet, Frame Relay, ATM, etc. » Better choice for interoperability » Adds features

Copyright © www.ine.com

PPP Negotiation

» PPP uses Link Control Protocol (LCP) to negotiate higher layer protocols • Internet Protocol Control Protocol (IPCP) • IPV6CP • CDPCP • Etc.

» Can be used to negotiate • Address assignment • Routing information

» Verification • debug ppp negotiation

Page 6: WAN Circuits€¦ · Point-to-Point Protocol (PPP) » Media independent encapsulation • Serial, Ethernet, Frame Relay, ATM, etc. » Better choice for interoperability » Adds features

Copyright © www.ine.com

PPP Authentication

» PPP Authentication adds security to encapsulations that don’t normally support it • E.g. PPPoE over DSL/ATM with CHAP Authentication

» Multiple authentication varieties • PAP

• CHAP

• MSCHAP

• EAP

Page 7: WAN Circuits€¦ · Point-to-Point Protocol (PPP) » Media independent encapsulation • Serial, Ethernet, Frame Relay, ATM, etc. » Better choice for interoperability » Adds features

Copyright © www.ine.com

PPP Authentication Methods

» Password Authentication Protocol (PAP) • Clear text username • Clear text password

» Challenge Handshake Authentication Protocol (CHAP) • Clear text username • MD5 hashed password

» MSCHAP / MSCHAPv2 / EAP / etc…

Page 8: WAN Circuits€¦ · Point-to-Point Protocol (PPP) » Media independent encapsulation • Serial, Ethernet, Frame Relay, ATM, etc. » Better choice for interoperability » Adds features

Copyright © www.ine.com

PPP PAP Authentication

» Authentication Request • ppp authentication pap

» Authentication Response • no ppp pap refuse • ppp pap sent-username… password

» Verification • debug ppp negotiation • debug ppp authentication

Page 9: WAN Circuits€¦ · Point-to-Point Protocol (PPP) » Media independent encapsulation • Serial, Ethernet, Frame Relay, ATM, etc. » Better choice for interoperability » Adds features

Copyright © www.ine.com

PPP CHAP Authentication

» Authentication Request • ppp authentication chap

» Authentication Response • no ppp chap refuse • Usernames & Passwords • Global vs Interface

» Verification • debug ppp negotiation • debug ppp authentication

Page 10: WAN Circuits€¦ · Point-to-Point Protocol (PPP) » Media independent encapsulation • Serial, Ethernet, Frame Relay, ATM, etc. » Better choice for interoperability » Adds features

Copyright © www.ine.com

PPP over Ethernet Server

» Define PPP interface • interface virtual-template [num]

» Apply logical options • Authentication, multilink, IP address, etc.

» Define BBA Group • bba-group pppoe [name | global] • virtual-template [num]

» Bind to link • pppoe enable group [name | global]

Page 11: WAN Circuits€¦ · Point-to-Point Protocol (PPP) » Media independent encapsulation • Serial, Ethernet, Frame Relay, ATM, etc. » Better choice for interoperability » Adds features

Copyright © www.ine.com

PPP over Ethernet Client

» Define PPP interface • interface dialer [num] • encapsulation ppp • dialer pool [pool]

» Apply logical options • Authentication, multilink, IP address, etc.

» Bind to link • pppoe-client dial-pool-number [pool]

Page 12: WAN Circuits€¦ · Point-to-Point Protocol (PPP) » Media independent encapsulation • Serial, Ethernet, Frame Relay, ATM, etc. » Better choice for interoperability » Adds features

Copyright © www.ine.com All rights reserved.

Q&A