Importing Cisco IOU VM into Virtualbox

Importing Cisco IOU VM into Virtualbox, the Cisco IOU VM can be obtained from this < http://sourceforge.net/projects/gns-3/files/IOU%20VMs/ >.
media_1420504468254.png
Download the GNS3 IOU VM.ova file as of latest.
media_1414226678019.png
Launched Oracle VM VirtualBox Manager.
media_1414226707749.png
File > Import Appliance...
media_1414226724885.png
Browse to the download GNS3 IOU VM.ova file
media_1414226751806.png
Open the GNS3 IOU VM.ova file.
media_1414226767333.png
Select Next
media_1414226952725.png
Select Import. Be sure there is enough RAM on the PC/Laptops.
media_1414226962370.png
media_1414226972521.png
Select Settings. Do not Start yet. Configure the Network Settings.
media_1414226987589.png
In the Settgs, ensure Network Adapter 1 is Host-only Adapter on VirtualBox Host-Only Ethernet Adapter.
media_1414227038291.png
Power on the GNS3 IOU VM.
media_1414241622689.png
Login into the GNS3 IOU VM console with login:password as root / cisco.
media_1414241753228.png
Confirm the GNS3 IOU Host IP address is 192.168.56.101.
media_1414227150515.png
Use any Internet Browser and goto http://192.168.56.101:8000/upload
media_1414227184129.png
Select the Cisco IOU image.
Note: Image cannot be provided but google is always your best friend. The hint I can give is search for this i86bi_linux_l2-ipbasek9-ms.may8-2013-team_track and i86bi_linux-adventerprisek9-ms.152-4.M1
media_1414227195790.png
Click upload
media_1414227203744.png
Upon complete, the IOU path will be printed on the Files on 192.168.56.101:8000
media_1414241846206.png
Proceed to upload other IOS image file till completed.
media_1414241970527.png
Do not save any project, just cancel. Edit > Preferences...
media_1414242076127.png
Select Add to add the "Virtualbox GNS3 1.0 IOU VM" host IP address into the Remote servers. Apply. Do not click OK yet, we going to configure the IOS on UNIX.
media_1414242364206.png
For Cisco IOS, it required a license number to operated hence a license key is required to be pushed to the server. The licence can be download in this link. If you run into any issue with licensing, visit this forum http://forum.gns3.net/topic9032.html .
media_1414242347850.png
My personal reference is copy and paste the file iourc.txt that I download into C:\Program Files\GNS3 making it easy for me to just browse to one location.
media_1414242388375.png
Once the iourc.txt is specify, select Apply. Do not click OK yet, there is additional settings to be configure in IOU devices.
media_1414243195350.png
Adding the IOU device, before that the IOU path field is required. Let take a look how to quickly copy the path.
media_1414243102472.png
Confirm the images is upload into GNS IOU VM going into
cd /home/gns/GNS3/images
ls -l
pwd
(All case sensitive for above three line commands)
media_1414243124477.png
Remember this, there is trick. Using any Internet Browser, open up 192.168.56.101:8000 and the Files on 192.168.56.101:8000 will be displayed. Highlight the path and copy to the next step. I am going to use this L2 Switch image for this illustration.
media_1414243241625.png
Select Remote and ensure that Run on server with 192.168.56.101:8000 is selected. It can be on different IP address as long the remote servers is selected corrected.
media_1414243324482.png
Copy and paste the IOU image path. For the name, any name can be specify as I choose to use the image name. L2 image is for this illustration, as L3 image is the same procedure.
media_1414243344093.png
media_1414243414396.png
Drag the IOU L2 Switches from the Switches panel and happy GNS3!. Continued and repeat the steps with a L3 Router as well

Installing VirtualBox 4 and Python 2.7

This required Internet connection. Go to Virtualbox website to download the Windows host installation.
media_1414192207418.png
Download and prepared to run the setup.
media_1414192347380.png
Select Next >
media_1414192354171.png
Select Next > (Leave as Default)
media_1414192360693.png
Select Next > (Leave as Default)
media_1414192374391.png
Select Yes
media_1414192379580.png
Select Install
media_1414192402013.png
media_1414192408831.png
Select Install to allow it to install USB driver
media_1414192419340.png
Select Install to allow it to install Network Adapter Driver
media_1414192428647.png
Select Install to allow it to install Network Adapter Driver
media_1414192452028.png
Select Finish

Install Python

media_1414192531739.png
Browse to python.org website In this illustration, Python 2.7.8 will be installed instead of Pyhton 3.4.X
(X denote the last revision number)
media_1414192726578.png
Select Install for all users and Next > (leave as default)
media_1414192731438.png
Select Next >
media_1414192735829.png
Select Next >
media_1414192740348.png
media_1414192744634.png
Finish

System Properties

media_1361608890300.png

Environment Variables

media_1361609005489.png
Set the system’s PATH variable to include directories that include Python components and packages we’ll add later. To do this:
Right-click Computer and select Properties.
In the dialog box, select Advanced System Settings.
In the next dialog, select Environment Variables.

Edit System Variable

media_1361609041253.png
In the User Variables section, edit the PATH statement to include this:
C:\Python27;C:\Python27\Lib\site-packages\;C:\Python27\Scripts\;

Command Prompt

media_1361609162154.png
Type python to verify that it is working.