Please help in the implementation of VLAN between the MT and the Access Point Tplinka.
At the moment the network is working that
all assigned MAC have IP
1 ip-pool
10.0.4.10-10.0.4.24
10.0.5.3-10.0.5.102
If the MT does not recognize the MAC address, it is assigned an address from another pool
0 adresy_do_sprawdzania_mac 192.168.0.100-192.168.0.199
I would like to port ether 5 add two VLAN. One network should work the same way as described above and the second network should operate in a hotspot for addressing 192.168.1.1/24
Please help in the configuration
[admin@MikroTik] > interface ethernet print
Flags: X - disabled, R - running, S - slave
# NAME MTU MAC-ADDRESS ARP MASTER-PORT SWITCH
0 R ether1 1500 4C:xx:xx:xx:xx:34 enabled none switch2
1 R ether2 1500 4C:xx:xx:xx:xx:35 reply-only none switch2
2 RS ether3 1500 4C:xx:xx:xx:xx:36 reply-only ether2 switch2
3 RS ether4 1500 4C:xx:xx:xx:xx:37 reply-only ether2 switch2
4 RS ether5 1500 4C:xx:xx:xx:xx:38 reply-only ether2 switch2
[admin@MikroTik] > interface vlan print
Flags: X - disabled, R - running, S - slave
# NAME MTU ARP VLAN-ID INTERFACE
0 R vlan1 1500 reply-only 1 ether5
[admin@MikroTik] > ip address print
Flags: X - disabled, I - invalid, D - dynamic
# ADDRESS NETWORK INTERFACE
0 XX.xx.XX.XX/30 XX.XX.XX.XX ether1
1 192.168.0.100/24 192.168.0.0 ether2
2 10.0.4.1/23 10.0.4.0 ether2
3 192.168.1.1/24 192.168.1.0 ether2
[admin@MikroTik] > ip pool print
# NAME RANGES
0 adresy_do_sprawdzania_mac 192.168.0.100-192.168.0.199
1 ip-pool 10.0.4.10-10.0.4.24
10.0.5.3-10.0.5.102
[admin@MikroTik] >
