Sybex CCNA 640-802: Chapter 14: Wide Area Networks
Sybex CCNA 640-802: Chapter 14: Wide Area Networks
Sybex CCNA 640-802: Chapter 14: Wide Area Networks
2
Defining WAN Terms
• Frame Relay
• ISDN
• LAPB
• LAPD
• HDLC
• PPP
• ATM
HDLC Protocol
• Purpose:
– Transport layer-3 packets across a
Data Link layer point-to-point link
• Can be used over asynchronous
serial (dial-up) or synchronous
serial (ISDN) media
– Uses Link Control Protocol (LCP)
• Builds & maintains data-link
connections
Point-to-Point Protocol Stack
PPP Main Components
• EIA/TIA-232-C
– Intl. Std. for serial communications
• HDLC
– Serial link datagram encapsulation method
• LCP
– Used in P-t-P connections:
• Establishing
• Maintaining
• Terminating
• NCP
– Method of establishing & configuring Network
Layer protocols
– Allows simultaneous use of multiple Network
layer protocols
LCP Configuration Options
• Authentication
– PAP
– CHAP
• Compression
– Stacker
– Predictor
• Error detection
– Quality
– Magic Number
• Multilink
– Splits the load for PPP over 2+ parallel
circuits; a bundle
PPP Session Establishment
• Link-establishment phase
• Authentication phase
• Purpose
– Provide a communications
interface between DTE & DCE
equipment
– Connection-oriented Data Link
layer communication
• Via virtual circuits
• Provides a complete path from the
source to destination before sending
the first frame
Frame Relay Terminology
Frame Relay Encapsulation
RouterA(config)#int s0
RouterA(config-if)#encapsulation frame-
relay ?
ietf Use RFC1490 encapsulation
<cr>
Data Link Connection Identifiers
(DLCIs)
• Frame Relay PVCs are identified by DLCIs
• IP end devices are mapped to DLCIs
– Mapped dynamically or mapped by IARP
• Global Significance:
– Advertised to all remote sites as the same PVC
• Local Significance:
– DLCIs do not need to be unique
• Configuration
RouterA(config-if)#frame-relay interface-dlci ?
<16-1007> Define a DLCI as part of the current
subinterface
RouterA(config-if)#frame-relay interface-dlci 16
DLCI’s are Locally Significant
Local Management
Interface (LMI)
• Background
• Purpose
• LMI Messages
– Keepalives
– Multicasting
– Multicast addressing
– Status of virtual circuits
LMI Types
• Configuration:
RouterA(config-if)#frame-relay lmi-type ?
cisco
ansi
q933a
– Beginning with IOS ver 11.2+ the LMI
type is auto-sensed
– Default type: cisco
• Virtual circuit status:
– Active
– Inactive
– Deleted
Sub-interfaces
• Definition
– Multiple virtual circuits on a single
serial interface
– Enables the assignment of different
network-layer characteristics to each
sub-interface
• IP routing on one sub-interface
• IPX routing on another
– Mitigates difficulties associated with:
• Partial meshed Frame Relay networks
• Split Horizon protocols
Partial Meshed Networks
Creating Sub-interfaces
Configuration:
#1: Set the encapsulation on the serial interface
#2: Define the subinterface
RouterA(config)#int s0
RouterA(config)#encapsulation frame-relay
RouterA(config)#int s0.?
<0-4294967295> Serial interface number
RouterA(config)#int s0.16 ?
multipoint Treat as a multipoint link
point-to-point Treat as a point-to-point link
Mapping Frame Relay
• Forward-Explicit Congestion
Notification (FECN)
• Backward-Explicit Congestion
Notification (BECN)
Committed Information
Rate (CIR)
• Definition: Provision allowing
customers to purchase amounts of
bandwidth lower than what they
might need
– Cost savings
– Good for bursty traffic
– Not good for constant amounts of
data transmission
Monitoring Frame Relay
RouterA>sho frame ?
ip show frame relay IP statistics
lmi show frame relay lmi statistics
map Frame-Relay map table
pvc show frame relay pvc statistics
route show frame relay route
traffic Frame-Relay protocol statistics
RouterA#sho int s0
42
Types of VPN’s
• SITE-TO-SITE VPNS
Site-to-site VPNs, or, intranet VPNs, allow a company to connect its remote
sites to the corporate backbone securely over a public medium like the
Internet instead of requiring more expensive WAN connections like Frame
Relay.
• EXTRANET VPNS
Extranet VPNs allow an organization’s suppliers, partners, and customers to
be connected to the corporate network in a limited way for business-to-
business (B2B) communications.
43
Written Labs and Review
Questions
– Open your books and go through all the
written labs and the review questions.
– Review the answers in class.
44