Skip to content
  • Home
  • CCNA Labs
    • CCNA 1 LAB Activities (v6 & v7)
    • CCNA 2 LAB Activities (v6 & v7)
    • CCNA 3 LAB Activities (v6 & v7)
    • CCNA 4 Lab Activities
  • Linux
    • Linux Unhatched
    • Linux Essentials 2.0
    • Linux Essentials
    • Introduction to Linux I
    • Introduction to Linux II
  • Programming
    • PCAP – Programming Essentials in Python
    • CLA – Programming Essentials in C
    • CPA Programming Essentials in C++
  • About
    • Contact Us
    • Privacy Policy

CCNA 7 Exam Answers 2023

Go with our CCIE, Passed 100%

  • ITE
    • ITE - IT Essentials v7.0
    • ITE - IT Essentials v6.0
      • IT Essentials Lab 2019
    • ITE v5.0 Exam
    • Virtual Activity Laptop
    • Virtual Activity Desktop
  • NE
    • MF
  • CCNA
    • CCNA1
      • CCNA1 v7.0 – ITN
      • CCNA1 v6.0
    • CCNA2
      • CCNA2 v7.0 – SRWE
      • CCNA2 v6.0
    • CCNA3
      • CCNA3 v7.0 – ENSA
      • CCNA3 v6.0
    • CCNA4
      • CCNA4 v6.0
  • Cyber-Security
    • ITC – Introduction to Cybersecurity 2.1 (Level 1)
    • CE – Cybersecurity Essentials 1.1 (Level 2)
    • CCNA CyberOps 1.1 (Level 3)
  • Security
    • CCNA Security v2
  • DevNet
  • CCNA PT Lab 2023
Network_Representation_Topology.png

9.1.2.6 Packet Tracer – Investigating NAT Operation

Posted on March 20, 2018March 23, 2018 By Admin

Last Updated on March 23, 2018 by Admin

9.1.2.6 Packet Tracer – Investigating NAT Operation

  • Recommend

From year to year, Cisco has updated many versions with difference questions. The latest version is version 6.0 in 2018. What is your version? It depends on your instructor creating your class. We recommend you to go thought all version if you are not clear. While you take online test with netacad.com, You may get random questions from all version. Each version have 1 to 10 different questions or more. After you review all questions, You should practice with our online test system by go to "Online Test" link below.

Version 5.02 Version 5.03 Version 6.0 Online Assessment
Chapter 9 Exam Chapter 9 Exam Chapter 9 Exam Online Test
Next Chapter
Chapter 10 Exam Chapter 10 Exam Chapter 10 Exam Online Test
Lab Activities
 9.1.2.6 Packet Tracer – Investigating NAT Operation
 9.2.1.4 Packet Tracer – Configuring Static NAT
 9.2.2.5 Packet Tracer – Configuring Dynamic NAT
 9.2.3.6 Packet Tracer – Implementing Static and Dynamic NAT
 9.2.4.4 Packet Tracer – Configuring Port Forwarding on a Wireless Router
 9.3.1.4 Packet Tracer – Verifying and Troubleshooting NAT Configurations
 9.4.1.2 Packet Tracer – Skills Integration Challenge

Packet Tracer – Investigating NAT Operation (Answer Version)

Answer Note: Red font color or Gray highlights indicate text that appears in the Answer copy only.

Topology

9.1.2.6 Packet Tracer – Investigating NAT Operation
9.1.2.6 Packet Tracer – Investigating NAT Operation

Objectives

Part 1: Investigate NAT Operation Across the Intranet

Part 2: Investigate NAT Operation Across the Internet

Part 3: Conduct Further Investigations

Scenario

As a frame travels across a network, the MAC addresses may change. IP addresses can also change when a packet is forwarded by a device configured with NAT. In this activity, we will investigate what happens to IP addresses during the NAT process.

Part 1: Investigate NAT Operation Across the Intranet

Step 1: Wait for the network to converge.

It might take a few minutes for everything in the network to converge. You can speed the process up by clicking on Fast Forward Time.

Step 2: Generate an HTTP request from any PC in the Central domain.

  1. Open the Web Browser of any PC in the Central domain and type the following without pressing enter or clicking Go: http://branchserver.pka.
  2. Switch to Simulation mode and edit the filters to show only HTTP requests.
  3. Click Go in the browser, a PDU envelope will appear.
  4. Click Capture / Forward until the PDU is over D1 or D2. Record the source and destination IP addresses. To what devices do those addresses belong? 10.X.X.X and 64.100.200.1 The PC and R4.
  5. Click Capture / Forward until the PDU is over R2. Record the source and destination IP addresses in the outbound packet. To what devices do those addresses belong? 64.100.100.X and 64.100.200.1 The first address is not assigned to an interface. R4 is the second address.
  6. Login to R2 using ‘class’ to enter privileged EXEC and show the running configuration. The address came from the following address pool:
    • ip nat pool R2Pool 64.100.100.3 64.100.100.31 netmask 255.255.255.224
  7. Click Capture / Forward until the PDU is over R4. Record the source and destination IP addresses in the outbound packet. To what devices do those addresses belong? 64.100.100.X and 172.16.0.3. The first address is from R2Pool on R2. Branchserver.pka is the second address.
  8. Click Capture / Forward until the PDU is over Branserver.pka. Record the source and destination TCP port addresses in the outbound segment.
  9. On both R2 and R4, run the following command and match the IP addresses and ports recorded above to the correct line of output:
    • R2# show ip nat translations
    • R4# show ip nat translations
  10. What do the inside local IP addresses have in common? They are reserved for private use.
  11. Did any private addresses cross the Intranet? No.
  12. Return to Realtime mode.

