next up previous contents index
Next: 23.3 Protocol Specific Configuration Up: 23.2 Other Configuration Mechanisms Previous: 23.2.0.0.1 Asymmetric Routing

23.2.0.0.2 MultiPath Routing

Each node can be individually configured to use multiple separate paths to a particular destination. The instance variable multiPath_ determines whether or not that node will use multiple paths to any destination. Each node initialises its instance variable from a class variable of the same name. If multiple candidate routes to a destination are available, all of which are learned through the same protocol, then that node can use all of the different routes to the destination simultaneously. A typical configuration is as shown below:
        Node set multiPath_ 1 # All new nodes in the simulation use multiPaths where applicable;
{\rm or alternately}
        set n1 [$ns Node] # only enable $n1 to use multiPaths where applicable;
        $n1 set multiPath_ 1
Currently, only DV routing can generate multipath routes.




2000-08-24