[j-nsp] VPLS with 2 interfaces on the same router
Angel Bardarov
angel.bardarov at btc-net.bg
Tue Apr 17 15:27:46 EDT 2007
BTW - I see you have configured "site-identifier 300" and "site-range
10". The value of "site-identifier" must be equal or less then the value
of " site-range". With your current configuration if you configure this
VPLS service on another router the traffic won't be forwarded over the
MPLS cloud.
Can you post the output from "show vpls connections detail"?
Angel
Yevgeniy Voloshin wrote:
> 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 at puck.nether.net
> https://puck.nether.net/mailman/listinfo/juniper-nsp
>
>
More information about the juniper-nsp
mailing list