[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Question about Multicast



Hi.
                                           link(x)
node1------------node2---------node3-------node4
           ------->
 
In the topology above,
 
node1 and node2 : 0x8100 multicast group
node 3 and node4 : 0x8200 multicast group
 
If node1 sends data, the data flows over link(x).
I want to quit flowing the data over link(x) because node3 and node4 don't have interest in the data.
 
How could I solve this problem?
 
Thanks.