[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
JunOS IPv6 announcements over IPv4 BGP
- Subject: JunOS IPv6 announcements over IPv4 BGP
- From: tom at cloudflare.com (Tom Paseka)
- Date: Fri, 21 Dec 2012 12:33:18 -0800
- In-reply-to: <[email protected]>
- References: <[email protected]>
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 <pashdown at xmission.com>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?
>
>