Part 2: Investigate NAT Operation Across the Internet

Step 1: Generate an HTTP request from any computer in the home office.

  1. Open the Web Browser of any computer in the home office and type the following without pressing enter or clicking Go: http://centralserver.pka.
  2. Switch to Simulation mode. The filters should already be set to show only HTTP requests.
  3. Click Go in the browser, a PDU envelope will appear.
  4. Click Capture / Forward until the PDU is over WRS. Record the inbound source and destination IP addresses and the outbound source and destination addresses. To what devices do those addresses belong? 192.168.0.X and 64.100.100.2, 64.104.223.2 and 64.100.100.2 The computer and R2, WRS and R2.
  5. Click Capture / Forward until the PDU is over R2. Record the source and destination IP addresses in the outbound packet. To what devices do those addresses belong? 64.104.223.2 and 10.10.10.2 WRS and centralserver.pka.
  6. On R2, run the following command and match the IP addresses and ports recorded above to the correct line of output:
    • R2# show ip nat translations
  7. Return to Realtime mode. Did all of the web pages appear in the browsers? Yes.

Part 3: Conduct Further Investigations

  1. Experiment with more packets, both HTTP and HTTPS. There are many questions to consider such as:

– Do the NAT translation tables grow?

– Does WRS have a pool of addresses?

– Is this how the computers in the classroom connect to the Internet?

– Why does NAT use four columns of addresses and ports?

  • Recommend

From year to year, Cisco has updated many versions with difference questions. The latest version is version 6.0 in 2018. What is your version? It depends on your instructor creating your class. We recommend you to go thought all version if you are not clear. While you take online test with netacad.com, You may get random questions from all version. Each version have 1 to 10 different questions or more. After you review all questions, You should practice with our online test system by go to "Online Test" link below.

Version 5.02 Version 5.03 Version 6.0 Online Assessment
Chapter 9 Exam Chapter 9 Exam Chapter 9 Exam Online Test
Next Chapter
Chapter 10 Exam Chapter 10 Exam Chapter 10 Exam Online Test
Lab Activities
 9.1.2.6 Packet Tracer – Investigating NAT Operation
 9.2.1.4 Packet Tracer – Configuring Static NAT
 9.2.2.5 Packet Tracer – Configuring Dynamic NAT
 9.2.3.6 Packet Tracer – Implementing Static and Dynamic NAT
 9.2.4.4 Packet Tracer – Configuring Port Forwarding on a Wireless Router
 9.3.1.4 Packet Tracer – Verifying and Troubleshooting NAT Configurations
 9.4.1.2 Packet Tracer – Skills Integration Challenge

Suggested Scoring Rubric

Activity Section

Question Location Possible Points

Earned Points

Part 1: Request a Web Page Across the Intranet Step 2d 12
Step 2e 12
Step 2g 13
Step 2j 12
Step 2k 12
Part 1 Total 61
Part 2: Request a Web Page Across the Internet Step 1d 13
Step 1e 13
Step 1g 13
Part 2 Total 39
Total Score 100
Uncategorized

Post navigation

Previous Post: 8.3.1.2 Packet Tracer – Skills Integration Challenge
Next Post: 9.2.1.4 Packet Tracer – Configuring Static NAT
  • CCNA1 v7
  • CCNA2 v7
  • CCNA3 v7
System Test Exam Answers
Modules 1 – 3 Exam Answers
Modules 4 – 7 Exam Answers
Modules 8 – 10 Exam Answers
Modules 11 – 13 Exam Answers
Modules 14 – 15 Exam Answers
Modules 16 – 17 Exam Answers
Practice Final – ITN Answers
Course Feedback
ITN Practice PT Skills Assessment (PTSA)
Final Exam Answers
Modules 1 – 4 Exam Answers
Modules 5 – 6 Exam Answers
Modules 7 – 9 Exam Answers
Modules 10 – 13 Exam Answers
Modules 14 – 16 Exam Answers
ITN Practice Skills Assessment – PT Answers
SRWE Practice Skills Assessment – PT Part 1 Answers
SRWE Practice Skills Assessment – PT Part 2 Answers
SRWE Hands On Skills Exam Answers
SRWE Practice Final Exam Answers
SRWE Final Exam Answers 
Modules 1 – 2 Exam Answers
Modules 3 – 5 Exam Answers
Modules 6 – 8 Exam Answers
Modules 9 – 12 Exam Answers
Modules 13 – 14 Exam Answers
ITN Practice PT Skills Assessment (PTSA) Answers
SRWE Practice PT Skills Assessment (PTSA) – Part 1 Answers
SRWE Practice PT Skills Assessment (PTSA) – Part 2 Answers
ENSA Practice PT Skills Assessment (PTSA) Answers
ENSA Hands On Skills Exam Answers
Practice Final – ENSA Answers
ENSA Final Exam Answers
CCNA Certification Practice Exam Answers

Copyright © 2023 PressExam.