I have a axiomtech running RouterOS 5.6, act just like a RB1xxx
Ether 1 is connected to DSL
Ether4 is connected to switch
Switch port 26 is connected to the Axiomtech (RB1xxx) and setup as a Trunk port with vlan 200 Tagged
I setup :
interface vlan 200 assigned to ether4
addigned IP address 192.168.1.1 to interface vlan 200
setup dhcp to inteface vlan 200
a PC connected to the switch on port 19 is not getting DHCP. If I set the switch port 26 to Untagged Vlan 200, it works. But if the port is Tagged VLAN 200, there is no communication.
Is there something I’m missing on the RouterOS to setup a port as a Trunk Port for vlan 200?
It sure does support VLAN trunking (router on a stick) and dot1q. I run all my Hotspot routers with VLAN interfaces stacked on one physical interface connected to Cisco switches as trunks. Works a treat.
Can you post the output of “/ip address print detail”, “/ip dhcp-server export”, “/interface print detail”, and “/interface vlan export” as well as the switch configuration? Something’s configured wrong somewhere. What you have should work out of the box.
Damn… I feel stupid… I went through the configuration several times, and could not see any issues. But there was 1,the VLAN ID for the VLAN 200 interface was set to 100 instead of 200. Changed it and now all is working fine.
Another question, when I torch either interface ether4 or interface vlan200, I dont see the VLAN ID of the packets. Is that normal? Is there a way to see that info in Torch?