Multicast ?

From: Nathan Chessin (nchessin@cisco.com)
Date: Fri Jan 17 2003 - 01:27:37 GMT-3


Hi All,

I am trying a simple dense-mode config that looks like the following.

R1----eth------R2----serial------R3

The "ip igmp join-group 224.1.1.1" is configured on R1 interface, and I can
ping from R2 to the address 224.1.1.1, but not R3 to 224.1.1.1 Does anyone
see a reason why?

Also, if I add "ip igmp join-group 224.1.1.1" to the R2 serial interface,
then I can ping 224.1.1.1 from R3. Encaps over the serial is HDLC

R1
ip multicast-routing
int e0
 ip add 111.1.1.1 255.255.255.0
 ip pim dense-mode

R2
ip multicast-routing
int e0
 ip add 111.1.1.2 255.255.255.0
 ip pim dense-mode

int s0
 ip add 10.1.1.2 255.255.255.0
 clock rate 64000
 ip pim dense-mode

R3
ip multicast-routing
int s0
 ip add 10.1.1.3 255.255.255.0
 ip pim dense-mode

Thanks,

Nate
.



This archive was generated by hypermail 2.1.4 : Sat Feb 01 2003 - 07:33:52 GMT-3