Peter
unread,May 23, 2017, 5:54:12 PM5/23/17Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to exabgp-users
Hello!
I'm tearing my hair out not getting IPv6 peering to work.
I have an IPv4 peer from exabgp to quagga working fine.
Now I want to setup an IPv6 peer from exabgp to quagga.
In the quagga end I configure this the same way I configure
all my other IPv6 peers, but how do I configure this in exabgp?
I find very few sample IPv6 configs by googling, and all my
attempts at config either silently (nothing at all in the
log file) fail starting exabgp, or don't succeed in connecting
to the quagga IPv6 peer. I have confirmed that the exabgp server
can connect to port 179 on the quagga servers IPv6 address, so
this all seems to be a config problem.
This is my working IPv4 config, with everything interesting x:ed out:
group x {
static {
route x next-hop x;
}
neighbor x {
router-id x;
local-address x;
local-as x;
peer-as x;
}
}
I have tried adding the IPv6 peer in the same group, in a group
of its own, tried removing group and putting both peers at the
global level, and tried lots of other things. Nothing works.
Thanks for any ideas!
A working sample IPv6 config for exabgp 3.4.18 would be great.
Peter