AdmanOK
MIS
- Mar 5, 2001
- 412
I am trying to configure multicast on my network. I have Cisco 3662 routers at both my sites connected via an ATM network. I have added the following commands at each end.
[tt]
ip multicast-routing
!
interface FastEthernet0/0.1
description Data Vlan
ip pim dense-mode
!
interface FastEthernet0/0.2 - This is where my multicast stream is generated
description Voice Vlan
ip pim dense-mode
!
interface ATM3/IMA3.1 point-to-point - WAN interface to other site
ip pim dense-mode
pvc 3/103
encapsulation aal5snap
[/tt]
I am primarily trying to get multicast packets from the Voice VLAN on one site into the voice VLAN at the other site. I don't really care if they are also sent into the data VLANs. The same commands are added on the equivalent interface at the remote site, however the Multicast traffic is not present. What am I missing?

Compromise: Where I don't get what I want, but I'm happy because you didn't either.
[tt]
ip multicast-routing
!
interface FastEthernet0/0.1
description Data Vlan
ip pim dense-mode
!
interface FastEthernet0/0.2 - This is where my multicast stream is generated
description Voice Vlan
ip pim dense-mode
!
interface ATM3/IMA3.1 point-to-point - WAN interface to other site
ip pim dense-mode
pvc 3/103
encapsulation aal5snap
[/tt]
I am primarily trying to get multicast packets from the Voice VLAN on one site into the voice VLAN at the other site. I don't really care if they are also sent into the data VLANs. The same commands are added on the equivalent interface at the remote site, however the Multicast traffic is not present. What am I missing?

Compromise: Where I don't get what I want, but I'm happy because you didn't either.