<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p><font face="Helvetica, Arial, sans-serif">Hi,</font></p>
    <p><font face="Helvetica, Arial, sans-serif">BGP neighbor is
        2604:880:62::1, remote AS 54540, local AS 266671, external link<br>
          BGP version 4, remote router ID 23.227.177.255, local router
        ID 23.227.178.114<br>
          BGP state = Established, up for 00:00:17<br>
          Last read 00:00:17, Last write 00:00:16<br>
          Hold time is 90, keepalive interval is 30 seconds<br>
          Neighbor capabilities:<br>
            4 Byte AS: advertised and received<br>
            AddPath:<br>
              IPv4 Unicast: RX advertised IPv4 Unicast<br>
              IPv6 Unicast: RX advertised IPv6 Unicast<br>
            Route refresh: advertised and received(old & new)<br>
            Address Family IPv4 Unicast: advertised<br>
            Address Family IPv6 Unicast: advertised and received<br>
            Hostname Capability: advertised (name:
        speedykvm.confiared.com,domain name: n/a) not received<br>
            Graceful Restart Capabilty: advertised and received<br>
              Remote Restart timer is 120 seconds<br>
              Address families by peer:<br>
                none<br>
          Graceful restart information:<br>
            End-of-RIB send: IPv6 Unicast<br>
            End-of-RIB received: IPv6 Unicast<br>
          Message statistics:<br>
            Inq depth is 0<br>
            Outq depth is 0<br>
                                 Sent       Rcvd<br>
            Opens:                  1          1<br>
            Notifications:          0          0<br>
            Updates:                2          2<br>
            Keepalives:             1          2<br>
            Route Refresh:          0          0<br>
            Capability:             0          0<br>
            Total:                  4          5<br>
          Minimum time between advertisement runs is 0 seconds<br>
        <br>
         For address family: IPv4 Unicast<br>
          Not part of any update group<br>
          Community attribute sent to this neighbor(all)<br>
          0 accepted prefixes<br>
        <br>
         For address family: IPv6 Unicast<br>
          Update group 1, subgroup 1<br>
          Packet Queue length 0<br>
          Community attribute sent to this neighbor(all)<br>
          1 accepted prefixes<br>
        <br>
          Connections established 1; dropped 0<br>
          Last reset never<br>
          External BGP neighbor may be up to 20 hops away.<br>
        Local host: 2604:880:64:2d7::ae68, Local port: 179<br>
        Foreign host: 2604:880:62::1, Foreign port: 52979<br>
        Nexthop: 23.227.178.114<br>
        Nexthop global: 2604:880:64:2d7::ae68<br>
        Nexthop local: ::<br>
        BGP connection: non shared network<br>
        BGP Connect Retry Timer in Seconds: 120<br>
        Read thread: on  Write thread: on<br>
      </font></p>
    <p><font face="Helvetica, Arial, sans-serif">When I add </font><br>
    </p>
    <pre class="moz-quote-pre" wrap="">debug bgp neighbor-events</pre>
    :
    <p><font face="Helvetica, Arial, sans-serif">/usr/lib/frr/bgpd -f
        /etc/frr/bgpd.conf -C<br>
        2019/09/05 09:39:03 errors: BGP: [EC 100663304] ERROR: No such
        command on config line 20:  address-family ipv6<br>
        2019/09/05 09:39:03 errors: BGP: [EC 100663304] ERROR: No such
        command on config line 21:  network 2803:1920::/32<br>
        2019/09/05 09:39:03 errors: BGP: [EC 100663304] ERROR: No such
        command on config line 22:  neighbor 2604:880:62::1 activate<br>
        2019/09/05 09:39:03 errors: BGP: [EC 100663304] ERROR: No such
        command on config line 23:  exit-address-family<br>
        2019/09/05 09:39:03 errors: BGP: [EC 100663304] ERROR: No such
        command on config line 25:  address-family ipv4<br>
        2019/09/05 09:39:03 errors: BGP: [EC 100663304] ERROR: No such
        command on config line 26:  network 45.225.75.0/24<br>
        2019/09/05 09:39:03 errors: BGP: [EC 100663304] ERROR: No such
        command on config line 27:  neighbor 23.227.177.1 activate<br>
        2019/09/05 09:39:03 errors: BGP: [EC 100663304] ERROR: No such
        command on config line 28:  exit-address-family</font><br>
    </p>
    <div class="moz-cite-prefix">On 9/5/19 9:15 AM, Donald Sharp wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAK989yc9mrnsr=u=uG5Eim5Cf5H7JPDYFatOLZYYaWtVwce4XA@mail.gmail.com">
      <pre class="moz-quote-pre" wrap="">I'd like to see the output of:
show bgp neighbors 2604:880:62::1

And the output when you turn on `debug bgp neighbor-events` to see
what is going on.

Thanks!

donald

On Thu, Sep 5, 2019 at 8:58 AM alpha_one_x86
<a class="moz-txt-link-rfc2396E" href="mailto:alpha_one_x86@first-world.info"><alpha_one_x86@first-world.info></a> wrote:
</pre>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">
Hi,

I have NoNeg state on IPv6 only with this bgpd.conf:

!
!
!interface eth2
! ipv6 nd suppress-ra
!
!interface lo
!
router bgp 266671
 bgp router-id 23.227.178.114
 network 45.225.75.0/24
 neighbor 23.227.177.1 remote-as 54540
 neighbor 23.227.177.1 soft-reconfiguration inbound
 neighbor 23.227.177.1 ebgp-multihop 20
 neighbor 2604:880:62::1 remote-as 54540
 neighbor 2604:880:62::1 disable-connected-check
 neighbor 2604:880:62::1 ebgp-multihop 20
 no bgp network import-check
!
 address-family ipv6
 network 2803:1920::/32
 neighbor 2604:880:62::1 activate
 exit-address-family
!
 address-family ipv4
 network 45.225.75.0/24
 neighbor 23.227.177.1 activate
 exit-address-family
!
!ip forwarding
!ipv6 forwarding
!
line vty
!


Any idea?

--
alpha_one_x86/BRULE Herman <a class="moz-txt-link-rfc2396E" href="mailto:alpha_one_x86@first-world.info"><alpha_one_x86@first-world.info></a>
Main developer of Supercopier/Ultracopier/CatchChallenger, Esourcing and server management
IT, OS, technologies, research & development, security and business department

_______________________________________________
frog mailing list
<a class="moz-txt-link-abbreviated" href="mailto:frog@lists.frrouting.org">frog@lists.frrouting.org</a>
<a class="moz-txt-link-freetext" href="https://lists.frrouting.org/listinfo/frog">https://lists.frrouting.org/listinfo/frog</a>
</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">
</pre>
    </blockquote>
    <pre class="moz-signature" cols="72">-- 
alpha_one_x86/BRULE Herman <a class="moz-txt-link-rfc2396E" href="mailto:alpha_one_x86@first-world.info"><alpha_one_x86@first-world.info></a>
Main developer of Supercopier/Ultracopier/CatchChallenger, Esourcing and server management
IT, OS, technologies, research & development, security and business department</pre>
  </body>
</html>