0% found this document useful (0 votes)
133 views9 pages

CCNA Lab Practice With Cisco Packet Tracer - Configuring OSPF - Intense School

Uploaded by

jose
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
133 views9 pages

CCNA Lab Practice With Cisco Packet Tracer - Configuring OSPF - Intense School

Uploaded by

jose
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 9

8/3/2017 CCNA Lab Practice with Cisco Packet Tracer: Configuring OSPF ­ Intense School

INTENSE SCHOOL INFOSEC INSTITUTE CERTIFICATION TRACKER

TOPICS CONTRIBUTORS CONTENT ARCHIVES CONTENT ARCHIVES JOB BOARD

CISCO
CAREERS 2016 2015

CISCO EXAM 2014 2013

PREP EXERCISES

AND LABS

PROJECT

MANAGEMENT

MICROSOFT

IT TRAINING

CLOUD

CCNA Lab Practice with Cisco


COMPUTING

Packet Tracer: Configuring OSPF


UNCATEGORIZED

POSTED
BUSINESS IN CISCO, CISCO EXAM PREP EXERCISES AND LABS ON NOVEMBER 18, 2013
SKILLS

 SHARE
VIRTUALIZATION

LEADERSHIP
CCNA
VIDEOS
BootCamp
INTERVIEWS 4 CERTS INCLUDED!

93%+ Pass Rate, come see why with


our award winning CCNA training!

CLICK HERE!

What's this?

Practice for certification success with the


Skillset library of over 100,000 practice
test questions. We analyze your
responses and can determine when you
are ready to sit for the test.

http://resources.intenseschool.com/ccna­lab­practice­with­cisco­packet­tracer­configuring­ospf/ 1/9
8/3/2017 CCNA Lab Practice with Cisco Packet Tracer: Configuring OSPF ­ Intense School

INTENSE SCHOOL INFOSEC INSTITUTE CERTIFICATION TRACKER

This article will tell you how to configure and experiment with OSPF using Cisco
Packet Tracer.
TOPICS Before you attempt
CONTRIBUTORS to configure
CONTENT ARCHIVESOSPF, I CONTENT
would advise you to go JOB BOARD
ARCHIVES

through these two articles regarding OSPF from the Intense School website: CCNA
CISCO
CAREERS 2016 2015
Prep: Complete Guide To OSPF (Part 1) and CCNA Prep: Complete Guide To OSPF
(Part
CISCO 2).
EXAM 2014 2013

PREP EXERCISES

AND LABS
 CLICK HERE TO DOWNLOAD PACKET TRACER FILES FOR THIS LAB

PROJECT
By using those two resources, you will know what the commands will be needed
and what the correct output should be if you have configured everything correctly.
MANAGEMENT

I have created three Packet Tracer files:


MICROSOFT

IT TRAINING ospf-init.pkt—This is the initial topology with all interfaces configured


but no OSPF configuration. You should download this file and start to
CLOUD
configure OSPF areas; when you are done, you should check
COMPUTING reachability between the four PCs.
ospf-features.pkt—This is the starting point of the second scenario,
UNCATEGORIZED
where some optional OSPF feature will be configured. It can be used
as a verification point for the first scenario as well. If you configure the
BUSINESS SKILLS

first scenario correctly you can continue using that Packet Tracer file.
VIRTUALIZATION
ospf-final-config.pkt—This is just for your verification and contains the
LEADERSHIP final configuration at the end of both scenario one and two.

VIDEOS
Regarding the topology, on every subnet where a PC is connected, the router’s
interface has an IP address whose last octet is .1 and the last octet of the PC’s IP
INTERVIEWS
address is .100. The default gateway of the PC is the router’s IP address.

For instance, on the subnet with PC1: PC1 has the IP address of 10.10.10.100/24 and
R1’s interface IP address is 10.10.10.1/24.

Each router has a loopback address in the form of x.x.x.x/32, where x is the router
number. For instance, the loopback address of R1 is 1.1.1.1/32, as you can also see in
the diagram.

Also, each subnet between the routers is written on the topology and every router is
using its router number as the last octet. For instance, on the subnet 10.10.16.0/24, R1
has 10.10.16.1/24 and R6 has 10.10.16.6/24.

