From: Julio Carrasco (julio.carrasco@ya.com)
Date: Sun Sep 14 2008 - 17:14:34 ART
Hi group,
I have a Little doubt, suppose this scenario:
HDLC Link
Only BROADCAST application--------------------------- -----------F0/0
R1-S0/0------------------------------------------S0/0-R2-F0/0---------------
-------------------------------------Client
Net
10.10.10.0/24 .1 .1
192.168.0.0/24 .2 .2
20.20.20.0/24
I want to transport the traffic to the client as mcast, so I configure the
next:
R1
ip udp forward protocol 5000
access-list 100 permit udp any any eq 5000
inter f0/0
ip address 10.10.10.1 255.255.255.0
ip multicast helper-map broadcast 224.24.24.24 100
R2
ip udp forward protocol 5000
access-list 100 permit udp any any eq 5000
inter S0/0
ip address 192.168.0.2 255.255.255.0
ip helper-map 224.24.24.24 20.20.20.255 100
ip directed-broadcast
Should I issue the ip directed-broadcast command on R1 F0/0 interface ???
Thanks in advance group ;)
Blogs and organic groups at http://www.ccie.net
This archive was generated by hypermail 2.1.4 : Sat Oct 04 2008 - 09:26:18 ART