Community discussions

MikroTik App
 
samih
newbie
Topic Author
Posts: 42
Joined: Tue Jan 25, 2011 9:48 am
Location: Lebanon

multiple interfaces in the same vlan

Wed Aug 29, 2012 11:21 am

can i add ether1 and ether2 to the same vlan1 ??
 
User avatar
sirEgghead
just joined
Posts: 19
Joined: Mon Aug 27, 2012 10:54 pm

Re: multiple interfaces in the same vlan

Wed Aug 29, 2012 7:59 pm

Add the two ports to a bridge and then add the bridge to the VLAN.
/interface bridge add name=vlan_bridge
/interface bridge port add bridge=vlan_bridge interface=ether1
/interface bridge port add bridge=vlan_bridge interface=ether2
/interface vlan add disabled=no name=vlan1 interface=vlan_bridge vlan-id=1
Hope this helps!


Thomas