[CCNAv6 S3] 10.1.1.12 Packet Tracer - Determining the DR and BDR



Packet Tracer - Determining the DR and BDR
Addressing Table

Objectives

Part 1: Examine DR and BDR Changing Roles

Part 2: Modify OSPF Priority and Force Elections

Scenario

In this activity, you will examine DR and BDR roles and watch the roles change when there is a change in the network. You will then modify the priority to control the roles and force a new election. Finally, you will verify routers are filling the desired roles.

Part 1:     Examine DR and BDR Changing Roles
Step 1:     Wait until the amber link lights turn green.

When you first open the file in Packet Tracer, you may notice that the link lights for the switch are amber. These link lights will stay amber for 50 seconds while the switch makes sure that one of the routers is not another switch. Alternatively, you can click Fast Forward Time to bypass this process.

Step 2:     Verify the current OSPF neighbor states.

a.     Use the appropriate command on each router to examine the current DR and BDR.

b.    Which router is the DR?

c.     Which router is the BDR?

Step 3:     Turn on IP OSPF adjacency debugging.

a.     You can monitor the DR and BDR election process with a debug command. On RA and RB, enter the following command.

RA# debug ip ospf adj
RB# debug ip ospf adj
Step 4:     Disable the Gigabit Ethernet 0/0 interface on RC.

a.     Disable the link between RC and the switch to cause roles to change.

b.    Wait about 30 seconds for the dead timers to expire on RA and RB. According to the debug output, which router was elected DR and which router was elected BDR?

Step 5:     Restore the Gigabit Ethernet 0/0 interface on RC.

a.     Re-enable the link between RC and the switch.

b.    Wait for the new DR/BDR elections to occur. Did DR and BDR roles change? Why or why not?

Step 6:     Disable the Gigabit Ethernet 0/0 interface on RB.

a.     Disable the link between RB and the switch to cause roles to change.

b.    Wait about 30 seconds for the holddown timers to expire on RA and RC. According to the debug output on RA, which router was elected DR and which router was elected BDR?

Step 7:     Restore the Gigabit Ethernet 0/0 interface on RB.

a.     Re-enable the link between RB and the switch.

b.    Wait for the new DR/BDR elections to occur. Did DR and BDR roles change? Why or why not?

Step 8:     Turn off Debugging.

Enter the command undebug all on RA and RB to disable debugging.

Part 2:     Modify OSPF Priority and Force Elections
Step 1:     Configure OSPF priorities on each router.

To change the DR and BDR, configure the Gigabit Ethernet 0/0 port of each router with the following OSPF interface priorities:

·         RA: 200
·         RB: 100
·         RC: 1 (This is the default priority)
Step 2:     Force an election by reloading the switch.

Note: The command clear ip ospf process can also be used on the routers to reset the OSPF process.

Step 3:     Verify DR and BDR elections were successful.

a.     Wait long enough for OSPF to converge and for the DR/BDR election to occur. This should take a few minutes. You can click Fast Forward Time to speed up the process.

b.    According to output from an appropriate command, which router is now DR and which router is now BDR?



Configuration RA:

enable
configure terminal
interface g0/0
 ip ospf priority 200
 no shutdown
 end
write memory
!
!


Configuration RB:

enable
configure terminal
interface g0/0
 ip ospf priority 100
 no shutdown
 end
write memory
!
!

Configuration RC:

enable
configure terminal
interface g0/0
 ip ospf priority 1
 no shutdown
 end
write memory
!
!

END !~!


Nhận xét

Đăng nhận xét

Bài đăng phổ biến từ blog này

[CCNAv6 S4] 8.2.4.14 Packet Tracer - Troubleshooting Enterprise Networks 3

[CCNAv6 S2] 2.2.2.4 Packet Tracer - Configuring IPv4 Static and Default Routes

[CCNAv6 S2] 7.3.2.4 Packet Tracer - Troubleshooting Standard IPv4 ACLs