06-04-2013
10:07 PM
- last edited on
03-25-2019
03:39 PM
by
ciscomoderator
Hello. I have an issue regarding using cellular interface on cisco 881G. The 3G module is Aircard 504. SIMcard is working on other devices, it have obtain IP address from mobile operator. But on cisco881G it doesnt work.
Here is config:
cellular 0 gsm profile create 1 m2m
chat-script 3G "" "ATDT*98*4#" TIMEOUT 30 CONNECT
interface Cellular0
ip address negotiated
ip nat outside
ip virtual-reassembly in
encapsulation ppp
dialer in-band
dialer pool-member 2
async mode interactive
interface Dialer1
ip address negotiated
ip virtual-reassembly in
dialer pool 1
dialer idle-timeout 0
dialer string 3G
dialer persistent
dialer-group 1
no cdp enable
line 3
exec-timeout 0 0
script dialer gsm
modem InOut
no exec
transport input all
ip route 0.0.0.0 0.0.0.0 Dialer1
But cell interface still in inactive mode
Test-router#sh cellular 0 profile
Profile 1 = INACTIVE*
--------
PDP Type = IPv4
Access Point Name (APN) = m2m
Authentication = None
Username: , Password:
Profile 4 = INACTIVE
--------
PDP Type = IPv4
Access Point Name (APN) = m2m
Authentication = None
Username: , Password:
* - Default profile
and there is no ip address obtained. There is no authentication configured on mobile operator.
What can i do to solve the problem?
06-05-2013 12:50 AM
under interfaqce cellular 0 can you change:
dialer pool-member 2
to
dialer pool-member 1
06-05-2013 02:16 AM
Changed. Same effect. Profile is still inactive.
06-05-2013 02:26 AM
Can you provide the output of a
sh cell 0 security
Under line 3 change:
script dialer gsm
to
script dialer 3G
06-05-2013 03:02 AM
Test-router#sh cell 0 security
Card Holder Verification (CHV1) = Disabled
SIM Status = OK
SIM User Operation Required = None
Number of CHV1 Retries remaining = 3
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide