Frame-Relay Sub-Interfaces Part4

Опубликовано: 26 Июль 2026
на канале: Kevrev
173
3

Website: http://kevingsheppard.com/

This tutorial is part of a four part series. Here you will be given the opportunity to see a simulation on how to configure Sub-Interfaces to do point-to-point Frame-Relay. If you have any questions, please go to my Website or send me a private message.

Website: http://kevingsheppard.com/
Here you will find all my tutorials. Also, I have a forum, which is a new addition and would be a great way to interact with people who would like help.

Here are the configurations I used in all four tutorials. Hope this additional information is helpful. I suggest you copy and paste them into a word document so they are easier to read.:
Configure Ip adds for Pc's
Configure default gateways on routers.
Turn on interfaces


CLOUD
R1 to R4 (DLCI 64) = Se0
R1 to R2 (DLCI 16) = Se0

R4 to R1 (DLCI 46) =Se1
R4 to R3 (DLCI 150 = Se1

R2 to R1 (DLCI 61) = Se2
R2 to R3 (DLCI 89) = Se2

R3 to R2 (DLCI 98) = Se3
R3 to R4 (DLCI 105) =Se3



R1
int se3/0
no ip add
encap frame-relay
no shut
int se3/0.16 point-to-point
ip add 10.0.3.2 255.255.255.252
bandwidth 64
frame-relay interface-dlci 16

R2 int Se3/0
no ip add
encap frame-relay
no shut
int se3/0.61 point-to-point
ip add 10.0.3.1 255.255.255.252
bandwidth 64
Frame-relay interface-dlci 61


R1
int Se3/0.64 point-to-point
ip add 10.0.2.2 255.255.255.252
bandwidth 64
Frame-relay interface-dlci 64

R4
int Se3/0
no ip add
encap frame-relay
no shut
int se3/0.46 point-to-point
ip add 10.0.2.1 255.255.255.252
bandwidth 64
Frame-relay interface-dlci 46


R4
int se3/0.150 point-to-point
ip add 10.0.1.2 255.255.255.252
bandwidth 64
frame-relay interface-dlci 150

R3
int se3/0
no ip add
encap frame-relay
no shut
int se3/0.105 point-to-point
ip add 10.0.1.1 255.255.255.252
bandwith 64
frame-relay interface-dlci 105

R2
int se3/0 .89 point-to-point
ip address 10.0.0.1 255.255.255.252
bandwidth 64
frame -relay interface-dlci 89

R3
int se3/0.98 point-to-point
ip address 10.0.0.2 255.255.255.252
bandwidth 64
frame-relay interface-dlci 98


RIP
On all Routers
Router rip
version2
no auto-summary
net 192.168.0.0
net 10.0.0.0