Scenario 1
http://resources.intenseschool.com/ccna­lab­practice­with­cisco­packet­tracer­configuring­ospf/ 2/9
8/3/2017 CCNA Lab Practice with Cisco Packet Tracer: Configuring OSPF ­ Intense School

INTENSE Tasks
SCHOOL INFOSEC INSTITUTE CERTIFICATION TRACKER

1. Configure R1, R3, R5 and R6 in area 0 with their respective interfaces, as


shown on the topology (configure loopbacks of R5 and R6 in area 0).
2. Configure R2 and R5 in area 1 with their respective interfaces, as shown
TOPICS CONTRIBUTORS CONTENT ARCHIVES CONTENT ARCHIVES JOB BOARD
on the topology.
CISCO
CAREERS 3. Configure R4 and R6 in area 22015
2016 with their respective interfaces, as
shown on the topology.
CISCO EXAM 2014 2013
4. Make sure that the routers where the PCs are connected do not
attempt to establish any OSPF adjacency on that subnet.
PREP EXERCISES

AND LABS
Verification
PROJECT
1. Test connectivity between the PCs; for instance, ping all other PCs from
MANAGEMENT PC1.

MICROSOFT
Hints
IT TRAINING
1. Use the command “router ospf 1” to start the OSPF process on each
CLOUD router.
2. Use the command “network x.x.x.x y.y.y.y area <z>” to configure an
COMPUTING
interface under a specific area.
UNCATEGORIZED
3. Use the command “passive-interface” to make sure that no OSPF
adjacency will be established on that interface.
BUSINESS SKILLS

Scenario 2
VIRTUALIZATION

LEADERSHIP
Tasks
VIDEOS
1. Configure the router-id of each router to x.x.x.100. For instance, the R1’s
INTERVIEWS router-id should be 1.1.1.100. OSPF process might need to be restarted.
2. Configure plain text authentication between R2 and R5 with the key
cisco.
3. Configure MD5 authentication between R4 and R6 with the key cisco.
4. Change the OSPF hello and dead interval timers between R1 and R3 to
5 seconds and 20 seconds.
5. Make sure that, when R5 sends traffic to R6, R5doesn’t send it through
the direct link between them.

Verification

1. Use the “show ip ospf” command to check the router-id.


2. Use the “show ip ospf interface” command to check the authentication
type on the interface where authentication was changed.

http://resources.intenseschool.com/ccna­lab­practice­with­cisco­packet­tracer­configuring­ospf/ 3/9
8/3/2017 CCNA Lab Practice with Cisco Packet Tracer: Configuring OSPF ­ Intense School

INTENSE SCHOOL 3. Use theINSTITUTE


INFOSEC “show ip ospf interface” TRACKER
CERTIFICATION command to check the new timers on
the interfaces where they were changed.
4. Use the “show ip route” on R5 and confirm that the next hop for PC4 is
either through R1 or R3. The traceroute from PC2 to PC4 shouldn’t look

TOPICS like this:


CONTRIBUTORS CONTENT ARCHIVES CONTENT ARCHIVES JOB BOARD
PC>tracert 10.10.40.100
CISCO
CAREERS 2016 2015
Tracing route to 10.10.40.100 over a maximum of 30 hops:
CISCO EXAM 2014 2013

1 0 ms 0 ms 0 ms 10.10.20.1
PREP EXERCISES
2 0 ms 0 ms 0 ms 10.10.25.5
AND LABS 3 1 ms 0 ms 0 ms 10.10.56.6 >>> direct link between R5 and R6
4 0 ms 0 ms 0 ms 10.10.46.4
PROJECT
5 1 ms 0 ms 1 ms 10.10.40.100
MANAGEMENT
Trace complete.
MICROSOFT
PC>
IT TRAINING

Hints
CLOUD

COMPUTING 1. Use the command “router-id x.x.x.100” under OSPF protocol


configuration.
UNCATEGORIZED
2. Use the command “clear ip ospf process” to activate the new router-id.
3. Use the commands “ip ospf authentication’ and “ip ospf
BUSINESS SKILLS
authentication-key cisco” to configure plain text authentication.
VIRTUALIZATION
4. Use the commands “ip ospf authentication message-digest” and “ip

