PCQ Mirotik Adrest List

You might also like

You are on page 1of 2

/ip

add
add
add

firewall address-list
address=182.16.1.220 comment="" disabled=no list=4megas
address=182.16.1.221 comment="" disabled=no list=7megas
address=182.16.1.222 comment="" disabled=no list=10megas

/ip firewall mangle


add action=mark-connection chain=forward comment="Cliente 4 megas" disabled=no n
ew-connection-mark=basico_Conn passthrough=yes src-address-list=4megas
add action=mark-packet chain=forward comment="" connection-mark=basico_Conn disa
bled=no new-packet-mark=basico_pack passthrough=no
add action=mark-connection chain=forward comment="Cliente 7 megas" disabled=no n
ew-connection-mark=estandar_conn passthrough=yes src-address-list=7megas
add action=mark-packet chain=forward comment="" connection-mark=estandar_conn di
sabled=no new-packet-mark=estandar_pack passthrough=no
add action=mark-connection chain=forward comment="Cliente 10 megas" disabled=no
new-connection-mark=negocio_Conn passthrough=yes src-address-list=10megas
add action=mark-packet chain=forward comment="" connection-mark=negocio_Conn dis
abled=no new-packet-mark=negocio_pack passthrough=no

/queue type
add kind=pcq name=PCQ_down_4M pcq-classifier=dst-address pcq-limit=50 pcq-rate=4
000000 pcq-total-limit=2000
add kind=pcq name=PCQ_down_7M pcq-classifier=dst-address pcq-limit=50 pcq-rate=7
000000 pcq-total-limit=2000
add kind=pcq name=PCQ_down_10M pcq-classifier=dst-address pcq-limit=50 pcq-rate=
10000000 pcq-total-limit=2000
add kind=pcq name=PCQ_up_200k pcq-classifier=src-address pcq-limit=50 pcq-rate=2
00000 pcq-total-limit=2000
add kind=pcq name=PCQ_up_400k pcq-classifier=src-address pcq-limit=50 pcq-rate=4
00000 pcq-total-limit=2000
add kind=pcq name=PCQ_up_512k pcq-classifier=src-address pcq-limit=50 pcq-rate=5
12000 pcq-total-limit=2000

/queue tree
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0 max-lim
it=0 name=TOTAL_DOWNLOAD parent=Lan1 priority=8
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0 max-lim
it=0 name=basico_Download packet-mark=basico_pack parent=TOTAL_DOWNLOAD priority
=8 queue=PCQ_down_4M
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0 max-lim
it=0 name=estandar_Download packet-mark=estandar_pack parent=TOTAL_DOWNLOAD prio
rity=8 queue=PCQ_down_7M
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0 max-lim
it=0 name=negocio_Download packet-mark=negocio_pack parent=TOTAL_DOWNLOAD priori
ty=8 queue=PCQ_down_10M

add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0 max-lim


it=0 name=TOTAL_UPLOAD parent=1WAN priority=8
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0 max-lim
it=0 name=basico_upload packet-mark=basico_pack parent=TOTAL_UPLOAD priority=8 q
ueue=PCQ_up_200k
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0 max-lim
it=0 name=estandard_upload packet-mark=estandar_pack parent=TOTAL_UPLOAD priorit
y=8 queue=PCQ_up_400k
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0 max-lim
it=0 name=negocio_upload packet-mark=negocio_pack parent=TOTAL_UPLOAD priority=8
queue=PCQ_up_512k

You might also like