-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Python Web Development with Sanic
By :
Learning about networking can be a lot of fun and leveraging your imagination enables you to design, configure, and troubleshoot complex network architectures. However, as an aspiring network professional and candidate for the CCNA certification, it is important to gain a lot of practical, hands-on experience in implementing and administering Cisco devices. This means that everything you learn, in theory, should be applied to a practical lab to help you gain a solid understanding of the topic.
To assist with creating a lab environment, Cisco has created a very powerful network simulator application for students who are pursuing the CCNA certification. It is called Packet Tracer and it is available to anyone for free. The Cisco Packet Tracer application helps students design, configure, and troubleshoot real-world Cisco architectures without the need to acquire expensive physical devices. Most importantly, the Cisco Packet Tracer commands used on devices within the application can be easily copied and pasted into real Cisco devices.
To get your hands on the Cisco Packet Tracer application, please follow the given steps:
Get Started With Self-Paced button, as shown in Figure 2.9:
Figure 2.9: Packet Tracer course
Sign up link to register for a free user account on the platform, as shown in Figure 2.10:
Figure 2.10: Login portal
Terms and Conditions window will appear. Ensure you read and accept them to proceed to the next step.Course Outline tab, click on 1.0.3 Download Cisco Packet Tracer to access the download link for the Cisco Packet Tracer application, as shown in Figure 2.11:
Figure 2.11: Course platform
Note
I strongly suggest that you complete the Getting Started with Cisco Packet Tracer course at step 5 before proceeding further. The course will help you become familiar with the user interface to ensure you can find your way around the application.
Figure 2.12: Locating Cisco Packet Tracer
Note
For the exercises throughout this book, I’ll be using Packet Tracer 8.2.2 Windows 64bit.
Cisco Skills For All option, as shown in Figure 2.13:
Figure 2.13: Sign-in portal
Figure 2.14: Cisco Packet Tracer
Now that you have completed this exercise and have acquired a copy of the Cisco Packet Tracer application, you will learn how to use the Packet Tracer interface.
Now that you have installed Packet Tracer on your PC, the following instructions will help you become a bit more familiar with the user interface and locate items easily:
Figure 2.15: Cisco Packet Tracer user interface
Networking Devices, End Devices, Components, Connections, Miscellaneous, and Multiuser Connection, as shown in Figure 2.16:
Figure 2.16: Cisco Packet Tracer device categories
Note
Hovering the mouse cursor over each icon shows you the name of the category or component.
Networking Devices category to display the sub-category on the lower row, as shown in Figure 2.17:
Figure 2.17: Device sub-categories
Routers within the sub-categories to display various models of Cisco routers that are integrated into the Packet Tracer application, as shown in Figure 2.18:
Figure 2.18: Network devices in Cisco Packet Tracer
2911 router and drag it anywhere within the space.End Devices category, click on PC0, and drag it onto the logical space, as shown in Figure 2.19:
Figure 2.19: PC and router within Cisco Packet Tracer
Connections category, select the Console cable, then click on PC0 and attach it to the RS-232 port. To connect the other end of the cable, click on the 2911 router and select the Console port, as shown in Figure 2.20:
Figure 2.20: PC to router using a console cable
Note
If you’re having difficulties setting up the lab, you can download the pre-built lab file from https://packt.link/CCNArepoCh02 and select the Lab 1 - Accessing the Cisco IOS CLI.pkt file to download and open it with Packet Tracer on your computer.
PC0 and select Desktop | Terminal, as shown in Figure 2.21:
Figure 2.21: Terminal within Cisco Packet Tracer
Terminal application opens, click on OK to access the CLI on the router, as shown in Figure 2.22:
Figure 2.22: Terminal settings
startup-config file, it will prompt the user with the following question:Would you like to enter the initial configuration dialog? [yes/no]:
no and hit Enter twice to continue, as shown in Figure 2.23:
Figure 2.23: CLI of a Cisco IOS device
yes will enable the initial configuration dialog; however, this option is not recommended for an aspiring network engineer pursuing the CCNA certification. Hence, always type no and hit Enter to access the User Exec mode.Now that you have learned how to access a new Cisco IOS device using the console cable, next, you will learn how to set up a small Cisco network and test end-to-end connectivity.