can not configuring the simple pcq queue through winbox

hi everybody
i tried too much to configure the mikrotik pcq through winbox but it is not configuring at all.
the configuration is-:
created two pcq one for up load and second for download
and give the speed limit after just add to the that user ip with that and interface is set to ether 1 that is the default



but after all there is no increment is tx/rx

is there anything missing
can anybody guide me on this

plz help

Post some details. Start with “/interface print detail”, “/ip address print detail”, “/ip route print detail”, “/ip firewall export”, “/queue tree export”, and either “/simple queue export” or “/queue tree export” depending on which one you’re using. Also add an accurate network diagram. Wrap all output in

 tags.

Guessing at stuff is a waste of everyone's time, including yours, and the information you gave is entirely inadequate to giving a complete answer. Specific answers require specific questions.

[quote=“fewi”]Post some details. Start with “/interface print detail”, “/ip address print detail”, “/ip route print detail”, “/ip firewall export”, “/queue tree export”, and either “/simple queue export” or “/queue tree export” depending on which one you’re using. Also add an accurate network diagram. Wrap all output in

 tags.

Guessing at stuff is a waste of everyone's time, including yours, and the information you gave is entirely inadequate to giving a complete answer. Specific answers require specific questions.[/quote]


[code]
[admin@radio1] > /interface print detail
Flags: D - dynamic, X - disabled, R - running, S - slave 
 0  R  name="ether1" type="ether" mtu=1500 l2mtu=1526 

 1  R  name="wlan1" type="wlan" mtu=1500 l2mtu=2290 

 2  R  name="bridge1" type="bridge" mtu=1500 l2mtu=1526 


[admin@radio1] > ip address print detail
Flags: X - disabled, I - invalid, D - dynamic 
 0   address=192.168.1.51/24 network=192.168.1.0 broadcast=192.168.1.255 
     interface=ether1 actual-interface=bridge1 


[admin@radio1] > ip route print detail
Flags: X - disabled, A - active, D - dynamic, 
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme, 
B - blackhole, U - unreachable, P - prohibit 
 0 ADC  dst-address=192.168.1.0/24 pref-src=192.168.1.51 gateway=bridge1 
        gateway-status=bridge1 reachable distance=0 scope=10



[admin@radio1] > ip firewall export      
# jan/07/1970 12:13:01 by RouterOS 4.10
# software id = 6F3F-IRVF
#
/ip firewall connection tracking
set enabled=yes generic-timeout=10m icmp-timeout=10s tcp-close-timeout=10s \
    tcp-close-wait-timeout=10s tcp-established-timeout=1d \
    tcp-fin-wait-timeout=10s tcp-last-ack-timeout=10s \
    tcp-syn-received-timeout=5s tcp-syn-sent-timeout=5s tcp-syncookie=no \
    tcp-time-wait-timeout=10s udp-stream-timeout=3m udp-timeout=10s
/ip firewall service-port
set ftp disabled=no ports=21
set tftp disabled=no ports=69
set irc disabled=no ports=6667
set h323 disabled=no
set sip disabled=no ports=5060,5061
set pptp disabled=no

this is my radio setting

this the network diagram
New Microsoft Office Word Document.docx (56.6 KB)

The important parts are “/queue type export” and “/queue simple export” or “/queue tree export”, depending on which ones you use. It’s hard to troubleshoot queues without seeing the queue configuration.

Also, any chance of you taking a screenshot of your network diagram and posting it as a JPG or PNG rather than a Word document? I can’t open those.

sorry for that but this i am posting is in lpg format

and i have setup pcq for one client detail are ===


/queue simple export

jan/22/1970 20:45:54 by RouterOS 3.22

software id = 1K5W-DTT

/queue simple
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment=“”
direction=both disabled=no dst-address=0.0.0.0/0 interface=ether3
limit-at=64000/256000 max-limit=256000/256000 name=“rekha sales” parent=
none priority=8 queue=up_rekha/down_rekha target-addresses=10.210.2.37/32
total-queue=default-small



queue type export

\

jan/22/1970 20:47:11 by RouterOS 3.22

software id = 1K5W-DTT

/queue type
set default kind=pfifo name=default pfifo-limit=50
set ethernet-default kind=pfifo name=ethernet-default pfifo-limit=50
set wireless-default kind=sfq name=wireless-default sfq-allot=1514
sfq-perturb=5
set synchronous-default kind=red name=synchronous-default red-avg-packet=1000
red-burst=20 red-limit=60 red-max-threshold=50 red-min-threshold=10
set hotspot-default kind=sfq name=hotspot-default sfq-allot=1514 sfq-perturb=
5
add kind=pcq name=down_rekha pcq-classifier=dst-address pcq-limit=50
pcq-rate=256 pcq-total-limit=2000
add kind=pcq name=up_rekha pcq-classifier=src-address pcq-limit=50 pcq-rate=
256 pcq-total-limit=2000
set default-small kind=pfifo name=default-small pfifo-limit=10
diagram of my network.jpg

The target address on your simple queue is 10.210.2.37, which shows up nowhere in your netwok diagram or your exported configuration. What is that IP address?

Also, you’re running 3.22, which is slightly older than too old. Upgrade to the latest version.

ok
the real ip that is in my network 10.210.2.37 and for example i maintained 192.168.1.2 to 254.
now what to do for that client or for all client.

i also want to upgrade the ros but it not possible righ now
i will upgrade it later???

watch this is this correcct???
this is pcq that i have applied and mangle in firewall with source address
add prerouting
source add 10.210.2.37(customer ip)
and mark packet
new conn rekha
apply ok



now you tell me what is the wrong with this

any suggestions welcome

/queue type
set default kind=pfifo name=default pfifo-limit=50
set ethernet-default kind=pfifo name=ethernet-default pfifo-limit=50
set wireless-default kind=sfq name=wireless-default sfq-allot=1514 \
    sfq-perturb=5
set synchronous-default kind=red name=synchronous-default red-avg-packet=1000 \
    red-burst=20 red-limit=60 red-max-threshold=50 red-min-threshold=10
set hotspot-default kind=sfq name=hotspot-default sfq-allot=1514 sfq-perturb=\
    5
add kind=pcq name=down_rekha pcq-classifier=dst-address pcq-limit=50 \
    pcq-rate=384 pcq-total-limit=2000
add kind=pcq name=up_rekha pcq-classifier=src-address pcq-limit=50 pcq-rate=\
    384 pcq-total-limit=2000
set default-small kind=pfifo name=default-small pfifo-limit=10
/queue simple
add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s comment="" \
    direction=both disabled=no dst-address=0.0.0.0/0 interface=ether3 \
    limit-at=128000/256000 max-limit=256000/256000 name="rekha sales" parent=\
    none priority=8 queue=up_rekha/down_rekha target-addresses=10.210.2.37/32 \
    total-queue=default-small
/queue interface
set ether1 queue=ethernet-default
set ether2 queue=ethernet-default
set ether3 queue=ethernet-default
set wlan1 queue=wireless-default
set wlan2 queue=wireless-default
set wlan3 queue=wireless-default
set bridge1 queue=default