Community discussions

MikroTik App
 
brixo
newbie
Topic Author
Posts: 28
Joined: Mon Oct 23, 2017 9:45 pm

VLAN/TRUNK - Cisco equiv commands

Wed Oct 25, 2017 7:15 pm

Hi all,

Trying to get to grips with Mik after 20 years of Cisco. I appreciate that the capabilities of the Mik are probably as good as some of Cisco's kit, and probably more configurable, however, for a newbie this is quite difficult.

How about some simple starters...

Cisco Access Port into vlan 102:
interface fa0/12
switchport mode access
switchport access vlan 102

Cisco Trunk Port:
interface g0
switchport mode trunk
switchport encapsulation dot1q

Creating a L3 SVI with multiple interfaces accessing the SVI as default gateway:
interface vlan 10
ip address 10.10.10.1 255.255.255.0
interface range fa0-8
switchport mode access
switchport access vlan 10

Anybody got any crib sheets that can help with translating tasks?

Thanks, Brixo.
 
idlemind
Forum Guru
Forum Guru
Posts: 1146
Joined: Fri Mar 24, 2017 11:15 pm
Location: USA

Re: VLAN/TRUNK - Cisco equiv commands

Sun Oct 29, 2017 7:32 pm

Look at the new VLAN aware bridge implementation in 6.41rc. Might as well learn the way it will be done by default soon right out of the gate if you ask me.