Menu

#4 classification problem

open
nobody
None
5
2005-03-12
2005-03-12
Anonymous
No

Hi!
Here's what i want:

root class 0010
premium parent class 1000
premium child classes 1xyz
best-effort parent class 2000
best-effort child classes 2xyz
default class 3000

Here's how I do it:

eth1:
DEFAULT=3000

eth1-0010.root:
RATE=100Mbit
LEAF=sfq

eth1-0010:1000.premium
CEIL=352Kbit
RATE=352Kbit
PRIO=2
LEAF=sfq

eth1-0010:1000:1xyx.child1
CEIL=32Kbit
RATE=8Kbit
PRIO=3
LEAF=sfq
RULE=<public ip>,

eth1-0010:2000.best-effort
CEIL=500Kbit
RATE=500Kbit
PRIO=3
LEAF=sfq

eth1-0010:2000:2xyz.child1
CEIL=16Kbit
RATE=8Kbit
PRIO=2
LEAF=sfq
RULE=<public ip>,

eth1-0010:3000.default
RATE=2Kbit
PRIO=7

The problem is that all traffic goes to default class and I
can't figure out why.

10x

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.