<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 12px; font-family: 'Arial Unicode MS', sans-serif;">
<div>It is not easy for me to know what you are trying to do :-) but a couple of tips:</div>
<ul>
<li>first you need to make sure your mp-bgp session between both is up. 
<ul>
<li>That is configured in the base router context of the 7750: config>router>bgp, not within the VPRN context (the bgp context withint VPRN is for ce-pe BGP).</li><li>make sure you have your neighbor properly configured and the vpn-ipv4 (or/and v6) family</li><li>this is an example for an internal peer. If you need eBGP then you will need to add</li></ul>
</li></ul>
<div>
<div>>config>router>bgp# info </div>
<div>----------------------------------------------</div>
<div>            group "internal"</div>
<div>                family vpn-ipv4</div>
<div>                type internal</div>
<div>                neighbor 192.0.0.69</div>
<div>                exit</div>
<div>            exit</div>
<div>            no shutdown</div>
</div>
<div><br>
</div>
<ul>
<li>once the bgp session is up (show router bgp summary), you can configure the VPRN</li><li>make sure you have the route-distinguisher configured: I can’t see it below</li><li>the spoke-sdps under the ip interfaces are only required if you are terminating PWs into the VPRN IP interface, not for the PE to PE connection. For that, you only need the auto-bind ldp command, route-distinguisher, route-target and the mp-bgp vpn-ipv4
 family up.</li></ul>
<div>Check the 7750 SROS services guide for examples.</div>
<div><br>
</div>
<span id="OLK_SRC_BODY_SECTION">
<div style="font-family:Calibri; font-size:11pt; text-align:left; color:black; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<span style="font-weight:bold">From: </span>Magic Hand <<a href="mailto:magic.hand@live.com">magic.hand@live.com</a>><br>
<span style="font-weight:bold">Date: </span>Tuesday, January 21, 2014 at 8:47 PM<br>
<span style="font-weight:bold">To: </span>"<a href="mailto:alcatel-nsp@puck.nether.net">alcatel-nsp@puck.nether.net</a>" <<a href="mailto:alcatel-nsp@puck.nether.net">alcatel-nsp@puck.nether.net</a>><br>
<span style="font-weight:bold">Subject: </span>[alcatel-nsp] L3VPN VRF Configuration in 7750<br>
</div>
<div><br>
</div>
<blockquote id="MAC_OUTLOOK_ATTRIBUTION_BLOCKQUOTE" style="BORDER-LEFT: #b5c4df 5 solid; PADDING:0 0 0 5; MARGIN:0 0 0 5;">
<div><style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style>
<div class="hmmessage">
<div dir="ltr">Dear All,<br>
<br>
I need to some help to transform the following setting in Juniper MX to make able to communicate with 7750. At the moment, I am having a network with mixture of L2 and L3. L2 traffic basically runs fine with VPLS configuration. I've asked around and someone
 told me that I need SDP and VPRN in order to have this setup works for L3. Well, I already have SDP in place which being used by other services such as EPIPE and VPLS.<br>
<br>
The following configuration is what in my Junipers:-<br>
<br>
<i>L3VPN {<br>
    instance-type vrf;<br>
    interface ge-1/0/0.222;<br>
    interface ge-1/0/0.333;<br>
    route-distinguisher 65001:19;<br>
    vrf-target target:65001:11;<br>
    vrf-table-label;<br>
    routing-options {<br>
        static {<br>
            route 192.168.1.1/24 next-hop 172.22.67.189;<br>
        }<br>
    }<br>
}<br>
</i><br>
<br>
So, back to helps needed:-<br>
<br>
1.    Based on the configuration statement below in 7750, did I configured it correctly?<br>
<br>
<i>        vprn 1 customer 1 create<br>
            no shutdown<br>
            auto-bind ldp<br>
            vrf-target target:65001:11<br>
            interface "MX960" create<br>
            exit<br>
            interface "VLAN222" create<br>
                address 192.168.2.1/24<br>
                spoke-sdp 1:222 create<br>
                exit<br>
            exit<br>
            bgp<br>
                group "MX960"<br>
                    peer-as 65001<br>
                    neighbor 192.168.10.10<br>
                    exit<br>
                exit<br>
            exit<br>
        exit</i><br>
<br>
<br>
<br>
2.      When I did "show router bgp summary", it returned with error "OpenSent", where did I made mistake?<br>
<br>
3.      Any sample configuration would be great help.<br>
<br>
<br>
Do let me know if more information is required.<br>
<br>
</div>
</div>
</div>
</blockquote>
</span>
</body>
</html>