vlans
Posted: Sun Aug 18, 2013 1:44 am
I have installed RouterOS on a VM. I would like to assign an interface to a VLAN for example. I have ether1 with ip 192.168.1.1 and I would like to put that on Vlan1. I have done the following but I still see all traffic going through ether1 and nothing through vlan1.
Code: Select all
/interface vlan add name=VLAN1 vlan-id=1 interface=ether1 disabled=no
/ip address add address=192.168.1.1/24 interface=VLAN1