Re: R: Delay Pools Setup

From: David Luyer <luyer@dont-contact.us>
Date: Mon, 23 Nov 1998 11:57:51 +0800

> Can anyone post any delay_class3 examples, please?

Example (this is all done from memory, but the tag names should be right):

# ACL for delayed users - some number of 8-bit nets out of a 16-bit one
acl lan_delayed 10.1.1.0/255.255.255.0 10.1.20.0/255.255.255.255 10.1.21.0/255.255.255.0

# Only using class3 access
delay_class1_access deny all
delay_class2_access deny all
delay_class3_access permit lan_delayed

# Limit total to 64kbps, strict limit (max == restore)
delay_class3_aggregate_max 8000
delay_class3_aggregate_restore 8000

# Limit each network to 32kbps, strict limit (max == restore)
delay_class3_network_max 4000
delay_class3_network_restore 4000

# Limit each user to 4800bps, "soft" limit (allow 64kbytes - ie decent web page
# with icon - at full speed but significantly slow large downloads)
delay_class3_individual_max 64000
delay_class3_individual_restore 600

David.
Received on Sun Nov 22 1998 - 20:34:45 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:43:12 MST