How I can access to switch1_cpu port on RouterOS side?
I tried to add /if eth sw vlan:
Code: Select all
[admin@MikroTik] /interface ethernet switch> vlan print
Flags: X - disabled, I - invalid
# SWITCH VLAN-ID PORTS
0 switch1 3 ether1-gateway
switch1_cpu
1 switch1 4 ether1-gateway
ether2-master-local
ether3-slave-local
2 switch1 200 ether1-gateway
ether3-slave-local
switch1_cpu
[admin@MikroTik] /interface ethernet switch> /interface vlan pr
Flags: X - disabled, R - running, S - slave
# NAME MTU ARP VLAN-ID INTERFACE
0 R vl_gw_3 1500 enabled 3 ether1-gateway
1 R vl_gw_200 1500 enabled 200 ether1-gateway
/ip addr pr
Flags: X - disabled, I - invalid, D - dynamic
# ADDRESS NETWORK INTERFACE
0 192.168.88.1/24 192.168.88.0 bridge-local
1 D 192.168.6.16/24 192.168.6.0 vl_gw_3
2 D 192.168.99.243/24 192.168.99.0 vl_gw_200
from client connected on eth3 it's are also ok
but I can't access from the client (eth3) to the routerboard on 192.168.99.243.
I know why: this address assigned to vlan iface on ether1-gateway iface.
How I can setup VLAN interface on switch1_cpu port? Is it possible?
RB75x RouterOS 5.19, 6.0rc13
sorry my english