Lines Matching full:bandwidth
10 # to the Internet. use the cbq scheduler so that the bandwidth use of
11 # each queue can be controlled. the max outgoing bandwidth is 1.5Mbps.
13 altq on fxp0 cbq bandwidth 1.5Mb queue { std_ext, www_ext, boss_ext }
24 queue std_ext bandwidth 500Kb cbq(default borrow)
25 queue www_ext bandwidth 500Kb { www_ext_http, www_ext_misc }
26 queue www_ext_http bandwidth 50% priority 3 cbq(red borrow)
27 queue www_ext_misc bandwidth 50% priority 1 cbq(borrow)
28 queue boss_ext bandwidth 500Kb priority 3 cbq(borrow)
32 # bandwidth of each queue. bandwidth on this interface is set to the
34 # bandwidth while traffic coming from the Internet will be limited to
37 altq on dc0 cbq bandwidth 100% queue { net_int, www_int }
40 # net_int - container queue for traffic from the Internet. bandwidth
48 queue net_int bandwidth 1.0Mb { std_int, it_int, boss_int }
49 queue std_int bandwidth 250Kb cbq(default borrow)
50 queue it_int bandwidth 500Kb cbq(borrow)
51 queue boss_int bandwidth 250Kb priority 3 cbq(borrow)
52 queue www_int bandwidth 99Mb cbq(red borrow)
56 # control of bandwidth is necessary. bandwidth on this interface is set
58 # all of this bandwidth while traffic from the Internet will be limited
61 altq on fxp1 cbq bandwidth 100% queue { internal_dmz, net_dmz }
69 queue internal_dmz bandwidth 99Mb cbq(borrow)
70 queue net_dmz bandwidth 500Kb { net_dmz_http, net_dmz_misc }
71 queue net_dmz_http bandwidth 50% priority 3 cbq(red borrow)
72 queue net_dmz_misc bandwidth 50% priority 1 cbq(default borrow)