Re: [vpp-dev] Connecting Cellular modem (wwan) interface to VPP

2019-02-04 Thread amir_so
Hi, Finally I was able to make it work,  This is the sequence I did: *#Creating TAP interface* vppctl create tap vppctl enable tap-inject -> create parallel tap for my router plugin (FRR) (tap0 -> vpp16) *#Creating Bridge between tap and wwan0 * brctl addbr br1 brctl addif br1 wwan0 brctl addif br

Re: [vpp-dev] Connecting Cellular modem (wwan) interface to VPP

2019-01-31 Thread Damjan Marion via Lists.Fd.Io
can you paste output of: brctl show ip link ip addr > On 31 Jan 2019, at 20:36, amir...@rad.com wrote: > > Hi Mohsin Kazmi, > Thanks for the quick answer. > I'm not sure I got your point, > I've two PCs each one connect to different physical port in a network device > in the middle. > This net

Re: [vpp-dev] Connecting Cellular modem (wwan) interface to VPP

2019-01-31 Thread amir_so
Hi Mohsin Kazmi, Thanks for the quick answer. I'm not sure I got your point, I've two PCs each one connect to different physical port in a network device in the middle. This network device acts as a router with several ports - one will be cellular in the future.  (Currently simulated by one of th

Re: [vpp-dev] Connecting Cellular modem (wwan) interface to VPP

2019-01-31 Thread Mohsin Kazmi via Lists.Fd.Io
: Thursday, January 31, 2019 12:56 PM To: vpp-dev@lists.fd.io Subject: [vpp-dev] Connecting Cellular modem (wwan) interface to VPP Hi All, I'm trying to connect Cellular modem (wwan) Linux interface to the VPP. I know that DPDK doesn't support LTE modem so I've tried to connect it via

[vpp-dev] Connecting Cellular modem (wwan) interface to VPP

2019-01-31 Thread amir_so
Hi All, I'm trying to connect Cellular modem (wwan) Linux interface to the VPP. I know that DPDK doesn't support LTE modem so I've tried to connect it via Linux Bridge to VPP TAP interface. In order to test it I've connect all Ethernet interface except one (that will simulate the LTE) to the VP