It seems to me that you are working on mx-series , right?
because the "vlan-id" is not supported under routing-instance on  m-series ..


tthank you.

Date: Wed, 4 May 2011 14:37:17 +0200
Subject: Re: [j-nsp] several vlans under one vpls routing instance
From: [email protected]
To: [email protected]
CC: [email protected]

Hello,
It shouldn't be problem! Can you provide interface configuration and "show vpls 
connectins " statistics.

I can give you one snippet where it works 
"
HSI-VPLS-250 {
        instance-type vpls;

        vlan-id 250;
        interface xe-1/1/0.250;
        interface xe-1/1/1.250;
        interface ge-1/2/8.250;
        interface ge-1/3/0.250;
        interface xe-2/1/0.250;
        no-local-switching;

        route-distinguisher 10.0.0.1:250;
        vrf-import VRF_IMPORT_HSI;
        vrf-export VRF_EXPORT_HSI;
        inactive: vrf-target target:6500:250;
        protocols {

            vpls {
                traceoptions {
                    file HSI-log;
                    flag connections;
                }
                mac-table-size {
                    3200;
                }

                no-tunnel-services;
                site S12-TB03 {
                    site-identifier 52500;
                    multi-homing;
                    site-preference primary;
                    interface xe-1/1/0.250 {

                        interface-mac-limit {
                            1600;
                        }
                    }
                }
                site S12-DSLAM {
                    site-identifier 52501;

                    multi-homing;
                    site-preference primary;
                    interface ge-1/3/0.250;
                }
                site S12-GPON {
                    site-identifier 52502;

                    multi-homing;
                    site-preference primary;
                    interface xe-1/1/1.250;
                }
                site Perm.Connection {
                    site-identifier 100;

                    interface ge-1/2/8.250;
                }
                site S12-GPON-E {
                    site-identifier 5203;
                    multi-homing;
                    site-preference primary;

                    interface xe-2/1/0.250;
                }
            }
        }
"
 

On Tue, May 3, 2011 at 5:35 PM, meryem Z <[email protected]> wrote:



hello,



I'm trying to configure serveral sub-interfaces under the same vpls routing 
instance on junos 9.6 m7i router and 10.3 on M120. but still doesn't work.

with one sub-interface it works fine.

I found some juniper docs on this subject but it was related to mx-series..



my config is as follows:



router> show configuration routing-instances Test_VPLS

instance-type vpls;

interface xe-5/0/0.100;

interface xe-5/0/0.101;

route-distinguisher 64512:100;

vrf-target target:64512:100;

protocols {

    vpls {

        site-range 5;

        site Site1 {

            site-identifier 1;

            interface xe-5/0/0.100;

             interface xe-5/0/0.101;

        }

    }

}

what should i add to make it work?



Thank a lot.





_______________________________________________

juniper-nsp mailing list [email protected]

https://puck.nether.net/mailman/listinfo/juniper-nsp



-- 
________________________________
DuĊĦan Avbreht
Professional Service Consultant

AVDUS d.o.o.

Mobile: +386 41 340546
E: [email protected]

E: [email protected]

                                          
_______________________________________________
juniper-nsp mailing list [email protected]
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to