Привет всем! Я прикрепил картинку со своей сетевой конфигурацией. Моя локальная сеть (wifi), с любым хот-спотом, работает нормально с любым шлюзом без VLAN. Сейчас я пытаюсь настроить одно подключение к роутеру Cisco через VLAN. Не получается установить соединение с 192.168.20.1 (IP роутера 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: Помогите! пожалуйста. 

