Materi Mikrotik Advnace

You might also like

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 1

# mar/08/2019 07:31:31 by RouterOS 6.

36
# software id = 8Q0Z-BT38
#
/interface bridge
add name=bridge100
add name=bridge200
/interface vlan
add interface=ether4 name=vlan100 vlan-id=100
add interface=ether4 name=vlan200 vlan-id=200
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/interface bridge port
add bridge=bridge100 interface=vlan100
add bridge=bridge200 interface=vlan200
add bridge=bridge100 interface=ether1
add bridge=bridge200 interface=ether2
/ip dhcp-client
add default-route-distance=0 dhcp-options=hostname,clientid disabled=no \
interface=bridge200
add default-route-distance=0 dhcp-options=hostname,clientid disabled=no \
interface=bridge100
/system identity
set name=eka
/system note
set note="Using nice.rsc from www.mikrotik.co.id, 5 March 2019 15:14:14 WIB, 2\
657 lines."

You might also like