I recreated the configs this Saturday and it doesn’t work on 6.37.1 - vlan9 and vlan40
Vlan9 it’s the WAN side and it worked in 6.34.2 (minimum version that I could use), and as soon as I upgraded it didn’t work any more, no traffic between member ports. Also if I don’t have the tag on spf1 it does not work at all
/interface ethernet switch trunk
add member-ports=ether13-gw,ether14-gw name=trunk-gw
add member-ports=ether11-ap,ether12-ap name=trunk-sw-ap
add member-ports=ether9-ovi,ether10-ovi name=trunk-ovi
/interface ethernet switch egress-vlan-tag
[b]add tagged-ports=sfp1 vlan-id=9[/b]
add tagged-ports=trunk-sw-ap,sfp1,switch1-cpu vlan-id=20
add tagged-ports=trunk-sw-ap,sfp1 vlan-id=40
add tagged-ports=trunk-sw-ap,sfp1 vlan-id=30
/interface ethernet switch ingress-vlan-translation
[b]add customer-vid=0 new-customer-vid=9 ports=ether1,ether2,ether3,ether4,ether5,ether6[/b]
add customer-vid=0 new-customer-vid=20 ports=trunk-gw,ether22,ether8-centrala,trunk-ovi
add customer-vid=0 new-customer-vid=30 ports=ether15-tel
add customer-vid=0 new-customer-vid=40 ports=ether16-guest
/interface ethernet switch vlan
[b]add comment=wan ports=ether1,ether2,ether3,ether4,ether5,ether6 vlan-id=9[/b]
add comment=LAN ports=trunk-gw,trunk-sw-ap,trunk-ovi,ether8-centrala,sfp1,switch1-cpu vlan-id=20
add comment=guest ports=trunk-sw-ap,ether16-guest,sfp1 vlan-id=40
add comment=tel ports=trunk-sw-ap,ether15-tel,sfp1 vlan-id=30
/interface vlan
add interface=sfp1 name=vlan20 vlan-id=20
add interface=sfp1 loop-protect-disable-time=0s loop-protect-send-interval=0s name=vlan40 vlan-id=40
On interface vlan20 I get IP from dhcp, but on interface vlan40 - no IP is received.
The second switch - with AP:
/interface ethernet switch trunk
add member-ports=ether15-srv,ether16-srv name=trunk-srv
add member-ports=ether13-recup,ether14-recup name=trunk-recup
/interface ethernet switch egress-vlan-tag
add tagged-ports=trunk-srv,sfp1,switch1-cpu vlan-id=20
add tagged-ports=trunk-srv,sfp1 vlan-id=30
add tagged-ports=trunk-srv,sfp1 vlan-id=40
/interface ethernet switch ingress-vlan-translation
add customer-vid=0 new-customer-vid=20 ports="ether2,ether3,ether4,ether5,ether6,ether7,ether8,ether9,ether10,ether11,ether12" sa-learning=no
add customer-vid=0 new-customer-vid=30 ports=ether17,ether18,ether19,ether20,ether21,ether22 sa-learning=no
add customer-vid=0 new-customer-vid=40 ports=ether23-guest,ether1 sa-learning=no
/interface ethernet switch vlan
add ports="trunk-srv,trunk-recup,ether2,ether3,ether4,ether5,ether6,ether7,ether8,ether9,ether10,ether11,ether12,sfp1,switch1-cpu" vlan-id=20
add ports=trunk-srv,ether17,ether18,ether19,ether20,ether21,ether22,sfp1 vlan-id=30
add ports=trunk-srv,ether1,ether23-guest,sfp1 vlan-id=40
/interface vlan
add interface=sfp1 name=vlan20-lan vlan-id=20
add interface=sfp1 name=vlan30-tel vlan-id=30
add interface=sfp1 name=vlan40-guests vlan-id=40
/interface bridge
add name=bridge-lan
add name=bridge-guest
/interface bridge port
add bridge=bridge-lan interface=wlan1
add bridge=bridge-guest interface=ap-guest
add bridge=bridge-lan interface=vlan20-lan
add bridge=bridge-guest interface=vlan40-guests
In this switch the only bridge that works is bridge-lan. I’ve put ether1 on vlan40 and it goes OK, IP received by PC, traffic OK, but on bridge-guests no IP is received, and no traffic goes to the ap-guest - virtual ap.
Can anyone help me?