Quantcast
Channel: All Ethernet Switching posts
Viewing all articles
Browse latest Browse all 10307

Re: Selective Q-In-Q on QFX5100

$
0
0

Hello,

Try this one

interfaces {
    xe-0/0/0 {
        flexible-vlan-tagging;
        encapsulation extended-vlan-bridge;
        unit 25 {
            vlan-id-list 100-200;
            input-vlan-map {
                push;
                vlan-id 25;
            }
            output-vlan-map pop;
        }
        unit 45 {
            vlan-id-list 302-303;
            input-vlan-map {
                push;
                vlan-id 45;
            }
            output-vlan-map pop;
        }
    }
}
vlans {
    twentyfive {
        interface xe-0/0/0.25;<skip>
    }
    Fourtyfive {
        interface xe-0/0/0.45;<skip>
    }
}

HTH

Thx
Alex


Viewing all articles
Browse latest Browse all 10307

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>