<div dir="ltr">Hi,<div><br></div><div>I have built a three node setup to test the NLSR functionality. In the neighborhood configuration, do we have to explicitly configure the port number?</div><div><br></div><div>on Router-1 (ndnr1) the configuration is as follows.</div><div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div>....</div><div><div>  ; lsa-refresh-time is the time in seconds, after which router will refresh its LSAs</div></div><div><div>  lsa-refresh-time 240      ; default value 1800. Valid values 240-7200</div></div><div>....</div><div><br></div><div>....</div><div><div>   hello-interval  30                  ; interest sending interval in seconds. Default value 60</div></div><div><div>                                       ; valid values 30-90</div></div><div><br></div><div>....</div><div><br></div></blockquote><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div><div>  neighbor</div></div><div><div>  {</div></div><div><div>    name /ndn/fj/ndnhost2/%C1.Router/icn/ndnr2  ; name prefix of the neighbor router consists</div></div><div><div>                                                ; of network, site-name and router-name</div></div><div><div><br></div></div><div><div>    face-uri  udp://<a href="http://133.164.60.158:6060">133.164.60.158:6060</a>       ; face uri of the face connected to the neighbor</div></div><div><div>    link-cost 30                                ; cost of the connecting link to neighbor</div></div><div><div>  }</div></div><div><div><br></div></div><div><div>  neighbor</div></div><div><div>  {</div></div><div><div>    name /ndn/fj/ndnhost4/%C1.Router/icn/ndnr4  ; name prefix of the neighbor router consists</div></div><div><div>                                              ; of network, site-name and router-name</div></div><div><div><br></div></div><div><div>    face-uri  udp://<a href="http://133.164.60.156:6060">133.164.60.156:6060</a>       ; face uri of the face connected to the neighbor</div></div><div><div>    link-cost 25                              ; cost of the connecting link to neighbor</div></div><div><div>  }</div></div></blockquote><div><br></div><div>I see 8 set of INFO message exchanges (30 seconds hello interval) between all three router nodes. However at the end of 8th set, all three NLSR processes crashes at the same time!! </div><div><br></div><div>I presume this is because something wrong happening when LSA refresh is being done (LSA refresh is 240 secs). I am not sure whats wrong, if any, in my configuration.</div><div><br></div><div>Questions:</div><div><div><ul><li>Do we have to configure the port number in the face-uri value? </li><li>I presume this port number must be different than the NFD port number (6363). </li></ul></div></div><div>Some of the other observations:</div><div><ul><li>I do not think we have to explicitly configure the FIB by registering the prefix. I actually did it and observed that those entries are cleared from FIB at run-time. Is this a valid behavior?</li><li>I am not sure if we have to explicitly add the FACES by creating them on NFD. I actually did create them, but observed that they are removed/cleared at run-time. Is this a valid behavior?</li></ul><div>I have attached the stack trace of the core dump file for further analysis. </div><div><br></div><div>Kindly please comment. </div></div><div><br></div><div>/anil.</div><div><br></div><div><br></div></div>