Manual:VLANs on Wireless

From MikroTik Wiki
Revision as of 14:08, 9 January 2017 by Becs (talk | contribs) (created VLANs on Wireless article)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Summary

abc.

Example 1

  • abc
/interface ethernet
set ether3 master-port=ether2
set ether4 master-port=ether2
set ether5 master-port=ether2

/ip address
add address=192.168.88.1/24 interface=ether2 network=192.168.88.0
  • abc
/interface vlan
add name=vlan99 vlan-id=99 interface=ether2

/ip address
add address=192.168.88.1/24 interface=vlan99 network=192.168.88.0
/interface ethernet switch egress-vlan-tag
add tagged-ports=ether2,ether3,ether4,ether5,switch1-cpu vlan-id=99

/interface ethernet switch vlan
add ports=ether2,ether3,ether4,ether5,switch1-cpu vlan-id=99 learn=yes
  • abc
/interface ethernet switch
set drop-if-invalid-or-src-port-not-member-of-vlan-on-ports=ether2,ether3,ether4,ether5


Example 2

[ Top | Back to Content ]