RB2011 // VLAN configuration + trunks

Hi all,

As i am very new to Microtik routers, i struggle in confguring VLAN and trunking.

Here is the scenario, very easy :

So i managed to create a trunk to the layer 2 switch, but now i dunno know how to assign the interface eth6 to VLAN 115 (switchport mode access vlan 115). Same for the second trunk to corp network.

I am using the winbox tool, but here the config i’ve done :

/interface bridge
add admin-mac=D4:CA:6D:D3:17:34 auto-mac=no l2mtu=1598 name=bridge-local protocol-mode=rstp
/interface ethernet
set 0 name=ether1-CANL-RF
set 1 name=ether2-DSP-6500
set 2 name=ether3-DSP-6500
set 3 name=ether4-DSP-NOC
set 4 name=ether5-admin-SMC
set 5 name=ether6-DSP-RDC
set 6 master-port=ether6-DSP-RDC name=ether7-slave-local
set 7 name=ether8-slave-local
set 8 master-port=ether6-DSP-RDC name=ether9-slave-local
set 9 disabled=yes master-port=ether6-DSP-RDC name=ether10-DSP-ADM-RES
set 10 name=sfp1-gateway



/interface vlan
add interface=ether4-DSP-NOC l2mtu=1594 name=DSP-BUREAU vlan-id=115
add interface=ether4-DSP-NOC l2mtu=1594 name=DSP-INGE vlan-id=116

/interface bonding
add link-monitoring=none mode=802.3ad name="vers DSP-6500" slaves=ether2-DSP-6500,ether3-DSP-6500

I guess tht i am wrong to assign the VLAN to the Physical interface. i’ve read a couple of things about using a bridge per VLAN, any chance someone could make a bit of explanation ? I dont get this concept, i’m familiar with the cisco-way (switchpoirt mode trunk/ acess).

thanks a lot for your help !!