[vpp-dev] plugins/flowprobe vs. vnet/flow

2017-06-15 Thread Choonho Son
Hi All, flowprobe and flow looks like ipfix. What is difference? Thanks, Choonho Son ___ 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
e table" 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] 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

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

2017-07-26 Thread Choonho Son
advantages, but avoiding GRE > tunnel is not a good one, unless you have absolutely no control over the > target servers. > > Since VPP has a TCP stack, it is possible to build an HTTP Proxy with VPP, > and I would be curious to see the performances of such a thing. > &

[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, Choonh

[vpp-dev] IPFIX table error

2016-10-12 Thread CHOONHO SON
dress=0x7752e5f8 ,    collector_port=) at /root/vpp/build-data/../vnet/vnet/flow/flow_report_classify.c:7171    ip_start = ((u8 *)(tblp->mask)) + l3_offset;(gdb) Thanks, Choonho Son

[vpp-dev] Segmentation fault at "test fib"

2016-10-12 Thread Choonho Son
y_sw_if_index[hi->sw_if_index]; Is there any pre-condition for executing "test fib". Thanks, Choonho Son ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev

[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 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 wrote: > Hello, > > I wrote