Zdravím,
prosím o radu ohledně VLANů, které už delší dobu nejsem schopen na Zyxel switchy rozběhnout. Myslím že mikrotik mám nakonfigurovaný správně, koneckonců na starém 100 Mbit EdgeCore switchi to jelo, ale teď na "novém" Gbit manage Zyxelu nejsem schopen uvést VLANy do chodu.
Mám RB760iGS a Zyxel GS1900-24E.
/interface bridge
add arp=proxy-arp fast-forward=no name=AP_Free_bridge
add arp=proxy-arp fast-forward=no name=LAN_bridge
add fast-forward=no name=SET_bridge
/interface ethernet
set [ find default-name=ether1 ] name=ether1_WAN speed=100Mbps
set [ find default-name=ether2 ] name=ether2_PC speed=100Mbps
set [ find default-name=ether3 ] name=ether3_SERVER
set [ find default-name=ether4 ] arp=proxy-arp auto-negotiation=no name=\
ether4_AP speed=100Mbps
set [ find default-name=ether5 ] arp=proxy-arp name=ether5_LAN2 speed=100Mbps
set [ find default-name=sfp1 ] disabled=yes
/interface vlan
add interface=ether5_LAN2 name=vlan10_SET vlan-id=10
add interface=ether5_LAN2 name=vlan20_APFree vlan-id=20
add interface=ether5_LAN2 name=vlan30_LAN vlan-id=30
/interface bridge port
add bridge=AP_Free_bridge interface=ether4_AP
add bridge=LAN_bridge interface=ether2_PC
add bridge=SET_bridge interface=vlan10_SET
add bridge=AP_Free_bridge interface=vlan20_APFree
add bridge=LAN_bridge interface=vlan30_LAN
add bridge=AP_Free_bridge interface=vlan101
add bridge=LAN_bridge interface=ether3_SERVER
add address=192.168.9.129/25 interface=AP_Free_bridge network=192.168.9.128
add address=192.168.10.1/25 interface=LAN_bridge network=192.168.10.0
add address=192.168.10.129/25 interface=ether5_LAN2 network=192.168.10.128
add address=192.168.1.2/24 interface=SET_bridge network=192.168.1.0
add address=192.168.0.2/24 interface=SET_bridge network=192.168.0.0
add address=192.168.88.2/24 interface=SET_bridge network=192.168.88.0
add address=192.168.9.126/25 disabled=yes interface=ether1_WAN network=192.168.9.0
/ip dhcp-server
add address-pool=dhcp_pool_main disabled=no interface=LAN_bridge name=dhcp1
add address-pool=dhcp_pool_main2 disabled=no interface=ether5_LAN2 name=dhcp2
add address-pool=dhcp_pool_FreeAP disabled=no interface=AP_Free_bridge name=dhcp3
/ip dhcp-server network
add gateway=0.0.0.1
add address=192.168.9.128/25 gateway=192.168.9.129
add address=192.168.10.0/25 gateway=192.168.10.1
add address=192.168.10.128/25 gateway=192.168.10.129
add address=192.168.168.0/24 gateway=192.168.168.1
Zyxel je připojený z eth5 do 1.
Předem děkuji za rady.
Pavel