1998-11-28 03:39:16 +08:00
|
|
|
/*
|
|
|
|
* This is an example configuration file.
|
|
|
|
*/
|
|
|
|
|
|
|
|
# Yet another comment
|
|
|
|
|
|
|
|
router id 62.168.0.1
|
1998-11-28 05:09:57 +08:00
|
|
|
|
1998-11-29 22:40:39 +08:00
|
|
|
define xyzzy = 120+10
|
1998-11-28 05:32:45 +08:00
|
|
|
|
1998-11-30 06:03:58 +08:00
|
|
|
#protocol rip MyRIP_test {
|
|
|
|
# preference xyzzy
|
|
|
|
# debug all
|
|
|
|
#}
|
|
|
|
|
|
|
|
protocol device {
|
|
|
|
# disabled
|
|
|
|
# interface "-eth*", "*"
|
1998-11-28 05:09:57 +08:00
|
|
|
}
|
1998-12-07 01:40:42 +08:00
|
|
|
|
|
|
|
protocol kernel {
|
|
|
|
# disabled
|
|
|
|
learn; # Learn all routes from the kernel
|
|
|
|
scan time 10; # Scan kernel tables every 10 seconds
|
|
|
|
}
|
1998-12-07 02:21:23 +08:00
|
|
|
|
|
|
|
protocol static {
|
|
|
|
disabled
|
|
|
|
}
|