IGMP Proxy Emulation with a IOS

Hello,

do some one have an idea, how to emulate a IGMP Proxy [1] on IOS 12.4?

I'd like to emulate the T-Com device (SpeedPoint W701V) on order to receive the IPTV.

Thank You,

Mark

[1]
formatting link
Reply to
Mark Poticha
Loading thread data ...

Are you trying to get multicast traffic through a Cisco router between separate IP subnets? If so, you need to enable multicast routing and apply PIM to each interface that this traffic will pass through. In most cases, this will do it:

en

conf t

ip multicast-routing ip igmp-snooping

interface s0/0 ip pim sparse-mode

interface s0/1 ip pim sparse-mode

end

To verify, use:

show ip igmp groups show ip igmp interface

sh ip mroute

Reply to
response3

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.