0% found this document useful (0 votes)
98 views

Lab 6.1 - Configuring Multiarea Ospfv2: Topology

Multiarea OSPFv2 and OSPFv3

Uploaded by

Annie Hzrh
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
98 views

Lab 6.1 - Configuring Multiarea Ospfv2: Topology

Multiarea OSPFv2 and OSPFv3

Uploaded by

Annie Hzrh
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 32

Lab 6.

1 - Configuring Multiarea OSPFv2


Topology

Addressing Table
Device
R1

R2

R3

Interface

IP Address

Subnet Mask

Lo0

209.165.200.225

255.255.255.252

Lo1

192.168.1.1

255.255.255.0

Lo2

192.168.2.1

255.255.255.0

S0/0/0 (DCE)

192.168.12.1

255.255.255.252

Lo6

192.168.6.1

255.255.255.0

S0/0/0

192.168.12.2

255.255.255.252

S0/0/1 (DCE)

192.168.23.1

255.255.255.252

Lo4

192.168.4.1

255.255.255.0

Lo5

192.168.5.1

255.255.255.0

S0/0/1

192.168.23.2

255.255.255.252

Objectives
Part 1: Build the Network and Configure Basic Device Settings
Part 2: Configure a Multiarea OSPFv2 Network
Part 3: Configure Interarea Summary Routes

2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.

Page 1 of 32

Lab Chapter 6

Background / Scenario
To make OSPF more efficient and scalable, OSPF supports hierarchical routing using the concept of areas.
An OSPF area is a group of routers that share the same link-state information in their link-state databases
(LSDBs). When a large OSPF area is divided into smaller areas, it is called multiarea OSPF. Multiarea OSPF
is useful in larger network deployments to reduce processing and memory overhead.
In the lab, you will configure a multiarea OSPFv2 network with interarea summary routes.
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). Other routers 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 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)

Console cables to configure the Cisco IOS devices via the console ports

Serial cables as shown in the topology

Part 1: Build the Network and Configure Basic Device Settings


In Part 1, you will set up the network topology and configure basic settings on the routers.

Step 1: Cable the network as shown in the topology.


Step 2: Initialize and reload the routers as necessary.
Step 3: Configure basic settings for each router.
a.

Disable DNS lookup.

b.

Configure device name, as shown in the topology.

c.

Assign class as the privileged EXEC password.

d.

Assign cisco as the console and vty passwords.

e.

Configure logging synchronous for the console line.

f.

Configure an MOTD banner to warn users that unauthorized access is prohibited.

g.

h.

Configure the IP addresses listed in the Addressing Table for all interfaces. DCE interfaces
should be configured with a clock rate of 128000. Bandwidth should be set to 128 Kb/s on all serial
interfaces.
Copy the running configuration to the startup configuration.

Step 4: Verify Layer 3 connectivity.


Use the show ip interface brief command to verify that the IP addressing is correct and that the interfaces
are active. Verify that each router can ping their neighbors serial interface.

2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.

Page 2 of 32

Lab Chapter 6

Part 2: Configure a Multiarea OSPFv2 Network


In Part 2, you will configure a multiarea OSPFv2 network with process ID of 1. All LAN loopback interfaces
should be passive, and all serial interfaces should be configured with MD5 authentication using Cisco123 as
the key.

Step 1: Identify the OSPF router types in the topology.


Identify the Backbone router(s): ______________________
Identify the Autonomous System Boundary Router(s) (ASBR): __________________
Identify the Area Border Router(s) (ABR): ____________________
Identify the Internal router(s): _______________________

Step 2: Configure OSPF on R1.


a.

Configure a router ID of 1.1.1.1 with OSPF process ID of 1.

b.

Add the networks for R1 to OSPF.


R1(config-router)# network 192.168.1.0 0.0.0.255 area 1
R1(config-router)# network 192.168.2.0 0.0.0.255 area 1
R1(config-router)# network 192.168.12.0 0.0.0.3 area 0

c.

Set all LAN loopback interfaces, Lo1 and Lo2, as passive.

d.

Create a default route to the Internet using exit interface Lo0.


Note: You may see the %Default route without gateway, if not a point-to-point interface, may impact
performance message. This is normal behavior if using a Loopback interface to simulate a default route.

e.

Configure OSPF to propagate the routes throughout the OSPF areas.

Step 3: Configure OSPF on R2.


a.
b.

Configure a router ID of 2.2.2.2 with OSPF process ID of 1.


Add the networks for R2 to OSPF. Add the networks to the correct area. Write the
commands used in the space below.
____________________________________________________________________________________
____________________________________________________________________________________
____________________________________________________________________________________

c.

Set all LAN loopback interfaces as passive.

Step 4: Configure OSPF on R3.


a.

Configure a router ID of 3.3.3.3 with OSPF process ID of 1.

b.

Add the networks for R3 to OSPF. Write the commands used in the space below.
____________________________________________________________________________________
____________________________________________________________________________________
____________________________________________________________________________________

c.

Set all LAN loopback interfaces as passive.

2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.

Page 3 of 32

Lab Chapter 6

Step 5: Verify that OSPF settings are correct and adjacencies have been established between
routers.
a.

Issue the show ip protocols command to verify OSPF settings on each router. Use
this command to identify the OSPF router types and to determine the networks assigned to each area.
R1# show ip protocols
*** IP Routing is NSF aware ***
Routing Protocol is "ospf 1"
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Router ID 1.1.1.1
It is an area border and autonomous system boundary router
Redistributing External Routes from,
Number of areas in this router is 2. 2 normal 0 stub 0 nssa
Maximum path: 4
Routing for Networks:
192.168.1.0 0.0.0.255 area 1
192.168.2.0 0.0.0.255 area 1
192.168.12.0 0.0.0.3 area 0
Passive Interface(s):
Loopback1
Loopback2
Routing Information Sources:
Gateway
Distance
Last Update
2.2.2.2
110
00:01:45
Distance: (default is 110)

R2# show ip protocols


*** IP Routing is NSF aware ***
Routing Protocol is "ospf 1"
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Router ID 2.2.2.2
It is an area border router
Number of areas in this router is 2. 2 normal 0 stub 0 nssa
Maximum path: 4
Routing for Networks:
192.168.6.0 0.0.0.255 area 3
192.168.12.0 0.0.0.3 area 0
192.168.23.0 0.0.0.3 area 3
Passive Interface(s):
Loopback6
Routing Information Sources:
Gateway
Distance
Last Update
3.3.3.3
110
00:01:20
1.1.1.1
110
00:10:12
Distance: (default is 110)

2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.

Page 4 of 32

