0% found this document useful (0 votes)
17 views2 pages

Activity 10

The document provides instructions for configuring the OSPF dynamic routing protocol across multiple routers. It details configuring OSPF processes on each router, setting router IDs, advertising networks, and assigning routers to different OSPF areas. It also includes reflection questions to verify the routing tables and observe effects of changing interface bandwidths and area ranges.
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
0% found this document useful (0 votes)
17 views2 pages

Activity 10

The document provides instructions for configuring the OSPF dynamic routing protocol across multiple routers. It details configuring OSPF processes on each router, setting router IDs, advertising networks, and assigning routers to different OSPF areas. It also includes reflection questions to verify the routing tables and observe effects of changing interface bandwidths and area ranges.
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/ 2

Republic of the Philippines

Don Honorio Ventura State University


Cabambangan, villa de Bacolor
College of Engineering and Architecture
Department of Electronics Engineering

Group No: ______________________________________ Seat Code:_N/A___ Score: ___/100


Course, Year & Section: __________________________ Date: ____________

Activity 10: COMM4 L | Data Communication Lab

Instruction: Answer the following questions on a separate sheet of paper. Show


complete solutions for the questions that require computation.

Reminder: Cheating is your choice; I do not have the technology to detect cheating,
but I still encourage you not to cheat. If you cheat, you are only cheating yourself,
and you will never learn. Practice honesty and integrity. The good thing, though, is
that cheating and collaborating are different. By now, you should know the
difference.

Dynamic Routing Protocol: OSPF Configuration

Check current configuration and initially configure needed parameters.

show running configuration → to check initial configuration.


show ip interface brief → to check status of the ports.

Configure OSPF on all Routers.

Every time configuring dynamic routing protocol always check the routing table by
typing the command:

show ip route → to view routing table.

Start on AREA 0
On Router 1
R1(config)#router ospf 1 → this command tells the router to activate the routing
protocol.
R1(config-router)#router-id 1.1.1.1 → router id play a role in determining DR and BDR

Now let us advertise the network (what do we mean network? We will advertise all
the directly connected network.)

R1(config-router)#network 10.1.1.0 0.0.0.3 area 0 → what does 0.0.0.3 means? In OSPF


they call it wildcard mask.

Page 1 of 2
R1(config-router)#network 10.1.1.12 0.0.0.3 area 0

Same process on the remaining R2,R3,R4

On Router 2
R2(config)#router ospf 1
R2(config-router)#router-id 2.2.2.2
R2(config-router)#network 10.1.1.0 0.0.0.3 area 0
R2(config-router)#network 10.1.1.4 0.0.0.3 area 0

On Router 3
R3(config)#router ospf 1
R3(config-router)#router-id 3.3.3.3
R3(config-router)#network 10.1.1.12 0.0.0.3 area 0
R3(config-router)#network 10.1.1.8 0.0.0.3 area 0

On Router 4
R4(config)#router ospf 1
R4(config-router)#router-id 4.4.4.4
R4(config-router)#network 10.1.1.4 0.0.0.3 area 0
R4(config-router)#network 10.1.1.8 0.0.0.3 area 0

Configure Router belongs on AREA 1, which R5 and R2.

R5(config)#router ospf 1
R5(config-router)#router-id 5.5.5.5
R5(config-router)#network 172.16.1.0 0.0.0.3 area 1

R2(config)#router ospf 1
R2(config-router)#network 172.16.1.0 0.0.0.3 area 1

Configure Router belongs on AREA 2, which R6 and R3.

R6(config)#router ospf 1
R6(config-router)#router-id 6.6.6.6
R6(config-router)#network 192.168.1.0 0.0.0.3 area 2

R2(config)#router ospf 1
R2(config-router)#network 192.168.1.0 0.0.0.3 area 2

Reflection:
Q1: Verify the routing table on all routers, what did you observe on their routing
tables?

Q2: Go to R2 and verify the routing table, and observe route going to 192.168.1.0
network, now go to Fa1/0 and change the bandwidth into 10000, go to R4 and change
the bandwidth of Fa0/0 and Fa1/0 into 10000 respectively. Go back to R2 and verify
the routing table. What did you observe?

Q3: Change the bandwidth on all interfaces on all R1-R6. What did you observe on
their routing table?

Q4: Go to R5 and verify the routing table, then go to R2 and type the command.
R2(config)#router ospf 1
R2(config-router)#area 0 range 10.1.1.0 255.255.255.0
Go back to R5 and verify the routing table. What did you observe?

Prepared by:

Engr. Arlon G. Calma, PECE, CLSSYB

You might also like