Manage files
Digi TransPort User Guide
785
• The
enalist
takes the same format but when matches occur, it causes the device to be
specifically enabled. If a device matches the enable list as well as the disable list the enable list
will take preference. When a device matches a list an event is written to the event log of the
form:
"USB device usb-1-2.4.MSD disabled"
or, if the device matches the
enalist
:
"USB device usb-1-2.4.MSD enabled"
• These events can be used to debug the correct matching string to match on when trying to
configure these parameters.
• If both lists are left blank, all drivers are enabled and no extra events appear in the event log.
Universal config.da0 using tags
The
config.da0
contains a list of commands, one per line that are parsed at boot. The commands
in this file differ, depending on the model of the router, the firmware in use and the hardware
options installed.
You can create a single universal configuration file using tags, defining sections that only relate to
a specific hardware type or firmware version.
The tag values that can be used are:
• The base model, for example:
DR6410
• The complete model, for example:
DR6410-H0A
• The platform build string, for example:
8W
• The type of DSL, for example:
DSL2
,
2+
• The type of WWAN module detected, for example:
E
(Edge),
C
(CDMA)
• The complete WWAN module string, for example: ,
MOTO_G24
SIEMENS_GPRS
,
SIEMENS_MC75
,
NOVATEL_3G
,
SIERRA_3G
,
OPTION_3G
,
NOVATEL_CDMA
,
CMOTECH_CDMA
,
SIERRA_CDMA
• PSTN or ISDN module, for example:
PSTN
,
ISDN
Enclose the tags within angle brackets. Open AND close the configuration sections with the
relevant tag.
For example, to open:
<DR6410>
To close:
</DR6410>
Note the use of the
/
in the closing tag.