Lab Chapter 6
R3# show ip protocols
*** IP Routing is NSF aware ***
Routing Protocol is "ospf 1"
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Router ID 3.3.3.3
Number of areas in this router is 1. 1 normal 0 stub 0 nssa
Maximum path: 4
Routing for Networks:
192.168.4.0 0.0.0.255 area 3
192.168.5.0 0.0.0.255 area 3
192.168.23.0 0.0.0.3 area 3
Passive Interface(s):
Loopback4
Loopback5
Routing Information Sources:
Gateway
Distance
Last Update
1.1.1.1
110
00:07:46
2.2.2.2
110
00:07:46
Distance: (default is 110)

What is the OSPF router type for each router?


R1: ______________________________________________________________________________
R2: ______________________________________________________________________________
R3: ______________________________________________________________________________
b.

Issue the show ip ospf neighbor command to verify that OSPF adjacencies have been
established between routers.
R1# show ip ospf neighbor
Neighbor ID
2.2.2.2

Pri
0

State
FULL/

Dead Time
00:00:34

Address
192.168.12.2

Interface
Serial0/0/0

Dead Time
00:00:36
00:00:36

Address
192.168.12.1
192.168.23.2

Interface
Serial0/0/0
Serial0/0/1

Dead Time
00:00:38

Address
192.168.23.1

Interface
Serial0/0/1

R2# show ip ospf neighbor


Neighbor ID
1.1.1.1
3.3.3.3

Pri
0
0

State
FULL/
FULL/

R3# show ip ospf neighbor


Neighbor ID
2.2.2.2

c.

Pri
0

State
FULL/

Issue the show ip ospf interface brief command to display a summary of interface route
costs.
R1# show ip ospf interface brief
Interface

PID

Area

IP Address/Mask

2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.

Cost

State Nbrs F/C

Page 5 of 32

Lab Chapter 6
Se0/0/0
Lo1
Lo2

1
1
1

0
1
1

192.168.12.1/30
192.168.1.1/24
192.168.2.1/24

781
1
1

P2P
LOOP
LOOP

1/1
0/0
0/0

Cost
781
1
781

State
P2P
LOOP
P2P

Nbrs F/C
1/1
0/0
1/1

Cost
1
1
781

State
LOOP
LOOP
P2P

Nbrs F/C
0/0
0/0
1/1

R2# show ip ospf interface brief


Interface
Se0/0/0
Lo6
Se0/0/1

PID
1
1
1

Area
0
3
3

IP Address/Mask
192.168.12.2/30
192.168.6.1/24
192.168.23.1/30

R3# show ip ospf interface brief


Interface
Lo4
Lo5
Se0/0/1

PID
1
1
1

Area
3
3
3

IP Address/Mask
192.168.4.1/24
192.168.5.1/24
192.168.23.2/30

Step 6: Configure MD5 authentication on all serial interfaces.


Configure OSPF MD5 authentication at the interface level with an authentication key of Cisco123.
Why is it a good idea to verify that OSPF is functioning correctly before configuring OSPF authentication?
_______________________________________________________________________________________
_______________________________________________________________________________________
_______________________________________________________________________________________

Step 7: Verify OSPF adjacencies have been re-established.


Issue the show ip ospf neighbor command again to verify that adjacencies have been re-established after
MD5 authentication was implemented. Troubleshoot any issues found before moving on to Part 3.

Part 3: Configure Interarea Summary Routes


OSPF does not perform automatic summarization. Interarea summarization must be manually configured on
ABRs. In Part 3, you will apply interarea summary routes on the ABRs. Using show commands, you will be
able to observe how summarization affects the routing table and LSDBs.

Step 1: Display the OSPF routing tables on all routers.


a. Issue the show ip route ospf command on R1. OSPF routes that originate from a different area have a
descriptor (O IA) indicating that these are interarea routes.
R1# show ip route ospf
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
+ - replicated route, % - next hop override
Gateway of last resort is 0.0.0.0 to network 0.0.0.0

2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.

Page 6 of 32

Lab Chapter 6

O IA
O IA
O IA
O IA

192.168.4.0/32 is subnetted, 1 subnets


192.168.4.1 [110/1563] via 192.168.12.2, 00:23:49, Serial0/0/0
192.168.5.0/32 is subnetted, 1 subnets
192.168.5.1 [110/1563] via 192.168.12.2, 00:23:49, Serial0/0/0
192.168.23.0/30 is subnetted, 1 subnets
192.168.6.1 [110/782] via 192.168.12.2, 00:02:01, Serial0/0/0
192.168.23.0/30 is subnetted, 1 subnets
192.168.23.0 [110/1562] via 192.168.12.2, 00:23:49, Serial0/0/0

b. Repeat the show ip route ospf command for R2 and R3. Record the OSPF interarea routes for each
router.
R2:
____________________________________________________________________________________
____________________________________________________________________________________
____________________________________________________________________________________
R3:
____________________________________________________________________________________
____________________________________________________________________________________
____________________________________________________________________________________

Step 2: Display the LSDB on all routers.


a. Issue the show ip ospf database command on R1. A router maintains a separate LSDB for every area
that it is a member.
R1# show ip ospf database
OSPF Router with ID (1.1.1.1) (Process ID 1)
Router Link States (Area 0)
Link ID
1.1.1.1
2.2.2.2

ADV Router
1.1.1.1
2.2.2.2

Age
1295
1282

Seq#
Checksum Link count
0x80000003 0x0039CD 2
0x80000002 0x00D430 2

Summary Net Link States (Area 0)


Link ID
192.168.1.1
192.168.2.1
192.168.4.1
192.168.5.1
192.168.6.1
192.168.23.0

ADV Router
1.1.1.1
1.1.1.1
2.2.2.2
2.2.2.2
2.2.2.2
2.2.2.2

Age
1387
1387
761
751
1263
1273

Seq#
0x80000002
0x80000002
0x80000001
0x80000001
0x80000001
0x80000001

Checksum
0x00AC1F
0x00A129
0x000DA8
0x0002B2
0x00596A
0x00297E

Router Link States (Area 1)

2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.

Page 7 of 32

Lab Chapter 6
Link ID
1.1.1.1

ADV Router
1.1.1.1

Age
1342

Seq#
Checksum Link count
0x80000006 0x0094A4 2

Summary Net Link States (Area 1)


Link ID
192.168.4.1
192.168.5.1
192.168.6.1
192.168.12.0
192.168.23.0

ADV Router
1.1.1.1
1.1.1.1
1.1.1.1
1.1.1.1
1.1.1.1

Age
760
750
1262
1387
1272

Seq#
0x80000001
0x80000001
0x80000001
0x80000001
0x80000001

Checksum
0x00C8E0
0x00BDEA
0x0015A2
0x00C0F5
0x00E4B6

Type-5 AS External Link States


Link ID
0.0.0.0

ADV Router
1.1.1.1

Age
1343

Seq#
Checksum Tag
0x80000001 0x001D91 1

b. Repeat the show ip ospf database command for R2 and R3. Record the Link IDs for the Summary Net
Link States for each area.
R2:
____________________________________________________________________________________
____________________________________________________________________________________
R3:
____________________________________________________________________________________
____________________________________________________________________________________

Step 3: Configure the interarea summary routes.


a.

Calculate the summary route for the networks in area 1.

b.

Configure the summary route for area 1 on R1.


R1(config)# router ospf 1
R1(config-router)# area 1 range 192.168.0.0 255.255.252.0

c.

Calculate the summary route for the networks in area 3. Record your results.
____________________________________________________________________________________

d.

Configure the summary route for area 3 on R2. Write the commands you used in the space
below.
____________________________________________________________________________________
____________________________________________________________________________________

Step 4: Re-display the OSPF routing tables on all routers.


Issue the show ip route ospf command on each router. Record the results for the summary and interarea
routes.
R1:
_______________________________________________________________________________________
_______________________________________________________________________________________

2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.

Page 8 of 32

Lab Chapter 6
R2:
_______________________________________________________________________________________
_______________________________________________________________________________________
R3:
_______________________________________________________________________________________
_______________________________________________________________________________________

Step 5: Display the LSDB on all routers.


Issue the show ip ospf database command again on each router. Record the Link IDs for the Summary Net
Link States for each area.
R1:
_______________________________________________________________________________________
_______________________________________________________________________________________
R2:
_______________________________________________________________________________________
_______________________________________________________________________________________
R3:
_______________________________________________________________________________________
_______________________________________________________________________________________
What type of LSA is injected into the backbone by the ABR when interarea summarization is enabled?
_______________________________________________________________________________________

Step 6: Verify end-to-end connectivity.


Verify that all networks can be reached from each router. If any issues exist, troubleshoot until they have been
resolved.

Reflection
What are three advantages for designing a network with multiarea OSPF?
_______________________________________________________________________________________
_______________________________________________________________________________________
_______________________________________________________________________________________

2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.

Page 9 of 32

Lab Chapter 6

Router Interface Summary Table


Router Interface Summary
Router Model

Ethernet Interface #1

Ethernet Interface #2

Serial Interface #1

Serial Interface #2

1800

Fast Ethernet 0/0


(F0/0)

Fast Ethernet 0/1


(F0/1)

Serial 0/0/0 (S0/0/0)

Serial 0/0/1 (S0/0/1)

1900

Gigabit Ethernet 0/0


(G0/0)

Gigabit Ethernet 0/1


(G0/1)

Serial 0/0/0 (S0/0/0)

Serial 0/0/1 (S0/0/1)

2801

Fast Ethernet 0/0


(F0/0)

Fast Ethernet 0/1


(F0/1)

Serial 0/1/0 (S0/1/0)

Serial 0/1/1 (S0/1/1)

2811

Fast Ethernet 0/0


(F0/0)

Fast Ethernet 0/1


(F0/1)

Serial 0/0/0 (S0/0/0)

Serial 0/0/1 (S0/0/1)

2900

Gigabit Ethernet 0/0


(G0/0)

Gigabit Ethernet 0/1


(G0/1)

Serial 0/0/0 (S0/0/0)

Serial 0/0/1 (S0/0/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.

2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.

Page 10 of 32

Lab Chapter 6

Lab 6.2 - Configuring Multiarea OSPFv3


Topology

2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.

Page 11 of 32

Lab Chapter 6

Addressing Table
Device
R1

R2

R3

Interface

IPv6 Address

Default Gateway

S0/0/0 (DCE)

2001:DB8:ACAD:12::1/64
FE80::1 link-local

N/A

Lo0

2001:DB8:ACAD::1/64

N/A

Lo1

2001:DB8:ACAD:1::1/64

N/A

Lo2

2001:DB8:ACAD:2::1/64

N/A

Lo3

2001:DB8:ACAD:3::1/64

N/A

S0/0/0

2001:DB8:ACAD:12::2/64
FE80::2 link-local

N/A

S0/0/1 (DCE)

2001:DB8:ACAD:23::2/64
FE80::2 link-local

N/A

Lo8

2001:DB8:ACAD:8::1/64

N/A

S0/0/1

2001:DB8:ACAD:23::3/64
FE80::3 link-local

N/A

Lo4

2001:DB8:ACAD:4::1/64

N/A

Lo5

2001:DB8:ACAD:5::1/64

N/A

Lo6

2001:DB8:ACAD:6::1/64

N/A

Lo7

2001:DB8:ACAD:7::1/64

N/A

Objectives
Part 1: Build the Network and Configure Basic Device Settings
Part 2: Configure Multiarea OSPFv3 Routing
Part 3: Configure Interarea Route Summarization

Background / Scenario
Using multiarea OSPFv3 in large IPv6 network deployments can reduce router processing by creating smaller
routing tables and requiring less memory overhead. In multiarea OSPFv3, all areas are connected to the
backbone area (area 0) through area border routers (ABRs).
In this lab, you will implement OSPFv3 routing for multiple areas and configure interarea route
summarizations on the Area Border Routers (ABRs). You will also use a number of show commands to
display and verify OSPFv3 routing information. This lab uses loopback addresses to simulate networks in
multiple OSPFv3 areas.
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). Other routers 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 this end of this lab for the
correct interface identifiers.
Note: Make sure that the routers have been erased and have no startup configurations. If you are unsure,
contact your instructor.

2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.

Page 12 of 32

Lab Chapter 6

Required Resources

3 Routers (Cisco 1941 with Cisco IOS Release 15.2(4)M3 universal image or comparable)

3 PCs (Windows 7, Vista, or XP with terminal emulation program, such as Tera Term)

Console cables to configure the Cisco IOS devices via the console ports

Serial cables as shown in the topology

Part 4: Build the Network and Configure Basic Device Settings


In Part 1, you will set up the network topology and configure basic settings on the routers.

Step 1: Cable the network as shown in the topology.


Step 2: Initialize and reload the routers as necessary.
Step 3: Configure basic settings for each router.
a. Disable DNS lookup.
b. Configure device name as shown in the topology.
c.

Assign class as the privileged EXEC password.

d. Assign cisco as the vty password.


e. Configure a MOTD banner to warn users that unauthorized access is prohibited.
f.

Configure logging synchronous for the console line.

g. Encrypt plain text passwords.


h. Configure the IPv6 unicast and link-local addresses listed in the Addressing Table for all interfaces.
i.

Enable IPv6 unicast routing on each router.

j.

Copy the running configuration to the startup configuration.

Step 4: Test connectivity.


The routers should be able to ping one another. The routers are unable to ping distant loopbacks until
OSPFv3 routing is configured. Verify and troubleshoot if necessary.

Part 5: Configure Multiarea OSPFv3 Routing


In Part 2, you will configure OSPFv3 routing on all routers to separate the network domain into three distinct
areas, and then verify that routing tables are updated correctly.

Step 1: Assign router IDs.


