Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Ipv6 Bgp

Hello,
On my astaro V9 (last update), i was using ospf to advertise some route (ipv4 and ipv6) and everything works fine.
Now i need to change ospf to bgp, i've set up my astaro but if i set an ipv6 neigboor bgp don't start at all (with ipv4 only it works).

Is it normal (i mean maybe ipv6 is not yet added to bgp on astaro) or is there a tips i need to know ?

Thanks.


This thread was automatically locked due to age.
  • Hi Kneissel,

    there is IPv6 BGP support in v9. IPv4 routes are only announced to IPv4 neighbors while IPv6 routes are announced to IPv6 neighbors. Is there anything in the BGP status field or the dynamic routing log file?

    Cheers
     Ulrich
  • Hello,

    BGP summary says : Failed to query bgd daemon


    And in /var/log/ospf.log i got :

    2012:08:27-10:49:40 Astaro-1 zebra[17532]: Zebra 0.99.20.1 starting: vty@2601
    2012:08:27-10:49:56 Astaro-1 zebra[17532]: Terminating on signal
    2012:08:27-10:49:56 Astaro-1 zebra[17532]: IRDP: Received shutdown notification.
    2012:08:27-10:49:57 Astaro-1 zebra[17572]: Zebra 0.99.20.1 starting: vty@2601
    2012:08:27-10:50:27 Astaro-1 zebra[17572]: Terminating on signal
    2012:08:27-10:50:27 Astaro-1 zebra[17572]: IRDP: Received shutdown notification.
    2012:08:27-10:50:27 Astaro-1 zebra[17732]: Zebra 0.99.20.1 starting: vty@2601
    2012:08:27-10:50:57 Astaro-1 zebra[17732]: Terminating on signal
    2012:08:27-10:50:57 Astaro-1 zebra[17732]: IRDP: Received shutdown notification.
    2012:08:27-10:50:58 Astaro-1 zebra[17765]: Zebra 0.99.20.1 starting: vty@2601
    2012:08:27-10:51:28 Astaro-1 zebra[17765]: Terminating on signal
    2012:08:27-10:51:28 Astaro-1 zebra[17765]: IRDP: Received shutdown notification.
    2012:08:27-10:51:28 Astaro-1 zebra[17835]: Zebra 0.99.20.1 starting: vty@2601
    2012:08:27-10:51:58 Astaro-1 zebra[17835]: Terminating on signal
    2012:08:27-10:51:58 Astaro-1 zebra[17835]: IRDP: Received shutdown notification.
    2012:08:27-10:51:58 Astaro-1 zebra[17937]: Zebra 0.99.20.1 starting: vty@2601
    2012:08:27-10:52:28 Astaro-1 zebra[17937]: Terminating on signal
    2012:08:27-10:52:28 Astaro-1 zebra[17937]: IRDP: Received shutdown notification.
    2012:08:27-10:52:29 Astaro-1 zebra[17971]: Zebra 0.99.20.1 starting: vty@2601
    2012:08:27-10:52:59 Astaro-1 zebra[17971]: Terminating on signal
    2012:08:27-10:52:59 Astaro-1 zebra[17971]: IRDP: Received shutdown notification.
    2012:08:27-10:52:59 Astaro-1 zebra[18004]: Zebra 0.99.20.1 starting: vty@2601
    2012:08:27-10:53:29 Astaro-1 zebra[18004]: Terminating on signal
    2012:08:27-10:53:29 Astaro-1 zebra[18004]: IRDP: Received shutdown notification.
    2012:08:27-10:53:29 Astaro-1 zebra[18044]: Zebra 0.99.20.1 starting: vty@2601
    2012:08:27-10:53:59 Astaro-1 zebra[18044]: Terminating on signal
    2012:08:27-10:53:59 Astaro-1 zebra[18044]: IRDP: Received shutdown notification.
    2012:08:27-10:54:00 Astaro-1 zebra[18078]: Zebra 0.99.20.1 starting: vty@2601
    2012:08:27-10:54:30 Astaro-1 zebra[18078]: Terminating on signal
    2012:08:27-10:54:30 Astaro-1 zebra[18078]: IRDP: Received shutdown notification.
    2012:08:27-10:54:30 Astaro-1 zebra[18145]: Zebra 0.99.20.1 starting: vty@2601


    It's just an extract, i got that for all the days.
    I try with ipv4/ipv6 host, and an ipv6 only host in neigbor, was the same.
  • Can you execute "/var/mdw/scripts/quagga restart" and see if there are error messages?

    If not, can you send me your "/var/chroot-quagga/etc/quagga/bgpd.conf" configuration file to uweber@astaro.com? Thanks!

    Cheers
     Ulrich
  • Astaro:/root # /var/mdw/scripts/quagga restart
    :: Stopping zebra
    :: Stopping ospfd
    :: Stopping ospf6d
    :: Stopping bgpd
    :: Stopping ripd
    :: Stopping ripngd
    [ ok ]
    :: Starting zebra
    :: Starting bgpd
    There is no such command.
    Error occured during reading below line.
     exit-address-family

    [ failed ]
    [ failed ]
    Astaro:/root # 

    I send you the conf by mail.

    Thanks
  • Ok found the issue. If the neighbor host definition is bound to an interface, we set the BGP option "update-source ITF_NAME" which fails for IPv6 currently.

    Please bind the neighbor host definitions to ANY until this issue is fixed.

    Thanks for reporting! Cheers
     Ulrich
  • Done, and it works fine, thanks a lot.
  • I'm sorry but i got a last question.

    I have enabled "Multiple Path Routing".
    When i made an "ip route", i saw all the "nexthop" route to the ipv4 dest (two in my case).
    When i made an "ip -6 route", i only saw one route.

    Is multipath working with ipv6 ?

    Thanks