[vpp-dev] VRF over IPSEC

2019-05-18 Thread omid via Lists.Fd.Io
Hi, I was wodering if it is possible to encrypt traffic based on VRF id in VPP?thank you -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13081): https://lists.fd.io/g/vpp-dev/message/13081 Mute This Topic: https://lists.fd.io/mt/31663252/21656 Group

[vpp-dev] enable RSS in vpp

2019-03-10 Thread omid via Lists.Fd.Io
Hi,VPP crashes with multi-queue. How to enable RSS in VPP for supporting multi-queue?thanks. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#12474): https://lists.fd.io/g/vpp-dev/message/12474 Mute This Topic: https://lists.fd.io/mt/30375785/21656 G

[vpp-dev] problem with two different traffic

2019-03-03 Thread omid via Lists.Fd.Io
Hi, There's a strange problem I confront with in VPP. Here is the scenario:1- (Success) I generate a 1 Gig/sec traffic from a port and everything is ok with VPP.2- (Failure) I generate two 500 MB/sec traffics from two different ports but all of sudden VPP stops forwarding and then even a simple

[vpp-dev] vpls #vpp

2018-10-14 Thread omid via Lists.Fd.Io
Hello I've done some coding to support VPLS in VPP as data plane and FRR as the control plane. I'm trying to connect a cisco 7606 to a system with VPP & FRR with VPLS protocol. The VPLS tunnel is all OK between two (VPP+FRR) routers. It is also OK between two Cisco routers. The received packet

[vpp-dev] creat mpls tunnel

2018-06-12 Thread omid via Lists.Fd.Io
Hi,how mpls tunnel add with an arbitrary name?thanks. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#9587): https://lists.fd.io/g/vpp-dev/message/9587 Mute This Topic: https://lists.fd.io/mt/21999010/21656 Group Owner: vpp-dev+ow...@lists.fd.io Uns

Re: [vpp-dev] #vpp vpls configuration

2018-05-01 Thread omid via Lists.Fd.Io
node ? best regards.   On Monday, April 30, 2018, 6:41:18 PM GMT+4:30, Neale Ranns wrote:     Looks OK to me. Packet trace maybe?   Just a note, you don’t need two out-labels on your tunnel (and so you don’t need to neos entry on RX)   /neale   From: on behalf of "omid vi

Re: [vpp-dev] #vpp vpls configuration

2018-04-30 Thread omid via Lists.Fd.Io
?   Just a note, you don’t need two out-labels on your tunnel (and so you don’t need to neos entry on RX)   /neale   From: on behalf of "omid via Lists.Fd.Io" Reply-To: "zeinalpouro...@yahoo.com" Date: Monday, 30 April 2018 at 14:45 To: "vpp-dev@lists.fd.io&q

[vpp-dev] #vpp vpls configuration

2018-04-30 Thread omid via Lists.Fd.Io
Hi, my configurtion vpls is based on toplogy. VPLS configuration: MPLS L2VPN VPLS VPP1-VM1 set int state eth1 up set int state eth0 up set int ip address eth1 2.1.1.1/24 mpls tabel add 0 set interface mpls eth1 enable mpls tunnel l2-only via 2.1.1.2 et

[vpp-dev] #vpp vpls configuration

2018-04-23 Thread omid via Lists.Fd.Io
Hi, I configure vpls with  following commands: VPLS configuration: MPLS L2VPN VPLS PE1 1.create host-interface name eth0 2.create host-interface name eth1 3.set int state host-eth1 up 4.set int state host-eth0 up 5.set interface mac address host-eth0 00:03