User Manual
Table Of Contents
- Cisco Connected Grid 3G Module Installation and Configuration Guide
- Kit Contents
- Features
- Hardware Overview
- Front Panel
- Ports and LEDs
- Supported Cisco Antennas
- Supported Cisco Cables
- 3G Module Models
- Interfaces
- Radio Frequency Interface
- Environmental Specifications
- Power Specifications
- Modem
- GSM Module SIM Interface
- Voltage Monitoring State Machine
- Temperature Monitoring State Machine
- Data Rates
- USB Interface
- Memory Specifications
- Module Power States
- Installing and Removing the SIM Card (GSM Module)
- Installing and Removing the 3G Module
- Regulatory and Compliance Information
- Software Overview
- Configuring the Module
- Configuration Example
- Additional References
- Technical Assistance
- Troubleshooting and Diagnostics
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:










