Hello everybody,
I attached a picture with my network configuration.
My LAN network (wifi), with any hotspot, work ok with any default route without VLAN. Now i'm trying to configure one connection to a router cisco through VLAN.
I don't get stablish connection with 192.168.20.1 (IP of cisco)
/ip address
add address=172.16.5.1/24 comment="VLAN CLIENTES" disabled=no interface=\
Vlan_Clientes network=172.16.5.0
add address=192.168.20.2/30 comment="VLAN ACCESO" disabled=no interface=\
Vlan_Acceso network=192.168.20.0
/ip route
add disabled=no distance=1 dst-address=0.0.0.0/0 gateway=192.168.20.1 scope=\
30 target-scope=10
/interface bridge
add admin-mac=00:00:00:00:00:00 ageing-time=5m arp=enabled auto-mac=yes \
disabled=yes forward-delay=15s max-message-age=20s mtu=1500 name=\
bridgeacceso priority=0x8000 protocol-mode=none transmit-hold-count=6
/interface vlan
add arp=enabled disabled=no interface=ehter2-CLIENTES l2mtu=1516 mtu=1500 \
name=Vlan_Clientes use-service-tag=no vlan-id=5
add arp=enabled disabled=no interface=ether1-INTERNET l2mtu=1516 mtu=1500 \
name=Vlan_Acceso use-service-tag=no vlan-id=20
/interface bridge port
add bridge=bridgeacceso disabled=yes edge=auto external-fdb=auto horizon=none \
interface=ether1-INTERNET path-cost=10 point-to-point=auto priority=0x80
add bridge=bridgeacceso disabled=yes edge=auto external-fdb=auto horizon=none \
interface=Vlan_Acceso path-cost=10 point-to-point=auto priority=0x80
Is it a good way? or is better with trunking configuration:
http://wiki.mikrotik.com/wiki/Manual:Sw ... p_Features
Help me! please.