Manual:VLANs on Wireless
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 ]