[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem with LAN and Multicast..
There was an extra line in my previous script that should be removed:
- $ns at 0.2 "$m2 join-group $m1ag $group" --
But the cache-miss problem still exists and
seems to be unrelated with the above line.
On Thu, 17 Jun 1999, Apinun Tunpan wrote:
> Hi,
>
> I tried to setup a simple (centralized) multicast simulation
> with receivers in LAN. The topology was:
>
> n0 Multicast Sender
> |
> n1 Router
> / \
> / \
> m0 p0
> m1 | |
> +---+ +---+
> m2 p1
>
> LAN0 LAN1
>
> LAN0: m0, m1, m2
> LAN1: p0, p1
> Multicast Receivers: m0, m1, p0, p1 (m2 is not a multicast receiver)