[j-nsp] VPLS with 2 interfaces on the same router

Yevgeniy Voloshin yevgeniy.voloshin at gmail.com
Tue Apr 17 07:56:30 EDT 2007


Hi All,

now I am trying to configure VPLS on only one router(m7i) with 2
suninterfaces(ge-0/1/0.100 and ge-0/1/0.200) pointing to 2 CE.

I use this conffiguration:
interfaces {
ge-0/1/0 {
vlan-tagging;
encapsulation flexible-ethernet-services;
unit 100 {
encapsulation vlan-vpls;
vlan-id 100;
family vpls;
}
unit 200 {
encapsulation vlan-vpls;
vlan-id 200;
family vpls;
}
unit 300 {
vlan-id 300;
family inet {
address 10.0.0.2/30;
}
}
...
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 vpls {
site-identifier 300;
interface ge-0/1/0.200;
interface ge-0/1/0.100;
}


Also I see(monitor interface ge-0/1/0.100) some incoming and outgouing
traffic when I ping from CE1 to CE2.

TIA!

---
Yev.


More information about the juniper-nsp mailing list