03-25-2008 06:17 AM
Hi
Can any one guide me LAN bridging feature (converting broadcast in to unicast like ip helper address + IP farword protocol) in cisco) in J-4300?
I mean this feature is present in J-4300 and how to configure it?
Thanks in advance
03-25-2008 10:51 AM
JUNOS can act as a bootp/dhcp helper.
http://www.juniper.net/techpubs/software/junos/jun
It also supports DNS and TFTP forwarding.
http://www.juniper.net/techpubs/software/junos/jun
Regards,
Ben
03-25-2008 09:44 PM
Thanks a lot for your time.
A lil intro about our network before explaining the implementation we are going to do.
All branch offices are connected to the HO with GRE tunnels and we want to implement is that a udp traffic is coming from our principal to our LAN and we want to forward this udp traffic (on certain port) to our branches.
Is this possible?
Please guide me
Thanks in advance
03-27-2008 03:10 AM
Hi
Please reply some one!!!!!!!
03-28-2008 06:30 AM
Can you please clarify a bit further what you are aiming to achieve ?
It seems that the head-office router will be receiving broadcast packets which (based on UDP port#) you want to forward to all branch offices.
You mention LAN bridging but that won't work since Juniper does not support it except on the MX-series.
UDP forwarding was not really designed to do what you're after and it will only support certain protocols - plus it wasn't designed for one to many communication.
VPLS might suit your needs but it is not supported on the J-series.
I guess this leaves true multicast - would that be a possibility for you ?
Hopefully others will chime-in if they have other ideas (or to correct me if I'm wrong).
Regards,
/david
03-28-2008 10:18 PM
1) My actual Question is "How can we relay UDP broadcast traffic on different subnets?" Is it possible?you are right that i saw certain protocols like DHCP etc can be relayed.
2) you mentioned multicasting UDP traffic. May it be a solution for me?
Thanks
03-30-2008 08:20 AM
I think multicasting UDP would be the most elegant solution provided your application supports it. The source must be capable of sending traffic to multicast groups and the intended destinations for this traffic must be able receive traffic sent to a multicast address. If that is possible then your J-Series routers could run PIM over the GRE tunnels and you could use IGMP or static joins to designate the branch routers that need to receive the traffic.
/david
03-31-2008 05:10 AM