[go: up one dir, main page]

0% found this document useful (0 votes)
71 views8 pages

4.14 - Lab - Manual - 14 - CN - Implementation of FRAME RELAY

Uploaded by

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

4.14 - Lab - Manual - 14 - CN - Implementation of FRAME RELAY

Uploaded by

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

Lab Manual/ CN-5th/ BSSE/ SE Dept.

/ UMT Lahore

Manual Lab # 14

Implementation of FRAME RELAY:

 Introduction to frame relay


Frame relay is a packet-switching telecommunication service designed for cost-efficient data
transmission for intermittent traffic between local area networks (LANs) and between endpoints in
wide area networks (WANs).

 Where frame-relay is used?


Frame relay is often used to connect LANs with major backbones as well as on public wide area
networks and also in private network environments with leased T-1 lines. It requires a dedicated
connection during the transmission period and is not ideal for voice or video, which require a
steady flow of transmissions. It operates on datalink layer and physical layer.

 What is DLCI?
A data link connection identifier (DLCI) is a Frame Relay 10-bit-wide link-local virtual circuit
identifier used to assign frames to a specific PVC or SVC. Frame Relay networks use DLCIs to
statistically multiplex frames. DLCIs are preloaded into each switch and act as road signs to the
traveling frames.

Scenario to Implement:

Step 01:
 Take devices as shown in above diagram, PCs, Switches, Router 2811 series (Add Serial interfaces
to all routers Router1-Router 4 by going to physical view  power off router  add WIC-
2T (Serial Port, which has P2 P encapsulation feature required for frame relay)
 Make cable connections, Set Clock rate (DCE) side from Cloud to Router in all serial links.
 Assign static IP’s, Subnet Mask and Default gateways to all PCs as mentioned in above topology.

Page 1 of 8
Lab Manual/ CN-5th/ BSSE/ SE Dept./ UMT Lahore

Step 02:
In all routers CLI assign IP address to relevant ethernet interfaces, changing Router’s names to Router1,
Router2, Router3 and Router4. Like R1 router configuration will be as follows: ( Do the same for Router2,
Router3, and Router4)

Router> enable
Router # config terminal
Router (Config)# hostname Router1
Router1(Config)# interface fastethernet 0/0
Router1(Config-if # ip address 10.0.0.10 255.0.0.0
Router1(Config-if)# no shutdown
Router1(Config-if)# Ctrl+Z
Router1# write

Building configurations…
[OK]

Step 03:
On Router R1: for Assigning IP address to Serial sub interface 0/3/0
Router1(config)#interface serial 0/3/0
Router1(config-if)#encapsulation frame-relay
Router1(config-if)#no shutdown
Router1(config-if)#
%LINK-5-CHANGED: Interface Serial0/3/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/3/0, changed state to up

Router1(config-if)#exit
Router1(config)#interface serial 0/3/0.101 point-to-point
Router1(config-subif)#
%LINK-5-CHANGED: Interface Serial0/3/0.101, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/3/0.101, changed state to up

Router1(config-subif)#ip address 50.0.0.1 255.0.0.0


Router1(config-subif)#frame-relay interface-dlci 101
Router1(config-subif)# Ctrl+Z
Router1#

%SYS-5-CONFIG_I: Configured from console by console

Router1#write
Building configuration...
[OK]

Router R2:
Router2(config)#interface serial 0/3/0 R
Router 2(config-if)#encapsulation frame-relay
Page 2 of 8
Lab Manual/ CN-5th/ BSSE/ SE Dept./ UMT Lahore

Router2(config-if)#no shutdown
Router2(config-if)#
%LINK-5-CHANGED: Interface Serial0/3/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/3/0, changed state to up

Router2(config-if)#exit
Router2(config)#
Router2(config)#interface serial 0/3/0.101 point-to-point
Router2(config-subif)#

%LINK-5-CHANGED: Interface Serial0/3/0.101, changed state to up


%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/3/0.101, changed state to up

Router2(config-subif)#ip address 60.0.0.1 255.0.0.0


Router2(config-subif)#frame-relay interface-dlci 101
Router2(config-subif)#Ctrl+Z

%SYS-5-CONFIG_I: Configured from console by console

Router2#write
Building configuration...
[OK]

Router R3:
Router3#config terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router3(config)#interface serial 0/3/0
Router3(config-if)#encapsulation frame-relay
Router3(config-if)#no shutdown
Router3(config-if)#

%LINK-5-CHANGED: Interface Serial0/3/0, changed state to up


%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/3/0, changed state to up

Router3(config-if)#exit
Router3(config)#interface serial 0/3/0.101 point-to-point
Router3(config-subif)#

%LINK-5-CHANGED: Interface Serial0/3/0.101, changed state to up


%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/3/0.101, changed state to up

Router3(config-subif)#ip address 70.0.0.1 255.0.0.0


Router3(config-subif)#frame-relay interface-dlci 101
Router3(config-subif)#Ctrl+Z

%SYS-5-CONFIG_I: Configured from console by console

Router3#write
Page 3 of 8
Lab Manual/ CN-5th/ BSSE/ SE Dept./ UMT Lahore

Building configuration... [OK]


Configuration on Router R4:
(In this router we will have to create 3 separate interfaces with different DLCIs)

Router4>enable
Router4#config terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router4(config)#interface serial 0/3/0
Router4(config-if)#encapsulation frame-relay
Router4(config-if)#no shutdown

%LINK-5-CHANGED: Interface Serial0/3/0, changed state to up


%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/3/0, changed state to up

Router4(config-if)#exit
Router4(config)#interface serial 0/3/0.102 point-to-point
Router4(config-subif)#
%LINK-5-CHANGED: Interface Serial0/3/0.102, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/3/0.102, changed state to up

Router4(config-subif)#ip address 70.0.0.2 255.0.0.0


Router4(config-subif)#frame-relay interface-dlci 102
Router4(config-subif)#exit
Router4(config)#
Router4(config)#interface serial 0/3/0.103 point-to-point
Router4(config-subif)#

%LINK-5-CHANGED: Interface Serial0/3/0.103, changed state to up


%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/3/0.103, changed state to up

Router4(config-subif)#ip address 60.0.0.2 255.0.0.0


Router4(config-subif)#frame-relay interface-dlci 103
Router4(config-subif)#exit
Router4(config)#
Router4(config)#interface serial 0/3/0.104 point-to-point
Router4(config-subif)#

%LINK-5-CHANGED: Interface Serial0/3/0.104, changed state to up


%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/3/0.104, changed state to up

Router4(config-subif)#ip address 50.0.0.2 255.0.0.0


Router4(config-subif)#frame-relay interface-dlci 104
Router4(config-subif)#Ctrl+Z
Router4#

%SYS-5-CONFIG_I: Configured from console by console

Page 4 of 8
Lab Manual/ CN-5th/ BSSE/ SE Dept./ UMT Lahore

Router4#write
Building configuration... [OK]
Step 04: Configuring Cloud:
Left click on Cloud Icon got to config tab Select Serial 0 from 3rd list:
And give DLCI as in figure:

For Serial 0:

For Serial 1:

Page 5 of 8
Lab Manual/ CN-5th/ BSSE/ SE Dept./ UMT Lahore

For Serial 2:

For Serial 3:

Page 6 of 8
Lab Manual/ CN-5th/ BSSE/ SE Dept./ UMT Lahore

Step 05: Configuring Frame relay on Cloud:


Left click on Cloud icon  Config (tab) go to left side list  Frame relay then:

Step 06: Configuring IP Routes on All Routers Router 1, Router 2, Router 3 and Router 4:
Go to Router 1:
Router1>enable
Router1#config terminal
Router1(config)#ip route 0.0.0.0 0.0.0.0 50.0.0.2
//data from any IP any Subnet Mask will go through 50.0.0.2
Router1(config)# Ctrl + Z
Router1 # write

Go to Router 2:
Router2>enable
Router2#config terminal
Router2(config)#ip route 0.0.0.0 0.0.0.0 60.0.0.2
Router2(config)# Ctrl + Z
Router2 # write

Go to Router 3:
Router3>enable
Router3#config terminal
Router3(config)#ip route 0.0.0.0 0.0.0.0 70.0.0.2
Router3(config)# Ctrl + Z
Router3 # write

Go to Router 4:
Page 7 of 8
Lab Manual/ CN-5th/ BSSE/ SE Dept./ UMT Lahore

Router4>enable
Router4#config terminal
Router4(config)#ip route 10.0.0.0 255.0.0.0 50.0.0.1
Router4(config)#ip route 20.0.0.0 255.0.0.0 60.0.0.1
Router4(config)#ip route 30.0.0.0 255.0.0.0 70.0.0.1
Router4(config)# Ctrl + Z

%SYS-5-CONFIG_I: Configured from console-by-console

Router4#write
Building configuration...
[OK]

Step 07: Configuring Trunk ports to all Switches those interfaces which are connected to
relevant Routers:
Note: Apply these commands on all Switches:

Switch0(config)#interface fastethernet 1/1


Switch0(config-if)#switchport mode access
Switch0(config-if)#switchport mode trunk
Switch0(config-if)#

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet1/1, changed state to down


%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet1/1, changed state to up

Switch0(config-if)# Ctrl + Z
Switch0#

%SYS-5-CONFIG_I: Configured from console by console

Switch0#write
Building configuration...
[OK]

Last Step: Now open CMD of PC 10.0.0.1 and ping 10.0.0.10, 50.0.0.1, 50.0.0.2 and 40.0.0.1
also ping 20.0.0.1 and 30.0.0.1 we can ping all PC from 10.0.0.1.

OR

Simply send packet from 1 PC to any other PC.

END Of LAB # 14

Page 8 of 8

You might also like