nanog mailing list archives
RE: Trouble with IPv6 setup on Quagga
From: "James Jun" <james () towardex com>
Date: Thu, 9 Aug 2012 15:46:22 -0400
Most likely the trouble you're having is bgpd being unable to reference zebra RIB via socket. Make sure zebra is running and that your next-hop is visible as directly connected when doing 'sh ipv6 route' under zebra vty. James -----Original Message----- From: Anurag Bhatia [mailto:me () anuragbhatia com] Sent: Tuesday, August 07, 2012 1:08 AM To: NANOG Mailing List Subject: Trouble with IPv6 setup on Quagga Hello everyone I am having trouble with Quagga in setting up IPv6 BGP. So far it was failing with external providers. Just now I gave it a try to setup BGP session (IPv6 only) within our ASN between two routers.
From our other end router I see there is no acconcement, while I see blocks
being announced via Quagga. Also strange enough is that the number of blocks
I account - they all come as "withdrawl routes" on other router as soon as
Quagga is turned on.
E.g this is what I see on Quagga:
node4# show bgp ipv6 summary
BGP router identifier 199.116.78.28, local AS number 54456 RIB entries
18741, using 1757 KiB of memory Peers 1, using 4560 bytes of memory
Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down
State/PfxRcd
2607:1b00:10:a::1
4 54456 6865 5 0 0 0 00:00:05 9798
Total number of neighbors 1
node4#
So BGP session is up. Next if I check advertised routes, it goes like:
node4# show bgp ipv6 neighbors 2607:1b00:10:a::1 advertised-routes BGP
table version is 0, local router ID is 199.116.78.28 Status codes: s
suppressed, d damped, h history, * valid, > best, i - internal,
r RIB-failure, S Stale, R Removed Origin codes: i - IGP, e -
EGP, ? - incomplete
Network Next Hop Metric LocPrf Weight Path
*> 2607:1b00:d1::/48
:: 0 100 32768 i
*> 2607:1b00:d2::/48
:: 0 100 32768 i
Total number of prefixes 2
node4#
I don't see these routes in other router at all.
Here's what my Quagga bgpd.conf looks like:
hostname node4
timers bgp 4 16
router bgp 54456
bgp router-id 199.116.78.28
redistribute connected metric 1
redistribute static metric 1
neighbor 2607:1b00:10:a::1 remote-as 54456 neighbor 2607:1b00:10:a::1
next-hop-self
address-family ipv6
network 2607:1b00:d1::/48
network 2607:1b00:d2::/48
neighbor 2607:1b00:10:a::1 activate
exit-address-family
Was wondering if someone can point in me right direction since both of these
prefixes are (annnounced and ?) withdrawn as soon as I restart Quagga.
Thanks.
--
Anurag Bhatia
Web: anuragbhatia.com
Skype: anuragbhatia.com
Linkedin <http://in.linkedin.com/in/anuragbhatia21> |
Twitter<https://twitter.com/anurag_bhatia>|
Google+ <https://plus.google.com/118280168625121532854>
Current thread:
- Trouble with IPv6 setup on Quagga Anurag Bhatia (Aug 06)
- Re: Trouble with IPv6 setup on Quagga Marco Hogewoning (Aug 07)
- Re: Trouble with IPv6 setup on Quagga Vicky Shrestha (Aug 09)
- Re: Trouble with IPv6 setup on Quagga Anurag Bhatia (Aug 14)
- Re: Trouble with IPv6 setup on Quagga Vicky Shrestha (Aug 09)
- Re: Trouble with IPv6 setup on Quagga tom (Aug 07)
- Re: Trouble with IPv6 setup on Quagga Oliver (Aug 08)
- Re: Trouble with IPv6 setup on Quagga Stefan Neufeind (Aug 08)
- RE: Trouble with IPv6 setup on Quagga James Jun (Aug 09)
- Re: Trouble with IPv6 setup on Quagga Marco Hogewoning (Aug 07)
