Zdravko Bozakov | 3ddb245 | 2019-11-29 14:33:41 +0100 | [diff] [blame] | 1 | --- |
| 2 | # CLI arguments override values specified here. |
| 3 | # Commented values show defaults. |
| 4 | |
| 5 | # BBSim specific settings |
| 6 | bbsim: |
| 7 | enable_dhcp: false |
| 8 | enable_auth: false |
Zdravko Bozakov | 958d81c | 2019-12-13 22:09:48 +0100 | [diff] [blame] | 9 | openolt_address: ":50060" |
| 10 | api_address: ":50070" |
| 11 | rest_api_address: ":50071" |
| 12 | # legacy_api_address: ":50072" |
| 13 | # legacy_rest_api_address: ":50073" |
| 14 | # sadis_rest_address: ":50073" |
Zdravko Bozakov | 3ddb245 | 2019-11-29 14:33:41 +0100 | [diff] [blame] | 15 | # log_level: "debug" |
| 16 | # log_caller: false |
| 17 | # delay: 200 |
| 18 | # c_tag: 900 |
| 19 | # s_tag: 900 |
| 20 | |
| 21 | # OLT device settings |
| 22 | olt: |
| 23 | model: "asfvolt16" |
| 24 | vendor: "BBSim" |
| 25 | hardware_version: "emulated" |
| 26 | device_serial_number: BBSM00000001 |
| 27 | pon_ports: 1 |
| 28 | nni_ports: 1 |
| 29 | onus_per_port: 1 |
| 30 | onus_per_port: 1 |
| 31 | technology: "XGS-PON" |
Matteo Scandolo | 569e717 | 2019-12-20 11:51:51 -0800 | [diff] [blame] | 32 | id: 0 # OLT-ID of the device |
Zdravko Bozakov | 3ddb245 | 2019-11-29 14:33:41 +0100 | [diff] [blame] | 33 | reboot_delay: 10 # reboot delay in seconds |
| 34 | # firmware_version: "" |
| 35 | # device_id: 0a:0a:0a:0a:0a:<id> |
| 36 | |
| 37 | # BBR settings |
| 38 | bbr: |
| 39 | log: bbr.log |
| 40 | log_level: debug |