[vpp-dev] show interface address with multiple tables

2017-01-16 Thread Choonho Son
With multiple tables(VRF), show interface addr display wrong table ID. DBGvpp# create loopback interface loop0 DBGvpp# set interface ip table loop0 1 DBGvpp# set interface ip address loop0 1.0.0.250/16 DBGvpp# sh int addr local0 (dn): loop0 (dn): 1.0.0.250/16 table 1 DBGvpp# set interface ip table

[vpp-dev] Ping to loopback interface in vppctl

2017-04-05 Thread Choonho Son
loop0 2 up loop0 Ethernet address de:ad:00:00:00:00 DBGvpp# Thanks, Choonho Son <vpp-dev@lists.fd.io> ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev

Re: [vpp-dev] Ping to loopback interface in vppctl

2017-04-05 Thread Choonho Son
Hello, 1) After setting IP address of interface, it is just conventional check. 2) After creating bridge-domain, set loop interface as BVI(Bridge Virtual Interface). Then ping to BVI Choonho Son On Wed, Apr 5, 2017 at 7:02 PM, Andrew  Yourtchenko <ayour...@gmail.com> wrote: > Hel

[vpp-dev] Load Balancer like HAProxy or AWS ELB?

2017-07-23 Thread Choonho Son
Hi all, Current LB plugin is similar with Google's MagLev which connects LB and Target(Application Server) with GRE tunnel. But most of LBs like HAProxy or AWS ELB do not have GRE tunnel between LB and target. How about making new Plugin like HAProxy. Thanks, Choonho

[vpp-dev] Usage of local0 vs loopback

2017-07-23 Thread Choonho Son
Hi All, Interface local0 has no MAC address. And there is no example about local0. What is usage of local0 instead of loopback interface. Thanks, Choonho ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev

[vpp-dev] flowprobe ip4 at L2 interface

2017-06-21 Thread Choonho Son
le" show nothing, since interface works as L2 interface for bridge-domain 1. How can I collect IPv4 flow at L2 interface. Thanks, Choonho Son ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev

Re: [vpp-dev] flowprobe ip4 at L2 interface

2017-06-22 Thread Choonho Son
Hello Ole, After update configuration like below, I can see flow information. flowprobe params record l3 flowprobe add-feature TengigabitEthernet4/0/0 l2 One more question, The flow is out-bounding traffic. Can I collect inbound traffic? Thanks, Choonho Son On Thu, Jun 22, 2017 at 5:31 PM

[vpp-dev] Maximum TCP session number

2017-11-22 Thread choonho . son
Hi, I got tcp servers warning like, 0: segment_manager_alloc_session_fifos:464: No space to allocate fifos! 0: tcp46_listen_inline:2788: session accept fail DBGvpp# show session Thread 0: 2031 active sessions What is tunning parameter or codes to increase number of tcp session? Thanks,