That was it! Thank you!
In case it is useful for anyone else, here's my entire config (ASNs and IPs
anonymized):
# start config
router id 127.0.0.1;
vpn4 table vpntab4;
vpn6 table vpntab6;
protocol bgp peer1 {
local as 65321;
neighbor 192.168.42.1 as 65321;
hold time 180
I suspect you are missing the "extended next hop" option in your
BGP protocol config.
Thanks
Maria
On 08/24/2018 07:02 PM, Chris Herdt wrote:
> When I run bird in debug mode, I do see a lot of messages about missing next
> hop:
>
> bird: peer1: Missing next hop address
> bird: peer1: Invalid NE
Gan
>
>
>
> *From:* Bird-users *On Behalf Of *Chris
> Herdt
> *Sent:* Friday, August 24, 2018 5:48 AM
> *To:* bird-users@network.cz
> *Subject:* vpn6-mpls routes on BIRD 2
>
>
>
> Thanks to the list for all the help you've given me so far!
>
>
routes on BIRD 2
Thanks to the list for all the help you've given me so far!
Another question: I am running BIRD 2.0.2 and peering with a host that is
announcing vpn4 mpls and vpn6 mpls routes.
The vpn4 mpls routes are working, but all of the vpn6 mpls routes appear as
withdrawn routes. I&
Thanks to the list for all the help you've given me so far!
Another question: I am running BIRD 2.0.2 and peering with a host that is
announcing vpn4 mpls and vpn6 mpls routes.
The vpn4 mpls routes are working, but all of the vpn6 mpls routes appear as
withdrawn routes. I'm not sure why -- I look