a. On R1, issue the ipv6 router ospf command to start an OSPFv3 process on the router.
R1(config)# ipv6 router ospf 1
Note: The OSPF process ID is kept locally and has no meaning to other routers on the network.
b. Assign the OSPFv3 router ID 1.1.1.1 to R1.
R1(config-rtr)# router-id 1.1.1.1
c.

Assign a router ID of 2.2.2.2 to R2 and a router ID of 3.3.3.3 to R3.

2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.

Page 13 of 32

Lab Chapter 6
d. Issue the show ipv6 ospf command to verify the router IDs on all routers.
R2# show ipv6 ospf
Routing Process "ospfv3 1" with ID 2.2.2.2
Event-log enabled, Maximum number of events: 1000, Mode: cyclic
Router is not originating router-LSAs with maximum metric
<output omitted>

Step 2: Configure multiarea OSPFv3.


a. Issue the ipv6 ospf 1 area area-id command for each interface on R1 that is to participate in OSPFv3
routing. The loopback interfaces are assigned to area 1 and the serial interface is assigned to area 0. You
will change the network type on the loopback interfaces to ensure that the correct subnet is advertised.
R1(config)# interface lo0
R1(config-if)# ipv6 ospf 1 area 1
R1(config-if)# ipv6 ospf network point-to-point
R1(config-if)# interface lo1
R1(config-if)# ipv6 ospf 1 area 1
R1(config-if)# ipv6 ospf network point-to-point
R1(config-if)# interface lo2
R1(config-if)# ipv6 ospf 1 area 1
R1(config-if)# ipv6 ospf network point-to-point
R1(config-if)# interface lo3
R1(config-if)# ipv6 ospf 1 area 1
R1(config-if)# ipv6 ospf network point-to-point
R1(config-if)# interface s0/0/0
R1(config-if)# ipv6 ospf 1 area 0
b. Use the show ipv6 protocols command to verify multiarea OSPFv3 status.
R1# show ipv6 protocols
IPv6 Routing Protocol is "connected"
IPv6 Routing Protocol is "ND"
IPv6 Routing Protocol is "ospf 1"
Router ID 1.1.1.1
Area border router
Number of areas: 2 normal, 0 stub, 0 nssa
Interfaces (Area 0):
Serial0/0/0
Interfaces (Area 1):
Loopback0
Loopback1
Loopback2
Loopback3
Redistribution:
None

2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.

Page 14 of 32

Lab Chapter 6

c.

Assign all interfaces on R2 to participate in OSPFv3 area 0. For the loopback interface, change the
network type to point-to point. Write the commands used in the space below.
____________________________________________________________________________________
____________________________________________________________________________________
____________________________________________________________________________________
____________________________________________________________________________________
____________________________________________________________________________________
____________________________________________________________________________________
_____________________________________________________________________________

d. Use the show ipv6 ospf interface brief command to view OSPFv3 enabled interfaces.
R2# show ipv6 ospf interface brief
Interface
Lo8
Se0/0/1
Se0/0/0

PID
1
1
1

Area
0
0
0

Intf ID
13
7
6

Cost
1
64
64

State
P2P
P2P
P2P

Nbrs F/C
0/0
1/1
1/1

e. Assign the loopback interfaces on R3 to participate in OSPFv3 area 2 and change the network type to
point-to-point. Assign the serial interface to participate in OSPFv3 area 0. Write the commands used in
the space below.
____________________________________________________________________________________
____________________________________________________________________________________
____________________________________________________________________________________
____________________________________________________________________________________
____________________________________________________________________________________
____________________________________________________________________________________
____________________________________________________________________________________
____________________________________________________________________________________
____________________________________________________________________________________
f.

Use the show ipv6 ospf command to verify configurations.


R3# show ipv6 ospf
Routing Process "ospfv3 1" with ID 3.3.3.3
Event-log enabled, Maximum number of events: 1000, Mode: cyclic
It is an area border router
Router is not originating router-LSAs with maximum metric
Initial SPF schedule delay 5000 msecs
Minimum hold time between two consecutive SPFs 10000 msecs
Maximum wait time between two consecutive SPFs 10000 msecs
Minimum LSA interval 5 secs
Minimum LSA arrival 1000 msecs
LSA group pacing timer 240 secs
Interface flood pacing timer 33 msecs
Retransmission pacing timer 66 msecs
Number of external LSA 0. Checksum Sum 0x000000

2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.

Page 15 of 32

Lab Chapter 6
Number of areas in this router is 2. 2 normal 0 stub 0 nssa
Graceful restart helper support enabled
Reference bandwidth unit is 100 mbps
RFC1583 compatibility enabled
Area BACKBONE(0)
Number of interfaces in this area is 1
SPF algorithm executed 2 times
Number of LSA 16. Checksum Sum 0x0929F8
Number of DCbitless LSA 0
Number of indication LSA 0
Number of DoNotAge LSA 0
Flood list length 0
Area 2
Number of interfaces in this area is 4
SPF algorithm executed 2 times
Number of LSA 13. Checksum Sum 0x048E3C
Number of DCbitless LSA 0
Number of indication LSA 0
Number of DoNotAge LSA 0
Flood list length 0

Step 3: Verify OSPFv3 neighbors and routing information.


a. Issue the show ipv6 ospf neighbor command on all routers to verify that each router is listing the correct
routers as neighbors.
R1# show ipv6 ospf neighbor
OSPFv3 Router with ID (1.1.1.1) (Process ID 1)
Neighbor ID
2.2.2.2

Pri
0

State
FULL/

Dead Time
00:00:39

Interface ID
6

Interface
Serial0/0/0

b. Issue the show ipv6 route ospf command on all routers to verify that each router has learned routes to
all networks in the Addressing Table.
R1# show ipv6 route ospf
IPv6 Routing Table - default - 16 entries
Codes: C - Connected, L - Local, S - Static, U - Per-user Static route
B - BGP, R - RIP, H - NHRP, I1 - ISIS L1
I2 - ISIS L2, IA - ISIS interarea, IS - ISIS summary, D - EIGRP
EX - EIGRP external, ND - ND Default, NDp - ND Prefix, DCE - Destination
NDr - Redirect, O - OSPF Intra, OI - OSPF Inter, OE1 - OSPF ext 1
OE2 - OSPF ext 2, ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2
OI 2001:DB8:ACAD:4::/64 [110/129]
via FE80::2, Serial0/0/0
OI 2001:DB8:ACAD:5::/64 [110/129]
via FE80::2, Serial0/0/0
OI 2001:DB8:ACAD:6::/64 [110/129]
via FE80::2, Serial0/0/0
OI 2001:DB8:ACAD:7::/64 [110/129]
via FE80::2, Serial0/0/0

2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.

Page 16 of 32

Lab Chapter 6
O
O

2001:DB8:ACAD:8::/64 [110/65]
via FE80::2, Serial0/0/0
2001:DB8:ACAD:23::/64 [110/128]
via FE80::2, Serial0/0/0

What is the significance of an OI route?


____________________________________________________________________________________
c.

Issue the show ipv6 ospf database command on all routers.


R1# show ipv6 ospf database
OSPFv3 Router with ID (1.1.1.1) (Process ID 1)
Router Link States (Area 0)
ADV Router
1.1.1.1
2.2.2.2
3.3.3.3

Age
908
898
899

Seq#
0x80000001
0x80000003
0x80000001

Fragment ID
0
0
0

Link count
1
2
1

Bits
B
None
B

Inter Area Prefix Link States (Area 0)


ADV Router
1.1.1.1
3.3.3.3

Age
907
898

Seq#
0x80000001
0x80000001

Prefix
2001:DB8:ACAD::/62
2001:DB8:ACAD:4::/62

Link (Type-8) Link States (Area 0)


ADV Router
1.1.1.1
2.2.2.2

Age
908
909

Seq#
0x80000001
0x80000002

Link ID
6
6

Interface
Se0/0/0
Se0/0/0

Intra Area Prefix Link States (Area 0)


ADV Router
1.1.1.1
2.2.2.2
3.3.3.3

Age
908
898
899

Seq#
0x80000001
0x80000003
0x80000001

Link ID
0
0
0

Ref-lstype
0x2001
0x2001
0x2001

Ref-LSID
0
0
0

Router Link States (Area 1)


ADV Router
1.1.1.1

Age
908

Seq#
0x80000001

Fragment ID
0

Link count
0

Bits
B

Inter Area Prefix Link States (Area 1)


ADV Router
1.1.1.1
1.1.1.1

Age
907
907

Seq#
0x80000001
0x80000001

Prefix
2001:DB8:ACAD:12::/64
2001:DB8:ACAD:8::/64

2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.

Page 17 of 32

Lab Chapter 6
1.1.1.1
1.1.1.1

888
888

0x80000001
0x80000001

2001:DB8:ACAD:23::/64
2001:DB8:ACAD:4::/62

Link (Type-8) Link States (Area 1)


ADV Router
1.1.1.1
1.1.1.1
1.1.1.1
1.1.1.1

Age
908
908
908
908

Seq#
0x80000001
0x80000001
0x80000001
0x80000001

Link ID
13
14
15
16

Interface
Lo0
Lo1
Lo2
Lo3

Intra Area Prefix Link States (Area 1)


ADV Router
1.1.1.1

Age
908

Seq#
0x80000001

Link ID
0

Ref-lstype
0x2001

Ref-LSID
0

How many link state databases are found on R1? ________


How many link state databases are found on R2? ________
How many link state databases are found on R3? ________

Part 6: Configure Interarea Route Summarization


In Part 3, you will manually configure interarea route summarization on the ABRs.

Step 1: Summarize networks on R1.


a. List the network addresses for the loopback interfaces and identify the hextet section where the
addresses differ.
2001:DB8:ACAD:0000::1/64
2001:DB8:ACAD:0001::1/64
2001:DB8:ACAD:0002::1/64
2001:DB8:ACAD:0003::1/64
b. Convert the differing section from hex to binary.
2001:DB8:ACAD: 0000 0000 0000 0000::1/64
2001:DB8:ACAD: 0000 0000 0000 0001::1/64
2001:DB8:ACAD: 0000 0000 0000 0010::1/64
2001:DB8:ACAD: 0000 0000 0000 0011::1/64
c.

Count the number of leftmost matching bits to determine the prefix for the summary route.
2001:DB8:ACAD: 0000 0000 0000 0000::1/64
2001:DB8:ACAD: 0000 0000 0000 0001::1/64
2001:DB8:ACAD: 0000 0000 0000 0010::1/64
2001:DB8:ACAD: 0000 0000 0000 0011::1/64
How many bits match? ________

d. Copy the matching bits and then add zero bits to determine the summarized network address.
2001:DB8:ACAD: 0000 0000 0000 0000::0

2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.

Page 18 of 32

Lab Chapter 6
e. Convert the binary section back to hex.
2001:DB8:ACAD::
f.

Append the prefix of the summary route (result of Step 1c).


2001:DB8:ACAD::/62

Step 2: Configure interarea route summarization on R1.


a. To manually configure interarea route summarization on R1, use the area area-id range address mask
command.
R1(config)# ipv6 router ospf 1
R1(config-rtr)# area 1 range 2001:DB8:ACAD::/62
b. View the OSPFv3 routes on R3.
R3# show ipv6 route ospf
IPv6 Routing Table - default - 14 entries
Codes: C - Connected, L - Local, S - Static, U - Per-user Static route
B - BGP, R - RIP, H - NHRP, I1 - ISIS L1
I2 - ISIS L2, IA - ISIS interarea, IS - ISIS summary, D - EIGRP
EX - EIGRP external, ND - ND Default, NDp - ND Prefix, DCE - Destination
NDr - Redirect, O - OSPF Intra, OI - OSPF Inter, OE1 - OSPF ext 1
OE2 - OSPF ext 2, ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2
OI 2001:DB8:ACAD::/62 [110/129]
via FE80::2, Serial0/0/1
O
2001:DB8:ACAD:8::/64 [110/65]
via FE80::2, Serial0/0/1
O
2001:DB8:ACAD:12::/64 [110/128]
via FE80::2, Serial0/0/1

Compare this output to the output from Part 2, Step 3b. How are the networks in area 1 now expressed in
the routing table on R3?
____________________________________________________________________________________
c.

View the OSPFv3 routes on R1.


R1# show ipv6 route ospf
IPv6 Routing Table - default - 18 entries
Codes: C - Connected, L - Local, S - Static, U - Per-user Static route
B - BGP, R - RIP, H - NHRP, I1 - ISIS L1
I2 - ISIS L2, IA - ISIS interarea, IS - ISIS summary, D - EIGRP
EX - EIGRP external, ND - ND Default, NDp - ND Prefix, DCE - Destination
NDr - Redirect, O - OSPF Intra, OI - OSPF Inter, OE1 - OSPF ext 1
OE2 - OSPF ext 2, ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2
O
2001:DB8:ACAD::/62 [110/1]
via Null0, directly connected
OI 2001:DB8:ACAD:4::/64 [110/129]
via FE80::2, Serial0/0/0
OI 2001:DB8:ACAD:5::/64 [110/129]
via FE80::2, Serial0/0/0
OI 2001:DB8:ACAD:6::/64 [110/129]
via FE80::2, Serial0/0/0

2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.

Page 19 of 32

Lab Chapter 6
OI
O
O

2001:DB8:ACAD:7::/64 [110/129]
via FE80::2, Serial0/0/0
2001:DB8:ACAD:8::/64 [110/65]
via FE80::2, Serial0/0/0
2001:DB8:ACAD:23::/64 [110/128]
via FE80::2, Serial0/0/0

Compare this output to the output from Part 2, Step 3b. How are the summarized networks expressed in
the routing table on R1?
____________________________________________________________________________________

Step 3: Summarize networks and configure interarea route summarization on R3.


a. Summarize the loopback interfaces on R3.
1) List the network addresses and identify the hextet section where the addresses differ.
2) Convert the differing section from hex to binary.
3) Count the number of left-most matching bits to determine the prefix for the summary route.
4) Copy the matching bits and then add zero bits to determine the summarized network address.
5) Convert the binary section back to hex.
6) Append the prefix of the summary route.
Write the summary address in the space provided.
____________________________________________________________________________________
b. Manually configure interarea route summarization on R3. Write the commands in the space provided.
____________________________________________________________________________________
____________________________________________________________________________________
c.

Verify that area 2 routes are summarized on R1. What command was used?
____________________________________________________________________________________

d. Record the routing table entry on R1 for the summarized route advertised from R3.
____________________________________________________________________________________
____________________________________________________________________________________

Reflection
1. Why would multiarea OSPFv3 be used?
_______________________________________________________________________________________
_______________________________________________________________________________________
2. What is the benefit of configuring interarea route summarization?
_______________________________________________________________________________________
_______________________________________________________________________________________
_______________________________________________________________________________________
_______________________________________________________________________________________

2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.

Page 20 of 32

Lab Chapter 6

Router Interface Summary Table


Router Interface Summary
Router Model

Ethernet Interface #1

Ethernet Interface #2

Serial Interface #1

Serial Interface #2

1800

Fast Ethernet 0/0


(F0/0)

Fast Ethernet 0/1


(F0/1)

Serial 0/0/0 (S0/0/0)

Serial 0/0/1 (S0/0/1)

1900

Gigabit Ethernet 0/0


(G0/0)

Gigabit Ethernet 0/1


(G0/1)

Serial 0/0/0 (S0/0/0)

Serial 0/0/1 (S0/0/1)

2801

Fast Ethernet 0/0


(F0/0)

Fast Ethernet 0/1


(F0/1)

Serial 0/1/0 (S0/1/0)

Serial 0/1/1 (S0/1/1)

2811

Fast Ethernet 0/0


(F0/0)

Fast Ethernet 0/1


(F0/1)

Serial 0/0/0 (S0/0/0)

Serial 0/0/1 (S0/0/1)

2900

Gigabit Ethernet 0/0


(G0/0)

Gigabit Ethernet 0/1


(G0/1)

Serial 0/0/0 (S0/0/0)

Serial 0/0/1 (S0/0/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.

2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.

Page 21 of 32

Lab Chapter 6

Lab 6.3 Troubleshooting Multiarea OSPFv2 and OSPFv3


Topology

2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.

Page 22 of 32

Lab Chapter 6

Addressing Table
Device
R1

R2

R3

Interface

IP Address

Lo0

209.165.200.225/30

Lo1

192.168.1.1/24
2001:DB8:ACAD:1::1/64
FE80::1 link-local

Lo2

192.168.2.1/24
2001:DB8:ACAD:2::1/64
FE80::1 link-local

S0/0/0 (DCE)

192.168.12.1/30
2001:DB8:ACAD:12::1/64
FE80::1 link-local

S0/0/0

192.168.12.2/30
2001:DB8:ACAD:12::2/64
FE80::2 link-local

S0/0/1 (DCE)

192.168.23.2/30
2001:DB8:ACAD:23::2/64
FE80::2 link-local

Lo6

192.168.6.1/24
2001:DB8:ACAD:6::1/64
FE80::2 link-local

Lo4

192.168.4.1/24
2001:DB8:ACAD:4::1/64
FE80::3 link-local

Lo5

192.168.5.1/24
2001:DB8:ACAD:5::1/64
FE80::3 link-local

S0/0/1

192.168.23.1/30
2001:DB8:ACAD:23::1/64
FE80::3 link-local

Objectives
Part 1: Build the Network and Load Device Configurations
Part 2: Troubleshoot Layer 3 Connectivity
Part 3: Troubleshoot OSPFv2
Part 4: Troubleshoot OSPFv3

2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.

Page 23 of 32

Lab Chapter 6

Background / Scenario
Open Shortest Path First (OSPF) is an open-standard link-state routing protocol for IP networks. OSPFv2 is
defined for IPv4 networks, while OSPFv3 is defined for IPv6 networks. OSPFv2 and OSPFv3 are completely
isolated routing protocols, meaning changes in OSPFv2 do not affect OSPFv3 routing, and vice versa.
In this lab, a multiarea OSPF network running OSPFv2 and OSPFv3 is experiencing problems. You have
been assigned to find the problems with the network and correct them.
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). Other routers 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 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)

Console cables to configure the Cisco IOS devices via the console ports

Serial cables as shown in the topology

Part 1: Build the Network and Load Device Configurations


Step 1: Cable the network as shown in the topology.
Step 2: Load router configuration files.
Load the following configurations into the appropriate router. All routers have the same passwords. The
enable password is class, and the line password is cisco.
Router R1 Configuration:
enable
conf t
hostname R1
enable secret class
ipv6 unicast-routing
no ip domain lookup
interface Loopback0
ip address 209.165.200.225 255.255.255.252
interface Loopback1
ip address 192.168.1.1 255.255.255.0
ipv6 address 2001:DB80:ACAD:1::1/64
ipv6 ospf network point-to-point
interface Loopback2
ip address 192.168.2.1 255.255.255.0
ipv6 address 2001:DB8:ACAD:2::1/64
ipv6 ospf 1 area 1
ipv6 ospf network point-to-point
interface Serial0/0/0

2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.

Page 24 of 32

Lab Chapter 6
ip address 192.168.21.1 255.255.255.252
ipv6 address FE80::1 link-local
ipv6 address 2001:DB8:ACAD:12::1/64
ipv6 ospf 1 area 0
clock rate 128000
shutdown
router ospf 1
router-id 1.1.1.1
passive-interface Loopback1
passive-interface Loopback2
network 192.168.2.0 0.0.0.255 area 1
network 192.168.12.0 0.0.0.3 area 0
default-information originate
ipv6 router ospf 1
area 1 range 2001:DB8:ACAD::/61
ip route 0.0.0.0 0.0.0.0 Loopback0
banner motd @
Unauthorized Access is Prohibited! @
line con 0
password cisco
logging synchronous
login
line vty 0 4
password cisco
logging synchronous
login
transport input all
end
Router R2 Configuration:
enable
conf t
hostname R2
ipv6 unicast-routing
no ip domain lookup
enable secret class
interface Loopback6
ip address 192.168.6.1 255.255.255.0
ipv6 address 2001:DB8:CAD:6::1/64
interface Serial0/0/0
ip address 192.168.12.2 255.255.255.252
ipv6 address FE80::2 link-local
ipv6 address 2001:DB8:ACAD:12::2/64
ipv6 ospf 1 area 0
no shutdown

2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.

Page 25 of 32

Lab Chapter 6
interface Serial0/0/1
ip address 192.168.23.2 255.255.255.252
ipv6 address FE80::2 link-local
ipv6 address 2001:DB8:ACAD:23::2/64
ipv6 ospf 1 area 3
clock rate 128000
no shutdown
router ospf 1
router-id 2.2.2.2
passive-interface Loopback6
network 192.168.6.0 0.0.0.255 area 3
network 192.168.12.0 0.0.0.3 area 0
network 192.168.23.0 0.0.0.3 area 3
ipv6 router ospf 1
router-id 2.2.2.2
banner motd @
Unauthorized Access is Prohibited! @
line con 0
password cisco
logging synchronous
login
line vty 0 4
password cisco
logging synchronous
login
transport input all
end
Router R3 Configuration:
enable
conf t
hostname R3
no ip domain lookup
ipv6 unicast-routing
enable secret class
interface Loopback4
ip address 192.168.4.1 255.255.255.0
ipv6 address 2001:DB8:ACAD:4::1/64
ipv6 ospf 1 area 3
interface Loopback5
ip address 192.168.5.1 255.255.255.0
ipv6 address 2001:DB8:ACAD:5::1/64
ipv6 ospf 1 area 3
interface Serial0/0/1
ip address 192.168.23.1 255.255.255.252

2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.

Page 26 of 32

Lab Chapter 6
ipv6 address FE80::3 link-local
ipv6 address 2001:DB8:ACAD:23::1/64
ipv6 ospf 1 area 3
no shutdown
router ospf 1
router-id 3.3.3.3
passive-interface Loopback4
passive-interface Loopback5
network 192.168.4.0 0.0.0.255 area 3
network 192.168.5.0 0.0.0.255 area 3
ipv6 router ospf 1
router-id 3.3.3.3
banner motd @
Unauthorized Access is Prohibited! @
line con 0
password cisco
logging synchronous
login
line vty 0 4
password cisco
logging synchronous
login
transport input all
end

Step 3: Save your configuration.

Part 2: Troubleshoot Layer 3 Connectivity


In Part 2, you will verify that Layer 3 connectivity is established on all interfaces. You will need to test both
IPv4 and IPv6 connectivity for all device interfaces.

Step 1: Verify the interfaces listed in the Addressing Table are active and configured with
correct IP address information.
a. Issue the show ip interface brief command on all three routers to verify that the interfaces are in an
up/up state.
b. Issue the show run | section interface command to view all the commands related to interfaces.
c.

Resolve all problems found. Record the commands used to correct the configuration.
____________________________________________________________________________________
____________________________________________________________________________________
____________________________________________________________________________________
____________________________________________________________________________________
____________________________________________________________________________________
____________________________________________________________________________________

2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.

Page 27 of 32

Lab Chapter 6
____________________________________________________________________________________
____________________________________________________________________________________
d. Using the ping command, verify that IPv4 and IPv6 connectivity has been established on all directly
connected router interfaces. If problems still exist, continue troubleshooting Layer 3 issues.

Part 3: Troubleshoot OSPFv2


Note: LAN (loopback) interfaces should not advertise OSPF routing information, but routes to these networks
should be contained in the routing tables.

Step 1: Test IPv4 end-to-end connectivity.


From each router, ping all interfaces on the other routers. Record your results below as IPv4 OSPFv2
connectivity problems do exist.
_______________________________________________________________________________________
_______________________________________________________________________________________
_______________________________________________________________________________________
_______________________________________________________________________________________

Step 2: Verify that all interfaces are assigned to the proper OSPFv2 areas on R1.
a. Issue the show ip protocols command to verify that OSPF is running and that all networks are being
advertised in the correct areas. Verify that the router ID is set correctly, as well for OSPF.
b. If required, make the necessary changes needed to the configuration on R1 based on the output from the
show ip protocols command. Record the commands used to correct the configuration.
____________________________________________________________________________________
____________________________________________________________________________________
____________________________________________________________________________________
c.

If required, re-issue the show ip protocols command to verify that your changes had the desired effect.

d. Issue the show ip ospf interface brief command to verify that the serial interface and loopback
interfaces 1 and 2 are listed as OSPF networks assigned to their respective areas.
e. Resolve any problems discovered on R1 for OSPFv2.

Step 3: Verify that all interfaces are assigned to the proper OSPFv2 areas on R2.
a. Issue the show ip protocols command to verify that OSPF is running and that all networks are being
advertised in their proper respective areas. Verify that the router ID is also set correctly.
b. If required, make any necessary changes to the configuration on R2 based on the output from the show
ip protocols command. Record the commands used to correct the configuration.
____________________________________________________________________________________
____________________________________________________________________________________
____________________________________________________________________________________
c.

If required, re-issue the show ip protocols command to verify that your changes had the desired effect.

d. Issue the show ip ospf interface brief command to verify that all interfaces are listed as OSPF networks
assigned to their proper respective areas.
e. Resolve any problems discovered on R2 for OSPFv2.

2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.

Page 28 of 32

Lab Chapter 6

Step 4: Verify that all interfaces are assigned to the proper OSPFv2 areas on R3.
a. Issue the show ip protocols command to verify that OSPF is running and that all networks are being
advertised in their respective areas. Verify that the router ID is also set correctly.
b. If required, make the necessary changes to the configuration on R3 based on the output from the show
ip protocols command. Record the commands used to correct the configuration.
____________________________________________________________________________________
____________________________________________________________________________________
____________________________________________________________________________________
c.

If required, re-issue the show ip protocols command to verify that your changes had the desired effect.

d. Issue the show ip ospf interface brief command to verify that all interfaces are listed as OSPF networks
assigned to their proper areas.
e. Resolve any problems discovered on R3 for OSPFv2.

Step 5: Verify OSPFv2 neighbor information.


Issue the show ip ospf neighbor command to verify that each router has all OSPFv2 neighbors listed.

Step 6: Verify OSPFv2 routing information.


a. Issue the show ip route ospf command to verify that each router has all OSPFv2 routes in their
respective routing tables.
b. If any OSPFv2 routes are missing, troubleshoot and resolve the problems.

Step 7: Verify IPv4 end-to-end connectivity.


From each router, ping all interfaces on other routers. If IPv4 end-to-end connectivity does not exist, then
continue troubleshooting to resolve any remaining issues.

Part 4: Troubleshoot OSPFv3


Note: LAN (loopback) interfaces should not advertise OSPFv3 routing information, but routes to these
networks should be contained in the routing tables.

Step 1: Test IPv6 end-to-end connectivity.


From each router, ping all interfaces on the other routers. Record your results as IPv6 connectivity problems
do exist.
_______________________________________________________________________________________
_______________________________________________________________________________________
_______________________________________________________________________________________
_______________________________________________________________________________________
_______________________________________________________________________________________

Step 2: Verify that IPv6 unicast routing has been enabled on all routers.
a. An easy way to verify that IPv6 routing has been enabled on a router is to use the show run | section
ipv6 unicast command. By adding the pipe section to the show run command, the ipv6 unicast-routing
command is displayed if IPv6 routing has been enabled.

2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.

Page 29 of 32

Lab Chapter 6
b. If IPv6 unicast routing is not enabled on one or more routers, enable it now. If required, record the
commands used to correct the configuration.
____________________________________________________________________________________
____________________________________________________________________________________

Step 3: Verify that all interfaces are assigned to the proper OSPFv3 areas on R1.
a. Issue the show ipv6 protocols command to verify that the router ID is correct and the expected
interfaces display in their proper areas.
b. If required, make any necessary changes to the configuration on R1 based on the output from the show
ipv6 protocols command. Record the commands used to correct the configuration. It may be necessary
to reset OSPF process by issuing the clear ipv6 ospf process command.
____________________________________________________________________________________
____________________________________________________________________________________
____________________________________________________________________________________
____________________________________________________________________________________
c.

Re-issue the show ipv6 protocols command on R1 to make sure changes took effect.

d. Enter the show ipv6 route ospf command on R1 to verify that the interarea route summarization is
configured correctly.
R1# show ipv6 route ospf
IPv6 Routing Table - default - 12 entries
Codes: C - Connected, L - Local, S - Static, U - Per-user Static route
B - BGP, R - RIP, I1 - ISIS L1, I2 - ISIS L2
IA - ISIS interarea, IS - ISIS summary, D - EIGRP, EX - EIGRP external
ND - ND Default, NDp - ND Prefix, DCE - Destination, NDr - Redirect
O - OSPF Intra, OI - OSPF Inter, OE1 - OSPF ext 1, OE2 - OSPF ext 2
ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2
O
2001:DB8:ACAD::/61 [110/1]
via Null0, directly connected
OI 2001:DB8:ACAD:4::/64 [110/129]
via FE80::2, Serial0/0/0
OI 2001:DB8:ACAD:5::/64 [110/129]
via FE80::2, Serial0/0/0
OI 2001:DB8:ACAD:23::/64 [110/128]
via FE80::2, Serial0/0/0

e. Which IPv6 networks are included in the interarea route summarization shown in the routing table?
____________________________________________________________________________________
____________________________________________________________________________________
f.

If required, make the necessary configuration changes on R1. Record the commands used to correct the
configuration.
____________________________________________________________________________________
____________________________________________________________________________________
____________________________________________________________________________________
____________________________________________________________________________________

2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.

Page 30 of 32

Lab Chapter 6
g. If required, re-issue the show ipv6 route ospf command on R1 to verify the changes.
R1# show ipv6 route ospf
IPv6 Routing Table - default - 11 entries
Codes: C - Connected, L - Local, S - Static, U - Per-user Static route
B - BGP, R - RIP, I1 - ISIS L1, I2 - ISIS L2
IA - ISIS interarea, IS - ISIS summary, D - EIGRP, EX - EIGRP external
ND - ND Default, NDp - ND Prefix, DCE - Destination, NDr - Redirect
O - OSPF Intra, OI - OSPF Inter, OE1 - OSPF ext 1, OE2 - OSPF ext 2
ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2
O
2001:DB8:ACAD::/62 [110/1]
via Null0, directly connected
OI 2001:DB8:ACAD:4::1/128 [110/128]
via FE80::2, Serial0/0/0
OI 2001:DB8:ACAD:5::1/128 [110/128]
via FE80::2, Serial0/0/0
OI 2001:DB8:ACAD:23::/64 [110/128]
via FE80::2, Serial0/0/0

Step 4: Verify that all interfaces are assigned to the proper OSPFv3 areas on R2.
a. Issue the show ipv6 protocols command and verify that the router ID is correct and that the expected
interfaces are showing up under their proper areas.
b. If required, make any necessary changes to the configuration on R2 based on the output from the show
ipv6 protocols command. Record the commands used to correct the configuration. It may be necessary
to reset OSPF process by issuing the clear ipv6 ospf process command.
____________________________________________________________________________________
____________________________________________________________________________________
____________________________________________________________________________________
c.

Verify that the configuration change has the desired effect.

Step 5: Verify that all interfaces are assigned to the proper OSPFv3 areas on R3.
a. Issue the show ipv6 protocols command to verify that the router ID is correct and the expected
interfaces display under their respective areas.
b. If required, make any necessary changes to the configuration on R3 based on the output from the show
ipv6 protocols command. Record the commands used to correct the configuration. It may be necessary
to reset OSPF process by issuing the clear ipv6 ospf process command.
____________________________________________________________________________________
____________________________________________________________________________________
____________________________________________________________________________________
c.

Verify that the configuration changes have the desired effect.

Step 6: Verify that all routers have correct neighbor adjacency information.
a. Issue the show ipv6 ospf neighbor command to verify that adjacencies have formed between
neighboring routers.

2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.

Page 31 of 32

Lab Chapter 6

Step 7: Verify OSPFv3 routing information.


a. Issue the show ipv6 route ospf command, and verify that OSPFv3 routes exist to all networks.
b. Resolve any routing issues that still exist.

Step 8: Verify IPv6 end-to-end connectivity.


From each router, ping all of the IPv6 interfaces on the other routers. If IPv6 end-to-end issues still exist,
continue troubleshooting to resolve any remaining issues.

Reflection
Why not just use the show running-config command to resolve all issues?
_______________________________________________________________________________________
_______________________________________________________________________________________

Router Interface Summary Table


Router Interface Summary
Router Model

Ethernet Interface #1

Ethernet Interface #2

Serial Interface #1

Serial Interface #2

1800

Fast Ethernet 0/0


(F0/0)

Fast Ethernet 0/1


(F0/1)

Serial 0/0/0 (S0/0/0)

Serial 0/0/1 (S0/0/1)

1900

Gigabit Ethernet 0/0


(G0/0)

Gigabit Ethernet 0/1


(G0/1)

Serial 0/0/0 (S0/0/0)

Serial 0/0/1 (S0/0/1)

2801

Fast Ethernet 0/0


(F0/0)

Fast Ethernet 0/1


(F0/1)

Serial 0/1/0 (S0/1/0)

Serial 0/1/1 (S0/1/1)

2811

Fast Ethernet 0/0


(F0/0)

Fast Ethernet 0/1


(F0/1)

Serial 0/0/0 (S0/0/0)

Serial 0/0/1 (S0/0/1)

2900

Gigabit Ethernet 0/0


(G0/0)

Gigabit Ethernet 0/1


(G0/1)

Serial 0/0/0 (S0/0/0)

Serial 0/0/1 (S0/0/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.

2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.

Page 32 of 32

You might also like