Page 1 of 1

VLAN/TRUNK - Cisco equiv commands

Posted: Wed Oct 25, 2017 7:15 pm
by brixo
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.

Re: VLAN/TRUNK - Cisco equiv commands

Posted: Sun Oct 29, 2017 7:32 pm
by idlemind
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.