Re: [j-nsp] QFX 5100 and vlan rewriting

2018-05-17 Thread Vincent Bernat
ming Style (Kernighan & Plauger) ――― Original Message ――― From: Jonathan Call <lordsit...@hotmail.com> Sent: 17 mai 2018 14:30 GMT Subject: Re: [j-nsp] QFX 5100 and vlan rewriting To: Vincent Bernat; juniper-nsp@puck.nether.net > Use the inner-vlan-id-list option: >

Re: [j-nsp] QFX 5100 and vlan rewriting

2018-05-17 Thread Jonathan Call
y 17, 2018 3:17 AM To: juniper-nsp@puck.nether.net Subject: [j-nsp] QFX 5100 and vlan rewriting   Hey! I am a bit puzzled how to do VLAN rewriting with the QFX5100. With a MX, the following configuration would work: interfaces {  xe-0/0/0 {   unit 0 {    family bridge {     interface-mode trunk;

[j-nsp] QFX 5100 and vlan rewriting

2018-05-17 Thread Vincent Bernat
Hey! I am a bit puzzled how to do VLAN rewriting with the QFX5100. With a MX, the following configuration would work: interfaces { xe-0/0/0 { unit 0 { family bridge { interface-mode trunk; vlan-id-list [ 57 58 ]; vlan-rewrite { translate 3 57; translate 4 58; }