Displaying 1 result from an estimated 1 matches for "add_ip_range".
2005 Jan 16
0
Identification of TC Queueing Discipline
...he IP addresses represented by
xxx.xxx.xxx.xxx
Again thank you in advance and any help would be appreciated,
Regards,
Aisling.
# use add_bucket() to add the buckets and add_ip() to add filters for
the hosts
#
# add_bucket DEVICE BUCKET PARENT RATE CEIL
# add_ip DEVICE IP[/MASK] BUCKET
# add_ip_range DEVICE IP MASK BUCKET
#
# top level buckets
add_bucket br0 10 - 4096 4096
add_bucket eth2 10 - 4096 4096
add_bucket eth3 10 - 2048 2048
add_bucket eth2 9 10 64 2500
add_bucket eth2 8 10 64 512
add_bucket eth2 7 10 64 1024
# Part 1 WAN
# ------
# Note that Everything else has to match all ad...