User`s guide

439
DR6410
HIA
DSL2
2+
Router
dr6410
8W
NOVATEL_3G
ISDN
OK
Example scenario:
A single configuration file is required for a range of DR6410 routers, there is a mix of 3
types of 3G WWAN modules and some have GPRS modules installed. Different W-WAN
modules need different modemcc commands to correctly configure the ASY ports. All these
modules can have their own specific commands in one config file.
Example configuration using tagged sections:
Comments are in red and prefixed with a # symbol. Comments may be used in
configuration files to make them easier to read. The info_asy_add parameters are just for
illustration purposes only and are not the actual ASY port numbers used.
<DR6410-H0A>
#Start of DR6410-H0A config
<NOVATEL_3G>
#Start of Novatel specific config
modemcc 0 asy_add 7
modemcc 0 info_asy_add 8
#End of Novatel specific config
</NOVATEL_3G>
<OPTION_3G>
#Start of Option specific config
modemcc 0 asy_add 7
modemcc 0 info_asy_add 9
#End of Option specific config
</OPTION_3G>
<SIERRA_3G>
#Start of Sierra specific config
modemcc 0 asy_add 7
modemcc 0 info_asy_add 10
#End of Sierra specific config
</SIERRA_3G>
#End of DR6410-H0A config
</DR6410-H0A>
<DR6410-E0A>
#Start of DR6410-E0A config