LEADERSHIP ospf message-digest-key <key_number> md5 cisco” to configure MD5


authentication.
VIDEOS
5. Use the “ip ospf cost” command to increase the cost of Serial0/0/0 on
INTERVIEWS R5 for a destination advertised by R6 bigger than the cost advertised
by R1 and R3.

I expect that these exercises will give you more understanding of how OSPF works
and you will feel how is it to configure various features of OSPF that are supported
on Cisco Packet Tracer.

However you shouldn’t stop with what is described in these two scenarios. Try to see
what other OSPF knobs you can configure and what they do.

Tweet
3 4 0 2

Compartir Share Reddit Like

http://resources.intenseschool.com/ccna­lab­practice­with­cisco­packet­tracer­configuring­ospf/ 4/9
8/3/2017 CCNA Lab Practice with Cisco Packet Tracer: Configuring OSPF ­ Intense School

INTENSE SCHOOL INFOSEC INSTITUTE CERTIFICATION TRACKER

Paris Arau is a network engineer with extensive knowledge of


Cisco and Juniper routing and switching platforms. He is CCIE
TOPICS CONTRIBUTORS
AUTHOR CONTENT
R&S ARCHIVES
and dual CONTENT
JNCIE(SP and ENT). ARCHIVES
With a JOB BOARD
strong service provider

CISCO
CAREERS
Paris and enterprise background, he is working on a daily basis with
2016 2015
Arau cutting-edge technologies. He also writes about routing and

CISCO EXAM switching


2014 technologies,
2013 cloud computing, virtualization at his
personal blog, http://nextheader.net.
PREP EXERCISES

AND LABS

PROJECT  DOWNLOAD

MANAGEMENT
FREE PRACTICE EXAMS
MICROSOFT

IT TRAINING CCNA Practice Exams

CLOUD Security+ Practice Exam

COMPUTING CISSP Practice Exams

UNCATEGORIZED
PMP Practice Exams

BUSINESS SKILLS
Network+ Practice Exam

VIRTUALIZATION

LEADERSHIP EDITORS CHOICE

VIDEOS
 Welcome to the CCNA/ICND
INTERVIEWS v3.0 (New Changes to the
CCNA)

 Video: CUCM Part 11 – Adding


Users Through BAT

 Level 2: Beginner’s Guide to


Creating New Tables on SQL
Server 2008: Viewing Table
Properties and Creating a View

http://resources.intenseschool.com/ccna­lab­practice­with­cisco­packet­tracer­configuring­ospf/ 5/9
8/3/2017 CCNA Lab Practice with Cisco Packet Tracer: Configuring OSPF ­ Intense School

INTENSE SCHOOL INFOSEC INSTITUTE CERTIFICATION TRACKER


RELATED BOOT CAMPS

CCNA Boot Camp

TOPICS CONTRIBUTORS CONTENT ARCHIVES Microsoft


CONTENT Training
ARCHIVES JOB BOARD

CISCO
CAREERS 2016 2015 PMP Boot Camp

CISCO EXAM 2014 2013 ITIL Training

PREP EXERCISES Information Security Awareness

AND LABS VMware Boot Camp

PROJECT Red Hat Training

MANAGEMENT

MICROSOFT MORE POSTS BY AUTHOR

IT TRAINING
Amazon AWS –
CLOUD Understanding Virtual
Private Cloud Security Levels
COMPUTING
– Part II

UNCATEGORIZED
Amazon AWS –

BUSINESS SKILLS
Understanding Virtual
Private Cloud Security Levels
VIRTUALIZATION – Part I

LEADERSHIP IP Multicast Fundamentals


LiveLessons Review
VIDEOS

INTERVIEWS

http://resources.intenseschool.com/ccna­lab­practice­with­cisco­packet­tracer­configuring­ospf/ 6/9
8/3/2017 CCNA Lab Practice with Cisco Packet Tracer: Configuring OSPF ­ Intense School

INTENSE SCHOOL INFOSEC INSTITUTE CERTIFICATION TRACKER

TOPICS CONTRIBUTORS CONTENT ARCHIVES CONTENT ARCHIVES JOB BOARD

