On Tuesday 07 August 2012 01:08:24 Anurag Bhatia wrote: > > 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
Specifying "next-hop-self" in the general BGP router config section is equivalent to specifying it purely for IPv4 routes; you need to specify next- hop-self in the IPv6 address-family section. Regards, Oliver

