Introduction to GNS3: Difference between revisions

From ITCwiki
Jump to navigation Jump to search
Line 22: Line 22:
Most of the time you will need to download the all-in-one package that contains everything  you need (Dynamips, Qemu/Pemu, Putty and WinPCAP).  
Most of the time you will need to download the all-in-one package that contains everything  you need (Dynamips, Qemu/Pemu, Putty and WinPCAP).  
To download GNS3, go to http://www.gns3.net and follow the downloading instruction on the website, or you may simply click here to download the all in one package of GNS3.
To download GNS3, go to http://www.gns3.net and follow the downloading instruction on the website, or you may simply click here to download the all in one package of GNS3.
[[File:01_dl_gns3.jpg]]


===Installing GNS3===
===Installing GNS3===

Revision as of 18:27, 9 May 2011

Introduction

In project will give you a brief introduction to GNS3 as a Quick Start Guide only. It will not cover everything you need to know about GNS3. For more information and detail, please refer to the official website at http://www.gns3.net/.

GNS3 is an open source, free program that can be used to to simulate actual Cisco IOS and even Juniper JunOS, too. GNS3 is a graphical network simulator that allows emulation of complex networks. It allows you to run a Cisco IOS in a virtual environment on your computer running Windows or Linux OS. Emulation is possible based on Cisco router platforms and PIX firewalls. It is a great tool for people who preparing for Cisco certifications such as CCNA and CCNP certifications. I found that it is a very good tool for learning and testing in a lab environment. However, there are some advantage and disadvantage of GNS3.

Advantages of GNS3

  • GNS3 is an open source, free program.
  • GNS3 runs an actual Cisco IOS.
  • Can simulate complex network compare to Cisco Packet Tracer and other programs.

Disadvantage of GNS3

  • High CPU utilization.
  • It can not take the place of a real router.
  • Slow throughput compare to real equipments.
  • Very limited switching functionality.
  • Limited Cisco device platforms supported.

Quick Start Guide

I will show you how to download, install, and setup a simple lab using GNS3. There are Windows version and Linux version of GNS3 but I will discus the version for Windows only in this project.

Downloading GNS3

Most of the time you will need to download the all-in-one package that contains everything you need (Dynamips, Qemu/Pemu, Putty and WinPCAP). To download GNS3, go to http://www.gns3.net and follow the downloading instruction on the website, or you may simply click here to download the all in one package of GNS3.

01 dl gns3.jpg

Installing GNS3

Once you have downloaded the package, just double click it and follow the on screen instructions. Note that GNS3 depends on many dependencies such as WinPCAP, Dynamips, and Pemuwrapper. These dependencies must be installed along with GNS3 in order for GNS3 to work correctly.

Defining Cisco IOS files

Before we configure the location for a Cisco ISO, we must have a Cisco ISO for one of the supported platforms. Remember that not every Cisco ISO images are supported in GNS3. Only certain IOS from older platforms of Cisco routers are supported. Current platforms supported include: Cisco 1700, 2600, 2600mx, 2691, 3600, 3700, and 7200 series routers. In this example, I will use the IOS image from my Cisco 2621xm router.

Configuring Cisco IOS location

Creating a Sample Topology

I will show you how to use GNS3 to setup a simple lab.

Conclusion