CCNA Deep Dive #1:
Cisco CLI and Packet Tracer Basics
Lab 1: Lab Title Here
Introduction
Lab 1 introduces basic Cisco Packet Tracer (PT) features, starting with a pre-supplied file. In particular:
Part A: Download and Open a .pkt File – Sounds simple, and it is, but you have to start somewhere. The entire CCNA 200-301 Deep Dive series uses labs that begin with “download and open a .pkt file”; now’s the time to get used to the process.
Part B: Device Info and Access – Learn how to use the PT user interface, particularly the main window, to discover facts about each device in the supplied topology and how to access the CLI of each device.
Bonus: Miscellaneous PT User Interface Experiments – The bonus section exists for those who finish the core of the lab. If you finish the earlier parts, and would like more to learn, use the Bonus section. This bonus section walks through the steps to add a new LAN switch to the existing topology.
Part A: Part A Heading Copied from Word Doc
This part’s content from the Word doc.
Part B: Heading from the word doc
This part’s content from the Word doc.
Bonus Part: Heading from the word doc
This part’s content from the Word doc.
This section includes the configuration you would add if you followed all the steps in each lab Part.
Part A: No answers listed because this Part adds no configuration.
Part B: Adds configuration for IPv6 addresses on router R1.
Part C: Adds configuration for IPv6 addresses on routers R2 and R3.
Bonus.1: Adds configuration for IPv6 addresses on router R4.
Bonus.2: Changes configuration on routers R1 and R3 to make the WAN link unnumbered.
Bonus.3: No answers listed because this Part adds no configuration.
Part B: Answers
Part B adds IPv6 addresses to router R1, as follows:
Router R1:
ip route 172.16.2.0 255.255.255.0 s0/0/0
Part C: Answers
Part C enables IPv6 routing and adds IPv6 addresses to routers R2 and R3, as follows:
Router R2:
ip route 172.16.3.192 255.255.255.192 172.16.13.3
Router R3:
ip route 172.16.1.0 255.255.255.0 172.16.13.1
Part Bonus.1: Answers
Part Bonus.1 adds IPv6 routing and IPv6 addresses to router R4:
R4
ip route 172.16.1.0 255.255.255.0 172.16.14.1 ip route 172.16.2.0 255.255.255.0 172.16.14.1 ip route 172.16.3.192 255.255.255.192 172.16.14.1
Part Bonus.2: Answers
Part Bonus.2 removes the IPv6 GUAs from the R1-R3 WAN link and then configures the link to use IPv6, but only use LLAs for addresses.
R1
ip route 172.16.13.0 255.255.225.0 172.16.12.1 ip route 172.16.14.0 255.255.225.0 172.16.12.1
R3
ip route 172.16.12.0 255.255.225.0 172.16.13.1 ip route 172.16.14.0 255.255.225.0 172.16.13.1