0% found this document useful (0 votes)
9 views10 pages

Conf WAN-Frame

Uploaded by

Pharoah
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views10 pages

Conf WAN-Frame

Uploaded by

Pharoah
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 10

Configuring WAN –Frame

Relay
Example
 The setup here will use the hub and spoke
configuration, Router0 is the hub, Router1 and
Router2 are the spokes. Point-to-Point
subinterfacesare created and PVCs (Permanent
Virtual Circuits) are established between Router0
and Router1 and Router0 and Router2. So the
Spoke routers communicate via Router0.
 The DCE end of the serial cable should be
connected to the frame relay switch.
Serial 0

Frame Relay Switch Configuration


Configure the serial interfaces of the Frame Relay switch as follows
Serial0
DLCI Name
102 R0-R1
103 R0-R2
Serial1 and Serial 2
Configure the Frame Relay
Router 1
 R0>enable
R0#configure terminal
R0(config)#interface Serial 2/0
R0(config-if)#no shutdown
R0(config-if)#encapsulation frame-relay
R0(config-if)#exit
R0(config)#interface Serial 2/0.102 point-to-point
R0(config-subif)#ip address 1.1.1.1 255.255.255.252
R0(config-subif)#frame-relay interface-dlci 102
R0(config-subif)#exit
R0(config)#interface Serial 2/0.103 point-to-point
R0(config-subif)#ip address 1.1.1.5 255.255.255.252
R0(config-subif)#frame-relay interface-dlci 103
Router 2
 R1>enable
R1#configure terminal
R1(config)#interface Serial 2/0
R1(config-if)#no shutdown
R1(config-if)#encapsulation frame-relay
R1(config-if)#exit
R1(config)#interface Serial 2/0.201 point-to-point
R1(config-subif)#ip address 1.1.1.2 255.255.255.252
R1(config-subif)#frame-relay interface
R1(config-subif)#frame-relay interface-dlci 201
Router 3
 R2>enable
R2#configure terminal
R2(config)#interface Serial 2/0
R2(config-if)#no shutdown
R2(config-if)#encapsulation frame-relay
R2(config-if)#exit
R2(config)#interface Serial 2/0.301 point-to-point
R2(config-subif)#ip address 1.1.1.6
255.255.255.252
R2(config-subif)#frame-relay interface-dlci 301
Configure Static routes
 R1(config)#ip route 1.1.1.4
255.255.255.252 1.1.1.1
 R2(config)#ip route 1.1.1.0
255.255.255.252 1.1.1.5
 Ping the routers to test connectivity
among themselves.

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy