Chapter 5 Basic Router Configuration
Configuring WAN Interfaces
Examples for Configuring Cellular Wireless Interfaces
This section provides the following configuration examples:
•Basic Cellular Interface Configuration, page
•Tunnel over Cellular Interface Configuration, page
•Configuration for 8705 modem, page
Basic Cellular Interface Configuration
The following example shows how to configure a gsm cellular interface to be used as a primary WAN connection. It is configured as the default route.
chat-script gsm "" "ATDT*98*2#" TIMEOUT 60 "CONNECT“
!
interface Cellular0 ip address negotiated encapsulation ppp dialer
async mode interactive
pppchap hostname cisco@wwan.ccs ppp chap password 0 cisco
ppp ipcp dns request
!
ip route 0.0.0.0 0.0.0.0 Cellular0
!
!
!
line 3
modem InOut
The following example shows how to configure a cdma cellular interface to be used as a primary WAN connection. It is configured as the default route.
chat-script cdma "" "ATDT#777" TIMEOUT 60 "CONNECT“
!
interface Cellular0 ip address negotiated encapsulation ppp dialer
async mode interactive ppp chap password 0 cisco
!
ip route 0.0.0.0 0.0.0.0 Cellular0
!
!
!
| Cisco 819 Series Integrated Services Router Software Configuration Guide |