Hi all,
I would like to configure a router specifically built to route multicast. There are some articles about PIM and IGMP services here and across the web enough to figure them out. One important aspect of multicast is the constant stream. Constant stream means that the stream keeps coming without any IGMP requests. The articles I have read suggest that constant stream is the opposite of what multicast routing is about. They block multicast unless there is an IGMP request. That being said, I have not been able to figure out how to do constant stream routing of multicast.
Specifically, what I am looking for is encompassed in this example. A router with n ports with addresses 192.168.1.1/24, 192.168.2.1/24 to 192.168.n.1/24. Port 1 is receiving a constant stream of multicast with an address of 226.0.0.226:2222. How would I program this router to always send 226.0.0.226:2222 out of ports 2 and 4?
Thanks for your assistance.