[147810] in North American Network Operators' Group
Re: Help with quagga BGP config for ipv6 route-server
daemon@ATHENA.MIT.EDU (David Waitzman)
Thu Dec 22 15:14:34 2011
From: David Waitzman <djw@bbn.com>
In-Reply-To: <2D1257E5-A7CA-47A0-B08B-9B515D6E7017@bbn.com>
Date: Thu, 22 Dec 2011 15:13:41 -0500
To: nanog@nanog.org
Errors-To: nanog-bounces+nanog.discuss=bloom-picayune.mit.edu@nanog.org
My IPv4 and IPv6 BGP connections now get prefixes.
My thanks to those who answered on and off the list.
My revised config is like:
-----------------------
router bgp MYAS
no bgp enforce-first-as
no bgp default ipv4-unicast
network MYIPv4NET route-map SetAttr
neighbor PEERIPv6 remote-as RSAS
neighbor PEERIPv4 remote-as RSAS
neighbor PEERIPv4 activate
neighbor PEERIPv4 next-hop-self
neighbor PEERIPv4 send-community
!neighbor PEERIPv4 soft-reconfiguration inbound
address-family ipv6
network MYIPv6NET route-map SetAttr
neighbor PEERIPv6 activate
neighbor PEERIPv6 send-community
neighbor PEERIPv6 soft-reconfiguration inbound
exit-address-family
route-map SetAttr permit 10
set community RSAS:RSAS
end
-------------------------
I had to move the V6 remote-as line up before the address-family ipv6 =
block.
I appear to have needed the "exit-address-family".
Having "bgp router-id MYIP4INTERFACE" causes problems. I am not sure =
yet if not having it is going to cause other problems.
--
David Waitzman