]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - src/ibod/ibod.cf
git-svn-id: http://svn.ipfire.org/svn/ipfire/IPFire/source@16 ea5c0bd1-69bd-2848...
[people/pmueller/ipfire-2.x.git] / src / ibod / ibod.cf
CommitLineData
cd1a2927
MT
1# $Id: ibod.cf,v 1.1.1.1 2001/11/27 08:08:03 riddles Exp $
2# $Symbol$
3#
4#
5#
6# Configuration file for ibod (ISDN Bandwidth On Demand)
7#
8# This file contain the initial configuration values for the
9# ibod daemon. Each line contain a keyword and a value.
10#
11# Boolean attributes are set with 0 or 1 which corresponds to
12# false and true respectively. A boolean attribute not specified
13# at all is allways false.
14#
15# Lines beginning with # are treated as comments and are ignored.
16#
17# IMPORTANT RULES!
18#
19# 1. Keywords are case sensitive.
20# 2. Kewords must begin at first column.
21# 3. Keyword and value must be separated by exctly one (1)
22# space ot tab chracter.
23#
24# This file is re-read every time ibod receives SIGHUP (1) signal.
25#
26# DEVICE <name> Name of ISDN PPP device.
27# Default is ippp0.
28#
29# ENABLE 1|0 Enable/disable bandwidth-on-demand.
30# Default is enable (1).
31#
32# INTERVAL <n> Specify the sample time interval in ms.
33# Default is 500 ms.
34#
35# FILTER <n> Defines "filtering factor". A value of 10 means
36# that the average bytes/sec value measured over 10
37# intervals must pass the limit defined by LIMIT
38# to bring up or down the slave link.
39# Default is 5.
40#
41# LIMIT <n> Transfer rate limit in bytes/sec for bringing
42# up or down isdn slave channel.
43# Default is 5000.
44#
45# STAYUP 0|1 Enable/disable slave channel stay up function.
46# If enabled the 2:nd cannel (slave link) will stay
47# up even if the average bytes/sec decrease the value
48# defined by LIMIT. In this case the slave link will
49# stay up until hangup time is reached.
50# (Example: isdnctrl huptimeout ippp1 60)
51# If disabled the slave link will be brought down in
52# the same way it is brought up.
53# Default is 0.
54#
55# STAYUP_TIME <n> Defines the minimum time in seconds the 2:nd
56# channel will unconditionally stay up after it has
57# been brought up. Default value is 30.
58#