10.1.1.13 Lab - Configuring OSPFv2 On A Multiaccess Network
10.1.1.13 Lab - Configuring OSPFv2 On A Multiaccess Network
10.1.1.13 Lab - Configuring OSPFv2 On A Multiaccess Network
Topology
Addressing Table
Objectives
Part 1: Build the Network and Configure Basic Device Settings
Part 2: Configure and Verify OSPFv2 on the DR, BDR, and DROther
Part 3: Configure OSPFv2 Interface Priority to Determine the DR and BDR
Background / Scenario
A multiaccess network is a network with more than two devices on the same shared media. Examples include
Ethernet and Frame Relay. On multiaccess networks, OSPFv2 elects a Designated Router (DR) to be the
collection and distribution point for link-state advertisements (LSAs) that are sent and received. A Backup
Designated Router (BDR) is also elected in case the DR fails. All other routers become DROthers as this
indicates a router that is neither the DR nor the BDR.
Because the DR acts as a focal point for OSPF routing protocol communication, the router chosen should be
capable of supporting a heavier traffic load than other routers in the network. A router with a powerful CPU
and adequate DRAM is typically the best choice for the DR.
© 2018 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 6
Lab - Configuring OSPFv2 on a Multiaccess Network
In this lab, you will configure OSPFv2 on the DR, BDR, and DROther. You will then modify the priority of
routers to control the outcome of the DR/BDR election process and ensure that the desired router becomes
the DR.
Note: The routers used with CCNA hands-on labs are Cisco 1941 Integrated Services Routers (ISRs) with
Cisco IOS Release 15.2(4)M3 (universalk9 image). The switches used are Cisco Catalyst 2960s with Cisco
IOS Release 15.0(2) (lanbasek9 image). Other routers, switches, and Cisco IOS versions can be used.
Depending on the model and Cisco IOS version, the commands available and output produced might vary
from what is shown in the labs. Refer to the Router Interface Summary Table at the end of this lab for the
correct interface identifiers.
Note: Make sure that the routers and switches have been erased and have no startup configurations. If you
are unsure, contact your instructor.
Required Resources
3 Routers (Cisco 1941 with Cisco IOS Release 15.2(4)M3 universal image or comparable)
1 Switch (Cisco 2960 with Cisco IOS Release 15.0(2) lanbasek9 image or comparable)
Console cables to configure the Cisco IOS devices via the console ports
Ethernet cables as shown in the topology
Part 2: Configure and Verify OSPFv2 on the DR, BDR, and DROther
In Part 2, you will configure OSPFv2 on the DR, BDR, and DROther. The DR and BDR election process takes
place as soon as the first router has its interface enabled on the multiaccess network. This can happen as the
routers are powered-on or when the OSPF network command for that interface is configured. If a new router
© 2018 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 2 of 6
Lab - Configuring OSPFv2 on a Multiaccess Network
enters the network after the DR and BDR have already been elected, it does not become the DR or BDR,
even if it has a higher OSPF interface priority or router ID than the current DR or BDR. Configure the OSPF
process on the router with the highest router ID first to ensure that this router becomes the DR.
c. Issue the show ip ospf neighbor command to view information about the other routers in the OSPF
area.
R2# show ip ospf neighbor
Neighbor ID Pri State Dead Time Address Interface
192.168.31.33 1 FULL/DR 00:00:33 192.168.1.3 GigabitEthernet0/0
Notice that R3 is the DR.
© 2018 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 3 of 6
Lab - Configuring OSPFv2 on a Multiaccess Network
Note: If the DR and BDR designations did not change, issue the clear ip ospf 1 process command on
all of the routers to reset the OSPF processes and force a new election.
If the clear ip ospf process command does not reset the DR and BDR, issue the reload command on all
routers after saving the running configuration to the startup configuration.
c. Issue the show ip ospf interface command on R1 and R3 to confirm the priority settings and DR/BDR
status on the routers.
© 2018 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 4 of 6
Lab - Configuring OSPFv2 on a Multiaccess Network
© 2018 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 5 of 6
Lab - Configuring OSPFv2 on a Multiaccess Network
Reflection
1. List the criteria used from highest to lowest for determining the DR on an OSPF network.
Router Model Ethernet Interface #1 Ethernet Interface #2 Serial Interface #1 Serial Interface #2
1800 Fast Ethernet 0/0 Fast Ethernet 0/1 Serial 0/0/0 (S0/0/0) Serial 0/0/1 (S0/0/1)
(F0/0) (F0/1)
1900 Gigabit Ethernet 0/0 Gigabit Ethernet 0/1 Serial 0/0/0 (S0/0/0) Serial 0/0/1 (S0/0/1)
(G0/0) (G0/1)
2801 Fast Ethernet 0/0 Fast Ethernet 0/1 Serial 0/1/0 (S0/1/0) Serial 0/1/1 (S0/1/1)
(F0/0) (F0/1)
2811 Fast Ethernet 0/0 Fast Ethernet 0/1 Serial 0/0/0 (S0/0/0) Serial 0/0/1 (S0/0/1)
(F0/0) (F0/1)
2900 Gigabit Ethernet 0/0 Gigabit Ethernet 0/1 Serial 0/0/0 (S0/0/0) Serial 0/0/1 (S0/0/1)
(G0/0) (G0/1)
Note: To find out how the router is configured, look at the interfaces to identify the type of router and how many
interfaces the router has. There is no way to effectively list all the combinations of configurations for each router
class. This table includes identifiers for the possible combinations of Ethernet and Serial interfaces in the device.
The table does not include any other type of interface, even though a specific router may contain one. An
example of this might be an ISDN BRI interface. The string in parenthesis is the legal abbreviation that can be
used in Cisco IOS commands to represent the interface.
© 2018 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 6 of 6