Home | History | Annotate | Line # | Download | only in altq.conf.samples
      1  1.1  thorpej #
      2  1.1  thorpej # sample configuration file for 1Mbps link
      3  1.1  thorpej #	
      4  1.1  thorpej interface sr0 bandwidth 1M cbq
      5  1.1  thorpej class cbq sr0 root NULL pbandwidth 100
      6  1.1  thorpej #
      7  1.1  thorpej # meta classes
      8  1.1  thorpej #
      9  1.1  thorpej class cbq sr0 ctl_class root pbandwidth 4 control
     10  1.1  thorpej class cbq sr0 def_class root borrow pbandwidth 95 default
     11  1.1  thorpej #
     12  1.1  thorpej class cbq sr0 bulk def_class borrow pbandwidth 30
     13  1.1  thorpej class cbq sr0 misc def_class borrow pbandwidth 30
     14  1.1  thorpej class cbq sr0 intr def_class borrow pbandwidth 30
     15  1.1  thorpej 
     16  1.1  thorpej #
     17  1.1  thorpej # leaf classes
     18  1.1  thorpej #
     19  1.1  thorpej 
     20  1.1  thorpej #
     21  1.1  thorpej #  bulk data classes
     22  1.1  thorpej #
     23  1.1  thorpej class cbq sr0 tcp bulk borrow pbandwidth 5 red
     24  1.1  thorpej 	filter sr0 tcp 0 0 0 0 6	# other tcp
     25  1.1  thorpej class cbq sr0 ftp bulk borrow pbandwidth 5 red
     26  1.1  thorpej 	filter sr0 ftp 0 0 0 20 6	# ftp-data
     27  1.1  thorpej 	filter sr0 ftp 0 20 0 0 6	# ftp-data
     28  1.1  thorpej class cbq sr0 http bulk borrow pbandwidth 5 red
     29  1.1  thorpej 	filter sr0 http 0 0 0 80 6	# http
     30  1.1  thorpej 	filter sr0 http 0 80 0 0 6	# http
     31  1.1  thorpej class cbq sr0 pop3 bulk borrow pbandwidth 5 red
     32  1.1  thorpej 	filter sr0 pop3 0 0 0 110 6	# pop3
     33  1.1  thorpej 	filter sr0 pop3 0 110 0 0 6	# pop3
     34  1.1  thorpej class cbq sr0 imap bulk borrow pbandwidth 5 red
     35  1.1  thorpej 	filter sr0 imap 0 0 0 143 6	# imap
     36  1.1  thorpej 	filter sr0 imap 0 143 0 0 6	# imap
     37  1.1  thorpej #
     38  1.1  thorpej # misc (udp) classes
     39  1.1  thorpej #
     40  1.1  thorpej class cbq sr0 udp misc borrow pbandwidth 5 red
     41  1.1  thorpej 	filter sr0 udp 0 0 0 0 17	# other udp
     42  1.1  thorpej class cbq sr0 rip misc borrow pbandwidth 5 red
     43  1.1  thorpej 	filter sr0 rip 0 520 0 0 17	# rip
     44  1.1  thorpej #
     45  1.1  thorpej # interactive classes
     46  1.1  thorpej #
     47  1.1  thorpej class cbq sr0 dns intr borrow pbandwidth 5 red
     48  1.1  thorpej 	filter sr0 dns 0 0 0 53 17
     49  1.1  thorpej 	filter sr0 dns 0 0 0 53 6
     50  1.1  thorpej class cbq sr0 telnet intr borrow pbandwidth 5 red
     51  1.1  thorpej 	filter sr0 telnet 0 0 0 23 6	# telnet
     52  1.1  thorpej 	filter sr0 telnet 0 23 0 0 6	# telnet
     53  1.1  thorpej 	filter sr0 telnet 0 0 0 513 6	# rlogin
     54  1.1  thorpej 	filter sr0 telnet 0 513 0 0 6	# rlogin
     55  1.1  thorpej class cbq sr0 ssh intr borrow pbandwidth 5 red
     56  1.1  thorpej 	filter sr0 ssh 0 0 0 22 6	# ssh
     57  1.1  thorpej 	filter sr0 ssh 0 22 0 0 6	# ssh
     58