Activity 10
Activity 10
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.
Every time configuring dynamic routing protocol always check the routing table by
typing the command:
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.)
Page 1 of 2
R1(config-router)#network 10.1.1.12 0.0.0.3 area 0
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
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
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: