/etc/isdn/ibod.cf is in ibod 1.5.0-6.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 | # $Id: ibod.cf,v 1.2 2001/02/15 10:31:37 datenwelt Exp $
# $Symbol$
#
#
#
# Configuration file for ibod (ISDN Bandwidth On Demand)
#
# This file contain the initial configuration values for the
# ibod daemon. Each line contain a keyword and a value.
#
# Boolean attributes are set with 0 or 1 which corresponds to
# false and true respectively. A boolean attribute not specified
# at all is allways false.
#
# Lines beginning with # are treated as comments and are ignored.
#
# IMPORTANT RULES!
#
# 1. Keywords are case sensitive.
# 2. Kewords must begin at first column.
# 3. Keyword and value must be separated by exctly one (1)
# space ot tab chracter.
#
# This file is re-read every time ibod receives SIGHUP (1) signal.
#
# DEVICE <name> Name of ISDN PPP device.
# Default is ippp0.
#
# ENABLE 1|0 Enable/disable bandwidth-on-demand.
# Default is enable (1).
#
# INTERVAL <n> Specify the sample time interval in ms.
# Default is 500 ms.
#
# FILTER <n> Defines "filtering factor". A value of 10 means
# that the average bytes/sec value measured over 10
# intervals must pass the limit defined by LIMIT
# to bring up or down the slave link.
# Default is 5.
#
# LIMIT <n%> Specifies percentage loading of the channel at
# which it is necessary to up or down channels.
# This sets both up and down limits.
# Note that this has changed from version 1.4.
#
# UPLIMIT <n%> Specifies percentage loading of the channel at
# which it is necessary to up channels.
# Note that this has changed from version 1.4.
# Default is 90.
#
# DOWNLIMIT <n%> Specifies percentage loading of the channel at
# which it is necessary to down channels.
# Note that this has changed from version 1.4.
# Default is 80.
#
# STAYUP 0|1 Enable/disable slave channel stay up function.
# If enabled the 2:nd cannel (slave link) will stay
# up even if the average bytes/sec decrease the value
# defined by LIMIT. In this case the slave link will
# stay up until hangup time is reached.
# (Example: isdnctrl huptimeout ippp1 60)
# If disabled the slave link will be brought down in
# the same way it is brought up.
# Default is 0.
#
# STAYUP_TIME <n> Defines the minimum time in seconds the 2:nd
# channel will unconditionally stay up after it has
# been brought up. Default value is 30.
#
# STAYDOWN_TIME <n> Defines the minimum time in seconds the 2:nd
# channel will unconditionally stay down after it has
# been brought up. Default value is 10.
#
# MAX_CHANNELS <n> Defines the maximum of channels used for
# the ppp connection.
# Default is 2.
#
INTERVAL 500
FILTER 10
|