blob: 7e24691ba915af45429aaf9e52eba51d702fa7ae [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
Humera Kouser9c2bd9f2020-09-25 02:41:29 -040021wait_time_bal_ready=120