100% found this document useful (1 vote)
118 views4 pages

LAB 1: Basic of Frame Relay: 1. Topology

LAB1: Basic of Frame Relay 1. Topology 2. Requirements - Set up frame relay on Cloud - Configuring frame relay on both routers based on the topology above 3.

Uploaded by

Trần Quang Anh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
118 views4 pages

LAB 1: Basic of Frame Relay: 1. Topology

LAB1: Basic of Frame Relay 1. Topology 2. Requirements - Set up frame relay on Cloud - Configuring frame relay on both routers based on the topology above 3.

Uploaded by

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

LAB 1: Basic of Frame Relay

1. Topology

2. Requirements
- Set up frame relay on Cloud
- Configuring Frame Relay on both routers based on the topology above
3. Configuration
Router(config)#interface serial 2/0
Router(config-if)# ip address 10.0.0.1 255.255.255.0
Router(config-if)# encapsulation frame-relay
Router(config-if)# frame-relay lmi-type ansi
Router(config-if)# clock rate 56000
Router(config-if)# no shutdown

4. Test
- Show frame-relay map
- Show frame-relay pvc
- On Router 0, we can ping 10.0.0.2 on Router 1









Lab2: Frame-Relay Sub-Interfaces Point to point
1. Topology

2. Requirements
- Configuring Frame Relay Cloud
- Enable FR on each interface of Routers
- Enable RIP
3. Configuration
- Router 1,2,3
Router1(config)# interface s2/0
Router1(config-if)# no ip address
Router1(config-if)# encapsulation frame-relay
Router1(config-if)# frame-relay lmi-type ansi
Router1(config-if)# clock rate 56000
Router1(config-if)# no shutdown
Router1(config-if)# exit
Router1(config)#interface serial 2/0.102 point-to-point
Router1(config-subif)#ip address 10.0.0.1 255.255.255.0
Router1(config-subif)#frame-relay interface dlci 102
Router1(config-subif)#no shutdown
Router1(config-subif)#exit
Router1(config)#interface serial 2/0.103 point-to-point
Router1(config-subif)#ip address 11.0.0.1 255.255.255.0
Router1(config-subif)#frame-relay interface dlci 102
Router1(config-subif)#no shutdown
Router1(config-subif)#exit

4. Test
- Show ip route
- Ping
- Show frame-relay map


























LAB 3: Frame Relay Static Mapping (GNS3)
1. Topology

2. Requirements
- Enable RIP
- Configure Frame-Relay, with FWSwitch router becomes a Frame-Relay Switch
(Cloud)
3. Configuration
- FRSwitch
FRSwitch(config)#frame-relay switching //bt tnh nng frame-relay trn
router
FRSwitch(config)#interface s0
FRSwitch(config-if)#no ip address
FRSwitch(config-if)#encapsulation frame-relay
FRSwitch(config-if)#frame-relay lmi-type ansi
FRSwitch(config-if)#clock rate 56000
FRSwitch(config-if)#frame-relay intf-type dce
FRSwitch(config-if)#frame-relay route 200 interface s1 201 //static mapping

FRSwitch(config)#interface s1
FRSwitch(config-if)#no ip address
FRSwitch(config-if)#encapsulation frame-relay
FRSwitch(config-if)#frame-relay lmi-type ansi
FRSwitch(config-if)#clock rate 56000
FRSwitch(config-if)#frame-relay intf-type dce
FRSwitch(config-if)#frame-relay route 201 interface s0 200 //static mapping

4. Test
- show frame-relay pvc //kim tra cc frame gi v nhn trn tng interface//
- show frame-relay route
- show ip route
- ping

You might also like