Sync usage with man page.
[netbsd-mini2440.git] / usr.sbin / altq / altqd / altq.conf.samples / cbq.sharing
blobadaf008d75752bbb26f6308762b6918f6484fc90
2 # this is the setting used for the link-sharing test (Fig. 10, 11)
3 # in the ALTQ paper
6 # WRR for cbq two Agency link sharing test
7 #       
8 interface pvc0 bandwidth 134M cbq
9 class cbq pvc0 root_class NULL priority 0 pbandwidth 100
10 class cbq pvc0 ctl_class root_class pbandwidth 0
12 # Create Agency A classes
14 class cbq pvc0 agencyA root_class priority 2 pbandwidth 70 borrow default
15 class cbq pvc0 dataA_class agencyA priority 3 pbandwidth 40 borrow
16 class cbq pvc0 vidA_class agencyA priority 4 pbandwidth 30 borrow
18 # Create Agency B class
20 class cbq pvc0 agencyB root_class priority 2 pbandwidth 30 borrow
21 class cbq pvc0 dataB_class agencyB priority 3 pbandwidth 20 borrow
22 class cbq pvc0 vidB_class agencyB priority 4 pbandwidth 10 borrow
24 # Filters
26 # dataA - 172.16.4.176/6760
27 # vidA - 172.16.4.176/6761
29 filter pvc0 dataA_class 0 0 172.16.3.178 6760 6
30 filter pvc0 vidA_class 0 0 172.16.3.178 6761 6
32 # data B - 172.16.3.178/6762
33 # vid B - 172.16.3.178/6763
35 filter pvc0 dataB_class 0 0 172.16.4.176 6760 6
36 filter pvc0 vidB_class 0 0 172.16.4.176 6761 6