9.2.1 Packet Tracer - Implement Multiarea OSPFv2 - ILM
9.2.1 Packet Tracer - Implement Multiarea OSPFv2 - ILM
Instructor Note: Red font color or gray highlights indicate text that appears in the instructor copy only.
Addressing Table
Device Interface IP Address Subnet Mask OSPFv2 Area
R1
G0/1 10.1.2.1 255.255.255.0 1
R1
S0/0/0 192.168.10.2 255.255.255.252 0
R2 G0/0 10.2.1.1 255.255.255.0 0
R2
S0/0/0 192.168.10.1 255.255.255.252 0
R2
S0/0/1 192.168.10.5 255.255.255.252 0
R3 G0/0 192.168.2.1 255.255.255.0 2
R3
G0/1 192.168.1.1 255.255.255.0 2
R3
S0/0/1 192.168.10.6 255.255.255.252 0
Objectives
Part 1: Configure Multiarea OSPFv2
Part 2: Verify and Examine Multiarea OSPFv2
Background
In this activity, you will configure multiarea OSPFv2. The network is already connected and interfaces are
configured with IPv4 addressing. Your job is to enable multiarea OSPFv2, verify connectivity, and examine
the operation of multiarea OSPFv2.
Instructions
2018 - 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 1 of 3 www.netacad.com
Packet Tracer - Implement Multiarea OSPFv2
Reflection Questions
1. Which router(s) are internal routers?
Type your answers here.
R2
2. Which router(s) are backbone routers?
Type your answers here.
R1, R2, and R3 are all backbone routers.
3. Which router(s) are area border routers?
Type your answers here.
R1 and R3
4. Which router(s) are autonomous system routers?
Type your answers here.
None, all active interfaces on all three routers connect to an OSPF area.
2018 - 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 2 of 3 www.netacad.com
Packet Tracer - Implement Multiarea OSPFv2
Answer Scripts
Router R1
router ospf 1
router-id 1.1.1.1
network 10.1.1.0 0.0.0.255 area 1
network 10.1.2.0 0.0.0.255 area 1
network 192.168.10.0 0.0.0.3 area 0
Router R2
router ospf 1
router-id 2.2.2.2
network 10.2.1.0 0.0.0.255 area 0
network 192.168.10.0 0.0.0.3 area 0
network 192.168.10.4 0.0.0.3 area 0
Router R3
router ospf 1
router-id 3.3.3.3
network 192.168.2.0 0.0.0.255 area 2
network 192.168.1.0 0.0.0.255 area 2
network 192.168.10.4 0.0.0.3 area 0
End of document
2018 - 2020 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 3 of 3 www.netacad.com