Cisco Systems C819GUK9, C819HG4GVK9 Examples for Configuring Cellular Wireless Interfaces, 5-20

Models: C819GUK9

1 196
Download 196 pages 51.42 Kb
Page 44
Image 44
Examples for Configuring Cellular Wireless Interfaces

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 5-20

Tunnel over Cellular Interface Configuration, page 5-21

Configuration for 8705 modem, page 5-21

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 in-band dialer string gsm dialer-group 1

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

!

!

access-list 1 permit any dialer-list 1 protocol ip list 1

!

line 3 exec-timeout 0 0 script dialer gsm login

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 in-band dialer string cdma dialer-group 1

async mode interactive ppp chap password 0 cisco

!

ip route 0.0.0.0 0.0.0.0 Cellular0

!

!

access-list 1 permit any dialer-list 1 protocol ip list 1

!

 

Cisco 819 Series Integrated Services Router Software Configuration Guide

5-20

OL-23590-02

Page 44
Image 44
Cisco Systems C819GUK9 Examples for Configuring Cellular Wireless Interfaces, Basic Cellular Interface Configuration, 5-20