VLAN Trunk

Please, have a look on this picture. Im trying to do this setup using a PC with ROS and a RB250GS with SwOS 1.2, but still didn’t working. What Am I missing?

This is the code for the router:

/interface vlan
add arp=enabled comment=“” disabled=no interface=ether1 l2mtu=1522 mtu=1500 name=vlan1 use-service-tag=yes vlan-id=1
add arp=enabled comment=“” disabled=no interface=ether1 l2mtu=1522 mtu=1500 name=vlan10 use-service-tag=yes vlan-id=10
add arp=enabled comment=“” disabled=no interface=ether1 l2mtu=1522 mtu=1500 name=vlan20 use-service-tag=yes vlan-id=20
add arp=enabled comment=“” disabled=no interface=ether1 l2mtu=1522 mtu=1500 name=vlan30 use-service-tag=yes vlan-id=30
add arp=enabled comment=“” disabled=no interface=ether1 l2mtu=1522 mtu=1500 name=vlan40 use-service-tag=yes vlan-id=40

/ip address
add address=192.168.88.2/24 broadcast=192.168.88.255 comment=“” disabled=no interface=vlan1 network=192.168.88.0
add address=192.168.89.2/24 broadcast=192.168.89.255 comment=“” disabled=no interface=vlan10 network=192.168.89.0
add address=192.168.90.2/24 broadcast=192.168.90.255 comment=“” disabled=no interface=vlan20 network=192.168.90.0
add address=192.168.91.2/24 broadcast=192.168.91.255 comment=“” disabled=no interface=vlan30 network=192.168.91.0
add address=192.168.92.2/24 broadcast=192.168.92.255 comment=“” disabled=no interface=vlan40 network=192.168.92.0

Just simple as that, but hosts on each port for those VLANS doesn’t ping the router. The config Ive used on SwOS is similar to this one. Someone can help me on this?


Ozelo

At the quickest glance and without looking at you don’t want use-service-tag set to ‘yes’, that enables 801.ad instead of just 802.1q. Try setting it to ‘no’ and test again.

Is SwOS at the latest rev level?

Indeed, that’s solve it. Thank you and sorry to bother with such obvious mistake.