You are on page 1of 8

NetworkPlus Training Center

HCIA Lab
Version 1.0

By: Ismail Ibrahim


Frame Relay
Lab# 9
Frame Relay
Objective
As a result of this lab section, you should achieve the
following tasks:
• Configuration of frame relay interfaces on the customer edge.
• Establishment of RIP in a hub and spoke network.
• Establishment of OSPF in a hub and spoke (NBMA) network.
• Configuration of frame relay interfaces when using the OSPF point-
to-multipoint network type.
Tasks
Topology:

Step 1 Configure the DLCI number on the frame relay switch as the following.

Step 2 Configure the ip addresses and the frame relay on AR1.

[AR1]interface g0/0/0

[AR1-GigabitEthernet0/0/0]ip address 192.168.1.1 24

[AR1-GigabitEthernet0/0/0]quit

[AR1]interface s1/0/0

[AR1-Serial1/0/0]link-protocol fr

Warning: The encapsulation protocol of the link will be changed. Continue?


[Y/N]:y

[AR1-Serial1/0/0]ip address 15.0.0.1 8

[AR1-Serial1/0/0]undo rip split-horizon

undo rip split-horizon


Step 3 Configure the ip addresses and the frame relay on AR2.

[AR2]interface g0/0/0

[AR2-GigabitEthernet0/0/0]ip address 192.168.2.1 24

[AR2-GigabitEthernet0/0/0]quit

[AR2]interface s1/0/0

[AR2-Serial1/0/0]link-protocol fr

Warning: The encapsulation protocol of the link will be changed. Continue?


[Y/N]:y

[AR2-Serial1/0/0]ip address 15.0.0.2 8

Step 4 Configure the ip addresses and the frame relay on AR3.

[AR3]interface g0/0/0

[AR3-GigabitEthernet0/0/0]ip address 192.168.3.1 24

[AR3-GigabitEthernet0/0/0]quit

[AR3]interface s1/0/0

[AR3-Serial1/0/0]link-protocol fr

Warning: The encapsulation protocol of the link will be changed. Continue?


[Y/N]:y

[AR3-Serial1/0/0]ip address 15.0.0.3 8

On AR1 check frame relay mapping info.


[AR1]dis fr map-info

Map Statistics for interface Serial1/0/0 (DTE)

DLCI = 100, IP INARP 15.0.0.2, Serial1/0/0

create time = 2019/05/13 20:15:55, status = ACTIVE

encapsulation = ietf, vlink = 1, broadcast

DLCI = 200, IP INARP 15.0.0.3, Serial1/0/0

create time = 2019/05/13 20:15:58, status = ACTIVE

encapsulation = ietf, vlink = 2, broadcast

Step 5 Configure RIP version 2 on AR1/AR2/AR3.


AR1 configuration.
[AR1]rip

[AR1-rip-1]version 2

[AR1-rip-1]network 192.168.1.0

[AR1-rip-1]network 15.0.0.0

AR2 configuration.
[AR2]rip

[AR2-rip-1]version 2

[AR2-rip-1]network 192.168.2.0

[AR2-rip-1]network 15.0.0.0

AR3 configuration.
[AR3]rip

[AR3-rip-1]version 2

[AR3-rip-1]network 192.168.3.0

[AR3-rip-1]network 15.0.0.0

Check the routing table on AR1 and tests the ping.


Step 6 Delete RIP process form on AR1/AR2/AR3 and configure OSPF single
area.
On AR1.

[AR1]undo rip 1

On AR2.

[AR2]undo rip 1

On AR3.

[AR3]undo rip 1

Increase the priority on AR1 to make it a designate router.

[AR1]interface s1/0/0

[AR1-Serial1/0/0]ospf dr-priorty 10

[AR1]ospf 1 router-id 1.1.1.1

[AR1-ospf-1]peer 15.0.0.2

[AR1-ospf-1]peer 15.0.0.3

[AR1-ospf-1]area 0

[AR1-ospf-1-area-0.0.0.0] network 15.0.0.0 0.255.255.255

[AR1-ospf-1-area-0.0.0.0] network 192.168.1.0 0.0.0.255

AR2 configuration.

[AR2]ospf 1 router-id 2.2.2.2

[AR2-ospf-1]peer 15.0.0.1

[AR2-ospf-1]area 0

[AR2-ospf-1-area-0.0.0.0] network 15.0.0.0 0.255.255.255

[AR2-ospf-1-area-0.0.0.0] network 192.168.2.0 0.0.0.255


AR3 configuration.

[AR3]interface s1/0/0

[AR3]ospf 1 router-id 3.3.3.3

[AR3-ospf-1]peer 15.0.0.1

[AR3-ospf-1]area 0

[AR3-ospf-1-area-0.0.0.0] network 15.0.0.0 0.255.255.255

[AR3-ospf-1-area-0.0.0.0] network 192.168.3.0 0.0.0.255

Check the routing table on AR1 and tests the ping.

#Class work
Configuration of frame relay interfaces when using the OSPF point-to-
multipoint network type, without using static neighbors.

You might also like