On mer. 17 mai 17:46:46 2017, Dimitris Kalogeras wrote:
> router bgp 65010
>  bgp router-id 1.1.1.1
>  neighbor fc80:3::2 remote-as 65020
> ! neighbor fc80:3::2 soft-reconfiguration inbound
> !
>  address-family ipv6
>  network fc80:1::/64
>  neighbor fc80:3::2 activate
> ! neighbor fc80:3::2 soft-reconfiguration inbound
>  exit-address-family
>  exit

Hi,

I activate the IPv6 neighbors in the address-family context, but
configuring it in the normal context:

router bgp 204092
 bgp router-id 193.200.42.229
 neighbor 130.117.20.2 remote-as 174
 neighbor 130.117.20.2 password <blah>
 neighbor 130.117.20.2 ebgp-multihop 15
 neighbor 2001:550:0:1000::8275:1402 remote-as 174
 neighbor 2001:550:0:1000::8275:1402 password <blah>
 neighbor 2001:550:0:1000::8275:1402 ebgp-multihop 15
 no neighbor 2001:550:0:1000::8275:1402 activate
!
 address-family ipv6
 neighbor 2001:550:0:1000::8275:1402 activate
 exit-address-family

I don’t export routes to kernel as it is a blackholing session, but you
can try something like that.

-- 
alarig

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Quagga-users mailing list
Quagga-users@lists.quagga.net
https://lists.quagga.net/mailman/listinfo/quagga-users

Reply via email to