[j-nsp] Multiple sites in the same vpls routing-instance

sthaug at nethelp.no sthaug at nethelp.no
Thu Mar 17 03:13:12 EST 2005


> Why is it invalid to add more than one sito to a vpls
> instance (JunOS version 6.4R1.6) ? See below for
> config and error message:

You certainly can add more than one site. Example from one of our
production configs:

    VP17840100 {
        instance-type vpls;
        interface ge-0/0/0.2004;
        route-distinguisher 2116:17840100;
        vrf-target target:2116:17840100;
        protocols {
            vpls {
                site HT,STL,SMS {
                    site-identifier 2;
                }
            }
        }
    }

Note that the Juniper documentation is lacking here - no mention
of the fact that you can have a comma-separated list of sites.

Steinar Haug, Nethelp consulting, sthaug at nethelp.no


More information about the juniper-nsp mailing list