Displaying 1 result from an estimated 1 matches for "etherdown".
2003 Jul 18
2
pf
...icmp.error 10 }
set timeout { other.first 60, other.single 30, other.multiple 60 }
set limit { states 10000, frags 5000 }
set optimization normal
#set block-policy drop
#set require-order yes
############ SHAPING goes here ###############################
altq on $intif cbq bandwidth 100Mb queue {etherdown, downstream}
queue etherdown bandwidth 96% cbq(default)
queue downstream bandwidth 4% cbq
altq on $extif cbq bandwidth 100Mb queue { etherup, upstream}
queue etherup bandwidth 99Mb cbq(default)
queue upstream bandwidth 386Kb cbq
pass in quick on $intif from 172.16.0.0/16 to 172.16.0.0/16 que...