[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ns] Re. LAN and WAN
set lan [$ns make-lan "$n1 $n2 $n3" $bw $delay LL Queue/DropTail MAC/802_3
Channel Phy/WiredPhy]
puts n1, n2, n3 on an IEEE 802.3 (10/10) segment; using a DropTail discipline...
set lan2 [$na make-lan "n1 $n4 $n5" ...]
will put n1, n4, n5 in a second LAN; n1 acting as "brouter" between the 2 LANs.
> Date: Wed, 10 May 2000 23:45:21 +0530 (IST)
> From: Vijay Chellappa <[email protected]>
> To: Tarik Alj <[email protected]>
> Subject: Re: [ns] Re. LAN and WAN
> MIME-Version: 1.0
>
>
>
>
> Hi Tarik,
>
> Can you please tell me how to declare a set of nodes to
> be a part of the LAN network? I read the tcl/lan script, but I could not
> understand much of it. Can you please help me in this regard? Thanks a
> lot.
>
> Regards,
> Vijay Chellappa
Tarik