1- How to create Access VLAN on these Interface?
VLAN10_LAN1 on Ether3
VLAN20_WiFi on Ether4
VLAN30_Guest on Ether5
VLAN100_MGMT on Ether6
2- How to make VLAN100_MGMT to provide IP address through Bridge_Trunk?
3- and How to route VLAN10_LAN1 and VLAN20_WiFi?
Thanks in advanced for any comment and help.
Here are my existing configuration
/interface bonding
add mode=802.3ad name=Bonding1-LAN1&2 slaves=ether1-LAN1,ether2-LAN2 \
transmit-hash-policy=layer-2-and-3
/interface bridge
add fast-forward=no name=Bridge_Trunk
/interface bridge port
add bridge=Bridge_Trunk interface=Bonding1-LAN1&2
/interface vlan
add interface=Bridge_Trunk name=VLAN10_LAN1 vlan-id=10
add interface=Bridge_Trunk name=VLAN20_WiFi vlan-id=20
add interface=Bridge_Trunk name=VLAN30_Guest vlan-id=30
add interface=Bridge_Trunk name=VLAN100_MGMT vlan-id=100
/ip dhcp-server
add address-pool=dhcp_pool1 disabled=no interface=VLAN10_LAN1 name=dhcp1
add address-pool=dhcp_pool2 disabled=no interface=VLAN20_WiFi name=dhcp2
add address-pool=dhcp_pool3 disabled=no interface=VLAN30_Guest name=dhcp3
add address-pool=dhcp_pool4 disabled=no interface=VLAN100_MGMT name=dhcp4
/ip dhcp-server network
add address=192.168.10.0/24 gateway=192.168.10.1
add address=192.168.20.0/24 gateway=192.168.20.1
add address=192.168.30.0/24 gateway=192.168.30.1
add address=192.168.100.0/24 gateway=192.168.100.1