Hi all,
I have a Hierarchical addressing network setup as follows
AddrParams set domain_num_ 1
AddrParams set cluster_num_ 8
AddrParams set nodes_num_ {3 2 4 2 3 4 3 3}
set naddr {0.0.0 0.0.1 0.1.0 0.1.1 0.2.0 0.2.1 0.3.0 0.3.1 0.4.0
0.4.1 0.4.2 0.5.0 0.5.1 0.5.2 0.6.0 0.6.1 0.6.2 0.7.0 0.7.1 0.7.2}
The nodes using above addresses are connected. I can send a packet successfully
from 0.0.0 to 0.7.2. Now assuming I want to insert 100 nodes (all connected in
series) between 0.3.1 and 0.4.0, how can I do that? Is there a way I can do it
automatically?
I tried to put 2 extra nodes (different domain): 1.3.1 and 1.4.0 as above but
my packet is always dropped (arp error). So I am not sure what to do. please
help. Any help is appreciated
Thank you