There are 5 messages in this thread.
You are currently looking at messages 0 to 5.
Hello, I need to snooping the ethernet data so that corresponding data is send to corresponding link. I mean one input and two output link (Ethernet). So only way to implement is to buffer the whole ethernet packet and look for the VLAN address and send it to the corresponding path?Is there any other way ? This all need to be implemented in FPGA. Any help will be great appreciated. Thanks and regards Praveen______________________________
In comp.arch.fpga pinku <p...@gmail.com> wrote: >Hello, >I need to snooping the ethernet data so that corresponding data is send >to corresponding link. I mean one input and two output link (Ethernet). >So only way to implement is to buffer the whole ethernet packet and >look for the VLAN address and send it to the corresponding path?Is >there any other way ? This all need to be implemented in FPGA. 100 Mbps _hubs_ comes to mind. They will output the same data to all ports..______________________________
p...@spamnuke.ludd.luthdelete.se.invalid wrote: > In comp.arch.fpga pinku <p...@gmail.com> wrote: > >>Hello, >>I need to snooping the ethernet data so that corresponding data is send >>to corresponding link. I mean one input and two output link (Ethernet). >>So only way to implement is to buffer the whole ethernet packet and >>look for the VLAN address and send it to the corresponding path?Is >>there any other way ? This all need to be implemented in FPGA. > > > 100 Mbps _hubs_ comes to mind. They will output the same data to all ports.. > I think he wants to say VLAN router______________________________
In comp.arch.fpga Aurelian Lazarut <a...@xilinx.com> wrote: >p...@spamnuke.ludd.luthdelete.se.invalid wrote: >> In comp.arch.fpga pinku <p...@gmail.com> wrote: >> >>>Hello, >>>I need to snooping the ethernet data so that corresponding data is send >>>to corresponding link. I mean one input and two output link (Ethernet). >>>So only way to implement is to buffer the whole ethernet packet and >>>look for the VLAN address and send it to the corresponding path?Is >>>there any other way ? This all need to be implemented in FPGA. >> >> 100 Mbps _hubs_ comes to mind. They will output the same data to all ports.. >I think he wants to say VLAN router Well that's one thing hubs won't do :) 3xPHY + FPGA should be able to fix this. Otoh, maybe a pc can handle it.
p...@spamnuke.ludd.luthdelete.se.invalid wrote: > 3xPHY + FPGA should be able to fix this. Otoh, maybe a pc can handle it. Maybe. See: http://www.ethereal.com/ -- Mike Treseler