http://www.nec-labs.com/~lume/sdn-reading-list.html
http://portal.etsi.org/Portals/0/TBpages/NFV/Docs/NFV_White_Paper3.pdf
Showing posts with label SDN. Show all posts
Showing posts with label SDN. Show all posts
Saturday, October 18, 2014
Friday, June 13, 2014
Setup gateway, static IP and SSH for Brocade Vyatta vRouter
Login as vyatta
$ configure
# set system gateway-address 192.168.1.1
# set interfaces ethernet eth0 address 192.168.1.186/24
# commit
# save
# exit
$ reboot
Now setup SSH
Login as vyatta
$ configure
# set service ssh
# commit
# save
# exit
Now we can run ssh from other server and connect into the Brocade Vyatta vRouter :
[openstack@novo ~]$ ssh vyatta@192.168.1.186
The authenticity of host '192.168.1.186 (192.168.1.186)' can't be established.
RSA key fingerprint is 60:37:ea:15:b3:3e:58:f5:7b:16:80:5f:ad:d9:4e:bd.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '192.168.1.186' (RSA) to the list of known hosts.
Welcome to Vyatta
vyatta@192.168.1.186's password:
Welcome to Vyatta
Version: VSE6.6R5S1
Description: Brocade Vyatta 5410 vRouter 6.6 R5S1
Copyright: 2006-2014 Vyatta, Inc.
Last login: Fri Jun 13 20:05:55 2014
vyatta@vyatta:~$
$ configure
# set system gateway-address 192.168.1.1
# set interfaces ethernet eth0 address 192.168.1.186/24
# commit
# save
# exit
$ reboot
Now setup SSH
Login as vyatta
$ configure
# set service ssh
# commit
# save
# exit
Now we can run ssh from other server and connect into the Brocade Vyatta vRouter :
[openstack@novo ~]$ ssh vyatta@192.168.1.186
The authenticity of host '192.168.1.186 (192.168.1.186)' can't be established.
RSA key fingerprint is 60:37:ea:15:b3:3e:58:f5:7b:16:80:5f:ad:d9:4e:bd.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '192.168.1.186' (RSA) to the list of known hosts.
Welcome to Vyatta
vyatta@192.168.1.186's password:
Welcome to Vyatta
Version: VSE6.6R5S1
Description: Brocade Vyatta 5410 vRouter 6.6 R5S1
Copyright: 2006-2014 Vyatta, Inc.
Last login: Fri Jun 13 20:05:55 2014
vyatta@vyatta:~$
Brocade Vyatta vRouter Software Installation
I used Oracle VirtualBox as VM for Brocade Vyatta vRouter Software Installation.
System requirements :
Minimum 512MB memory
Minumum 2GB disk space
Here are the settings in VirtualBox :
Click New
Click Settings -> Network
Click Storage -> Add DVD device
Select file vyatta-livecd_VSE6.6R5S1_amd64.iso
This file was downloaded from Brocade as 60-day free trial.
Now Click Start
Default login / password is vyatta / vyatta
install system
Select destination drive
Copying system files
and then
Copying configuration file to /config/config.boot
Set the administrator password
Installing the GRUB boot loader
reboot
We need to remove the virtual DVD to avoid booting from the LiveCD ISO file.
click Settings -> Storage -> Remove disk from virtual drive (remove the ISO file)
After the login promt is back, login as vyatta again.
$ show version
$ show configuration
We can see eth0 and eth1
System requirements :
Minimum 512MB memory
Minumum 2GB disk space
Here are the settings in VirtualBox :
Click New
Click Settings -> Network
Click Storage -> Add DVD device
Select file vyatta-livecd_VSE6.6R5S1_amd64.iso
This file was downloaded from Brocade as 60-day free trial.
Default login / password is vyatta / vyatta
install system
Select destination drive
Copying system files
and then
Copying configuration file to /config/config.boot
Set the administrator password
Installing the GRUB boot loader
reboot
We need to remove the virtual DVD to avoid booting from the LiveCD ISO file.
click Settings -> Storage -> Remove disk from virtual drive (remove the ISO file)
After the login promt is back, login as vyatta again.
$ show version
$ show configuration
We can see eth0 and eth1
Subscribe to:
Posts (Atom)


























