In this guide you are going to learn how to install GNS3 2.2.26 on our Ubuntu 21.04 server.
GNS3 is free and open source software used by many network engineers to emulate, configure, test and troubleshoot virtual networks. GNS3 allows one to run small topology consisting of few devices in your laptop, to those that have many devices hosted on multiple servers or even hosted on the cloud.
GNS3 help you prepare for certifications such as CISCO CCNA, CCNP, CCIE and also help while trying real deployments. GNS3 help network engineers to virtualize real hardware. At first it used to emulate CISCO devices with the help of Dynamips but now it has evolved until it can support other devices from multiple network providers i.e brocade, cumulus Linux switches, Docker instances etc.
Advantages of Using GNS3
- It has no limitation on the number of devices supported. As long as your system has enough memory space, has enough CPU power you are free to use.
- It supports multi vendor environments hence no limitation on what devices you can use.
- Its open source and free to use.
- You have wider support in case you meet any problem, reason being you have a wider and larger community ready to help.
- It has native support for Linux hence no need for virtualization technologies.
Installing GNS3 on Ubuntu 21.04
1. Adding GNS3 PPA Repository
PPA allows you to upload Ubuntu source packages to be built and published as an apt repository by launchpad. Use the following command to add PPA:
$ sudo add-apt-repository ppa:gns3/ppa
Press enter to continue
Then you can update your system to reflect on the changes done with the following command:
$ sudo apt update
2. Install GNS3 gui and server
Yo can now install GNS3 gui and server after update is complete with the following command:
$ sudo apt install gns3-gui gns3-server
Required packages will be installed during the process.
Press yes and continue
Do not allow non users to capture packets because it will raise security concerns.
3. Start GNS3
On your terminal type gns3 and it will power GNS3
$ gns3
Cnnfirm local server configuration
Check if connection is successful if you get screenshot like the below figure you are now good to practice your CISCO practice exams
Conclusion
We have learned how to install GNS3 on Ubuntu 21.04, It is now high time you start practicing CISCO practice exams. If you encounter any challenge consult GNS3 Documentation
You may like this content also