Re: [swinog] Transparent 1Gig Ethernet over IP/Ethernet?

2013-06-17 Diskussionsfäden Jérôme Tissières
Hi Chris, Hi all, Q-in-Q / L2Tunnel and 802.1ad with LACP works with Cisco switches without any problem. On ME switch and I tested it with small low-cost 3560G, it works too. Here's an example:

Re: [swinog] Transparent 1Gig Ethernet over IP/Ethernet?

2013-06-17 Diskussionsfäden Fadi Bushnaq
Hi Chris, Here are two more that support LACP tunneling at wire speed. Juniper EX series http://www.juniper.net/techpubs/en_US/junos12.1/topics/concept/l2pt-ex-series.html RAD ETX series http://www.rad.com/12/Ethernet-over-Fiber/13101/ Regards, Fadi On Mon, Jun 17, 2013 at 9:21 AM, Jérôme

[swinog] Fwd: Transparent 1Gig Ethernet over IP/Ethernet?

2013-06-17 Diskussionsfäden Fadi Bushnaq
Hi Chris, Here are two more that support LACP tunneling at wire speed. Juniper EX series http://www.juniper.net/techpubs/en_US/junos12.1/topics/concept/l2pt-ex-series.html RAD ETX series http://www.rad.com/12/Ethernet-over-Fiber/13101/ Regards, Fadi On Mon, Jun 17, 2013 at 9:21 AM, Jérôme

[swinog] sflow proxy/multiplexer

2013-06-17 Diskussionsfäden Julian Rutz
Hi there, Maybe some of you folks can give me a hint on this... I do have a linux box which is receiving sflow data from routers/switches/etc. I want this box to forward the sflow data to two or three other hosts. So I am looking for a decent sflow proxy/multiplexer. Any suggestions are welcome

Re: [swinog] sflow proxy/multiplexer

2013-06-17 Diskussionsfäden Stanislav Sinyagin
should be quite easy to solve with a small C program which reads UDP packets from a socket and replicates them to some other destinations. Easy-peasy :) From: Julian Rutz m...@jurutz.com To: swi...@swinog.ch Sent: Monday, June 17, 2013 8:46 PM Subject:

Re: [swinog] sflow proxy/multiplexer

2013-06-17 Diskussionsfäden Mathias Seiler
Oh hai You may have some success with iptables, I didn't test that though: iptables -t mangle -A PREROUTING -p udp --dport 2055 -j TEE --gateway IP of your target host http://stackoverflow.com/questions/14896390/clone-and-forward-with-iptables HTH - Mathias On Jun 17, 2013, at 8:46 PM,