blob: 6dddb0b59879076c3abbd604dc507503092dff30 [file] [log] [blame]
Girish Gowdra6e745522020-07-15 15:52:13 -07001### BEGIN INIT INFO
2# Description: This file utilized by olt inband init script and onl validation script to
3# know what VLAN configured by the user for inband CTRL and MGMT interface.
4# It also has configuration which indicates wether out-of-band connection
5# should be enabled on the OLT. This defaults to "no". To enable, it should
6# be set to "yes"
7# the OLT)
8#
9### END INIT INFO
10
11#asfvolt16
12asfvolt16_vlan_id_eth2=4093
13
14#asgvolt64
15asgvolt64_vlan_id_eth1=4093
16
17# enable out of band connection to OLT?
18enable_out_of_band_connection=no
Girish Gowdra70feafd2020-08-06 20:08:26 -070019
20# wait time before configuring in-band on BAL
21wait_time_bal_ready=45