1 1.1 thorpej # 2 1.1 thorpej # this is the setting used for the link-sharing test (Fig. 10, 11) 3 1.1 thorpej # in the ALTQ paper 4 1.1 thorpej # 5 1.1 thorpej # 6 1.1 thorpej # WRR for cbq two Agency link sharing test 7 1.1 thorpej # 8 1.1 thorpej interface pvc0 bandwidth 134M cbq 9 1.1 thorpej class cbq pvc0 root_class NULL priority 0 pbandwidth 100 10 1.1 thorpej class cbq pvc0 ctl_class root_class pbandwidth 0 11 1.1 thorpej # 12 1.1 thorpej # Create Agency A classes 13 1.1 thorpej # 14 1.1 thorpej class cbq pvc0 agencyA root_class priority 2 pbandwidth 70 borrow default 15 1.1 thorpej class cbq pvc0 dataA_class agencyA priority 3 pbandwidth 40 borrow 16 1.1 thorpej class cbq pvc0 vidA_class agencyA priority 4 pbandwidth 30 borrow 17 1.1 thorpej # 18 1.1 thorpej # Create Agency B class 19 1.1 thorpej # 20 1.1 thorpej class cbq pvc0 agencyB root_class priority 2 pbandwidth 30 borrow 21 1.1 thorpej class cbq pvc0 dataB_class agencyB priority 3 pbandwidth 20 borrow 22 1.1 thorpej class cbq pvc0 vidB_class agencyB priority 4 pbandwidth 10 borrow 23 1.1 thorpej # 24 1.1 thorpej # Filters 25 1.1 thorpej # 26 1.1 thorpej # dataA - 172.16.4.176/6760 27 1.1 thorpej # vidA - 172.16.4.176/6761 28 1.1 thorpej # 29 1.1 thorpej filter pvc0 dataA_class 0 0 172.16.3.178 6760 6 30 1.1 thorpej filter pvc0 vidA_class 0 0 172.16.3.178 6761 6 31 1.1 thorpej # 32 1.1 thorpej # data B - 172.16.3.178/6762 33 1.1 thorpej # vid B - 172.16.3.178/6763 34 1.1 thorpej # 35 1.1 thorpej filter pvc0 dataB_class 0 0 172.16.4.176 6760 6 36 1.1 thorpej filter pvc0 vidB_class 0 0 172.16.4.176 6761 6 37