PS: here vlan2 is vlan10
Here you have…
(I deleted some long parts…)
[admin@HOME] > export compact
jan/24/2013 15:37:52 by RouterOS 5.22
software id = RI6I-92S1
/interface bridge
add admin-mac=00:0C:42:F8:88:C5 auto-mac=no comment=“BRIDGE ETH2 & WIFI”
l2mtu=1598 name=bridge-local protocol-mode=rstp
/interface wireless
set 0 antenna-gain=17 band=2ghz-b/g/n comment=WLAN country=canada disabled=no
distance=indoors frequency=2452 ht-rxchains=0,1 ht-txchains=0,1 l2mtu=
2290 mode=ap-bridge name=wlan-WiFi noise-floor-threshold=-110
rate-selection=legacy wireless-protocol=any
/interface ethernet
set 0 comment=INTERNET name=eth1-WAN
set 1 comment=LAN name=eth2-master-NC
set 2 master-port=eth2-master-NC name=eth3-slave-dect6
set 3 master-port=eth2-master-NC name=eth4-slave-NAS
set 4 master-port=eth2-master-NC name=eth5-slave-RB250G
/interface wireless manual-tx-power-table
set wlan-WiFi comment=WLAN
/interface wireless nstreme
set wlan-WiFi comment=WLAN
/interface vlan
add comment=VoIP interface=eth2-master-NC l2mtu=1594 name=vlan10
use-service-tag=yes vlan-id=10
/ip dhcp-server option
add code=66 name=tftp value=xxxx.pointca.com
/ip pool
add name=default-dhcp ranges=192.168.0.100-192.168.0.150
add name=pool-vlan10 ranges=10.10.10.50-10.10.10.99
/ip dhcp-server
add address-pool=default-dhcp disabled=no interface=bridge-local name=default
add address-pool=pool-vlan10 disabled=no interface=vlan10 name=vlan10-VoIP
src-address=10.10.10.1
(…)
/interface bridge port
add bridge=bridge-local interface=eth2-master-NC
add bridge=bridge-local interface=wlan-WiFi
/interface bridge settings
set use-ip-firewall=yes
/ip address
add address=192.168.0.1/24 comment=“default configuration” interface=
bridge-local
add address=10.10.10.1/24 comment=“VoIP (Vlan10) network” interface=vlan10
/ip dhcp-client
add comment=“default configuration” disabled=no interface=eth1-WAN
/ip dhcp-server network
add address=10.10.10.0/24 comment=Vlan10 dhcp-option=tftp dns-server=
10.10.10.1 gateway=10.10.10.1
add address=192.168.0.0/24 comment=“default configuration” dns-server=8.8.8.8
gateway=192.168.0.1
/ip dns
set allow-remote-requests=yes max-udp-packet-size=512
/ip dns static
add address=192.168.88.1 name=router
/ip firewall address-list
add address=xx.xx.xx.xx list=current_DynDNS_IP
add address=xx.xx.xx.xx list=current_NoIP
(…)