How do I know if IP Multicasting is enabled on my network?

It is same question as above but for windows.

link|improve this question

feedback

1 Answer

from a command line:

netsh interface ip show joins

Displays IP multicast groups that have been joined on one or more interfaces. If an interface is not specified, multicast groups for all interfaces are shown.

link|improve this answer
a 'route print' would also show you network destination in the routing table for multicast. – l0c0b0x Apr 22 '11 at 20:23
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.