<html><head></head><body><div>Not sure what the behaviour is if you set stub and PTP, but I assume you are getting stub behaviour here. Remove stub, should work.<br><br></div>
<div>Keenan</div>
<div class="gmail_quote" >On Dec 30, 2016, at 5:11 PM, "David S." <<a href="mailto:david@zeromail.us" target="_blank">david@zeromail.us</a>> wrote:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div dir="ltr">
 Hi Dave,
 <div>
  <br>
 </div>
 <div>
  No, the correct value is pointopoint or ptp, I have tried type ptp and broadcast but still same.
 </div>
 <div>
  The neighbor won't up.
 </div>
 <div>
  I don't know if it's a bug or not but I have tried very basic configuration from wiki page and still same.
 </div>
 <div>
  <br>
 </div>
 <div>
  Thank you
 </div>
</div>
<div class="gmail_extra">
 <br clear="all">
 <div>
  <div class="gmail_signature" data-smartmail="gmail_signature">
   <div dir="ltr">
    <div>
     <div dir="ltr">
      <div dir="ltr">
       <br>
       <br> Best regards,
       <br>David S.
       <br> ------------------------------------------------
       <br>
       <div style="font-size:small">
        <div>
         <div dir="ltr">
          <div dir="ltr">
           e. 
           <a href="mailto:david@zeromail.us" style="color:rgb(17,85,204)" target="_blank">david@zeromail.us</a>
           <br>w. 
           <a href="http://pnyet.web.id/" style="color:rgb(17,85,204)" target="_blank">pnyet.web.id</a>
          </div>
         </div>
        </div>
       </div>
       <span style="font-size:small">p. 087881216110</span>
       <br>
      </div>
     </div>
    </div>
   </div>
  </div>
 </div> 
 <br>
 <div class="gmail_quote">
  On Sat, Dec 31, 2016 at 8:06 AM, dave seddon 
  <span dir="ltr"><<a href="mailto:dave.seddon.ca@gmail.com" target="_blank">dave.seddon.ca@gmail.com</a>></span> wrote:
  <br>
  <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
   <div dir="auto">
    Just a guess "
    <span style="font-family:sans-serif;font-size:18.048px">pointopoint" -> "</span>
    <span style="font-family:sans-serif;font-size:18.048px">pointtopoint"</span>
   </div>
   <div class="HOEnZb">
    <div class="h5">
     <div class="gmail_extra">
      <br>
      <div class="gmail_quote">
       On Dec 30, 2016 5:04 PM, "David S." <
       <a href="mailto:david@zeromail.us" target="_blank">david@zeromail.us</a>> wrote:
       <br type="attribution">
       <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
        <div dir="ltr">
         Dear All,
         <div>
          <br>
         </div>
         <div>
          I have trouble to establish ospf on BIRD 1.6.3 using FreeBSD 11 amd64, here is my topology and BIRD configuration:
         </div>
         <div>
          <br>
         </div>
         <div>
          router-a ------ router-b (directly connected use cat6)
         </div>
         <div>
          <br>
         </div>
         <div>
          router-a: 
          <a href="http://10.22.40.17/30" target="_blank">10.22.40.17/30</a>
         </div>
         <div>
          router-b: 
          <a href="http://10.22.40.18/30" target="_blank">10.22.40.18/30</a>
         </div>
         <div>
          <br>
         </div>
         <div>
          bird.conf in router-a
         </div>
         <div>
          <br>
         </div>
         <div>
          <div>
                   router id 10.5.16.1;
          </div>
          <div>
                   debug all;
          </div>
          <div>
                   import filter ospf_in_routerb;
          </div>
          <div>
                   export filter ospf_out_routerb;
          </div>
          <div>
                   tick 2;
          </div>
          <div>
                   area 0 {
          </div>
          <div>
                      interface "bge0" {
          </div>
          <div>
                           stub;
          </div>
          <div>
                           cost 5;
          </div>
          <div>
                           hello 10; retransmit 2; wait 10; dead 40;
          </div>
          <div>
                           type pointopoint;
          </div>
          <div>
                           };
          </div>
          <div>
                      networks {
          </div>
          <div>
                           
           <a href="http://103.22.40.16/30" target="_blank">103.22.40.16/30</a>;
          </div>
          <div>
                           };
          </div>
          <div>
                      interface "*" {
          </div>
          <div>
                           cost 1000;
          </div>
          <div>
                           stub;
          </div>
          <div>
                           };
          </div>
          <div>
                   };
          </div>
          <div>
           }
          </div>
          <div>
           <br>
          </div>
          <div>
           bird.conf in routerb
          </div>
          <div>
           <br>
          </div>
          <div>
           <div>
                    router id 10.5.16.2;
           </div>
           <div>
                    debug all;
           </div>
           <div>
                    import filter ospf_in_routera;
           </div>
           <div>
                    export filter ospf_out_routera;
           </div>
           <div>
                    tick 2;
           </div>
           <div>
                    area 0 {
           </div>
           <div>
                       interface "bge0" {
           </div>
           <div>
                            stub;
           </div>
           <div>
                            cost 5;
           </div>
           <div>
                            hello 10; retransmit 2; wait 10; dead 40;
           </div>
           <div>
                            type pointopoint;
           </div>
           <div>
                            };
           </div>
           <div>
                       networks {
           </div>
           <div>
                            
            <a href="http://103.22.40.16/30" target="_blank">103.22.40.16/30</a>;
           </div>
           <div>
                            };
           </div>
           <div>
                       interface "*" {
           </div>
           <div>
                            cost 1000;
           </div>
           <div>
                            stub;
           </div>
           <div>
                            };
           </div>
           <div>
                    };
           </div>
           <div>
            }
           </div>
          </div>
          <div>
           <br>
          </div>
         </div>
         <div>
          I found the following error message from bird.log:
         </div>
         <div>
          <br>
         </div>
         <div>
          <div>
           2016-12-31 07:52:38 <ERR> ospf1: Socket error on bge0: Invalid argument
          </div>
          <div>
           2016-12-31 07:52:43 <ERR> ospf1: Socket error on bge0: Invalid argument
          </div>
          <div>
           2016-12-31 07:52:48 <ERR> ospf1: Socket error on bge0: Invalid argument
          </div>
          <div>
           2016-12-31 07:52:53 <ERR> ospf1: Socket error on bge0: Invalid argument
          </div>
          <div>
           2016-12-31 07:52:57 <ERR> ospf1: Socket error on bge0: Invalid argument
          </div>
          <div>
           2016-12-31 07:53:03 <ERR> ospf1: Socket error on bge0: Invalid argument
          </div>
          <div>
           2016-12-31 07:53:07 <ERR> ospf1: Socket error on bge0: Invalid argument
          </div>
          <div>
           2016-12-31 07:53:13 <ERR> ospf1: Socket error on bge0: Invalid argument
          </div>
          <div>
           2016-12-31 07:53:18 <ERR> ospf1: Socket error on bge0: Invalid argument
          </div>
          <div>
           2016-12-31 07:53:22 <ERR> ospf1: Socket error on bge0: Invalid argument
          </div>
          <div>
           2016-12-31 07:53:27 <ERR> ospf1: Socket error on bge0: Invalid argument
          </div>
          <div>
           2016-12-31 07:53:28 <ERR> ospf1: Socket error on bge0: Invalid argument
          </div>
         </div>
         <div>
          <br>
         </div>
         <div>
          Show ospf:
         </div>
         <div>
          <br>
         </div>
         <div>
          <div>
           bird> show ospf
          </div>
          <div>
           ospf1:
          </div>
          <div>
           RFC1583 compatibility: disabled
          </div>
          <div>
           Stub router: No
          </div>
          <div>
           RT scheduler tick: 2
          </div>
          <div>
           Number of areas: 1
          </div>
          <div>
           Number of LSAs in DB:   260
          </div>
          <div>
                   Area: 0.0.0.0 (0) [BACKBONE]
          </div>
          <div>
                           Stub:   No
          </div>
          <div>
                           NSSA:   No
          </div>
          <div>
                           Transit:        No
          </div>
          <div>
                           Number of interfaces:   25
          </div>
          <div>
                           Number of neighbors:    0
          </div>
          <div>
                           Number of adjacent neighbors:   0
          </div>
          <div>
                           Area networks:
          </div>
          <div>
                                    
           <a href="http://10.22.40.16/30" target="_blank">10.22.40.16/30</a>      Advertise
          </div>
         </div>
         <div>
          <br>
         </div>
         <div>
          <div>
           bird> show protocols all ospf1
          </div>
          <div>
           name     proto    table    state  since       info
          </div>
          <div>
           ospf1    OSPF     master   up     07:53:28    Alone
          </div>
          <div>
             Router ID:      10.8.60.1
          </div>
          <div>
             Preference:     150
          </div>
          <div>
             Input filter:   ospf_in_routerb
          </div>
          <div>
             Output filter:  ospf_out_routerb
          </div>
          <div>
             Routes:         25 imported, 259 exported, 0 preferred
          </div>
          <div>
             Route change stats:     received   rejected   filtered    ignored   accepted
          </div>
          <div>
               Import updates:             25          0          0          0         25
          </div>
          <div>
               Import withdraws:            0          0        ---          0          0
          </div>
          <div>
               Export updates:         630587          0     630328        ---        259
          </div>
          <div>
               Export withdraws:           22        ---        ---        ---          0
          </div>
         </div>
         <div>
          <br clear="all">
          <div>
           <div class="m_2568049049185150186m_6384144253254279784gmail_signature">
            <div dir="ltr">
             <div>
              <div dir="ltr">
               <div dir="ltr">
                Why ospf neighbor can't established?
               </div>
               <div dir="ltr">
                I'm new to ospf and really need help.
               </div>
               <div dir="ltr">
                <br>
               </div>
               <div dir="ltr">
                Thank you
                <br>
                <br> Best regards,
                <br>David S.
                <br> ------------------------------
                <wbr>------------------
                <br>
                <div style="font-size:small">
                 <div>
                  <div dir="ltr">
                   <div dir="ltr">
                    e. 
                    <a href="mailto:david@zeromail.us" style="color:rgb(17,85,204)" target="_blank">david@zeromail.us</a>
                    <br>w. 
                    <a href="http://pnyet.web.id/" style="color:rgb(17,85,204)" target="_blank">pnyet.web.id</a>
                   </div>
                  </div>
                 </div>
                </div>
               </div>
              </div>
             </div>
            </div>
           </div>
          </div> 
         </div>
        </div> 
       </blockquote>
      </div>
     </div> 
    </div>
   </div>
  </blockquote>
 </div>
 <br>
</div></blockquote></div></body></html>