Corinex HD200 Powerline Wall Mount F
22
Writing an Auto-configuration File
7
Writing an Auto-configuration File
There are hundreds of parameters that can be configured on a modem. These
parameters are assigned in the configuration file, which is a human-readable
text file. The configuration file can have any name (not including spaces) and any
extension. The explanation of all possible parameters can be found in a separate
document called AV200 ALMA auto-configuration manual, which can be found on
the Documentation CD.
For a basic network with one Master and several Slaves, only two
configuration files are needed. The simplest configuration file for a Master (Low
Voltage, High Density Gateway, High Density Building Controller) is shown in figure
12. Figure 13 presents the simplest configuration file for a Slave (HD200 Enterprise
devices).
Figure 12: Simplest Master configuration Figure 13: Simplest Slave configuration
With these two files and some configuration on the DHCP / TFTP server, a simple
one-level network can be built.
Note:
The HD200 Powerline Wall Mount F can be used only as a slave (CPE,
Customer Premises Equipment). In order to create a simple network as
described above, another adapter from Corinex’s portfolio has to be used
as master device.
# File: master.conf
# General parameters
GENERAL_USE_AUTOCONF = yes
GENERAL_MAC_MODE = ACCESS
# Configure the node as Master (HE)
GENERAL_TYPE = HE
GENERAL_FW_TYPE = LV
GENERAL_AUTHENTICATION = none
GENERAL_STP = yes
# Signal parameters
GENERAL_SIGNEL_MODE = 6
AGC_TX_GAIN = 0
# QoS Configuration
QOS_ENABLE = no
# vlan configuration
VLAN_ENABLE = no
# Ovlan configuration
OVLAN_ENABLE = no
# File: slave.conf
# General parameters
GENERAL_USE_AUTOCONF = yes
GENERAL_MAC_MODE = ACCESS
# Configure the node as Slave (CPE)
GENERAL_TYPE = CPE
GENERAL_FW_TYPE = LV
GENERAL_AUTHENTICATION = none
GENERAL_STP = yes
# Signal parameters
GENERAL_SIGNAL_MODE_LIST.1 = 6
GENERAL_SIGNAL_MODE_LIST.2 = 1
GENERAL_SIGNAL_MODE_LIST.3 = 2
GENERAL_SIGNAL_MODE_LIST.4 = 3
GENERAL_SIGNAL_MODE_LIST.5 = 13
AGC_TX_GAIN = 0
# QoS Configuration
QOS_ENABLE = no
# vlan configuration
VLAN_ENABLE = no
# Ovlan configuration
OVLAN_ENABLE = no