Re: [vpp-dev] L2 xconnect feature on multiple interface

2019-01-19 Thread david . leitch . vpp
If I change the mode of TenGE4/0/0 and TenGE4/0/1 to L3 Mode then tx/rx counters of TenGE7/0/0 and TenGE7/0/1 matches and the rx counter of TenGE7/0/0 is not zero. I have checked connectivity and sure that's correct beacuse if  i only use TenGE7/0/0 and TenGE7/0/0 in the L2XC mode everything is

Re: [vpp-dev] L2 xconnect feature on multiple interface

2019-01-19 Thread John Lo (loj) via Lists.Fd.Io
From “show interface” output, the rx/tx counters of TenGE4/0/0 matches that of tx/rx counters of 4/0/1. So L2XC is working between them. For the other L2XC pair, the rx counter of TenGE7/0/1 matches that of the tx counter of 7/0/0 so that also seem fine. The rx of TenGE7/0/0 and tx of 7/0/1

[vpp-dev] L2 xconnect feature on multiple interface

2019-01-19 Thread david . leitch . vpp
Hi,   I want to use the L2 xconnect or L2 bridge feature on multiple interface , i.e suppose I have 4 ports : x1 and x2  and also  y1 and y2. I want to only do vpp# set interface l2 xconnect x1 x2 vpp# set interface l2 xconnect x2 x1 vpp# set interface l2 xconnect y1 y2 vpp# set interface l2