SFC All in One setup, No response from SFF
Hi , I am planning to deploy SFC using [this guide] ( https://drive.google.com/file/d/0BzS_... ).
I have everything on single machine. Everything worked fine ,SFF,SF,Rendered Service path were created successfully. In the final step I check using command
"python3.4 sff_client.py --remote-sff-ip <my _host_ip=""> --remote-sff-port 4789 --sfp-id 1 --sfp-index 255" ,
I get sending packet but then error "No response from <host_ip 4789="">". Btw when I check this port 4789, I see it is open and responding.
Can anyone help me out here? What is going wrong here.?
Regards, Saurav
HI, Do you see flows getting installed after SFP is created? Even I am stuck at same point. If you are running on NSH enabled OVS, give remotes-sff-port as 6633. THis might work only if you have flows installed
Krishnasharma ( 2015-10-28 23:04:39 -0800 )editYes, I can see flows are added on ovs. Every thing worked fine but when I tried sending packets, I get no response from <ip:port>. Even though rules are added but they are not getting hit. Somewhere I think packet is getting dropped.
90.suman ( 2015-10-30 03:09:41 -0800 )editBe carreful with the sfp-id it is changed every time you create a new rsp. In addition, in the SFC101 demo, you are refferd, there is no need of OVS. In the SFC102 demo you need OVS-NSH.
chrisborovas ( 2016-03-22 09:06:52 -0800 )edit