static ip traffic shaping

Hello all,

I am using pppoe and static ip traffic shaping in mikrotik router board. Below I have posted the how I am shaping my static ip clients traffic. the problem I am having is the packets which are marked are shaped but, some clients can put static ip on their computer which are not marked. These unmarked ip can use unlimited bandwidth. Is there any default rules so that unmarked ip can go through this rule?


[bishal@brb_pppoe] > ip firewall mangle print
Flags: X - disabled, I - invalid, D - dynamic
0 ;;; DDC Argakhachi Traffic Shaping
chain=forward action=mark-packet new-packet-mark=ddc_arg passthrough=yes src-address-list=ddc_arg

1 chain=forward action=mark-packet new-packet-mark=ddc_arg passthrough=yes dst-address-list=ddc_arg

2 ;;; Arg Wlink Office Traffic Shaping
chain=forward action=mark-packet new-packet-mark=wlink_arg passthrough=yes src-address-list=wlink_arg

3 chain=forward action=mark-packet new-packet-mark=wlink_arg passthrough=yes dst-address-list=wlink_arg

4 ;;; NIBL Krishnanagar TrafficShaping
chain=forward action=mark-packet new-packet-mark=nibl_kngr passthrough=yes dst-address-list=nibl_kngr

5 chain=forward action=mark-packet new-packet-mark=nibl_kngr passthrough=yes src-address-list=nibl_kngr

6 ;;; Ime Finance Traffic Shaping
chain=forward action=mark-packet new-packet-mark=imefinance passthrough=yes src-address-list=imefinance

7 chain=forward action=mark-packet new-packet-mark=imefinance passthrough=yes dst-address-list=imefinance

8 ;;; Shine Development Bank
chain=forward action=mark-packet new-packet-mark=shinebank passthrough=yes dst-address-list=shinebank

9 chain=forward action=mark-packet new-packet-mark=shinebank passthrough=yes src-address-list=shinebank


[bishal@brb_pppoe] > queue tree print
Flags: X - disabled, I - invalid
0 name=“Total_upload” parent=ether1 packet-mark=“” limit-at=0 queue=default priority=1 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s

1 name=“Total_download” parent=ether2 packet-mark=“” limit-at=0 queue=default priority=1 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s

2 name=“nibl_upload” parent=Total_upload packet-mark=nibl_kngr limit-at=256k queue=default priority=5 max-limit=256k burst-limit=0 burst-threshold=0 burst-time=0s

3 name=“nibl_download” parent=Total_download packet-mark=nibl_kngr limit-at=256k queue=default priority=3 max-limit=256k burst-limit=0 burst-threshold=0 burst-time=0s

4 name=“wlink_upload” parent=Total_upload packet-mark=wlink_arg limit-at=256k queue=default priority=5 max-limit=256k burst-limit=512k burst-threshold=0 burst-time=10s

5 name=“wlink_download” parent=Total_download packet-mark=wlink_arg limit-at=256k queue=default priority=5 max-limit=512k burst-limit=512k burst-threshold=0 burst-time=10s

6 name=“ddc_download” parent=Total_download packet-mark=ddc_arg limit-at=256k queue=default priority=5 max-limit=256k burst-limit=0 burst-threshold=0 burst-time=0s

7 name=“ddc_upload” parent=Total_upload packet-mark=ddc_arg limit-at=256k queue=default priority=5 max-limit=256k burst-limit=0 burst-threshold=0 burst-time=0s

8 name=“imefinance_download” parent=Total_download packet-mark=imefinance limit-at=256k queue=default priority=3 max-limit=256k burst-limit=0 burst-threshold=0 burst-time=0s

9 name=“imefinance_upload” parent=Total_upload packet-mark=imefinance limit-at=256k queue=default priority=3 max-limit=256k burst-limit=0 burst-threshold=0 burst-time=0s

10 name=“shine_download” parent=Total_download packet-mark=shinebank limit-at=256k queue=default priority=3 max-limit=256k burst-limit=0 burst-threshold=0 burst-time=0s

11 name=“shine_upload” parent=Total_upload packet-mark=shinebank limit-at=256k queue=default priority=3 max-limit=256k burst-limit=0 burst-threshold=0 burst-time=0s