[j-nsp] VPLS with 2 interfaces on the same router
youssef yosry
yyosry at salec.com
Tue Apr 17 12:11:48 EDT 2007
Hi,
Do not put the two Giga interfaces in the same site; put them in two
separated sites and the two interfaces still in the same VPLS as they are,
Like this:
routing-instances {
}
vpls {
instance-type vpls;
interface ge-0/1/0.100;
interface ge-0/1/0.200;
route-distinguisher 300:300;
vrf-target target:300:300;
protocols {
vpls {
site-range 10;
mac-table-size 100;
site vpls1 {
site-identifier 300;
interface ge-0/1/0.200;}
site vpls2 {
site-identifier 301 ;
interface ge-0/1/0.100;}
}
Use this command to track the vpls failure reason "show vpls connections"
Best Regards,
Youssef Yosry
More information about the juniper-nsp
mailing list