Hello Pim,

Thank you for your answer. I also forgot to mention each VPP will be running on 
different machines.
To simulate the two different machine environment  I run two VPP on same 
machine.
Then, I run your commands on each VPP at same machine but I could not receive 
any data.

This is how I ran the commands as below;

*############# VPP 1 Config ############*
create interface memif id 0 master
create bridge-domain 10
create vxlan tunnel src 192.168.11.3 dst 192.168.11.0 vni 10
set interface l2 bridge memif0/0 10
set interface l2 bridge vxlan_tunnel0 10
set interface state vxlan_tunnel0 up
set interface state memif0/0 up

*############# VPP 2 Config #############*
create interface memif id 0 master
create bridge-domain 10
create vxlan tunnel src 192.168.11.0 dst 192.168.11.3 vni 10
set interface l2 bridge memif0/0 10
set interface l2 bridge vxlan_tunnel0 10
set interface state vxlan_tunnel0 up
set interface state memif0/0 up

Also I connected those memif's with client memif which created in two different 
application.
When I started the one of the memif I should saw the received rx packet counts 
increasing in another one.
But I could not see any packet count increase on rx side. Maybe I did wrong. If 
you have any suggestion, I would be very appreciated.
Thanks a lot.

Best regards,
Mustafa
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#22207): https://lists.fd.io/g/vpp-dev/message/22207
Mute This Topic: https://lists.fd.io/mt/95108399/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/leave/1480452/21656/631435203/xyzzy 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to