06-20-2016 11:12 PM - edited 03-08-2019 06:17 AM
Hello,
I have been following a tutorial for some multicast configuration. What I do not understand is how do we determine the ip address for the client to subscribe to if they want to receive multicast traffic? The below config specify 239.4.4.4 but the tutorial did not explain where that ip is plucked from.
Can anyone explain? Thanks.
router#conf t
router(config)#ip multicast-routing
router(config)#ip pim autorp listener
router(config)#int s1/0
router(config-if)#ip pim sparse-mode
router(config-if)#ip igmp join-group 239.4.4.4
router(config-if)#end
06-21-2016 04:30 AM
Hello
239.0.0.0/8 is an admin scoped address range just like the ipv4 1918 rfc privates addressing
It seems in this case the tutorial is using an ip in this range for testing purposes and is specifying a MC receiver so you test response to pings.
res
Paul
06-21-2016 06:09 AM
Hello Paul,
Thanks so am I right to say the admin scoped address is specified on the multicast server (windows server for example)? In that case then i understand why the server config is left out as he is focusing on the networking aspect of multicast. I was looking for the command to point or direct traffic to 239.4.4.4 but couldn't find it.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide