cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
17498
Views
18
Helpful
14
Replies

Does anyone setup the 3G on 819 router?

Emmanuel Valdez
Level 3
Level 3

Hello everybody,

I acquired an 819 router with a integrated HSPA+R7 modem, does anyone setup the 3G internet option with this modem? My 3G ISP is Telcel.

Best regards.

14 Replies 14

Emmanuel Valdez
Level 3
Level 3

Hi,

I setup the 3G connection succesfully, I explain the process maybe it will be useful for somebody in the future:

I have a Cisco C819HG+7-K9 with a MC8705 HSPA+R7 modem, my ISP is Telcel, this is a new model of modem and it only support slip encapsulation, the process to setup the 3G connection is the following:

1.- Create a gsm profile:

          C819HG_3G#cellular 0 gsm profile create 1 internet.itelcel.com pap webgprs webgprs2002

where:

APN is internet.itelcel.com

username is webgprs

password is webgprs2002

The profile 1 is the default for the sim under slot 0

2.- Like this is a new model of modem we have to use the new chat script:

           C819HG_3G(config)#chat-script gsm "" "AT!SCACT=1,1" TIMEOUT 60 "OK"

3.- Config the celullar interface:

           C819HG_3G(config)#interface cellular 0

           C819HG_3G(config-if)#ip address negotiated

           C819HG_3G(config-if)#ip nat outside

           C819HG_3G(config-if)#ip virtual-reassembly in

           C819HG_3G(config-if)#encapsulation slip

           C819HG_3G(config-if)# dialer in-band

           C819HG_3G(config-if)#dialer idle-timeout 0

           C819HG_3G(config-if)#dialer string gsm

           C819HG_3G(config-if)#dialer-group 1

           C819HG_3G(config-if)#async mode interactive

4.- Configure the LAN interface, in my case the SVI 1

           C819HG_3G(config)#interface Vlan1

           C819HG_3G(config-if)#ip address 192.168.150.1 255.255.255.0

           C819HG_3G(config-if)#ip nat inside

           C819HG_3G(config-if)#ip virtual-reassembly in

5.- Configure the modem line, for model 819 the line is the number 3

           C819HG_3G(config)#line 3

           C819HG_3G(config-line)#exec-timeout 0 0

           C819HG_3G(config-line)#password cisco

            C819HG_3G(config-line)#script dialer gsm

           C819HG_3G(config-line)#login

           C819HG_3G(config-line)#modem InOut

           C819HG_3G(config-line)#no exec

           C819HG_3G(config-line)#transport input all

6.- Make a default route pointing the Cellular interface

           C819HG_3G(config)#ip route 0.0.0.0 0.0.0.0 Cellular0

7.- Setup NAT, in my case I used a route-map

          C819HG_3G(config)#route-map Internet permit 10

          C819HG_3G(config-route-map)#match ip address 101

          C819HG_3G(config)#access-list 101 permit ip 192.168.150.0 0.0.0.255 any

          C819HG_3G(config)#ip nat inside source route-map Internet interface Cellular0 overload

8.- You have to generate some Internet traffic, if you omit this step the cellular interface will not obtain a public IP address from the ISP, you can check that your profile come up with "show cellular 0 profile"

C819HG_3G#sh cellular 0 profile

Profile 1 = ACTIVE*

--------

PDP Type = IPv4

PDP address = X.X.X.X

Access Point Name (APN) = internet.itelcel.com

Authentication = PAP

Username: webgprs

Password: webgprs2002

        Primary DNS address = Y.Y.Y.Y

        Secondary DNS address = Z.Z.Z.Z

* - Default profile

Configured default profile for active SIM 0 is profile 1.

You can use a "debug chat" on the router to view if you have a problem to establish the connection.

I hope this information will useful.

Regards.

hello

thanks, was helpful the configuration my 3G ISP is Telcel to.

I think this router can send messages?

anyone know the configuration for send and receive SMS or mesaages??

thank you bro....

Hi Ivan,

You have to use the cli command:

cellular 0 gsm sms send 5523457690 "Text of the message"

Where: 5523457690 is the desired destination number.

Regards.

perfect  ef-molina

many thanks

erdinc
Level 1
Level 1

Router#cellular 0 gsm profile create 1 MGPS pap null null
                          ^
% Invalid input detected at '^' marker.

How can solve this ?

Router#cellular 0 gsm profile create 1 MGPS pap null null
                  ^
% Invalid input detected at '^' marker.

First you need to be in config mode.

 

#configure terminal

 

Then you will be able to configure the interface.

Emmanuel Valdez
Level 3
Level 3

Maybe you don´t have a modem installed on your router, place a show version and show diag,

Regards.

erdinc
Level 1
Level 1

Rout#show diag
Slot 0:
        C819G Mother board Port adapter, 10 ports
        Port adapter is analyzed
        Port adapter insertion time 00:03:11 ago

        Hardware Crypto Engine Details:
        The CHIP id is 0x20000
        The SEC revision no is 0x1

        EEPROM contents at hardware discovery:
        Hardware Revision        : 6.0
        PCB Serial Number        : FOC17132G06
        Processor type           : DD
        Part Number              : 73-14148-02
        Board Revision           : A0
        Top Assy. Part Number    : 800-39743-01
        Fab Version              : 06
        Product (FRU) Number     : C819G-4G-G-K9
        Version Identifier       : V01
        Chassis Serial Number    : FCZ1725937P
        MAC Address block size   : 32
        Chassis MAC Address      : 20bb.c040.3ff4
        CLEI Code                : CMMJ600ARA
        Deviation Number         : 135672
        RMA Number               : 0-0-0-0
        RMA Test History         : 00
        RMA History             : 00
        Asset Identifier
        EEPROM contents (hex):4
          0x00: 04 FF 40 06 F3 41 06 0 C1 8B 46 4F 43 31 37 31
  0x10: 33 32 47 30 36 09 DD 8249 37 44 02 42 41 30 C0
          0x20: 46 03 20 00 9B 3F 01 02 06 CB 8D 43 38 31 39 47
          0x30: 2D 34 47 2D 47 2D 4B 39 89 56 30 31 20 C2 8B 46
          0x40: 43 5A 31 37 32 35 39 33 37 50 43 00 20 C3 06 20
          0x50: BB C0 40 3F F4 C6 8A 43 4D 4D 4A 36 30 30 41 52
          0x60: 41 88 00 02 11 F8 81 00 00 00 00 03 00 04 00 D9
          0x70: 03 40 C1 C2 CC 86 30 30 30 30 30 30 F3 00 30 40
          0x80: A2 55 41 00 14 42 00 00 F8 00 24 03 E8 1E 78 08
          0x90: 70 1F 40 0C F8 1F A4 11 75 1F B8 15 E0 1F 80 1A
          0xA0: 2C 1E DC 1E A5 1E AA 22 F6 1E C8 27 10 1E AA FF
          0xB0: FF FF FF FF F FF FF FF FF FF FF FF FF FF FFFF
          0xC0: FF FF FF FF FFFF FF FF FF FF FF FF FF FF FF F
          0xD0: FF FF FF FF FF F FF FF FF FF FF FF FF FF FF FF
          0xE0: FF FF FF FF FF FF FF FF FF FF F   0xF0: FF FF FF FF FF FF FFFF F
F FF FF FF FF FF FF FF


Embedded Service Enine wlan-ap 0 :
   Total patform memory : 1048576K bytes
                                            Total 2nd core memory : 31072K bytes

   Start of pysical address for 2nd core : 018000000
  2nd core configured enabled
  L2 cache shared between 1st and 2nd cores.

Rout#show version
Cisco IOS Software, C800 Software (C800-UNIVERSALK9-M), Version 15.2(4)M3, RELEA
SE SOFTWARE (fc2)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2013 by Cisco Systems, Inc.
Compiled Tue 26-Feb-13 12:39 by prod_rel_team

ROM: System Bootstrap, Version 15.2(2r)T, RELEASE SOFTWARE (fc1)

Rout uptime is 4 minutes
System returned to ROM by power-on
System image file is "flash:c800-universalk9-mz.SPA.152-4.M3.bin"
Last reload type: Normal Reload
Last reload reason: power-on

This product contains cryptographic features and is subject to United
States and local country laws governing import, export, transfer and
use. Delivery of Cisco cryptographic products does not imply
third-party authority to import, export, distribute or use encryption.
Importers, exporters, distributors and users are responsible for
compliance with U.S. and local country laws. By using this product you
agree to comply with applicable laws and regulations. If you are unable
to comply with U.S. and local laws, return this product immediately.

A summary of U.S. law governing Cisco cryptographic roducts may be found at:
htp://www.cisco.com/wwl/export/cypto/tool/stqrg.html
        -
If you require further assistane please contact us by sending mail to
          co.com.
Cisco C819G-4G-G-K9 (evision 6.0) with 883788K/33715 bytes of memory.
Process board ID FCZ1725937P
4 FatEthernet interfaces
1 Gigaerface
1 Serial(sync/async interface
  2 terminal lines
1 Virtual Private(VPN) Module
1 Cellular interface
1 cisco Embedded AP (s)
DRAM configuration is 32 bits wide
255K bytes of non-volatile configuration memory.
999936K bytes of ATA System CompactFlash (Read/Write)


License Info:

License UDI:

-------------------------------------------------
Device#   PID                   SN
-------------------------------------------------
*0        C819G-4G-G-K9         FCZ1725937P

License Information for 'c800'
    License Level: adipservices   Type: Permanent
          ret license Level: advipservices
      Configuration register is 0x210

Emmanuel Valdez
Level 3
Level 3

Can you post a "show cellular slot/wic/port radio"

For example show cellular 0/0/0 radio

I saw that you router support 4G LTE but in your show diag doesn´t appear the modem.

Regards.

erdinc
Level 1
Level 1

Rout#show cellular 0 radio

Radio power mode = ON

Current RSSI(RSCP) = -67 dBm

LTE Technology Preference = AUTO

LTE Technology Selected = UMTS

Rout#show cellular 0 all
Hardware Information
====================
Modem Firmware Version = SWI9200X_03.05.19.04
Modem Firmware built = 2012/09/17 17:57:14
Hardware Version = 10
International Mobile Subscriber Identity (IMSI) = 28615210605028
International Mobile Equipment Identity (IMEI) = 359470040049043
Integrated Circuit Card ID (ICCID) = 8990010907260050289
Mobile Subscriber International Subscriber
IDentity Number (MSISDN) = SWI9200X_03.

Profile Information
====================
Profile password Encryption level: 7

Profile 1 = INACTIVE*
--------
PDP Type = IPv4
Access Point Name (APN) =
Authentication = None
Username:
Password: 09

* - Default profile

Data Connecti=========================
Data bytes, Received = 0 bytes
-Profile 1, Pact Session Status = INACTIVE
        Inactivity Reason = Unknown
Profile 2, Packet Session Sttus = INACTIVE
-      InactivityReason = Unknown
Profile 3 Packet Session Status = INACTIE
        Inactivity ReasoProf 4, Packet Session Status = INATIVE
        Inactivity Reason = Unknown
Profile 5, Packet Session Status = INACTIVE
        Inactivity Reason = Unknown
Profile 6, Packet Session Status = INACTIVE
        Inactivity Reason = Unknown
Profile 7, Packet Session Status = INACTIVE
        Inactivity Reason = Unknown
Profile 8, Packet Session Status = INACTIVE
        Inactivity Reason = Unknown
Profile 9, Packet Session Status = INACTIVE
        Inactivity Reason = Unknown
Profile 10, Packet Session Status = INACTIVE
        Inactivity Reason = Unknown
Profile 11, Packet Sesion Status = INACTIVE
        Inctivity Reason = Unknown
Pr Session Status = INACTIVE
        Inactivity Reason = Unknown
Profile 13, Packet Session Sttus = INACTIVE
-      InactivityReason = Unknown
Profile 1, Packet Session Status = INACTIVE
        ity Reason = Unknown
Profie 15, Packet Session Status = IACTIVE
        Inactivity Reason  Unknown
Profile 16, Packe Session Status = INACTIVE
on = Unknown
--
Network Information
===================
Curret Service Status = Normal
urrent Service = Packet switche
      aming Status = Home
Netwo Selection Mode = Automatic
Code (MCC) = 286
-Mobile Nework Code (MNC) = 1
Packet switch domain(P) state = Attached
Registtion(EMM) state = Registered

        formation
================
Radio power mode = ON
Current RSSI(RSCP) = -68 dBm
--MLTE Ty Preference = AUTO
LTE Tehnology Selected = UMTS
Modm Security Information
=========================
Cardtion (CHV1) = Disabled
SIMStatus = OK
SIM User Operaion Required = None
Numberof CHV1 Retries remaining = 3

Error Information
=================
-
Ths command is not supported on 4 modems.
        -
-
ModemCrashdump Information
-=========================
Modem crashdump loging: off

Rout#show cellular 0 radio

Radio power mode = ON

Current RSSI(RSCP) = -67 dBm

LTE Technology Preference = AUTO

LTE Technology Selected = UMTS

Emmanuel Valdez
Level 3
Level 3

Try with these:

Router# cellular 0 lte profile create 1 MGPS ipv4

Regards.

erdinc
Level 1
Level 1

Rout#cellular 0 lte profile create 1 MGPS ipv4
                                          ^
% Invalid input detected at '^' marker.

Rout#cellular 0 lte profile create 1 MGPS


Profile 1 already exists. Do you want to overwrite? [confirm]y
Profile 1 will be overwritten with the following values:
PDP type = IPv4
APN = MGPS
Are you sure? [confirm]y
Profile 1 written to modem

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: