VLAN + Trunk basics

Hi all,

I am a very beginner to Microtik and have been struggling for days on a very basic thing. Thing is I need to setup the following scenario :

I have the followinf configuration, i managed to create the bonding, and only one trunk to the layer 2 switch :

/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 cannot add the vlan to other interfaces (i am actually using the Microtik Winbox tool).

I guess what i am doing wrong is the fact that a assigned the VLAN to a physical interface. I am not familiar at all with the bridges concepts and not sure at all if this is the right direction.

If anybody has an idea I would really appreciate your help !
Thanks a lot

Florian

Take a look on these VLAN examples from Wiki:
http://wiki.mikrotik.com/wiki/Manual:Switch_Chip_Features#Example_-_802.1Q_Trunking_with_Atheros_switch_chip_in_RouterOS_v6
http://wiki.mikrotik.com/wiki/Vlans_on_Mikrotik_environment
I would recommend to use only one of the methods at the same, probably VLANs with bridges are easier for beginner.

You want the vlans on the bonding interface not on the ethers.

Sent from my SCH-I545 using Tapatalk