blob: 3e3587f099b458c62c9d44266ea645c22a9191e3 [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"
Anand S Kattib409ee02020-02-20 20:10:00 +053016 # sadis_rest_address: ":50074"
Matteo Scandolof65e6872020-04-15 15:18:43 -070017 # sadis_format: att|dt|tt
Pragya Arya324337e2020-02-20 14:35:08 +053018 # enable_events: false
19 # kafka_address: ":9092"
Zdravko Bozakov3ddb2452019-11-29 14:33:41 +010020 # log_level: "debug"
21 # log_caller: false
22 # delay: 200
Matteo Scandolof65e6872020-04-15 15:18:43 -070023 # c_tag_allocation: unique
Zdravko Bozakov3ddb2452019-11-29 14:33:41 +010024 # c_tag: 900
Matteo Scandolof65e6872020-04-15 15:18:43 -070025 # s_tag_allocation: shared
Zdravko Bozakov3ddb2452019-11-29 14:33:41 +010026 # s_tag: 900
27
28# OLT device settings
29olt:
30 model: "asfvolt16"
31 vendor: "BBSim"
32 hardware_version: "emulated"
33 device_serial_number: BBSM00000001
34 pon_ports: 1
35 nni_ports: 1
36 onus_per_port: 1
37 onus_per_port: 1
38 technology: "XGS-PON"
Matteo Scandolo569e7172019-12-20 11:51:51 -080039 id: 0 # OLT-ID of the device
Zdravko Bozakov3ddb2452019-11-29 14:33:41 +010040 reboot_delay: 10 # reboot delay in seconds
41 # firmware_version: ""
42 # device_id: 0a:0a:0a:0a:0a:<id>
Pragya Arya996a0892020-03-09 21:47:52 +053043 port_stats_interval: 20 # in seconds
Zdravko Bozakov3ddb2452019-11-29 14:33:41 +010044
45# BBR settings
46bbr:
47 log: bbr.log
48 log_level: debug