Re: [openstack-dev] [neutron] Query about re-directing incoming traffic.

2015-12-29 Thread Neil Jerram
On 28/12/15 16:16, Vikram Choudhary wrote: > Hi All, > > We want to redirect all / some specific incoming traffic to a > particular neutron port, where a network function is deployed. > [Network function could be DPI, IDS, Firewall, Classifier, etc]. In > this regard, we have few queries: Isn't

Re: [openstack-dev] [neutron] Query about re-directing incoming traffic.

2015-12-29 Thread Kevin Benton
>What are NBIs? "North bound interfaces" - the term the SDN world has invented that just means a high-level API for controlling network traffic. The counter-part is the "south bound interface", which is the protocol(s) the SDN controller uses to communicate with the network equipment (e.g.

Re: [openstack-dev] [neutron] Query about re-directing incoming traffic.

2015-12-29 Thread Vikram Choudhary
On Tue, Dec 29, 2015 at 3:08 PM, Neil Jerram wrote: > On 28/12/15 16:16, Vikram Choudhary wrote: > > Hi All, > > > > We want to redirect all / some specific incoming traffic to a > > particular neutron port, where a network function is deployed. > > [Network function

Re: [openstack-dev] [neutron] Query about re-directing incoming traffic.

2015-12-28 Thread Chandra Mohan Babu Nadiminti
Have a look at extra-route extension. http://developer.openstack.org/api-ref-networking-v2-ext.html#extraroute-ext On Mon, Dec 28, 2015 at 9:10 AM, Vikram Choudhary wrote: > > > On Mon, Dec 28, 2015 at 10:20 PM, Jay Pipes wrote: > >> On 12/28/2015

Re: [openstack-dev] [neutron] Query about re-directing incoming traffic.

2015-12-28 Thread Vikram Choudhary
On Tue, Dec 29, 2015 at 2:34 AM, Chandra Mohan Babu Nadiminti < nadiminti.chan...@gmail.com> wrote: > Have a look at extra-route extension. > > > http://developer.openstack.org/api-ref-networking-v2-ext.html#extraroute-ext > Vikram: IIUC, extra-route can only re-direct the traffic to a specific

Re: [openstack-dev] [neutron] Query about re-directing incoming traffic.

2015-12-28 Thread Vikram Choudhary
On Mon, Dec 28, 2015 at 10:20 PM, Jay Pipes wrote: > On 12/28/2015 11:13 AM, Vikram Choudhary wrote: > >> Hi All, >> >> We want to redirect all / some specific incoming traffic to a particular >> neutron port, where a network function is deployed. [Network function >> could

Re: [openstack-dev] [neutron] Query about re-directing incoming traffic.

2015-12-28 Thread Jay Pipes
On 12/28/2015 11:13 AM, Vikram Choudhary wrote: Hi All, We want to redirect all / some specific incoming traffic to a particular neutron port, where a network function is deployed. [Network function could be DPI, IDS, Firewall, Classifier, etc]. In this regard, we have few queries: 1. How we