I've recently setup my router using the default settings and latest OS version, things are working well.
I'd now like to add a VLAN into the mix, the purpose of this VLAN is to create a separate network which will be utilised by Unifi Access Points
Current configuration
Eth1 = WAN
Eth2 = LAN (192.168.100.0/24) This goes into my main Unifi Switch where all devices are connected
Default Bridge
[admin@MikroTik] /interface bridge port> print
Flags: X - disabled, I - inactive, D - dynamic, H - hw-offload
# INTERFACE BRIDGE HW PVID PRIORITY PATH-COST INTERNAL-PATH-COST HORIZON
0 H ;;; defconf
ether2-LAN bridge yes 1 0x80 10 10 none
1 I H ;;; defconf
ether6-master bridge yes 1 0x80 10 10 none
2 I ;;; defconf
sfp1 bridge no 1 0x80 10 10 none
3 I H ether3 bridge yes 1 0x80 10 10 none
4 I H ether4 bridge yes 1 0x80 10 10 none
5 I H ether5 bridge yes 1 0x80 10 10 none
6 I H ether7 bridge yes 1 0x80 10 10 none
7 I H ether8 bridge yes 1 0x80 10 10 none
8 I H ether9 bridge yes 1 0x80 10 10 none
9 I H ether10 bridge yes 1 0x80 10 10 none
I'd like to create a new VLAN, eg VLAN 10 and it have a network address of 10.0.10.0/24. What steps are required to implement this?
Appreciate any assistance.
Thanks