protocols bgp {
group akamai {
neighbor x.x.x.x {
family inet {
unicast;
}
family inet6 {
unicast;
}
}
}
}On Fri, Dec 21, 2012 at 10:45 AM, Pete Ashdown <[email protected]>wrote: > I've got a peer who wishes me to send my IPv6 announcements over IPv4 BGP. > I'm running around in circles with JTAC trying to find out how to do this > in JunOS. Does anyone have a snippet they can send me? > >

