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 |
| 9 | openolt_address: "0.0.0.0:50060" |
| 10 | api_address: "0.0.0.0:50070" |
| 11 | rest_api_address: "0.0.0.0:50071" |
| 12 | legacy_api_address: "0.0.0.0:50072" |
| 13 | legacy_rest_api_address: "0.0.0.0:50073" |
| 14 | # log_level: "debug" |
| 15 | # log_caller: false |
| 16 | # delay: 200 |
| 17 | # c_tag: 900 |
| 18 | # s_tag: 900 |
| 19 | |
| 20 | # OLT device settings |
| 21 | olt: |
| 22 | model: "asfvolt16" |
| 23 | vendor: "BBSim" |
| 24 | hardware_version: "emulated" |
| 25 | device_serial_number: BBSM00000001 |
| 26 | pon_ports: 1 |
| 27 | nni_ports: 1 |
| 28 | onus_per_port: 1 |
| 29 | onus_per_port: 1 |
| 30 | technology: "XGS-PON" |
| 31 | id: 1 # OLT-ID of the device |
| 32 | reboot_delay: 10 # reboot delay in seconds |
| 33 | # firmware_version: "" |
| 34 | # device_id: 0a:0a:0a:0a:0a:<id> |
| 35 | |
| 36 | # BBR settings |
| 37 | bbr: |
| 38 | log: bbr.log |
| 39 | log_level: debug |