[j-nsp] IPV6 Juniper X Quagga
Artur Makutunowicz
artur at makutunowicz.net
Sat Jan 14 09:44:23 EST 2012
On Saturday 14 of January 2012 11:27:47 Juliano Primavesi | KingHost wrote:
> Junos:
> ====================
> protocols {
> bgp {
> group ibgp {
> type internal;
> family inet {
> unicast;
> }
> neighbor A.B.C.D # ipv4
> neighbor 2ABC:DE::6 {
> local-address 2ABC:DE::9;
> hold-time 90;
> family inet6 {
> multicast;
> }
> }
> }
> }
>
> NLRI with 2ABC:DE::6 (Internal AS ABCDE): peer: <inet-unicast>(1) us:
> <inet6-multicast>(32)
You have to configure Quagga to support IPv6 unicast family and configure Junos
to support the same family. Now only inet6-mcast is supported at Junos side,
you have to add family inet6 unicast (or any) under the neighbor statement.
You can find Quagga config at http://www.occaid.org/tutorial-ipv6bgp.html
Artur
More information about the juniper-nsp
mailing list