Community discussions

MikroTik App
 
reddaddy32
just joined
Topic Author
Posts: 15
Joined: Tue Sep 07, 2010 10:26 pm

Router Board 750 use as a vlan switch.

Fri Feb 25, 2011 4:11 pm

Router Board 750 use as a vlan switch.

I have bridged all the ports using the bridge tab

i am trying to pull vlan trunks off of port 1 and push vlan number 50 onto ports 2-4

any idea how i would go about doing this or can u point me in the right direction?
 
Noman
just joined
Posts: 20
Joined: Fri Feb 18, 2011 8:23 pm

Re: Router Board 750 use as a vlan switch.

Fri Feb 25, 2011 4:20 pm

post ur config...
 
reddaddy32
just joined
Topic Author
Posts: 15
Joined: Tue Sep 07, 2010 10:26 pm

Re: Router Board 750 use as a vlan switch.

Fri Feb 25, 2011 5:03 pm

Not sure if this is what your looking for.

/interface bridge port
add bridge=bridge1 comment="" disabled=no edge=auto external-fdb=auto horizon=none interface=ether1 path-cost=10 point-to-point=auto priority=0x80
add bridge=bridge1 comment="" disabled=no edge=auto external-fdb=auto horizon=none interface=ether2 path-cost=10 point-to-point=auto priority=0x80
add bridge=bridge1 comment="" disabled=no edge=auto external-fdb=auto horizon=none interface=ether3 path-cost=10 point-to-point=auto priority=0x80
add bridge=bridge1 comment="" disabled=no edge=auto external-fdb=auto horizon=none interface=ether5 path-cost=10 point-to-point=auto priority=0x80
add bridge=bridge1 comment="" disabled=no edge=auto external-fdb=auto horizon=none interface=ether4 path-cost=10 point-to-point=auto priority=0x80
/interface bridge settings
set use-ip-firewall=no use-ip-firewall-for-pppoe=no use-ip-firewall-for-vlan=no
/interface ethernet switch port
set (unknown) vlan-header=leave-as-is vlan-mode=fallback
set (unknown) vlan-header=leave-as-is vlan-mode=fallback
set (unknown) vlan-header=leave-as-is vlan-mode=fallback
set (unknown) vlan-header=leave-as-is vlan-mode=fallback

These are the only non-factory settings I have besides the Address of the machine and routing to get access to it.