Configuring Serial Encapsulation: WAN Connections
Configuring Serial Encapsulation: WAN Connections
Encapsulation
WAN Connections
http://vnexperts.net
ICND1 v1.01-1
Circuit Switching
http://vnexperts.net
ICND1 v1.01-2
http://vnexperts.net
ICND1 v1.01-3
PSTN Considerations
Advantages
Simplicity
Availability
Cost
Disadvantages
Low data rates
Relatively long connection setup time
http://vnexperts.net
ICND1 v1.01-4
Leased Line
http://vnexperts.net
ICND1 v1.01-5
http://vnexperts.net
ICND1 v1.01-6
Enter global
configuration mode.
RouterX#configure terminal
RouterX(config)#
Specify interface.
Set bandwidth
(recommended).
RouterX(config-if)#bandwidth 64
RouterX(config-if)#exit
RouterX(config)#exit
RouterX#
http://vnexperts.net
ICND1 v1.01-7
http://vnexperts.net
ICND1 v1.01-8
Point-to-Point Considerations
Advantages
Simplicity
Quality
Availability
Disadvantages
Cost
Limited flexibility
http://vnexperts.net
ICND1 v1.01-9
http://vnexperts.net
ICND1 v1.01-10
http://vnexperts.net
ICND1 v1.01-11
Leased Line
http://vnexperts.net
ICND1 v1.01-12
PPP
http://vnexperts.net
ICND1 v1.01-13
An Overview of PPP
ICND1 v1.01-14
http://vnexperts.net
ICND1 v1.01-15
hostname left
!
int serial 0
ip address 10.0.1.1 255.255.255.0
encapsulation ppp
http://vnexperts.net
hostname right
!
int serial 0
ip address 10.0.1.2 255.255.255.0
encapsulation ppp
ICND1 v1.01-16
http://vnexperts.net
ICND1 v1.01-17
http://vnexperts.net
ICND1 v1.01-18
Frame Relay
http://vnexperts.net
ICND1 v1.01-19
http://vnexperts.net
ICND1 v1.01-20
http://vnexperts.net
ICND1 v1.01-21
Summary
A point-to-point (or serial) line can connect two geographically
distant sites. These lines are usually leased from a carrier and
are, therefore, often called leased lines.
Bandwidth refers to the rate at which data is transferred over the
communication link. In North America, point-to-point leased-line
bandwidth is typically specified as a DS number (DS0, DS1, and
so forth) that technically refers to the rate and format of the signal.
The HDLC protocol is one of two major data link layer protocols
commonly used with point-to-point WAN connections. HDLC
supports both point-to-point and multipoint configurations.
The encapsulation hdlc interface configuration command can be
used to specify Cisco HDLC encapsulation on the interface.
PPP lower-level functions use synchronous and asynchronous
physical media. PPP higher-level functions carry packets from
several network layer protocols using NCPs.
http://vnexperts.net
ICND1 v1.01-22
Summary (Cont.)
The encapsulation ppp interface configuration command can be
used to specify PPP encapsulation on the interface.
The show interface command can be used to verify proper
configuration of PPP encapsulation.
Frame Relay data rates are commonly up to 4 Mb/s, with some
providers offering even higher rates. Frame Relay is a simpler
protocol that works at the data link layer rather than at the network
layer.
ATM is a type of cell-switched connection technology that is capable
of transferring voice, video, and data through private and public
networks. ATM is used primarily in service-provider networks and
enterprise LAN backbones.
ATM virtual circuits can be either PVCs or SVCs.
http://vnexperts.net
ICND1 v1.01-23