cbq.sharing revision 1.1
11.1Sthorpej#
21.1Sthorpej# this is the setting used for the link-sharing test (Fig. 10, 11)
31.1Sthorpej# in the ALTQ paper
41.1Sthorpej#
51.1Sthorpej#
61.1Sthorpej# WRR for cbq two Agency link sharing test
71.1Sthorpej#	
81.1Sthorpejinterface pvc0 bandwidth 134M cbq
91.1Sthorpejclass cbq pvc0 root_class NULL priority 0 pbandwidth 100
101.1Sthorpejclass cbq pvc0 ctl_class root_class pbandwidth 0
111.1Sthorpej#
121.1Sthorpej# Create Agency A classes
131.1Sthorpej#
141.1Sthorpejclass cbq pvc0 agencyA root_class priority 2 pbandwidth 70 borrow default
151.1Sthorpejclass cbq pvc0 dataA_class agencyA priority 3 pbandwidth 40 borrow
161.1Sthorpejclass cbq pvc0 vidA_class agencyA priority 4 pbandwidth 30 borrow
171.1Sthorpej#
181.1Sthorpej# Create Agency B class
191.1Sthorpej#
201.1Sthorpejclass cbq pvc0 agencyB root_class priority 2 pbandwidth 30 borrow
211.1Sthorpejclass cbq pvc0 dataB_class agencyB priority 3 pbandwidth 20 borrow
221.1Sthorpejclass cbq pvc0 vidB_class agencyB priority 4 pbandwidth 10 borrow
231.1Sthorpej#
241.1Sthorpej# Filters
251.1Sthorpej#
261.1Sthorpej# dataA - 172.16.4.176/6760
271.1Sthorpej# vidA - 172.16.4.176/6761
281.1Sthorpej#
291.1Sthorpejfilter pvc0 dataA_class 0 0 172.16.3.178 6760 6
301.1Sthorpejfilter pvc0 vidA_class 0 0 172.16.3.178 6761 6
311.1Sthorpej#
321.1Sthorpej# data B - 172.16.3.178/6762
331.1Sthorpej# vid B - 172.16.3.178/6763
341.1Sthorpej#
351.1Sthorpejfilter pvc0 dataB_class 0 0 172.16.4.176 6760 6
361.1Sthorpejfilter pvc0 vidB_class 0 0 172.16.4.176 6761 6
37