Re: vpn6-mpls routes on BIRD 2

2018-08-24 Thread Chris Herdt
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

Re: vpn6-mpls routes on BIRD 2

2018-08-24 Thread Jan Maria Matejka
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

Re: vpn6-mpls routes on BIRD 2

2018-08-24 Thread Chris Herdt
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 NEXT_HOP attribute bird: peer1: Invalid NEXT_HOP attribute bird: peer1: Invalid NEXT_HOP attribute [etc.] When I examine the update packets coming in for IP

RE: vpn6-mpls routes on BIRD 2

2018-08-23 Thread Arvin Gan
Hi , From your protocols info, “BGP Next hop: ::” in channel vpn6-mpls, if next hop is empty, the route is withdrawn. Suggest to check it. Best Regards, Arvin 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 ro