Salah satunya adalah seperti di bawah ini
/ip firewall
add address=192.168.10.1/24 interface=Lan comment="Lan" disabled=no
add address=110.137.3.56/30 interface=ix comment="Internasional " disabled=no
add address=202.130.12.3/30 interface=iix comment="IIX " disabled=no
Cara menandai paket iix dengan mangle agar semua bandwith lokal yang menuju list-ip nice di lewatkan lewat getway IIX :
/ip firewall mangle
add chain=prerouting in-interface=distribusi dst-address-list=nice\
action=mark-routing new-routing-mark=nice passthrough=yes\
comment="Marking Nice" disabled=no
Setting router iix dan ix nya via ip route :
/ip route
add dst-address=0.0.0.0/0 gateway=110.137.3.1 scope=255 target-scope=10 \
comment="Getway ix " disabled=no
add dst-address=0.0.0.0/0 gateway=202.130.12.3 scope=255 target-scope=10 \
comment="Getwaynya IIX" disabled=no
Selesai, untuk mengujinya lakukan tracert ke web local /ip local dan ke web luar /ip international.