Table Of Contents
Modems in a Mobile Environment
Roaming with External Wireless Modems
Configuration Example
Initialization Strings
Modems in a Mobile Environment
This chapter describes roaming with external wireless modems.
Roaming with External Wireless Modems
General Packed Radio Service/Code Division Multiplex Access (GPRS/CDMA) modems provide the mobile access router with a Layer 2 roaming interface. The Mobile IP stack allows layer 3 roaming IP connectivity for the mobile access router. External modems are connected to a serial interface of the mobile access router. The serial interface should be running in asynchronous mode. Figure 13-1 shows a sample scenario in which the serial port of the mobile access router is connected to a CDMA modem.
Figure 13-1 Modem to Mobile Access Router Connection
The mobile access router supports the following modems:
•
Airlink Raven
•
AnyDATA I-Port
•
Wavecom
Configuration Example
The example configurations shown in Figure 13-2 and Figure 13-3 demonstrate the router's ability to roam back and forth between 802.11b and Cellular technologies. The browser-based applications and video move dynamically to and from the different technologies. The 1X technology provides approximately 60 Kbps. The Nextel provides approximately 20 Kbps, but the network provides for static IP addresses and private links back to the headquarters. Implementing IPsec VPN in the mobile access router provides a secure connection back to the headquarters through 802.11b technology.
Figure 13-2 IPsec VPN Connection
Figure 13-3 Wireless Internet Connection
Example of a Mobile Access Router with Dialer Interface and GRE Mobile IP Tunneling
chat-script airlink-cdma "" "AT&C1&D2" TIMEOUT 30 OK "ATDT#19788" TIMEOUT 30 CONNECT
ip address 15.4.1.2 255.255.255.0
interface FastEthernet0/0
ip address 10.20.1.1 255.255.255.0
ip mobile router-service roam
ip mobile router-service collocated
ip mobile secure home-agent 64.161.107.162 spi 100 key hex
12345678123456781234567812345678 algorithm md5 mode prefix-suffix
address 15.4.1.2 255.255.255.0
home-agent 64.161.107.162
script dialer airlink-cdma
Example of a Mobile Access Router Without Dialer Interface
chat-script airlink-cdma "" "AT&C1&D0" TIMEOUT 30 OK "ATDT#19788" TIMEOUT 30 CONNECT
ip address 15.4.1.2 255.255.255.0
ip mobile router-service roam
ip mobile router-service collocated
dialer string airlink-cdma
no peer default ip address
ip mobile secure home-agent 64.161.107.162 spi 100 key hex
12345678123456781234567812345678 algorithm md5 mode prefix-suffix
address 15.4.1.2 255.255.255.0
home-agent 64.161.107.162
dialer-list 1 protocol ip permit
script dialer airlink-cdma
Example of a Mobile Access Router with Multiple Wireless Connections
ip dhcp excluded-address 10.10.10.1
network 10.10.10.0 255.255.255.0
default-router 10.10.10.1 255.255.255.0
dns-server 204.117.214.10
chat-script airlink-cdma2 "" "ATDT#19788" TIMEOUT 60 "CONNECT"
chat-script tmobile "" "AT" TIMEOUT 5 OK "ATE0V1" TIMEOUT 5 OK "ATS0=0" TIMEOUT 5 OK
"AT+CGATT=1" TIMEOUT 5 OK "AT+CGACT=1,1" TIMEOUT 5 OK "ATD*99***1#" TIMEOUT 10 CONNECT
chat-script anydata "" "AT&C1&D0" TIMEOUT 30 OK "ATDT#777" TIMEOUT 30 CONNECT
interface FastEthernet0/0
ip address 10.10.10.1 255.255.255.0
ip mobile router-service roam priority 130
ip mobile router-service collocated registration retry 3
ip mobile router-service collocated
ppp authentication pap callin optional
ip mobile router-service roam
ip mobile router-service collocated registration retry 3
ip mobile router-service collocated
ppp chap hostname 4082029572
ip mobile secure home-agent 64.161.107.162 spi 100 key ascii hello algorithm md5 mode
prefix-suffix
address 20.20.20.1 255.255.255.0
home-agent 64.161.107.162
mobile-network FastEthernet0/0
script dialer airlink-cdma2
Example of a Home Agent Configuration
ip audit po max-events 100
fax interface-type fax-mail
mta receive maximum-recipients 0
ip address 10.10.100.1 255.255.255.0
interface FastEthernet0/0
ip address 64.161.107.162 255.255.255.248
ip route 0.0.0.0 0.0.0.0 64.161.107.161
ip mobile virtual-network 15.4.0.0 255.255.0.0
ip mobile host 15.4.1.2 virtual-network 15.4.0.0 255.255.0.0
ip mobile secure host 15.4.1.2 spi 100 key hex 12345678123456781234567812345678
Initialization Strings
Recommended initialization strings for some common modems are provided in Table 13-1, but be aware that Cisco does not warrant that they are suitable or current. When in doubt, refer to the modem vendor's documentation or technical support.
Table 13-1 Modem Chat Scripts
Modem
|
Network
|
Script
|
Airlink Raven
|
Sprint
|
chat-script airlink-cdma "" "ATDT#777" TIMEOUT 60 "CONNECT"
|
Airlink Raven
|
Verizon
|
chat-script airlink-cdma "" "ATDT#19788" TIMEOUT 60 "CONNECT"
|
AnyDATA I-Port EMIII
|
Verizon
|
chat-script anydata "" "AT&C1&D0" TIMEOUT 30 OK "ATDT#777" TIMEOUT 30 CONNECT
|
Sony/Ericsson T68i Handset
|
AT&T
|
chat-script ericsson-gprs "" "AT" TIMEOUT 30 OK "ATE0Q0&C1&D2V1" TIMEOUT 60 OK "AT" TIMEOUT 30 OK "ATS0=0" TIMEOUT 30 OK "AT" TIMEOUT 30 OK "ATE0Q0&C1&D2V1" TIMEOUT 60 OK "AT" TIMEOUT 30 OK "ATDT*99***1#" TIMEOUT 30 CONNECT
|
Wavecom
|
T-Mobile or AT&T
|
chat-script tmobile "" "AT" TIMEOUT 5 OK "ATE0V1" TIMEOUT 5 OK "ATS0=0" TIMEOUT 5 OK "AT+CGATT=1" TIMEOUT 5 OK "AT+CGACT=1,1" TIMEOUT 5 OK "ATD*99***1#" TIMEOUT 10 CONNECT
|
Motorola i90c
|
Nextel
|
chat-script ModemTech "" "ATZ2" OK "AT&C1&D2" OK "ATDT" TIMEOUT 60 CONNECT
|