Some riddles I need asnwers to: I have two routers, R1 and R2 that are connected back-to-back through their serial ports. They have the following basic config:
R1: ip multicast-routing ! int e0 ip add 192.168.100.1 255.255.255.0 ip pim dense-mode ip igmp join-group 224.1.1.1 ! int s0 ip add 192.168.0.1 255.255.255.252 clock rate 64000 ! router rip net 192.168.100.0 net 192.168.0.0 R2: int e0 ip add 192.168.200.1 255.255.255.0 ! int s0 ip add 192.168.0.2 255.255.255.252 ! router rip net 192.168.200.0 net 192.168.0.0 Basically, I'm experimenting with the idea of having multicast users on R2's LAN to access some multicast source on R1's LAN. The condition is, R2 is "not" multicast-ready or is not capable of multicasting. In effect, you can't enable ip multicast-routing on R2. Can this work? What other configs should I add? Thanks, OrlyP Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=64130&t=64130 -------------------------------------------------- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

