Cisco Systems C819GUK9 Router User Manual


 
5-19
Cisco 819 Series Integrated Services Router Software Configuration Guide
OL-23590-02
Chapter 5 Basic Router Configuration
Configuring WAN Interfaces
Step 10
line 3
Example:
Router (config-line)# line 3
Specifies the line configuration mode. It is always 3.
Step 11
script dialer <regexp>
Example:
Router (config-line)# script-dialer gsm
Specifies a default modem chat script.
Step 12
exit
Example:
Router (config-line)# exit
Exits line configuration mode.
Step 13
For GSM:
chat-script <script name> ”” “ATDT*99*<profile
number>#” TIMEOUT <timeout value> CONNECT
For CDMA:
chat-script <script name> "" "ATDT*777*<profile
number>#" TIMEOUT <timeout value> CONNECT
Example:
Router (config)# chat-script gsm "" "ATDT*98*2#"
TIMEOUT 60 "CONNECT“
Configures this line for GSM.
Configures this line for CDMA.
Defines the Attention Dial Tone (ATDT) commands
when the dialer is initiated.
Step 14
interface cellular 0
Example:
Router (config)# interface cellular 0
Specifies the cellular interface.
Step 15
dialer string string
Example:
Router (config)# dialer string gsm
Specifies the dialer script (defined using the chat
script command).
Command or Action Purpose