1IBOD.CF(4)                 Kernel Interfaces Manual                 IBOD.CF(4)
2
3
4

NAME

6       ibod.cf - configuration file for ibod (ISDN Bandwidth On Demand)
7
8

DESCRIPTION

10       This  file  contains the initial configuration values for the ibod dae‐
11       mon. Each line contains a keyword and a value.
12
13       Boolean attributes are set with 0 or 1 which corresponds to  false  and
14       true  respectively.  A boolean attribute not specified at all is always
15       false.
16
17       Lines beginning with # are treated as comments and will be ignored.
18
19       IMPORTANT RULES!
20       1. Keywords are case sensitive.
21       2. Kewords must begin at the first column.
22       3. Keywords and values must be separated by exactly one  (1)  space  or
23       tab character.
24
25       This file is re-read every time ibod receives SIGHUP (1) signal.
26
27
28   OPTIONS
29       DEVICE <name>
30              Name of ISDN PPP device. Default is ippp0.
31
32
33       ENABLE 1|0
34              Enable/disable bandwidth-on-demand.  Default is enable (1).
35
36
37       INTERVAL <n>
38              Specify the sample time interval in ms.  Default is 500 ms.
39
40
41       FILTER <n>
42              Defines "filtering factor". A value of 10 means that the average
43              bytes/sec value measured over 10 intervals must pass  the  limit
44              defined by LIMIT to bring up or down the slave link.  Default is
45              5.
46
47
48       LIMIT <n>
49              Transfer rate limit in bytes/sec for bringing up  or  down  ISDN
50              slave channel. Default is 7000.
51
52
53       STAYUP 0|1
54              Enable/disable  slave channel stay up function.  If enabled, the
55              2:nd cannel (slave link)  will  stay  up  even  if  the  average
56              bytes/sec  decrease the value defined by LIMIT. In this case the
57              slave link will stay up until hangup time is reached.  (Example:
58              isdnctrl huptimeout ippp1 60) If disabled the slave link will be
59              brought down in the same way it was brought up.  Default is 0.
60
61
62       STAYUP_TIME <n>
63              Defines the minimum time in seconds the 2:nd channel will uncon‐
64              ditionally  stay  up after it has been brought up. Default value
65              is 30.
66
67
68

SEE ALSO

70       ibod(1) and xibod(1)
71
72

AUTHOR

74       Bjoern Smith, Smith@Compound.SE
75
76
77
78                                                                    IBOD.CF(4)
Impressum