Re: [Ryu-devel] help-- rest_vtep : ping between s1h1 and s2h1 not working

2017-05-14 Thread Iwase Yusuke
Hi Tessy, Sorry for the delay. On my environment, rest_vtep works as expected. If routes were advertised correctly, please confirm the following points; - Make sure the virtual networks are registered. e.g.) curl -X GET http://localhost:8080/vtep/networks | python -m json.tool { "10": {

Re: [Ryu-devel] help-- rest_vtep : ping between s1h1 and s2h1 not working

2017-05-08 Thread Tessy Thomas
halo, i run it in different system(one in my laptop and other in the system),routes are advertised but ping between hosts is not successful, thankyou On Mon, May 8, 2017 at 1:04 PM, Iwase Yusuke wrote: > Hi Tessy, > > Let me confirm your environment, first. > > > i run the rest_vtep in my lapy

Re: [Ryu-devel] help-- rest_vtep : ping between s1h1 and s2h1 not working

2017-05-08 Thread Iwase Yusuke
Hi Tessy, Let me confirm your environment, first. > i run the rest_vtep in my lapyop and system, > In both 1 controller, 1 openvswitch,2 hosts were run(using mininet) rest_vtep supposes 2 Ryu controller and 2 OVS, which are running on the separated host as following, because rext_vtep will commu

Re: [Ryu-devel] help-- rest_vtep : ping between s1h1 and s2h1 not working

2017-05-03 Thread Tessy Thomas
1.creating bgp speaker - success 2.registering the neighbours -success 3.vni creation- success 4. registering clients success Routes are correctly advertised between the hosts( laptop and System) But ping between s1h1 and s2h1 is not working... kindly help On Wed, May 3, 2017 at 3:08 PM, Tessy

[Ryu-devel] help-- rest_vtep : ping between s1h1 and s2h1 not working

2017-05-03 Thread Tessy Thomas
hi, i run the rest_vtep in my lapyop and system, In both 1 controller, 1 openvswitch,2 hosts were run(using mininet) All configuration steps are working successfully, But the final step ping between s1h1 and s2h1 is not working. What am i doing wrong?,kindly help.. Thankyou -

Re: [Ryu-devel] help--rest_vtep

2017-04-19 Thread Tessy Thomas
haii i could not esablish BGP(EVPN) connection...""state:down"" is shown. kindly help... step1: Creates a new BGPSpeaker instance on each host.::: is working fine step2:Registers the neighbor for the speakers on each host.---> didnt get 1. (Host A)$ curl -X GET http://localhost:8080/

Re: [Ryu-devel] help--rest_vtep

2017-04-13 Thread Yusuke Iwase
Hi, Please confirm again that rest_vtep needs to be executed on the separated machine. It seems that the port Ryu's BGP instance listing on is conflicted. Thanks, Iwase 2017/04/13 16:49、Tessy Thomas のメッセージ: > hi..i run it with sudo ..but step2:Registers the neighbor for the speakers on > ea

Re: [Ryu-devel] help--rest_vtep

2017-04-12 Thread Yusuke Iwase
Hi, Well... Please confirm ryu-manager running with "sudo", because BGP needs to listen well-known port 179, which requires root privilege on Linux. I'm sorry it is not clearly described on the document. Thanks, Iwase 2017/04/11 17:20、Tessy Thomas のメッセージ: > hi.. > i am getting correct respons

Re: [Ryu-devel] help--rest_vtep

2017-04-10 Thread Iwase Yusuke
Hi, What did rest_vtep.py response for "1. Creates a new BGPSpeaker instance on each host."? Did you get the message as expected? http://ryu.readthedocs.io/en/latest/app/rest_vtep.html#ryu.app.rest_vtep.RestVtepController.add_speaker Thanks, Iwase On 2017年04月11日 14:31, Tessy Thomas wrote: >

Re: [Ryu-devel] help--rest_vtep

2017-04-10 Thread Tessy Thomas
hi .thankyou for the replyi run both controller in same machine(in 2 terminal) will do it in 2 vm thankyou On Tue, Apr 11, 2017 at 5:42 AM, Iwase Yusuke wrote: > Hi, > > First, please let me make your question clear. > Are you trying to start ryu1 and ryu2 on the same host(or the same VM)? >

Re: [Ryu-devel] help--rest_vtep

2017-04-10 Thread Iwase Yusuke
Hi, First, please let me make your question clear. Are you trying to start ryu1 and ryu2 on the same host(or the same VM)? rest_vtep.py suppose to be executed on the different host for each other. http://ryu.readthedocs.io/en/latest/app/rest_vtep.html#environment e.g.) On Host A, Ryu1 and s1(

Re: [Ryu-devel] help--rest_vtep

2017-04-09 Thread Iwase Yusuke
Hi, Thank you for reporting! On 2017年04月09日 20:31, Tessy Thomas wrote: > hi. > i followed http://ryu.readthedocs.io/en/latest/app/rest_vtep.html .. but i am > very new to ryu,..can someone kindly help me to run it. > > cd ryu1 > ryu-manager ryu/app/rest_vtep.py > > cd ryu2 > ryu-manager r

[Ryu-devel] help--rest_vtep

2017-04-09 Thread Tessy Thomas
hi. i followed http://ryu.readthedocs.io/en/latest/app/rest_vtep.html .. but i am very new to ryu,..can someone kindly help me to run it. cd ryu1 ryu-manager ryu/app/rest_vtep.py cd ryu2 ryu-manager ryu/app/rest_vtep.py ovs-vsctl add-br s1-ovs ovs-vsctl set-controller s1-ovs tcp:172.17.0.1: