Hi Sindy, thanks. Will do that on Monday.
I only need to "stretch" this one vlan, voip.I don't control this vlan, and there is no IP configuration attached to it. It is in its own static setup. I just put PBX and phones on it and it is already part of the main bridge - hybrid setup for phone/pc combo.
On this new br-vlan20 I dont configure any vlan filtering correct? Frames will cross tagged or untagged?
How do I make interface member of another bridge?
On client side I have main bridge with same setup as in office. Any special setup on client?
My current config (also "same" on the client):
/interface bridge
add name=BR1 protocol-mode=none vlan-filtering=yes
/interface vlan
add interface=BR1 name=PC-VLAN vlan-id=10
add interface=BR1 name=VOIP-VLAN vlan-id=20
/interface list
add name=WAN
add name=VLAN
add name=BASE
/ip pool
add name=PC-POOL ranges=172.31.1.50-172.31.1.99
/ip dhcp-server
add address-pool=PC-POOL disabled=no interface=PC-VLAN name=PC-DHCP
/interface bridge port
add bridge=BR1 comment="Trunk/Uplink: V10, V20" interface=ether2
add bridge=BR1 comment="Ingress/Hybrid: V10" ingress-filtering=yes interface=ether3 pvid=10
add bridge=BR1 comment="Ingress/Hybrid: V10" ingress-filtering=yes interface=ether4 pvid=10
add bridge=BR1 comment="Ingress/Hybrid: V10" ingress-filtering=yes interface=ether5 pvid=10
add bridge=BR1 comment="Ingress/Hybrid: V10" ingress-filtering=yes interface=ether6 pvid=10
add bridge=BR1 comment="Ingress/Hybrid: V10" ingress-filtering=yes interface=ether7 pvid=10
add bridge=BR1 comment="Ingress/Hybrid: V10" ingress-filtering=yes interface=ether8 pvid=10
add bridge=BR1 comment="Ingress/Hybrid: V10" ingress-filtering=yes interface=ether9 pvid=10
add bridge=BR1 comment="Ingress/PBX: V20" ingress-filtering=yes interface=ether10 pvid=20 frame-types=admit-only-untagged-and-priority-tagged
/ip neighbor discovery-settings
set discover-interface-list=BASE
/interface bridge vlan
add bridge=BR1 comment="Egress/Hybrid" vlan-ids=10 tagged=BR1,ether2 untagged=ether3,ether4,ether5,ether6,ether7,ether8,ether9,eoip-studenci
add bridge=BR1 comment="Egress/PBX" vlan-ids=20 tagged=ether2,ether3,ether4,ether5,ether6,ether7,ether8,ether9,BR1 untagged=ether10
/interface list member
add interface=ether1 list=WAN
add interface=VOIP-VLAN list=VLAN
add interface=PC-VLAN list=VLAN
add interface=PC-VLAN list=BASE
/ip address
add address=172.31.1.254/24 interface=PC-VLAN network=172.31.1.0
/ip dhcp-server network
add address=172.31.1.0/24 dns-server=172.31.1.1 gateway=172.31.1.254
/ip dhcp-client
add disabled=no interface=ether1
/ip firewall filter
add action=accept chain=input comment="accept established,related" connection-state=established,related
add action=drop chain=input comment="drop invalid" connection-state=invalid
add action=accept chain=input comment="accept ICMP" protocol=icmp
add action=accept chain=input comment="allow IPsec NAT" dst-port=4500 protocol=udp
add action=accept chain=input comment="allow IKE" dst-port=500 protocol=udp
add action=accept chain=input comment="allow L2TP" dst-port=1701 protocol=udp
add action=accept chain=input comment="accept PC_VLAN (base)" in-interface=PC-VLAN
add action=drop chain=input in-interface-list=!BASE
add action=drop chain=input comment="drop everything else"
add action=accept chain=forward comment="accept in ipsec policy" ipsec-policy=in,ipsec
add action=accept chain=forward comment="accept out ipsec policy" ipsec-policy=out,ipsec
add action=fasttrack-connection chain=forward comment=fasttrack connection-state=established,related
add action=accept chain=forward comment="accept established,related" connection-state=established,related
add action=accept chain=forward comment="accept PC_VLAN internet access" connection-state=new in-interface=PC-VLAN out-interface-list=WAN
add action=drop chain=forward comment="drop invalid" connection-state=invalid
add action=drop chain=forward comment="drop all from WAN not DSTNATed" connection-nat-state=!dstnat connection-state=new in-interface-list=WAN
/ip firewall nat
add action=masquerade chain=srcnat comment="Default masquerade" out-interface-list=WAN
/tool mac-server set allowed-interface-list=BASE
/tool mac-server mac-winbox set allowed-interface-list=BASE