User Manual

Table Of Contents
32
Cisco Connected Grid 3G Module Installation and Configuration Guide
OL-25991-01
Configuring the Module
Router# configure terminal
Step 3 Create a chat script using the chat-script command and assign it to your profile:
Router(config)# chat-script <chat-script name> PROFILE1 #
Step 4 Configure dialer parameters on the interface by using the interface command to enter interface
configuration mode, and the dialer command to configure persistent dialer mode.
Router(config)# interface dialer 1
Router(config-if)# dialer pool 1
Router(config-if)# dialer string <chat-script name>#
Router(config-if)# dialer persistent
Step 5 Configure cellular parameters on the interface by using the interface and dialer commands:
Router(config)# interface cellular 3/1
Router(config-if)# dialer pool-member 1
Step 6 Shutdown and no shut the interface using the shutdown and no shutdown commands:
Router(config)# interface cellular 3/1
Router(config-if)# shutdown
Router(config-if)# no shutdown
GSM Dialer Persistent Unconfiguration
All commands can be unconfigured with the no option, however, the dialer persistent configuration
condition cannot be unconfigured. Therefore, to remove dialer persistent, the profile must be deleted
with the cellular configuration command as follows:
Router# cellular 3/1 gsm profile delete 1
CDMA Cellular Interface Configuration
The following example shows how to configure the cellular interface:
Step 1 Configure a chat script using the chat-script command:
Router(config)# chat-script <chat-script name> ATDT#777 <-- ATDT777# is the chat-script name.
Step 2
Configure dialer parameters by using the dialer command:
Router(config)# interface dialer 1
Router(config-if)# dialer pool 1
Router(config-if)# dialer string ATDT777#
Router(config-if)# dialer persistent
Step 3 Configure PPP encapsulation by using the feature command:
Router(config)# feature ppp
Step 4 Configure the cellular parameters by using the encapsulation command:
Router(config)# interface cellular 3/1
Router(config-if)# dialer pool-member 1
Router(config-if)# encapsulation ppp
Step 5 Save changes by issuing shutdown and no shutdown on the interface: