10.1.3.5 Lab Configuring OSPFv2 Advanced Features PDF
10.1.3.5 Lab Configuring OSPFv2 Advanced Features PDF
Topology
m
er as
co
eH w
o.
rs e
ou urc
o
aC s
vi y re
ed d
ar stu
sh is
Th
© 2019 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.
https://www.coursehero.com/file/41041214/10135-Lab-Configuring-OSPFv2-Advanced-Featurespdf/ Page 1 of 8
Lab - Configuring OSFPv2 Advanced Features
Addressing Table
m
er as
S0/0/1 192.168.23.2 255.255.255.252 N/A
co
PC-A NIC 192.168.1.3 255.255.255.0 192.168.1.1
eH w
PC-C NIC 192.168.3.3 255.255.255.0 192.168.3.1
o.
Objectives rs e
ou urc
Part 1: Build the Network and Configure Basic Device Settings
Part 2: Configure and Verify OSPF Routing
o
Background / Scenario
Open Shortest Path First (OSPF) has advanced features to allow changes to be made to control metrics,
ed d
In this lab, you will adjust OSPF metrics on the router interfaces and configure OSPF route propagation.
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
sh is
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.
Th
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)
2 PCs (Windows with terminal emulation program, such as Tera Term)
Console cables to configure the Cisco IOS devices via the console ports
Ethernet and serial cables as shown in the topology
© 2019 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.
https://www.coursehero.com/file/41041214/10135-Lab-Configuring-OSPFv2-Advanced-Featurespdf/ Page 2 of 8
Lab - Configuring OSFPv2 Advanced Features
m
e. Encrypt the plaintext passwords.
er as
f. Configure a MOTD banner to warn users that unauthorized access is prohibited.
co
eH w
g. Configure logging synchronous for the console line.
h. Configure the IP addresses listed in the Addressing Table for all interfaces.
o.
i.
rs e
Set the clock rate for all DCE serial interfaces at 128000.
ou urc
j. Copy the running configuration to the startup configuration.
Assign 1 as the process ID for this OSPF process. Each router should be given the following router ID
assignments:
R1 Router ID: 1.1.1.1
R2 Router ID: 2.2.2.2
R3 Router ID: 3.3.3.3
© 2019 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.
https://www.coursehero.com/file/41041214/10135-Lab-Configuring-OSPFv2-Advanced-Featurespdf/ Page 3 of 8
Lab - Configuring OSFPv2 Advanced Features
m
er as
In Part 3, you will change OSPF metrics using the bandwidth command, the auto-cost reference-
co
bandwidth command, and the ip ospf cost command. Making these changes will provide more accurate
eH w
metrics to OSPF.
o.
Note: All DCE interfaces should have been configured with a clocking rate of 128000 in Part 1, Step 3.,
substep i.
rs e
ou urc
Step 1: Change the bandwidth on all serial interfaces to 128Kb/s.
a. Issue the show ip ospf interface brief command to view the default cost settings on the router
o
interfaces.
R1# show ip ospf interface brief
aC s
vi y re
c. Issue the show ip ospf interface brief command to view the new cost settings.
R1# show ip ospf interface brief
Interface PID Area IP Address/Mask Cost State Nbrs F/C
sh is
© 2019 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.
https://www.coursehero.com/file/41041214/10135-Lab-Configuring-OSPFv2-Advanced-Featurespdf/ Page 4 of 8
Lab - Configuring OSFPv2 Advanced Features
m
o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
er as
+ - replicated route, % - next hop override
co
eH w
Gateway of last resort is not set
o.
O
rs e
192.168.3.0/24 [110/7822] via 192.168.13.2, 00:00:12, Serial0/0/1
192.168.23.0/30 is subnetted, 1 subnets
ou urc
O 192.168.23.0 [110/15624] via 192.168.13.2, 00:00:12, Serial0/0/1
[110/15624] via 192.168.12.2, 00:20:03, Serial0/0/0
o
b. Apply the ip ospf cost 16000 command to the S0/0/1 interface on R1. A cost of 16,000 is higher than the
accumulated cost of the route through R2 which is 15,624.
aC s
c. Issue the show ip ospf interface brief command on R1 to view the cost change to S0/0/1.
vi y re
© 2019 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.
https://www.coursehero.com/file/41041214/10135-Lab-Configuring-OSPFv2-Advanced-Featurespdf/ Page 5 of 8
Lab - Configuring OSFPv2 Advanced Features
m
er as
Step 2: Have OSPF propagate the default static route.
co
eH w
Issue the default-information originate command to include the static default route in the OSPF updates
that are sent from R2.
o.
R2(config)# router ospf 1
rs e
R2(config-router)# default-information originate
ou urc
Step 3: Verify OSPF static route propagation.
a. Issue the show ip route static command on R2.
o
© 2019 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.
https://www.coursehero.com/file/41041214/10135-Lab-Configuring-OSPFv2-Advanced-Featurespdf/ Page 6 of 8
Lab - Configuring OSFPv2 Advanced Features
m
O 192.168.23.0 [110/15624] via 192.168.12.2, 00:05:18, Serial0/0/0
er as
c. Verify end-to-end connectivity by issuing a ping from PC-A to the ISP interface address 209.165.200.225.
co
eH w
Were the pings successful? _______Yes_________
o.
Reflection rs e
ou urc
1. What is the easiest and preferred method of manipulating OSPF route costs?
Using the ip ospf cost command overrides the cost calculation completely and sets the link cost to the desired
o
amount.
aC s
2. What does the default-information originate command do for a network using the OSPF routing protocol?
vi y re
The defau!t-information originate command is used to inject a default route into an ospf area which will
propagate the default route to other ospf routers.
ed d
ar stu
sh is
Th
© 2019 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.
https://www.coursehero.com/file/41041214/10135-Lab-Configuring-OSPFv2-Advanced-Featurespdf/ Page 7 of 8
Lab - Configuring OSFPv2 Advanced Features
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)
m
er as
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)
co
eH w
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
o.
class. This table includes identifiers for the possible combinations of Ethernet and Serial interfaces in the device.
rs e
The table does not include any other type of interface, even though a specific router may contain one. An
ou urc
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.
o
aC s
vi y re
ed d
ar stu
sh is
Th
© 2019 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.
https://www.coursehero.com/file/41041214/10135-Lab-Configuring-OSPFv2-Advanced-Featurespdf/ Page 8 of 8