Simple queue question

Hello,
i was trying to make a hierarchic simple queue, but when i enable the item 9 then item 4 , 8 and 9 stop working

any suggestion why ?
thanks for any help!


obs:
eth2= LAN



 4    ;;; VSAT com conectividade para internet/IPsec
      name="VSAT - INTERNET/IPSEC" target=ether2 parent=none packet-marks="" 
      priority=8/8 queue=default/default limit-at=11M/11M max-limit=12M/12M 
      burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s 

 5 X  ;;; TURBO PAGE
      name="TPS_Answer_HUB4" target=172.30.36.93/32 
      parent=VSAT - INTERNET/IPSEC packet-marks="" priority=8/8 
      queue=default-small/default-small limit-at=8M/8M max-limit=12M/12M 
      burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s 

 6 X  ;;; TURBO PAGE
      name="TPS_Answer_AWBB" target=172.30.47.3/32 parent=VSAT - INTERNET/IPSEC 
      packet-marks="" priority=8/8 queue=default-small/default-small 
      limit-at=0/0 max-limit=10M/10M burst-limit=0/0 burst-threshold=0/0 
      burst-time=0s/0s 

 7    ;;; HUB4
      name="HUB4" target=10.30.0.0/16,10.100.0.0/16 
      parent=VSAT - INTERNET/IPSEC packet-marks="" priority=8/8 
      queue=default-small/default-small limit-at=2M/2M max-limit=5M/5M 
      burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s 

 8    ;;; AWBB
      name="AWBB" target=10.40.0.0/16 parent=VSAT - INTERNET/IPSEC 
      packet-marks="" priority=8/8 queue=default/default limit-at=2M/7M 
      max-limit=4M/8M burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s 

 9    ;;; LAB1
      name="Bloco de Banda_AWBB0001" target=10.40.0.0/27 parent=AWBB 
      packet-marks="" priority=1/1 queue=default-small/default-small 
      limit-at=64k/64k max-limit=2M/2M burst-limit=0/0 burst-threshold=0/0 
      burst-time=0s/0s

We will need to know what IP addresses do you have on your interfaces.

General rule of thumb is that with main parent target you choose the direction and the all children follow the same direction.

So in your case all target ip addresses/ranges that you specify for child queues must be on ether2 or else it will not work.

Thanks for the reply

The eth 2 was a test to see if work
For target I use ip address instead of the eth interface

In eth 2 the ip range are
10.10.100.0/24
10.10.200.0/24
172.30.43.04/32
There is no 10.40.0.0/16
But how I sad I disable rule 9 the rules 4,8 works

Here is the screnshot showing the problem