Begginer on Mikrotik

Hi,
Sorry for my bad english i’m french. (using google translate)

I just bought a mikrotik cloud router switch (crs125-24g-1s-am) and i was surprised by all these options this switch, but i galley to configured this sw.

I know ios of cisco but not know this os.

If you can help me.

I’m search for:

  • create vlan and add them ip address for administration with connecting on.
  • tagging port sfp and push trough many vlan in (802.1q)

My vlan when it is created no communicate with ping, but i have assigned to him an ip address.

if you can help me already for those few commands that will be good

thank you

Have you looked at this?:

http://wiki.mikrotik.com/wiki/Manual:CRS_examples

No i had not found this page, I will study this page tomorrow. thank you for help

pc connected to ether4 and ether4 is placed on vlan 20

Here are the commands I entered:

/interface vlan
add name="vlan20" vlan-id=20 interface=sfp1



/ip address
add address=192.168.1.1/24 interface="vlan20" network=192.168.1.0



/interface ethernet switch egress-vlan-tag
add tagged-ports=switch1-cpu vlan-id=20

Communication directly with the vlan is not possible, i missed a step?