1 # 2 # this is the setting used for the link-sharing test (Fig. 10, 11) 3 # in the ALTQ paper 4 # 5 # 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 11 # 12 # Create Agency A classes 13 # 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 17 # 18 # Create Agency B class 19 # 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 23 # 24 # Filters 25 # 26 # dataA - 172.16.4.176/6760 27 # vidA - 172.16.4.176/6761 28 # 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 31 # 32 # data B - 172.16.3.178/6762 33 # vid B - 172.16.3.178/6763 34 # 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 37