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.
_______________________________________________
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to