Home | History | Annotate | Line # | Download | only in altq.conf.samples
      1  1.1  thorpej #
      2  1.1  thorpej # null interface command
      3  1.1  thorpej #
      4  1.1  thorpej interface pvc1
      5  1.1  thorpej 
      6  1.1  thorpej #
      7  1.1  thorpej # simple dropper
      8  1.1  thorpej #
      9  1.1  thorpej conditioner pvc1 dropper <drop>
     10  1.1  thorpej 	filter pvc1 dropper 0 0 172.16.4.173 0 0
     11  1.1  thorpej 
     12  1.1  thorpej #
     13  1.1  thorpej # simple marker to clear dscp
     14  1.1  thorpej #
     15  1.1  thorpej conditioner pvc1 clear_marker <mark 0x0>
     16  1.1  thorpej 	filter pvc1 clear_marker 0 0 172.16.4.174 0 0
     17  1.1  thorpej 
     18  1.1  thorpej #
     19  1.1  thorpej # EF style conditioner (a simple token bucket)
     20  1.1  thorpej #
     21  1.1  thorpej conditioner pvc1 ef_cdnr <tbmeter 6M 64K <pass><drop>>
     22  1.1  thorpej 	filter pvc1 ef_cdnr 0 0 172.16.4.176 0 0
     23  1.1  thorpej 
     24  1.1  thorpej #
     25  1.1  thorpej # AF style conditioners (trTCM)
     26  1.1  thorpej #
     27  1.1  thorpej conditioner pvc1 af1x_cdnr \
     28  1.1  thorpej 	<trtcm 3M 32K 10M 64K <mark 0x28><mark 0x30><mark 0x38> colorblind>
     29  1.1  thorpej 	filter pvc1 af1x_cdnr 0 0 172.16.4.177 0 0
     30  1.1  thorpej 
     31  1.1  thorpej #
     32  1.1  thorpej # color-blind trTCM is equivalent to a dual tokenbucket meter
     33  1.1  thorpej #
     34  1.1  thorpej conditioner pvc1 dual_tb \
     35  1.1  thorpej 	<tbmeter 10M 64K <tbmeter 3M 32K <mark 0x28><mark 0x30>><mark 0x38>>
     36  1.1  thorpej 	filter pvc1 dual_tb 0 0 172.16.4.178 0 0
     37