blob: 2db7ac11683c4e920e32f7b88be988c44dc1cca4 [file] [log] [blame]
Zdravko Bozakov3ddb2452019-11-29 14:33:41 +01001---
2# CLI arguments override values specified here.
3# Commented values show defaults.
4
5# BBSim specific settings
6bbsim:
7 enable_dhcp: false
8 enable_auth: false
Zdravko Bozakov958d81c2019-12-13 22:09:48 +01009 openolt_address: ":50060"
10 api_address: ":50070"
11 rest_api_address: ":50071"
Pragya Arya2225f202020-01-29 18:05:01 +053012 controlled_activation: "default"
Anand S Katti09541352020-01-29 15:54:01 +053013 enable_perf: false
Zdravko Bozakov958d81c2019-12-13 22:09:48 +010014 # legacy_api_address: ":50072"
15 # legacy_rest_api_address: ":50073"
16 # sadis_rest_address: ":50073"
Zdravko Bozakov3ddb2452019-11-29 14:33:41 +010017 # log_level: "debug"
18 # log_caller: false
19 # delay: 200
20 # c_tag: 900
21 # s_tag: 900
22
23# OLT device settings
24olt:
25 model: "asfvolt16"
26 vendor: "BBSim"
27 hardware_version: "emulated"
28 device_serial_number: BBSM00000001
29 pon_ports: 1
30 nni_ports: 1
31 onus_per_port: 1
32 onus_per_port: 1
33 technology: "XGS-PON"
Matteo Scandolo569e7172019-12-20 11:51:51 -080034 id: 0 # OLT-ID of the device
Zdravko Bozakov3ddb2452019-11-29 14:33:41 +010035 reboot_delay: 10 # reboot delay in seconds
36 # firmware_version: ""
37 # device_id: 0a:0a:0a:0a:0a:<id>
38
39# BBR settings
40bbr:
41 log: bbr.log
42 log_level: debug