
Chapter 4 – Scenario Setup Prerequisites
Command Line Interface and Application Examples for Multi-Tech Systems, Inc. IP Modules (S000368F) 67
Physical Link Established over the Modem Port
The PPP link must be opened up on the modem port for any application such as SMTP Client, HTTP Server,
POP3 Client, etc. to function.
Wireless IP implementation provides three mechanisms for establishing the physical link over the modem port:
• Dialing-trig-mode NONE
• Dialing-trig-mode DTR
• Dialing-trig-mode Command
Choose the method you desire by configuring the physical link through the Command Line Interface (CLI).
Use the following command to configure the Physical Link Establishment Method:
# set serial [serial-interface] modem dialing-trig-mode <none/dtr/command>
Note: The modem port is set to modem-answering by default.
The command dialing-trig-mode can be used to set the modem port to dial.
Dialing-trig-mode Functionality
None
Upon boot-up, the modem starts dialing using the set of configured parameters.
DTR
Upon boot-up, the modem is set to the answering state by default.
When the DTR goes high on the device port s0, the modem starts to dial on the
modem port.
Command Link establishment and link termination is at your discretion.
1. Command to establish the physical link:
# linkup [serial-interface]
Notes:
• This command is valid only for modem port s1 and is invalid for device port s0.
• This command can be issued only when the dialing-trig-mode is command.
Examples:
# linkup s1
ERROR: 'dialing-trig-mode is not set to command'
# linkup s1
OK: ‘CONNECT 14400 LAPM COMPRESSED’
# linkup s1
ERROR: ‘NO DIALTONE’
# linkup s1
ERROR: ‘NO CARRIER’
# linkup s1
ERROR: ‘NO ANSWER’
2. Command to terminate the physical link:
# hangup [serial-interface]
Notes:
• This command is valid only for modem port s1 and is invalid for device port s0
• This command can be issued only when the dialing-trig-mode is command.
Example:
# hangup s1
OK
This hangs up the physical link
Comentarios a estos manuales