SDN and NFV is the next phase of technology change which will help service provider to launch the services in single click. This is all about the programmability of the networks by using open source software defined network controller.
Showing posts with label Qemu. Show all posts
Showing posts with label Qemu. Show all posts
Monday, July 19, 2010
Ready Made Junos For Laptop
Ready made JUNOS OS for your laptop. During googling I found the rapidshare link to download ready made JUNOS. Download the given files and follow the steps:-
Here is the running junos 7.4 in Qemu.
download the files extract to one folder. and follow these steps.
1. Install TAP interface buy installing open vpn software.
2. open command prompt and goto the qemu folder
3. run the following commands.
jqemu.exe -L . -m 256 -hda Olive.img -serial telnet::1001,server -localtime -net nic,vlan=1,macaddr=00:aa:00:00:01:01,model=i82559er -net tap,vlan=1,ifname=TAP1
4. Open another command prompt, tellnet to 127.0.0.1 port 1001
Loggin details of Running Junos.
Login id= root
Pass= juniper123
Download link:
Code:
http://rapidshare.com/files/204801146/qemu.part11.rar.html
http://rapidshare.com/files/204793616/qemu.part10.rar.html
http://rapidshare.com/files/204786284/qemu.part09.rar.html
http://rapidshare.com/files/204778149/qemu.part08.rar.html
http://rapidshare.com/files/204770746/qemu.part07.rar.html
http://rapidshare.com/files/204762906/qemu.part06.rar.html
http://rapidshare.com/files/204755972/qemu.part05.rar.html
http://rapidshare.com/files/204749740/qemu.part04.rar.html
http://rapidshare.com/files/204743032/qemu.part03.rar.html
http://rapidshare.com/files/204736026/qemu.part02.rar.html
http://rapidshare.com/files/204728423/qemu.part01.rar.html
Code:
Open VPN
http://rapidshare.com/files/204801980/openvpn-2.0.9-install.exe.html
Click Here To Read Rest Of The Post...
Sunday, July 18, 2010
Integrate JUNOS with GNS3
After JUNOS installation on QEMU, now the next step is to integrate JUNOS with GNS3. This is only possible by adding cloud in the GNS; add the TAP1 interface in cloud and connect that interface with cisco router.
See the depicted images:-
Image 1:- Configure cloud interface with TAP1 interface
Image 2:- Select the TAP1 interface
Image 3:- Connect TAP1 interface of cloud with Cisco GNS3 router.
Click Here To Read Rest Of The Post...
Thursday, July 8, 2010
Installing QEMU for JUNOS Integration
This post will cover the installation of JUNOS on PC. For JUNOS simulation, I am using OLIVE. Below are the steps required to get the installation done:-
1. Download QEMU and JQEMU for Windows and add JQEMU in QEMU folder. JQEMU is required because it provides windows driver for virtual intel nic card.
2. Download Open VPN to create TAP interface. This is required because we cannot upload the JUNOS image directly to QEMU. To achieve the task we need open vpn.
4. Download JUNOS operating system. I am using Jinstall-7.4r3.4-Domestic-Signed.tgz. This could be downloaded from here.
5. Download free 3CDaemon ftp server to upload JUNOS in QEMU.
Installation Process:-
1. Put the free BSD mini ISO image in QEMU directory.
2. Run depicted command from command prompt to create OLIVE image.
C:\GNS-JUNOS\qemu-0.9.0-windows>qemu-img.exe create olive.img -f qcow2 4G (4G means allocating 4Gb memory)
3. Run depicted command to start the QEMU installation process.
C:\GNS-JUNOS\qemu-0.9.0-windows>qemu.exe -L . -m 256 -hda olive.img -cdrom 4.4-mini.iso -boot d -localtime
4. Qemu installation window will pop up and start with the standard installation.
Figure 1
Skip kernal configuration and go with the standard one.
Figure 2
Figure 3
In the next windows, simply select option A for all and press Q.
fF
Figure 5
Figure 6
The next step is the utmost step which will define the partition type.We have to define partition like given below:-
1. 1024M for / partition and select FS(File System)
2. 1024M which is swap partition.
3. 12M for /config and select FS(File System)
4. 2035M for /var and select FS(File System)
Make sure to follow the same steps as depicted in the images.
Figure 7
Now press C to create first partition which is "/"
Figure 8
Figure 9
Figure 10
Now create the second partition which is swap.
Figure 11
Figure 12
Create the third partition which is /config.
Figure 13
Figure 14
Now move to the last partition
Figure 15
Figure 16
After complete partition, it will like below:-
Figure 17
Then select no for the setting ((Ethernet/SLIP config, gateway, inetd, FTP, NFS, security, console, linux compatibility, set time, etc), only configure root password.
Figure 18
Select user and then press X.
Select no for user confirmation request.
Figure 19
Select CD/DVD and press enter
Figure 20
Press Yes in the next window and you will find congratulations window for the installation.
Figure 21
After this press ALT+Control+2 and type quit to come out. In the next post, I will use this installation to install JUNOS in PC.
Click Here To Read Rest Of The Post...
Subscribe to:
Posts (Atom)