[quagga-users 11388] Re: IPv6 BGP session down.
Barry Friedman <
barryf@...>
2010-03-01 20:04:39 GMT
What version of Quagga are you running?
The error indicates that the sanity check for MP_REACH_NLRI is failing
in that the NLRI prefix length values add up to more than the
attribute length (this is the overflow indicated in the error
message).
Can you post a tcpdump capture file of the BGP messages on the
offending session (use -s 0 to get full packet captures)?
Thanks,
Barry
On Sat, Feb 27, 2010 at 8:39 PM, Jan Hugo Prins <jhp@...> wrote:
> Hello,
>
> This evening one of my BGP routers started misbehaving and I found the
> following in my Debug logs:
>
> 2010/02/28 05:32:50 BGP: 2001:1540:800:4000::3:1 rcvd UPDATE w/ attr: ,
> origin i, mp_nexthop 2001:1540:800:4000::3:1(fe80::20c:dbff:fee0:7600),
> path 16243 24875 2914 35320
> 2010/02/28 05:32:50 BGP: 2001:1540:800:4000::3:1 rcvd 2a02:5f0::/32
> 2010/02/28 05:32:50 BGP: 2001:1540:800:4000::3:1 rcvd UPDATE w/ attr: ,
> origin i, mp_nexthop 2001:1540:800:4000::3:1(fe80::20c:dbff:fee0:7600),
> path 16243 13030 29056 44329
> 2010/02/28 05:32:50 BGP: 2001:1540:800:4000::3:1 rcvd 2001:67c:ac::/48
> 2010/02/28 05:32:50 BGP: 2001:1540:800:4000::3:1 rcvd UPDATE w/ attr: ,
> origin i, mp_nexthop 2001:1540:800:4000::3:1(fe80::20c:dbff:fee0:7600),
> path 16243 6939 10026 9989 4844
(Continue reading)