Nurat, SFC is also available in OpenStack: https://docs.openstack.org/networking-sfc/latest/ https://docs.openstack.org/networking-sfc/latest/contributor/ovs_driver_and_agent_workflow.html
- Louis -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Justin Pettit Sent: Wednesday, August 16, 2017 11:26 AM To: Nusrat Atta Cc: [email protected] Subject: Re: [ovs-discuss] Service chaining in openvswitch You should be able to find plenty with a web search. It sounds like you want to configure it manually, so I'd recommend using ovs-ofctl. The OVS man pages are also pretty thorough. --Justin > On Aug 16, 2017, at 11:20 AM, Nusrat Atta <[email protected]> wrote: > > Any tutorials or examples using ovs commands? I don't want to use it via open > daylight, so that I can understand it better. > Thanks > > Sent from my iPhone > >> On Aug 16, 2017, at 1:08 PM, Justin Pettit <[email protected]> wrote: >> >> >>> On Aug 16, 2017, at 10:32 AM, [email protected] wrote: >>> >>> Hi, >>> Is it possible to service chain in openvswitch w/o using opendaylight? For >>> example, I have 4 ports configured to a bridge in ovs. The server on port 4 >>> serves up http web pages, I want to make a call from a host on port 1 but I >>> want that request to flow to port 2 and then port 3 and finally to port 4. >>> Is this possible? >> >> Yes, you should be able to do such a thing with OpenFlow rules through a >> controller or the ovs-ofctl command. >> >> --Justin >> >> _______________________________________________ discuss mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-discuss _______________________________________________ discuss mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
