9.3.1.1 Powerful Protocols Instructions IG
9.3.1.1 Powerful Protocols Instructions IG
Instructor Note: Red font color or Gray highlights indicate text that appears in the instructor copy only.
Objective
A review of EIGRP and OSPF routing protocol configuration and verification commands.
Students will review EIGRP and OSPF commands to complete the end-of-course Capstone Projects.
Scenario
At the end of this course, you are asked to complete two Capstone Projects where you will create, configure, and
verify two network topologies using the two main routing protocols taught in this course, EIGRP and OSPF.
To make things easier, you decide to create a chart of configuration and verification commands to use for these
two design projects. To help devise the protocol charts, ask another student in the class to help you.
Refer to the PDF for this chapter for directions on how to create a design for this modeling project. When
complete, share your work with another group or with the class. You may also want to save the files created for
this project in a network portfolio for future reference.
Resources
Previous curriculum chapter content for EIGRP and OSPF
Word processing software
Directions
Step 1: Create a matrix for each routing protocol (EIGRP and OSPF).
a. Within each routing protocol matrix, design two sections.
1) one section for configuration commands
2) one section for verification or show commands
b. Use a word processing program to save your matrix designs, one for EIGRP and one for OSPF.
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 8
Powerful Protocols
c. Add any commands to each matrix mentioned in the full- or group-setting that you did not record in your
own group.
d. Save your work for use with the two Capstone projects which summarize this entire course.
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 2 of 8
Powerful Protocols
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 3 of 8
Powerful Protocols
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 4 of 8
Powerful Protocols
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 5 of 8
Powerful Protocols
R1(config-rtr)# end
R1# clear ipv6 ospf process Allows a reset of the IPv6 OSPF
processes so that new
information can be propagated on
the router for OSPF
R1(config)# interface GigabitEthernet 0/0 Changes the interface/link priority
R1(config-if)# ip ospf priority 255 to a higher or lower number for
R1(config-if)# end DR/BDR election – changing to 0,
leaves that router’s interface out
of the election process.
Changing the priority to 255
makes it the highest priority
available to the election process
R1(config)# ip route 0.0.0.0 0.0.0.0 loopback 0 Sets an IPv4 OSPF default route
209.165.200.226 for a router, assigns that route to
R1(config)# router ospf 10
the OSPF 10 process and
R1(config-router)# default-information originate
propagates the route
R1(config-router)# end
R1(config)# ipv6 route 0::/0 loopback0 Enables OSPFv3 for IPv6 on an
2001:DB8:FEED:1::2 interface for the router –
R1(config)# ipv6 router ospf 10
propagates the information
R1(config-rtr)# default-information originate
R1(config-rtr)# end
R1(config)# interface Serial 0/0/0 Changes IPv6 Hello and Dead
R1(config-if)# ipv6 ospf hello-interval 5 timer intervals to lower or higher
R1(config-if)# ipv6 ospf dead-interval 20 values for link reporting and
R1(config-if)# end neighbor adjacencies using
OSPFv3
R1(config)# router ospf 10 Enables area authentication
R1(config-router)# area 0 authentication message-
digest
R1(config-router)# exit
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 6 of 8
Powerful Protocols
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 7 of 8
Powerful Protocols
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 8 of 8