Girish Gowdra | 6e74552 | 2020-07-15 15:52:13 -0700 | [diff] [blame] | 1 | ### 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 |
| 12 | asfvolt16_vlan_id_eth2=4093 |
| 13 | |
| 14 | #asgvolt64 |
| 15 | asgvolt64_vlan_id_eth1=4093 |
| 16 | |
| 17 | # enable out of band connection to OLT? |
| 18 | enable_out_of_band_connection=no |
Girish Gowdra | 70feafd | 2020-08-06 20:08:26 -0700 | [diff] [blame] | 19 | |
| 20 | # wait time before configuring in-band on BAL |
Humera Kouser | 9c2bd9f | 2020-09-25 02:41:29 -0400 | [diff] [blame] | 21 | wait_time_bal_ready=120 |