Home | History | Annotate | Line # | Download | only in altq.conf.samples
      1  1.1  thorpej #
      2  1.1  thorpej # sample diffedge configuration using CBQ
      3  1.1  thorpej #
      4  1.1  thorpej 
      5  1.1  thorpej #
      6  1.1  thorpej # input interface
      7  1.1  thorpej #
      8  1.1  thorpej interface pvc1
      9  1.1  thorpej #
     10  1.1  thorpej # EF conditioner
     11  1.1  thorpej #
     12  1.1  thorpej conditioner pvc1 ef_cdnr <tbmeter 6M 64K <mark 0xb8><drop>>
     13  1.1  thorpej 	filter pvc1 ef_cdnr 0 0 172.16.4.174 0 0
     14  1.1  thorpej #
     15  1.1  thorpej # AF conditioners
     16  1.1  thorpej #
     17  1.1  thorpej conditioner pvc1 af1x_cdnr \
     18  1.1  thorpej 	<trtcm 3M 32K 10M 64K <mark 0x28><mark 0x30><mark 0x38> colorblind>
     19  1.1  thorpej conditioner pvc1 af2x_cdnr \
     20  1.1  thorpej 	<trtcm 3M 32K 10M 64K <mark 0x48><mark 0x50><mark 0x58> colorblind>
     21  1.1  thorpej conditioner pvc1 af3x_cdnr \
     22  1.1  thorpej 	<trtcm 3M 32K 10M 64K <mark 0x68><mark 0x70><mark 0x78> colorblind>
     23  1.1  thorpej # tswtcm
     24  1.1  thorpej conditioner pvc1 af4x_cdnr \
     25  1.1  thorpej 	<tswtcm 3M 10M 500 <mark 0x88><mark 0x90><mark 0x98>>
     26  1.1  thorpej 
     27  1.1  thorpej 	filter pvc1 af1x_cdnr 0 0 172.16.4.176 0 0
     28  1.1  thorpej 	filter pvc1 af2x_cdnr 0 0 172.16.4.177 0 0
     29  1.1  thorpej 	filter pvc1 af3x_cdnr 0 0 172.16.4.178 0 0
     30  1.1  thorpej 	filter pvc1 af4x_cdnr 0 0 172.16.4.179 0 0
     31  1.1  thorpej 
     32  1.1  thorpej #
     33  1.1  thorpej # output interface
     34  1.1  thorpej #
     35  1.1  thorpej interface pvc0 bandwidth 45M cbq
     36  1.1  thorpej class cbq pvc0 root_class NULL pbandwidth 100
     37  1.1  thorpej class cbq pvc0 def_class root_class borrow pbandwidth 86 default
     38  1.1  thorpej #
     39  1.1  thorpej # EF class
     40  1.1  thorpej #
     41  1.1  thorpej class cbq pvc0 ef_class root_class pbandwidth 14 priority 5
     42  1.1  thorpej 	filter pvc0 ef_class 0 0 0 0 0 tos 0xb8 tosmask 0xfc
     43  1.1  thorpej #
     44  1.1  thorpej # AF classes
     45  1.1  thorpej #
     46  1.1  thorpej # rio threshold values
     47  1.1  thorpej rio 40 50 10 20 30 10 5 15 10
     48  1.1  thorpej #
     49  1.1  thorpej class cbq pvc0 af1x_class def_class borrow pbandwidth 20 rio
     50  1.1  thorpej class cbq pvc0 af2x_class def_class borrow pbandwidth 20 rio
     51  1.1  thorpej class cbq pvc0 af3x_class def_class borrow pbandwidth 20 rio cleardscp
     52  1.1  thorpej class cbq pvc0 af4x_class def_class borrow pbandwidth 20 rio
     53  1.1  thorpej 
     54  1.1  thorpej 	filter pvc0 af1x_class 0 0 0 0 0 tos 0x20 tosmask 0xe4
     55  1.1  thorpej 	filter pvc0 af2x_class 0 0 0 0 0 tos 0x40 tosmask 0xe4
     56  1.1  thorpej 	filter pvc0 af3x_class 0 0 0 0 0 tos 0x60 tosmask 0xe4
     57  1.1  thorpej 	filter pvc0 af4x_class 0 0 0 0 0 tos 0x80 tosmask 0xe4
     58