blob: eb737a4271ab83ae3ae64473b590c3a2ff758e72 [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