Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »




routing-instance
routing-instances {
    VPLS1 {
        description "vpls test";
        instance-type vpls;
        vlan-id none;
        interface ge-1/0/2.0;
        interface ge-1/0/3.0;
        interface ge-1/1/4.0;
        interface ge-1/1/7.0;
        route-distinguisher 65000:11;
        vrf-target target:65000:11;
        protocols {
            vpls {
                site-range 50;
                no-tunnel-services;
                site site1 {
                    site-identifier 19;
                    interface ge-1/1/4.0;
                    interface ge-1/1/7.0;
                    interface ge-1/0/2.0;
                    interface ge-1/0/3.0;
                }
            }
        }
    }








  • No labels