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

Re: [ns] LAN and rtproto DV




>Date: Thu, 6 Jul 2000 10:03:42 +0200
>From: [email protected] (Anders Nilsson)
>To: [email protected]
>Subject: [ns] LAN and rtproto DV
>Mime-Version: 1.0
>Content-Transfer-Encoding: 7bit
>Content-MD5: D5d/jpev4i357GqVvVi+ag==
>
>Hi!
>
>I am simulating a small network consisting of 6 nodes. This works just fine. 
>Now, I whant to exchange one node with an ethernet LAN and use make-lan for 
this 
>purpose. This also works fine, IF I am NOT using rtproto DV. It gives me a lot 
>of strange error messages. 
>This could be due to the fact that the network shouldn't route the LAN. I tried 
>to work around the problem by writing:
>	rtproto DV $node(1) $node(2) .... 
>for the network nodes.
>The gives just an error message telling me that the nodes node(x) doesn't 
exist.
>
>Do anyone have any suggestions on how to solve the problem, or what's wrong.
>
>Thanks,
>
>Anders


As far as I know 2 kinds of routing are supported by LANs : SPF and 
Hierarchical. You should be aware that LANs are implemented as virtual nodes and 
therefore the LAN itself is assigned a Node address. More info in the manual, 
except for the mac classifier part that is deprecated. Source code is in 
tcl/lan/vlan.tcl.


Tarik