Re: [vpp-dev] Help needed to bringup IPSec session between 2 VPP using IKEv2 plugin

2022-08-25 Thread Nilesh Inamdar
Hi Shelton, Thanks for looking into it. I tried configuring algorithms on the Responder side as well. But I'm still getting same issue. Following are new logs after configuring algorithms on the Responder side. # Initiator logs

Re: [vpp-dev] Query regarding neos mpls fib entry for tunnel interface

2022-08-25 Thread sreejith n
Hi Neale, Thanks a lot for the help. Thanks & Regards, Sreejith On Fri, 26 Aug, 2022, 4:34 AM Neale Ranns, wrote: > > > > > *From: *vpp-dev@lists.fd.io on behalf of sreejith n > via lists.fd.io > *Date: *Thursday, 25 August 2022 at 13:10 > *To: *vpp-dev@lists.fd.io > *Subject: *[vpp-dev]

[vpp-dev] VPP use rdma

2022-08-25 Thread jiangwenwu2014
Hi The network card of MLX CX6 uses sriov to direct VF to the virtual machine, and then uses the "create interface rdma" command provided by VPP to create an interface. At the same time, use "set interface mac" to configure the RDMA interface in VPP as the MAC address of VF. Currently, you

[vpp-dev] option to drop untagged /tagged packet in vpp.

2022-08-25 Thread Pragya Nand Bhagat
Hi All, Is there a way in vpp to drop untagged packets received on a interface which has different subinterfaces for different vlan. When I create a subinterface using : vpp# create sub-interfaces host-ve_b 100 host-ve_b.100 vpp# create sub-interfaces host-ve_b 10 untagged create sub-interfaces:

Re: [vpp-dev] Query regarding neos mpls fib entry for tunnel interface

2022-08-25 Thread Neale Ranns
From: vpp-dev@lists.fd.io on behalf of sreejith n via lists.fd.io Date: Thursday, 25 August 2022 at 13:10 To: vpp-dev@lists.fd.io Subject: [vpp-dev] Query regarding neos mpls fib entry for tunnel interface Hi All, I have a query regarding neos mpls fib entry for tunnel interface. I have

Re: [vpp-dev] Help needed to bringup IPSec session between 2 VPP using IKEv2 plugin

2022-08-25 Thread Xiaodong Xu
Did you make sure the algorithms (for both encryption and authentication) used for initiator and responder match? It looks like you didn't configure the algorithms for either IKE SA or IPsec SA the responder, I don't know if the default setting will work. If you are unsure about it either, I'd

[vpp-dev] Help needed to bringup IPSec session between 2 VPP using IKEv2 plugin

2022-08-25 Thread Nilesh Inamdar
Hi Team, I am new to VPP. I am trying to bringup IPSec session between 2 VPP using IKEv2 plugin. I followed this link : https://wiki.fd.io/view/VPP/IPSec_and_IKEv2 After doing all the configuration and executing "ikev2 initiate sa-init pr1", I am guessing that child SA is not getting installed