Welcome to the
CISCO
CAREERS 2016 2015 Video: CUCM Part
CCNA/ICND v3.0
CISCO EXAM 11 – Adding…
(New…2014 2013

PREP EXERCISES

AND LABS
 
PROJECT

MANAGEMENT

MICROSOFT
Level 2: Beginner’s Level 1: Beginner’s
IT TRAINING
Guide to Creating… Guide to Creating…
CLOUD

COMPUTING
 
UNCATEGORIZED

BUSINESS SKILLS

VIRTUALIZATION

LEADERSHIP

VIDEOS

INTERVIEWS

http://resources.intenseschool.com/ccna­lab­practice­with­cisco­packet­tracer­configuring­ospf/ 7/9
8/3/2017 CCNA Lab Practice with Cisco Packet Tracer: Configuring OSPF ­ Intense School

3 Comments
INTENSE SCHOOL Intense School Resources
INFOSEC INSTITUTE CERTIFICATION TRACKER
 Login

  Recommend ⤤ Share Sort by Best

TOPICS Join the discussion…
CONTRIBUTORS CONTENT ARCHIVES CONTENT ARCHIVES JOB BOARD

CISCO
CAREERS 2016 2015
Archana • a year ago
CISCO sir please kindly say about how to add OSPF to the center of the RIP network
EXAM 2014 2013

△   ▽ • Reply • Share ›
PREP EXERCISES

Atai • 2 years ago
AND LABS
Thanks Paris, really appreciated that you shared.
△ 
PROJECT
▽ • Reply • Share ›
MANAGEMENT
steven • 3 years ago
Thanks
MICROSOFT
△   ▽ • Reply • Share ›
IT TRAINING

CLOUD
ALSO ON INTENSE SCHOOL RESOURCES

LDAP Authentication on Cisco ASA
COMPUTING
Dual Hub, Dual ISP Links, part 2
1 comment • a year ago• 1 comment • a year ago•
Mish — for client VPN authentication on a
UNCATEGORIZED Juan Manuel — Great article. To be tested
Cisco ASA, you can configure a radius on GNS3.
BUSINESS SKILLS
server on MS AD as well. That's the only …

Single Hub, Single Spoke with Dual ISP
VIRTUALIZATION Amazon Web Services (AWS) – How to
Link Analyze CloudTrail Logs
 a year ago•
LEADERSHIP
1 comment • 1 comment • a year ago•
Juan Manuel — Again, a great article. Just AndersB — Nice solution, but the application
VIDEOS
one thing that could cause people to be should use IAM­role, not IAM­user, to get
confussed. You say that spokes can … access to S3 as long as logstash is …
INTERVIEWS

✉ Subscribe d Add Disqus to your site Add Disqus Add 🔒 Privacy

About Intense Connect with Join our


Intense School has been us newsletter
providing accelerated IT
Stay up to date with Get the latest news, updates &
training and certification for
InfoSec Institute and offers straight to your inbox!
over 12 years to more than
Intense School by
45,000 IT and Information
SUBSCRIBE
ENTER YOUR EMAIL
Security professionals
http://resources.intenseschool.com/ccna­lab­practice­with­cisco­packet­tracer­configuring­ospf/ 8/9
8/3/2017 CCNA Lab Practice with Cisco Packet Tracer: Configuring OSPF ­ Intense School

worldwide. Come see


INTENSE SCHOOL
why we
INFOSEC INSTITUTE
connecting with us on
CERTIFICATION TRACKER
have the highest pass rates in Social Media!
the industry!
Like 87

Follow @intenseschool
TOPICS CONTRIBUTORS CONTENT ARCHIVES CONTENT ARCHIVES JOB BOARD

CISCO
CAREERS 2016 2015

CISCO EXAM 2014 2013


© INTENSE SCHOOL 2017

PREP EXERCISES

AND LABS

PROJECT

MANAGEMENT

MICROSOFT

IT TRAINING

CLOUD

COMPUTING

UNCATEGORIZED

BUSINESS SKILLS

VIRTUALIZATION

LEADERSHIP

VIDEOS

INTERVIEWS

http://resources.intenseschool.com/ccna­lab­practice­with­cisco­packet­tracer­configuring­ospf/ 9/9

You might also like