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

Re: [ns] NS help reqd




>Date: Wed, 1 Nov 2000 22:47:51 +0530 (IST)
>From: "Anant Utgikar (97007039)" <[email protected]>
>To: Tarik Alj <[email protected]>
>cc: [email protected]
>Subject: Re: [ns] NS help reqd
>MIME-Version: 1.0
>
>
>One more issue. Can I ensure end-to-end connectivity so far
>as a connection is concerned ? If I have 1 node-source and 2 node-sinks
>(with full duplex connectivity between each source-sink combination) 
>can I specify which path I want this CBR connection to take ?

nodes should be considered as boxes, agents sit on top of node and are used for 
transport and reception of traffic, applications (traffic generator) sit on top 
of agents. You can act on routing costs to make a certain data flow take a 
certain path.
 
>
>On Wed, 1 Nov 2000, Tarik Alj wrote:
>> You can connect 2 LANs together via duplex-links, or via a node (that is a 
>> router) if that suits your need.
>
>If I am not wrong, I will need to connect the two LAN's throught the
>virtual router node. But I gathered from the manual that LanRouter is
>an object by itself. If it doesnot derive (extend) node class, how can I
>put duplex-link ? (or can I ?)

you can put a duplex-link between 2 nodes on different LANs. LanRouter is not a 
node, and is not meant to work as one. It's purpose is to provide connectivity 
inside the LAN, since the LAN itself is viewed as a Node from outside of it. 
Routing between the 2 LANs will be pretty much as id it were between 2 nodes.

>How abt address resolution over the 'WAN' ? I can do :
>lannode node-addr  AND  lannode id 
>for virtual router's node address /id but compliance across the two is
>guaranteed ? Simply, can I cleanly set CBR in one lan and sink in other ?
>I hope I have made matter clear.
>-Anant.

Tarik