[j-nsp] L2VPN config sample!
Bourgeois, Jacob (Jake)** CTR **
bourgeois at alcatel-lucent.com
Wed Feb 7 17:33:06 EST 2007
Hi,
Your use of tcc encaps on the interfaces is probably the issue. Since
you've told l2vpn that your encaps is for vlan, you should be using vlan-ccc
for interface encaps. TCC is usually used for FR to ATM, ATM to Eth, etc.
I could be wrong here but give it a shot.
LDP vs RSVP tunnels. L2vpn is kompella, so mp-bgp is setting up parameters
on control plane, should just use any tunnel as long as there is an entry in
inet.3 for the remote pe router-id, regardless of signaling used.
HTHs
Jake Bourgeois
-----Original Message-----
From: juniper-nsp-bounces at puck.nether.net
[mailto:juniper-nsp-bounces at puck.nether.net] On Behalf Of Telmo Javier Di
Leva
Sent: Wednesday, February 07, 2007 2:32 PM
To: juniper-nsp at puck.nether.net
Subject: [j-nsp] L2VPN config sample!
Dears all....
I'm contacting you, because, we are trying to configure an L2VPN on a JM20.
Basically the configuration is the following:
Pe2> show configuration routing-instances L2VPN
instance-type l2vpn;
interface ge-1/1/0.195;
route-distinguisher 18747:5555555555;
vrf-target target:18747:5555555555;
protocols {
l2vpn {
encapsulation-type ethernet-vlan;
site US {
site-identifier 2;
interface ge-1/1/0.195 {
remote-site-id 1;
}
}
}
}
JM20x2>
Pe1> show configuration routing-instances L2VPN
instance-type l2vpn;
interface ge-0/2/0.195;
route-distinguisher 18747:5555555555;
vrf-target target:18747:5555555555;
protocols {
l2vpn {
traceoptions {
file VPLS.log;
flag all;
}
encapsulation-type ethernet-vlan;
site AR {
site-identifier 1;
interface ge-0/2/0.195 {
remote-site-id 2;
}
}
}
}
The encapsulation for the interfaces are TCC:
> show configuration interfaces ge-0/2/0.195
encapsulation vlan-tcc;
vlan-id 195;
In both routers the BGP configuration have family l2vpn unicast whit
junos 7.0R2.7.
In addition between every router we have 2 packet over sonet interfaces
stm1, and the route table for l2vpn is the following:
Pe1> show route table l2vpn
L2VPN.l2vpn.0: 1 destinations, 1 routes (1 active, 0 holddown, 0 hidden)
Restart Complete
+ = Active Route, - = Last Active, * = Both
18747:4294967295:1:1/96
*[L2VPN/7] 00:17:20
Discard
Pe2>> show route table L2VPN
L2VPN.l2vpn.0: 1 destinations, 1 routes (1 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both
18747:4294967295:2:1/96
*[L2VPN/7] 00:17:57
Discard
Can sombody help me? whats wrong in the configuration?
All examples on Juniper Site use TE whit RSVP, and we are using LDP to
exchange labels.
Best Regards.
_______________________________________________
juniper-nsp mailing list juniper-nsp at puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp
More information about the juniper-nsp
mailing list