# model = 750 /interface bridge add name=bridge1 vlan-filtering=yes /interface vlan add interface=ether5 name="VLAN AC...." vlan-id=1104 add interface=ether5 name="VLAN CA...." vlan-id=1100 add interface=ether5 name="VLAN LO...." vlan-id=1106 add interface=ether5 name="VLAN LOC..." vlan-id=1105 add interface=ether5 name="VLAN MA...." vlan-id=1102 add interface=ether5 name="VLAN WO...." vlan-id=1101 /interface wireless security-profiles set [ find default=yes ] supplicant-identity=MikroTik /ip pool add name=dhcp_pool0 ranges=192.168.28.250-192.168.28.254 add name=dhcp_pool1 ranges=10.70.34.226-10.70.34.238 add name=dhcp_pool2 ranges=10.70.34.250-10.70.34.254 add name=dhcp_pool3 ranges=10.70.34.242-10.70.34.246 /ip dhcp-server add address-pool=dhcp_pool0 disabled=no interface="VLAN AC...." name=dhcp1 add address-pool=dhcp_pool1 disabled=no interface="VLAN CA...." name=dhcp2 add address-pool=dhcp_pool2 disabled=no interface="VLAN MA...." name=dhcp3 add address-pool=dhcp_pool3 disabled=no interface="VLAN WO...." name=dhcp4 /interface bridge port add bridge=bridge1 interface=ether1 multicast-router=disabled pvid=1100 add bridge=bridge1 interface=ether2 multicast-router=disabled pvid=1101 add bridge=bridge1 interface=ether3 multicast-router=disabled pvid=1102 add bridge=bridge1 interface=ether4 multicast-router=disabled pvid=1104 /interface bridge vlan add bridge=bridge1 comment="VLAN CA...." tagged=ether5 untagged=ether1 \ vlan-ids=1100 add bridge=bridge1 comment="VLAN WO...." tagged=ether5 untagged=ether2 \ vlan-ids=1101 add bridge=bridge1 comment="VLAN AC...." tagged=ether5 untagged=ether4 \ vlan-ids=1104 add bridge=bridge1 comment="VLAN MA...." tagged=ether5 untagged=ether3 \ vlan-ids=1102 /interface ethernet switch vlan add ports=ether2 switch=switch1 vlan-id=1101 add ports=ether3 switch=switch1 vlan-id=1102 add ports=ether4 switch=switch1 vlan-id=1104 /ip address add address=10.70.34.225/28 interface="VLAN CA...." network=10.70.34.224 add address=10.70.34.241/29 interface="VLAN WO...." network=10.70.34.240 add address=10.70.34.249/29 interface="VLAN MA...." network=10.70.34.248 add address=192.168.28.249/29 interface="VLAN AC...." network=192.168.28.248 /ip dhcp-server network add address=10.70.34.224/28 gateway=10.70.34.225 add address=10.70.34.240/29 gateway=10.70.34.241 add address=10.70.34.248/29 gateway=10.70.34.249 add address=192.168.28.248/29 gateway=192.168.28.249 /system clock set time-zone-autodetect=no /system clock manual set time-zone=+00:00 /system identity set name=RoutPiBar /system ntp client set enabled=yes primary-ntp=10.20.35.112 /system routerboard settings set auto-upgrade=yes