cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
801
Views
0
Helpful
3
Replies

GPRS modem connection to 2620 router

balsutiev.s
Level 1
Level 1

Hello!

I have WaveCom GPRS modem I'd like to connect to 2620 router. So, 3 questions appeared:

1. How to configure router in order to it says GPRS modem connected to AUX port to start GRPS session. (In ordinary way, i can use AT command to dial *99# or *99***1# commands)

2. How to configure AUX interface to get IP automaticaly from network after GPRS session became active?

3. If it possible to make routing to any network through that GPRS modem?

Thank you in advance for advices or links to docs(I could find what I want at this HUGE cisco library :) )!

3 Replies 3

didyap
Level 6
Level 6

General Packet Radio Service/Code Division Multiplex Access (GPRS/CDMA) modems are normally connected to a serial interface of the mobile access router.The following link can help you in this.

http://www.cisco.com/univercd/cc/td/doc/product/access/mar_3200/mar_conf/m517modm.pdf

Hi sir,

i have similar probleme with Cisco1721 and wavecom modem. i want to know if you solved the probleme.

if yes, pls send me the configuration.

Thank you in advance.

Youssef

y-talibi
Level 1
Level 1

I have resolved the problem when i use auxiliar port.

i think you have a problem with serial cable.which cable are you using?

here is the configuration:

Router#sh run

Building configuration...

Current configuration : 1810 bytes

!

version 12.3

service timestamps debug datetime msec

service timestamps log datetime msec

no service password-encryption

!

hostname Router

!

boot-start-marker

boot-end-marker

!

enable password 1234

!

mmi polling-interval 60

no mmi auto-configure

no mmi pvc

mmi snmp-timeout 180

no aaa new-model

ip subnet-zero

!

!

!

ip cef

!

chat-script wavecom-gprs ABORT ERROR ABORT BUSY "" "AT" OK "ATDT\T" TIMEOUT 20 C

ONNECT \c

chat-script wave-pdp "" "AT" OK "ATDT\T" TIMEOUT 20 CONNECT \c

modemcap entry wave-att:MSC=+CGATT=1

modemcap entry wave-conf:MSC=+CGDCONT=1,"IP","ABCD"

!

!

!

interface Loopback0

ip address 100.1.1.1 255.255.255.255

!

interface FastEthernet0

ip address 192.168.0.1 255.255.255.0

ip nat inside

speed auto

!

interface Serial0

no ip address

!

interface Async5

description connected to Dial-inPCs(modem)_1

ip unnumbered FastEthernet0

encapsulation ppp

no ip route-cache cef

no ip route-cache

ip tcp header-compression passive

dialer in-band

dialer pool-member 2

async mode interactive

!

interface Dialer1

no ip address

encapsulation ppp

no cdp enable

!

interface Dialer2

ip address negotiated

ip nat outside

encapsulation ppp

no ip route-cache cef

no ip route-cache

ip tcp header-compression passive

dialer pool 2

dialer string "*99***1#"

dialer-group 1

no cdp enable

ppp authentication pap callin

ppp pap sent-username ***** password ******

!

ip nat inside source list 1 interface Dialer2 overload

ip classless

ip route 0.0.0.0 0.0.0.0 Dialer2

no ip http server

!

access-list 1 permit any

dialer-list 1 protocol ip permit

!

line con 0

line aux 0

exec-timeout 0 0

script dialer wave-pdp

modem InOut

modem autoconfigure type wave-att

transport input all

stopbits 1

speed 57600

flowcontrol hardware

line vty 0 4

password 1234

login

!

!

end

Good luck.