VLAN question

Hi there, I’m wandering, how can I add “vlan-manag vlan-id=1” and “vlan-corp vlan-id=2” to the eth4-trunk interface? See the code below:
Thank you,
Y

/interface vlan
add interface=eth3-trunk l2mtu=1594 name=vlan1 vlan-id=110
add interface=eth3-trunk l2mtu=1594 name=vlan2 vlan-id=120
add interface=eth3-trunk l2mtu=1594 name=vlan3 vlan-id=130
add interface=eth3-trunk l2mtu=1594 name=vlan-manag vlan-id=1
add interface=eth3-trunk l2mtu=1594 name=vlan-corp vlan-id=2



add interface=eth4-trunk l2mtu=1594 name=vlan4 vlan-id=140
add interface=eth4-trunk l2mtu=1594 name=vlan5 vlan-id=150
add interface=eth4-trunk l2mtu=1594 name=vlan6 vlan-id=160

You can add VLAN interfaces with the same VLAN ID to multiple interfaces but you have to give the interfaces different names. Typically make the VLAN interfaces names like VLAN10-Eth2 or VLAN10-02 etc. .

Thank you, that make sense, I failed to see…
:slight_smile: