Page 1 of 1

Simple queue not working

Posted: Mon May 20, 2013 9:37 am
by moly
We use one router (x86 ) as an aggregate and on it we follow all traffic.
Make also NAT and Firewall.
Simple queue use in tree mode, in top of the tree, first level is global queue, its parent for all segment queue, with limit of maximum internet capacity like 1024Mbps.
In the second level is segment queue like 10.1.1.0/24 with no limit.
And last level is end user limiting inside the segment queue, like 10.1.1.50 with limit 15Mbps.
If this all queue turn on, lose IP traffic to internal network. To internet is ok. In my case, on this router LAN port have 10.1.250.2/24 and dont ping any other router in backbone. But In neighbors I see this routers.
I try 6rc6, 6rc8, 6rc13, 6rc14, result is same. In older 6 we have problem with kernel panic. In ROS 5.x have unexpectex reboot in 3-10 days. Last functional queue was in 4.17, but dont support new hardware.
Queue export in attachments.

Thanx for help

Re: Simple queue not working

Posted: Thu Jun 20, 2013 10:14 am
by skysnet
We have the same "bug": created 2 queues with similar ip(example 10.48.0.2/32) and different queue time.
In ROS 5.x work this:

queue simple print where target=10.48.0.2/32
Flags: X - disabled, I - invalid, D - dynamic
0 name="unl11322" target=10.48.0.2/32 parent=incoming packet-marks=""
priority=8/8 queue=PCQ_dest/PCQ_dest limit-at=0/0 max-limit=8192k/8192k
burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s
time=8h-1d,sun,mon,tue,wed,thu,fri,sat

1 I name="unl11322_night" target=10.48.0.2/32 parent=incoming packet-marks=""
priority=8/8 queue=PCQ_dest/PCQ_dest limit-at=0/0 max-limit=16384k/16384k
burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s
time=0s-8h,sun,mon,tue,wed,thu,fri,sat

ROS 6.1 has little changes:
queue simple print where target=10.48.0.2/32
Flags: X - disabled, I - invalid, D - dynamic
0 name="unl11322" target=10.48.0.2/32 parent=incoming packet-marks=""
priority=8/8 queue=PCQ_dest/PCQ_dest limit-at=0/0 max-limit=8192k/8192k
burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s
time=8h-1d,sun,mon,tue,wed,thu,fri,sat

1 name="unl11322_night" target=10.48.0.2/32 parent=incoming packet-marks=""
priority=8/8 queue=PCQ_dest/PCQ_dest limit-at=0/0 max-limit=16384k/16384k
burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s
time=0s-1d,sun,mon,tue,wed,thu,fri,sat