mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2026-02-10 22:02:58 +01:00
49 lines
1.4 KiB
Text
49 lines
1.4 KiB
Text
config acs 'acs'
|
||
option enable '0'
|
||
option url ''
|
||
option userid '' #$OUI-$SER
|
||
option passwd 'iopsys'
|
||
option periodic_inform_enable 'true'
|
||
option periodic_inform_interval '1800'
|
||
option periodic_inform_time '0'
|
||
option dhcp_discovery 'enable'
|
||
# compression possible configs: GZIP, Deflate, Disabled
|
||
option compression 'Disabled'
|
||
# possible configs interval :[1:65535]
|
||
option retry_min_wait_interval '5'
|
||
# possible configs interval :[1000:65535]
|
||
option retry_interval_multiplier '2000'
|
||
option https_ssl_capath ''
|
||
option ipv6_enable '0'
|
||
|
||
config cpe 'cpe'
|
||
option interface 'eth0.1'
|
||
option default_wan_interface 'wan'
|
||
option log_to_console 'disable'
|
||
option log_to_file 'enable'
|
||
# log_severity: INFO (Default)
|
||
# log_severity possible configs: EMERG, ALERT, CRITIC ,ERROR, WARNING, NOTICE, INFO, DEBUG
|
||
option log_severity 'INFO'
|
||
option log_file_name '/var/log/icwmpd.log'
|
||
option log_max_size '102400'
|
||
option userid '' #$OUI-$SER
|
||
option passwd 'iopsys'
|
||
option port '7547'
|
||
option provisioning_code ''
|
||
option amd_version '5'
|
||
# compression possible configs: InstanceNumber, InstanceAlias
|
||
option instance_mode 'InstanceNumber'
|
||
option session_timeout '60'
|
||
option notification '1'
|
||
option exec_download '0'
|
||
option periodic_notify_enable '1'
|
||
option periodic_notify_interval '10'
|
||
|
||
config lwn 'lwn'
|
||
option enable '1'
|
||
option hostname ''
|
||
option port '0'
|
||
|
||
config test 'test'
|
||
option enable '0'
|
||
option port '0'
|