VLAN on TRUNK

dear Mikrotik users,
I am pretty new to Mikrotik but eager to work with it and I see some progress.
TECH: I am looking for some manual how to setup Router Board RB2011 LS-IN to use it like this.

Eth1 - connect to ISP
Eth2+Eth3 - Bonding with Trunk option for multiple VLAN support.

Eth4,Eth5,Eth6 → Eth10 use it as switch for VLANs with Management Port as well.

any idea?
I can not find trunk tagging under the OS.
ver.: 6.3

Thank You.

any idea and suggestions?
Thanks

Create bonding interface in RouterOS to have aggregated link and add VLAN sub-interfaces to it.

/interface bonding add name=bonding1 slaves=ether2,ether3
/interface vlan
add interface=bonding1 name=vlan10 vlan-id=10
add interface=bonding1 name=vlan20 vlan-id=20

The rest configuration should be similar to this wiki article:
http://wiki.mikrotik.com/wiki/Vlans_on_Mikrotik_environment

thanks,works like charm.