Implementing Brocade OF/Netconf Vyatta Router

In this episode I am  installing the Vrouter as a virtual machine on my ESXI server 192.168.0.25. We will configured this router to communicate with the Controller over the South bound interface using Netconf protocol.

vr_mainscreen

Lets go ahead and create a Virtual machined for the Netconf complaint router

vr1

 

 

vr2

 

 

vr3

 

vr4jpg

 

 

vr5

 

vr6

 

 

vr7

 

vr8

 

vr9

 

vr11

 

Activating the license

[edit]
vyatta@vyatta# set system name-server 202.83.21.43

vyatta@vyatta# set protocols static route 0.0.0.0/0 nex
next-hop                   next-hop-routing-instance
[edit]
vyatta@vyatta# set protocols static route 0.0.0.0/0 next-hop 192.168.0.1
[edit]

vyatta@vyatta# ping yahoo.com
PING yahoo.com (206.190.36.45) 56(84) bytes of data.
64 bytes from ir1.fp.vip.gq1.yahoo.com (206.190.36.45): icmp_seq=1 ttl=45 time=263 ms
64 bytes from ir1.fp.vip.gq1.yahoo.com (206.190.36.45): icmp_seq=2 ttl=45 time=262 ms

Leave a Reply

Your email address will not be published.