Sunday, June 5, 2016

Cisco 899G-LTE Dual SIM Configuration

I've tested the dual SIM and 4G/LTE WAN failover configuration on a Cisco 899G-LTE router. I used the APN settings for SingTel and M1 4G from this link. Notice below that SIM0 (SingTel) is green (active) while SIM1 (M1) is amber (standby).


Router#cell 0 lte profile create 1 e-ideas chap 65ideas 65ideas ipv4   // SINGTEL LTE PROFILE/APN CONFIG
Warning: You are attempting to modify the attach profile.
Please consult the service provider before doing so.
Modem power cycle required for change to take effect.

PDP Type = IPv4
Access Point Name (APN) = e-ideas
Username = 65ideas
Password = 65ideas
Authentication = CHAP

Profile 1 already exists with above parameters. Do you want to overwrite? [confirm]

Profile 1 will be overwritten with the following values:

PDP type = IPv4
APN = e-ideas
Username = 65ideas
Password = 65ideas
Authentication = CHAP

Are you sure? [confirm]
Profile 1 written to modem
Router#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#interface ?
  Async              Async interface
  Auto-Template      Auto-Template interface
  BDI                Bridge-Domain interface
  BVI                Bridge-Group Virtual Interface
  CDMA-Ix            CDMA Ix interface
  CTunnel            CTunnel interface
  Cellular           Cellular WAN interface
  Dialer             Dialer interface
  Ethernet           IEEE 802.3
  FastEthernet       FastEthernet IEEE 802.3
  GMPLS              MPLS interface
  GigabitEthernet    GigabitEthernet IEEE 802.3z
  Group-Async        Async Group interface
  LISP               Locator/ID Separation Protocol Virtual Interface
  LongReachEthernet  Long-Reach Ethernet interface
  Loopback           Loopback interface
  Lspvif             LSP virtual interface
  MFR                Multilink Frame Relay bundle interface
  Multilink          Multilink-group interface
  Null               Null interface
  Port-channel       Ethernet Channel of interfaces
  Pseudowire         Pseudowire Interface
  Tunnel             Tunnel interface
  Vif                PGM Multicast Host interface
  Virtual-PPP        Virtual PPP interface
  Virtual-Template   Virtual Template interface
  Virtual-TokenRing  Virtual TokenRing
  Vlan               Vlan IEEE 802.1q
  range              interface range command
  vmi                Virtual Multipoint Interface

Router(config)#interface cellular ?
  <0-1>  Cellular interface number

Router(config)#interface cellular 0
Router(config-if)#ip address negotiated
Router(config-if)#ip nat outside
Router(config-if)#encapsulation slip
Router(config-if)#dialer in-band
Router(config-if)#dialer idle-timeout 0
Router(config-if)#dialer-group 1
Router(config-if)#
*Apr 11 13:33:22.015: %LINEPROTO-5-UPDOWN: Line protocol on Interface NVI0, changed state to up
Router(config-if)#exit
Router(config)#dialer-list 1 protocol ip permit
Router(config)#access-list 1 permit 10.1.1.0 0.0.0.255
Router(config)#ip nat inside source list 1 interface cellular 0 overload
Router(config)#ip route 0.0.0.0 0.0.0.0 cellular 0
Router(config)#interface loopback 1    // SIMULATE LAN INTERFACE
Router(config-if)#
*Apr 11 13:33:59.527: %LINEPROTO-5-UPDOWN: Line protocol on Interface Loopback1, changed state to up
Router(config-if)#ip address 10.1.1.1 255.255.255.0
Router(config-if)#ip nat inside
Router(config-if)#end

Router#show run
Building configuration...

Current configuration : 2441 bytes
!
! Last configuration change at 13:34:08 UTC Mon Apr 11 2016
!
version 15.5
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
!
no aaa new-model
ethernet lmi ce
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
ip cef
no ipv6 cef
!
!
!
!
!
multilink bundle-name authenticated
!
!
chat-script lte "" "AT!CALL" TIMEOUT 20 "OK"
!
!
!
!
!
license udi pid C899G-LTE-GA-K9 sn FCZ20069123
!
!
!
!
!
!
!
controller Cellular 0
 lte modem link-recovery rssi onset-threshold -110
 lte modem link-recovery monitor-timer 20
 lte modem link-recovery wait-timer 10
 lte modem link-recovery debounce-count 6
!
!
!
!
!
!
!
!
!
!
!
!
interface Loopback1
 ip address 10.1.1.1 255.255.255.0
 ip nat inside
 ip virtual-reassembly in
!
interface Cellular0
 ip address negotiated
 ip nat outside
 ip virtual-reassembly in
 encapsulation slip
 dialer in-band
 dialer idle-timeout 0
 dialer string lte
 dialer-group 1
!
interface Cellular1
 no ip address
 encapsulation slip
!
interface FastEthernet0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface GigabitEthernet0
 no ip address
!
interface GigabitEthernet1
 no ip address
!
interface GigabitEthernet2
no ip address
!
interface GigabitEthernet3
 no ip address
!
interface GigabitEthernet4
 no ip address
!
interface GigabitEthernet5
 no ip address
!
interface GigabitEthernet6
 no ip address
!
interface GigabitEthernet7
 no ip address
!
interface GigabitEthernet8
 no ip address
 shutdown
 duplex auto
 speed auto
!
 interface GigabitEthernet9
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface Vlan1
 no ip address
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
ip nat inside source list 1 interface Cellular0 overload
ip route 0.0.0.0 0.0.0.0 Cellular0
!
dialer-list 1 protocol ip permit
!
access-list 1 permit 10.1.1.0 0.0.0.255
!
control-plane
!
!
!
mgcp behavior rsip-range tgcp-only
mgcp behavior comedia-role none
mgcp behavior comedia-check-media-src disable
mgcp behavior comedia-sdp-force disable
!
mgcp profile default
!
!
!
!
!
!
!
line con 0
 no modem enable
line aux 0
line 2
 no activation-character
 no exec
 transport preferred none
 transport input all
 stopbits 1
line 3
 script dialer lte
 no exec
 rxspeed 100000000
 txspeed 50000000
line 8
 no exec
line vty 0 4
 login
 transport input none
!
scheduler allocate 20000 1000
!
end

Router#  show cellullar 0 ?
  <0-1>  Cellular interface number

Router#show cellular 0 ?
  all         Display all the information
  connection  Current active connection and statistics
  gps         Cellular gps information
  hardware    Cellular modem hardware information
  logs        Modem logging information
  microcode   Cellular microcode information
  network     Cellular network information
  oma-dm      LTE OMA DM information
  profile     Profile information in the modem
  qos         Current QoS configuration and statistics
  radio       Cellular modem radio information
  security    Modem security status
  sms         SMS information

Router#show cellular 0 radio
Radio power mode = ON
LTE Rx Channel Number =  3250
LTE Tx Channel Number =  19300
LTE Band =  7
LTE Bandwidth = 20 MHz
Current RSSI = -66 dBm
Current RSRP = -93 dBm
Current RSRQ = -8 dB
Current SNR = 8.8  dB
Radio Access Technology(RAT) Preference = AUTO
Radio Access Technology(RAT) Selected = LTE
Router#
Router#show cell 0 network
Current System Time = Mon Apr 11 13:35:27 2016
Current Service Status = Normal
Current Service = Packet switched
Current Roaming Status = Home
Network Selection Mode = Automatic
Network = SingTel
Mobile Country Code (MCC) = 525
Mobile Network Code (MNC) = 1
Packet switch domain(PS) state = Attached
Registration state(EMM) = Registered
EMM Sub State = Normal Service
Tracking Area Code (TAC) = 710
Cell ID = 188590849

Router#show cellular 0 profile

Profile 1 = INACTIVE* **
--------
PDP Type = IPv4
Access Point Name (APN) = e-ideas
Authentication = CHAP
Username: 65ideas
Password: 65ideas

  * - Default profile
 ** - LTE attach profile

Configured default profile for active SIM 0 is profile 1.


Router#show cellular 0 all
Hardware Information
====================
Modem Firmware Version = SWI9X15C_05.05.58.00
Modem Firmware built = 2015/03/04 21:30:23
Hardware Version = 1.0
Device Model ID: MC7304
Package Identifier ID: 1102029_9903299_MC7304_05.05.58.00_00_Cisco_005.010_000
International Mobile Subscriber Identity (IMSI) = 525016118316123
International Mobile Equipment Identity (IMEI) = 352761060732456
Integrated Circuit Card ID (ICCID) = 8965011301141677789
Mobile Subscriber Integrated Services
Digital Network-Number (MSISDN) = 6591133123
Current Modem Temperature = 35 deg C
PRI SKU ID = 9903299, PRI version = 05.10, Carrier = 1

Profile Information
====================

Profile 1 = INACTIVE* **
--------
PDP Type = IPv4
Acces(APN) = e-ideas
Authentication = CHAP
Username: 65ideas
Password: 65ideas

  * - Default profile
 ** - LTE attach profile

Configured default profile for active SIM 0 is profile 1.

Data Connection Information
===========================
Profile 1, Packet Session Status = INACTIVE
Profile 2, Packet Session Status = INACTIVE
Profile 3, Packet Session Status = INACTIVE
Profile 4, Packet Session Status = INACTIVE
Profile 5, Packet Session Status = INACTIVE
Profile 6, Packet Session Status = INACTIVE
Profile 7, Packet Session Status = INACTIVE
Profile 8, Packet Session Status = INACTIVE
Profile 9, Packet Session Status = INACTIVE
Profile 10, Packet Session Status = INACTIVE
Profile 11, Packet Session Status = INACTIVE
Profile 12, Packet Session Status = INACTIVE
Profile 13, Packet Session Status = INACTIVE
Profile 14, Packet Session Status = INACTIVE
Profile 15, Packet Session Status = INACTIVE
Profile 16, Packet Session Status = INACTIVE

Network Information
===================
Current System Time = Mon Apr 11 13:36:48 2016
Current Service Status = Normal
Current Service = Packet switched
Current Roaming Status = Home
Network Selection Mode = Automatic
Network = SingTel
Mobile Country Code (MCC) = 525
Mobile Network Code (MNC) = 1
Packet switch domain(PS) state = Attached
Registration state(EMM) = Registered
EMM Sub State = Normal Service
Tracking Area Code (TAC) = 710
Cell ID = 188590849

Radio Information
=================
Radio power mode = ON
LTE Rx Channel Number =  3250
LTE Tx Channel Number =  19300
LTE Band =  7
LTE Bandwidth = 20 MHz
Current RSSI = -66 dBm
Current RSRP = -93 dBm
Current RSRQ = -7 dB
Current SNR = 11.4  dB
Radio Access Technology(RAT) Preference = AUTO
Radio Access Technology(RAT) Selected = LTE

Modem Security Information
==========================
Active SIM = 0
SIM switchover attempts = 0
Card Holder Verification (CHV1) = Disabled
SIM Status = OK
SIM User Operation Required = None
Number of CHV1 Retries remaining = 3

GPS Information
==========================

GPS Info
-------------
GPS Feature: enabled
GPS Port Selected: Dedicated GPS port
GPS State: GPS disabled

SMS Information
===============
Incoming Message Information
----------------------------
SMS stored in modem = 0
SMS archived since booting up = 0
Total SMS deleted since booting up = 0
Storage records allocated = 25
Storage records used = 0
Number of callbacks triggered by SMS = 0
Number of successful archive since booting up = 0
Number of failed archive since booting up = 0

Outgoing Message Information
----------------------------
Total SMS sent successfully = 0
Total SMS send failure = 0
Number of outgoing SMS pending = 0
Number of successful archive since booting up = 0
Number of failed archive since booting up = 0
Last Outgoing SMS Status = SUCCESS
Copy-to-SIM Status =     0x0
Send-to-Network Status = 0x0
Report-Outgoing-Message-Number:
  Reference Number =     0
  Result Code =          0x0
  Diag Code =            0x0 0x0 0x0 0x0 0x0

SMS Archive URL =

Error Information
=================

This command is not supported on this platform.


Modem Crashdump Information
===========================
Modem crashdump logging: off
 
Router#show interface cellular 0
Cellular0 is up (spoofing), line protocol is up (spoofing)
  Hardware is 4G WWAN Modem - Global (Europe & Australia) Multimode LTE/DC-HSPA+/HSPA+/HSPA/U
  Internet address will be assigned dynamically by the network
  MTU 1500 bytes, BW 50000 Kbit/sec, DLY 100000 usec,
     reliability 255/255, txload 1/255, rxload 1/255
  Encapsulation SLIP, loopback not set
  Keepalive not supported
  Last input never, output never, output hang never
  Last clearing of "show interface" counters never
  Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
  Queueing strategy: fifo
  Output queue: 0/10 (size/max)
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
     0 packets input, 0 bytes, 0 no buffer
     Received 0 broadcasts (0 IP multicasts)
     0 runts, 0 giants, 0 throttles
     0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
     0 packets output, 0 bytes, 0 underruns
     0 output errors, 0 collisions, 0 interface resets
     0 unknown protocol drops
     0 output buffer failures, 0 output buffers swapped out
     0 carrier transitions
     DCD=down  DSR=down  DTR=down  RTS=up  CTS=up

Router#
Router#debug chat
Chat scripts activity debugging is on
Router#debug modem
Modem control/process activation debugging is on
Router#
*Apr 11 13:37:48.415: TTY0: resume timer type 1 (OK)
Router#debug dialer
Dial on demand events debugging is on
Router#
*Apr 11 13:37:52.331: TTY0: pause timer type 1 (OK)
*Apr 11 13:37:52.331: TTY0: resume timer type 1 (OK)
Router#
Router#debug cellular 0 messages callcontrol
CALLCONTROL debugging is on
Router#
Router#
*Apr 11 13:37:58.919:use timer type 1 (OK)
*Apr 11 13:37:58.919: TTY0: resume timer type 1 (OK)ping   
Router#ping .8  8.8.8.8
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds:

*Apr 11 13:38:07.391: TTY0: pause timer type 1 (OK)
*Apr 11 13:38:07.391: Ce0 DDR: place call
*Apr 11 13:38:07.391: Ce0 DDR: Dialing cause ip (s=10.1.1.1, d=8.8.8.8)
*Apr 11 13:38:07.391: Ce0 DDR: Attempting to dial lte
*Apr 11 13:38:07.391: CHAT3: Attempting async line dialer script
*Apr 11 13:38:07.391: CHAT3: Dialing using Modem script: lte & System script: none
*Apr 11 13:38:07.391: CHAT3: process started
*Apr 11 13:38:07.391: CHAT3: Asserting DTR
*Apr 11 13:38:07.391: CHAT3: Chat script lte started
*Apr 11 13:38:07.391: CHAT3: Sending string: AT!CALL
*Apr 11 13:38:07.391: CHAT3: Expecting string: OK
*Apr 11 13:38:07.559: cellwan_api_pkt_session_notify: instance id:0 profile:0 status:1
*Apr 11 13:38:07.559: %CELLWAN-2-BEARER_UP: Instance id=0, Default bearer (bearer_id=5) in Cellular0 is now UP
*Apr 11 13:38:07.559: Cellular0 profile 0, session ACTIVE
*Apr 11 13:38:07.559: cellwan_api_pkt_session_notify:connected idb_subunit:0
*Apr 11 13:38:07.955:  cellwan_api_handle_profile_ip_addr_get_resp pdn 0 valid 1 length 4 session active 1, profile:0
*Apr 11 13:38:07.955: Sending ok response to line:3
*Apr 11 13:38:07.955: CHAT3: Completed match for expect: OK
*Apr 11 13:38:07.955: CHAT3: Chat script lte finished, status = Success
*Apr 11 13:38:07.955: TTY3: no timer type 1 to destroy
*Apr 11 13:38:07.955: TTY3: no timer type 0 to destroy
*Apr 11 13:38:07.955: TTY3: no timer type 2 to destroy.
*Apr 11 13:38:08.035: Cellular0 DirectIP: Primary DNS address 165.21.83.88 added
*Apr 11 13:38:08.035: Cellular0 DirectIP: Secondary DNS 165.21.100.88 added
*Apr 11 13:38:09.955: %LINK-3-UPDOWN: Interface Cellular0, changed state to up.!!!
Success rate is 60 percent (3/5), round-trip min/avg/max = 28/116/288 ms
Router#
*Apr 11 13:38:09.955: Ce0 DDR: Dialer statechange to up
*Apr 11 13:38:09.955: Ce0 DDR: Dialer call has been placed
*Apr 11 13:38:09.955: Cellular0 DirectIP: Install negotiated IP interface address 10.235.64.193
*Apr 11 13:38:09.955: Ce0 DDR: dialer protocol up
*Apr 11 13:38:10.955: %LINEPROTO-5-UPDOWN: Line protocol on Interface Cellular0, changed state to up
*Apr 11 13:38:11.739: TTY0: resume timer type 1 (OK)
Router#
Router#ping 8.8.8.8
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 28/32/40 ms
Router#
*Apr 11 13:38:15.247: TTY0: pause timer type 1 (OK)
*Apr 11 13:38:15.407: TTY0: resume timer type 1 (OK)
Router#
Router#show cellular 0 radio
Radio power mode = ON
LTE Rx Channel Number =  3250
LTE Tx Channel Number =  19300
LTE Band =  7
LTE Bandwidth = 20 MHz
Current RSSI = -66 dBm
Current RSRP = -94 dBm
Current RSRQ = -8 dB
Current SNR = 7.4  dB
Radio Access Technology(RAT) Preference = AUTO
Radio Access Technology(RAT) Selected = LTE

Router#show cellular 0 network
Current System Time = Mon Apr 11 13:38:49 2016
Current Service Status = Normal
Current Service = Packet switched
Current Roaming Status = Home
Network Selection Mode = Automatic
Network = SingTel
Mobile Country Code (MCC) = 525
Mobile Network Code (MNC) = 1
Packet switch domain(PS) state = Attached
Registration state(EMM) = Registered
EMM Sub State = Normal Service
Tracking Area Code (TAC) = 710
Cell ID = 188590849

Router#show cellular 0 profile

Profile 1 = ACTIVE* **
--------
PDP Type = IPv4
PDP address = 10.235.64.193
Access Point Name (APN) = e-ideas
Authentication = CHAP
Username: 65ideas
Password: 65ideas
    Primary DNS address = 165.21.83.88
    Secondary DNS address = 165.21.100.88

  * - Default profile
 ** - LTE attach profile

Configured default profile for active SIM 0 is profile 1.

Router#show cellular 0 all
Hardware Information
====================
Modem Firmware Version = SWI9X15C_05.05.58.00
Modem Firmware built = 2015/03/04 21:30:23
Hardware Version = 1.0
Device Model ID: MC7304
Package Identifier ID: 1102029_9903299_MC7304_05.05.58.00_00_Cisco_005.010_000
International Mobile Subscriber Identity (IMSI) = 525016118316123
International Mobile Equipment Identity (IMEI) = 352761060732456
Integrated Circuit Card ID (ICCID) = 8965011301141677789
Mobile Subscriber Integrated Services
Digital Network-Number (MSISDN) = 6591133123
Current Modem Temperature = 36 deg C
PRI SKU ID = 9903299, PRI version = 05.10, Carrier = 1

Profile Information
====================

Profile 1 = ACTIVE* **
--------
PDP Type = IPv4
PDP address = 10.235.64.193
Access Point Name (APN) = e-ideas
Authentication = CHAP
Username: 65ideas
Password: 65ideas
    Primary DNS address = 165.21.83.88
    Secondary DNS address = 165.21.100.88

  * - Default profile
 ** - LTE attach profile

Configured default profile for active SIM 0 is profile 1.


Data Connection Information
===========================
Profile 1, Packet Session Status = ACTIVE
    Cellular0:
    Data Transmitted = 800 bytes, Received = 736 bytes
    IP address = 10.235.64.193
    Primary DNS address = 165.21.83.88
    Secondary DNS address = 165.21.100.88
Profile 2, Packet Session Status = INACTIVE
Profile 3, Packet Session Status = INACTIVE
Profile 4, Packet Session Status = INACTIVE
Profile 5, Packet Session Status = INACTIVE
Profile 6, Packet Session Status = INACTIVE
Profile 7, Packet Session Status = INACTIVE
Profile 8, Packet Session Status = INACTIVE
Profile 9, Packet Session Status = INACTIVE
Profile 10, Packet Session Status = INACTIVE
Profile 11, Packet Session Status = INACTIVE
Profile 12, Packet Session Status = INACTIVE
Profile 13, Packet Session Status = INACTIVE
Profile 14, Packet Session Status = INACTIVE
Profile 15, Packet Session Status = INACTIVE
Profile 16, Packet Session Status = INACTIVE

Network Information
===================
Current System Time = Mon Apr 11 13:39:29 2016
Current Service Status = Normal
Current Service = Packet switched
Current Roaming Status = Home
Network Selection Mode = Automatic
Network = SingTel
Mobile Country Code (MCC) = 525
Mobile Network Code (MNC) = 1
Packet switch domain(PS) state = Attached
Registration state(EMM) = Registered
EMM Sub State = Normal Service
Tracking Area Code (TAC) = 710
Cell ID = 188590849

Radio Information
=================
Radio power mode = ON
LTE Rx Channel Number =  3250
LTE Tx Channel Number =  21250
LTE Band =  7
LTE Bandwidth = 20 MHz
Current RSSI = -66 dBm
Current RSRP = -94 dBm
Current RSRQ = -9 dB
Current SNR = 10.0  dB
Radio Access Technology(RAT) Preference = AUTO
Radio Access Technology(RAT) Selected = LTE

Modem Security Information
==========================
Active SIM = 0
SIM switchover attempts = 0
Card Holder Verification (CHV1) = Disabled
SIM Status = OK
SIM User Operation Required = None
Number of CHV1 Retries remaining = 3

GPS Information
==========================

GPS Info
-------------
GPS Feature: enabled
GPS Port Selected: Dedicated GPS port
GPS State: GPS disabled

SMS Information
===============
Incoming Message Information
----------------------------
SMS stored in modem = 0
SMS archived since booting up = 0
Total SMS deleted since booting up = 0
Storage records allocated = 25
Storage records used = 0
Number of callbacks triggered by SMS = 0
Number of successful archive since booting up = 0
Number of failed archive since booting up = 0

Outgoing Message Information
----------------------------
Total SMS sent successfully = 0
Total SMS send failure = 0
Number of outgoing SMS pending = 0
Number of successful archive since booting up = 0
Number of failed archive since booting up = 0
Last Outgoing SMS Status = SUCCESS
Copy-to-SIM Status =     0x0
Send-to-Network Status = 0x0
Report-Outgoing-Message-Number:
  Reference Number =     0
  Result Code =          0x0
  Diag Code =            0x0 0x0 0x0 0x0 0x0

SMS Archive URL =

Error Information
=================

This command is not supported on this platform.


Modem Crashdump Information
===========================
Modem crashdump logging: off

Router#show interface cellular 0
Cellular0 is up, line protocol is up
  Hardware is 4G WWAN Modem - Global (Europe & Australia) Multimode LTE/DC-HSPA+/HSPA+/HSPA/U
  Internet address is 10.235.64.193/32
  MTU 1500 bytes, BW 50000 Kbit/sec, DLY 100000 usec,
     reliability 255/255, txload 1/255, rxload 1/255
  Encapsulation SLIP, loopback not set
  Keepalive not supported
  Last input 00:00:36, output never, output hang never
  Last clearing of "show interface" counters never
  Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
  Queueing strategy: fifo
  Output queue: 0/10 (size/max)
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
     9 packets input, 764 bytes, 0 no buffer
     Received 0 broadcasts (0 IP multicasts)
     0 runts, 0 giants, 0 throttles
     0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
     8 packets output, 800 bytes, 0 underruns
     0 output errors, 0 collisions, 0 interface resets
     0 unknown protocol drops
     0 output buffer failures, 0 output buffers swapped out
     0 carrier transitions
     DCD=up  DSR=up  DTR=up  RTS=up  CTS=up

Router#
*Apr 11 13:39:15.551: %CELLWAN-2-BEARER_DELETED: Instance id=0, Default bearer (bearer_id=5) in Cellular0 is now deleted.
*Apr 11 13:39:17.447: %LINK-5-CHANGED: Interface Canged state to reset
*Apr 11 13:39:18.447: %LINEPROTO-5-UPDOWN: Line protocol on Interface Cellular0, changed state to down       // REMOVED SINGTEL 4G SIM card in SIM0
Router#
Router#show interface cellular 0
Cellular0 is down, line protocol is down
  Hardware is 4G WWAN Modem - Global (Europe & Australia) Multimode LTE/DC-HSPA+/HSPA+/HSPA/U
  Internet address will be assigned dynamically by the network
  MTU 1500 bytes, BW 50000 Kbit/sec, DLY 100000 usec,
     reliability 255/255, txload 1/255, rxload 1/255
  Encapsulation SLIP, loopback not set
  Keepalive not supported
  Last input 00:01:07, output never, output hang never
  Last clearing of "show interface" counters never
  Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
  Queueing strategy: fifo
  Output queue: 0/10 (size/max)
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
     9 packets input, 764 bytes, 0 no buffer
     Received 0 broadcasts (0 IP multicasts)
     0 runts, 0 giants, 0 throttles
     0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
     8 packets output, 800 bytes, 0 underruns
     0 output errors, 0 collisions, 1 interface resets
     0 unknown protocol drops
     0 output buffer failures, 0 output buffers swapped out
     0 carrier transitions
     DCD=down  DSR=up  DTR=up  RTS=up  CTS=up
Router#
*Apr 11 13:39:26.115: %CISCO800-2-MODEM_DOWN: Cellular0 modem is now DOWN.
*Apr 11 13:39:26.647: %CISCO800-6-SIM_ACTIVATION: SIM in slot 1 is being activated. Please wait for modem to come UP.       // M1 4G SIM
Router#
*Apr 11 13:40:07.915: %CISCO800-2-MODEM_UP: Cellular0 modem is now UP
Router#
Router#show interface cellular 0
Cellular0 is up (spoofing), line protocol is up (spoofing)
  Hardware is 4G WWAN Modem - Global (Europe & Australia) Multimode LTE/DC-HSPA+/HSPA+/HSPA/U
  Internet address will be assigned dynamically by the network
  MTU 1500 bytes, BW 50000 Kbit/sec, DLY 100000 usec,
     reliability 255/255, txload 1/255, rxload 1/255
  Encapsulation SLIP, loopback not set
  Keepalive not supported
  Last input 00:02:01, output never, output hang never
  Last clearing of "show interface" counters never
  Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
  Queueing strategy: fifo
  Output queue: 0/10 (size/max)
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
     9 packets input, 764 bytes, 0 no buffer
     Received 0 broadcasts (0 IP multicasts)
     0 runts, 0 giants, 0 throttles
     0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
     8 packets output, 800 bytes, 0 underruns
     0 output errors, 0 collisions, 1 interface resets
     0 unknown protocol drops
     0 output buffer failures, 0 output buffers swapped out
     0 carrier transitions
     DCD=down  DSR=up  DTR=up  RTS=up  CTS=up
     
Router#show cellular 0 radio
Radio power mode = ON
Channel Number = 0
Current Band = Unknown
Current RSSI(RSCP) = -83 dBm
Current ECIO = -31 dBm
Radio Access Technology(RAT) Preference = AUTO
Radio Access Technology(RAT) Selected = UMTS      // SIGNAL STRENGTH WAS BETWEEN 2-3 (FRONT LED LIGHTS)
Router#
Router#show cellular 0 network
Current System Time = Mon Apr 11 13:41:23 2016
Current Service Status = No service
Current Service = Unknown
Current Roaming Status = Home
Network Selection Mode = Automatic
Network = M1
Mobile Country Code (MCC) = 525
Mobile Network Code (MNC) = 1
Packet switch domain(PS) state = Not attached
Location Area Code (LAC) = 0
Cell ID = 0

Router#show cellular 0 profile

Profile 1 = INACTIVE* **
--------
PDP Type = IPv4
Access Point Name (APN) = e-ideas
Authentication = CHAP
Username: 65ideas
Password: 65ideas

  * - Default profile
 ** - LTE attach profile

Router#show cellular 0 all
Hardware Information
====================
Modem Firmware Version = SWI9X15C_05.05.58.00
Modem Firmware built = 2015/03/04 21:30:23
Hardware Version = 1.0
Device Model ID: MC7304
Package Identifier ID: 1102029_9903299_MC7304_05.05.58.00_00_Cisco_005.010_000
International Mobile Subscriber Identity (IMSI) =
International Mobile Equipment Identity (IMEI) = 352761060732123
Integrated Circuit Card ID (ICCID) =
Mobile Subscriber Integrated Services
Digital Network-Number (MSISDN) =
Current Modem Temperature = 0 deg C
PRI SKU ID = 9903299, PRI version = 05.10, Carrier = 1

Profile Information
====================

Profile 1 = INACTIVE* **
--------
PDP Type = IPv4
Access Point Name (APN) = e-ideas
Authentication = CHAP
Username: 65ideas
Password: 65ideas

  * - Default profile
 ** - LTE attach profile


Data Connection Information
===========================
Profile 1, Packet Session Status = INACTIVE
Profile 2, Packet Session Status = INACTIVE
Profile 3, Packet Session Status = INACTIVE
Profile 4, Packet Session Status = INACTIVE
Profile 5, Packet Session Status = INACTIVE
Profile 6, Packet Session Status = INACTIVE
Profile 7, Packet Session Status = INACTIVE
Profile 8, Packet Session Status = INACTIVE
Profile 9, Packet Session Status = INACTIVE
Profile 10, Packet Session Status = INACTIVE
Profile 11, Packet Session Status = INACTIVE
Profile 12, Packet Session Status = INACTIVE
Profile 13, Packet Session Status = INACTIVE
Profile 14, Packet Session Status = INACTIVE
Profile 15, Packet Session Status = INACTIVE
Profile 16, Packet Session Status = INACTIVE

Network Information
===================
Current System Time = Mon Apr 11 13:41:23 2016
Current Service Status = No service
Current Service = Unknown
Current Roaming Status = Home
Network Selection Mode = Automatic
Network = M1
Mobile Country Code (MCC) = 525
Mobile Network Code (MNC) = 1
Packet switch domain(PS) state = Not attached
Location Area Code (LAC) = 0
Cell ID = 0

Radio Information
=================
Radio power mode = ON
Channel Number = 0
Current Band = Unknown
Current RSSI(RSCP) = -81 dBm
Current ECIO = -31 dBm
Radio Access Technology(RAT) Preference = AUTO
Radio Access Technology(RAT) Selected = UMTS

Modem Security Information
==========================
Active SIM = NONE

GPS Information
==========================

GPS Info
-------------
GPS Feature: enabled
GPS Port Selected: Dedicated GPS port
GPS State: GPS disabled

SMS Information
===============
Incoming Message Information
----------------------------
SMS stored in modem = 0
SMS archived since booting up = 0
Total SMS deleted since booting up = 0
Storage records allocated = 25
Storage records used = 0
Number of callbacks triggered by SMS = 0
Number of successful archive since booting up = 0
Number of failed archive since booting up = 0

Outgoing Message Information
----------------------------
Total SMS sent successfully = 0
Total SMS send failure = 0
Number of outgoing SMS pending = 0
Number of successful archive since booting up = 0
Number of failed archive since booting up = 0
Last Outgoing SMS Status = SUCCESS
Copy-to-SIM Status =     0x0
Send-to-Network Status = 0x0
Report-Outgoing-Message-Number:
  Reference Number =     0
  Result Code =          0x0
  Diag Code =            0x0 0x0 0x0 0x0 0x0

SMS Archive URL =

Error Information
=================

This command is not supported on this platform.

Modem Crashdump Information
===========================
Modem crashdump logging: off
Router#
Router#show interface cellular 0
Modem radio has been turned on
Cellular0 is up (spoofing), line protocol is up (spoofing)
  Hardware is 4G WWAN Modem - Global (Europe & Australia) Multimode LTE/DC-HSPA+/HSPA+/HSPA/U
  Internet address will be assigned dynamically by the network
  MTU 1500 bytes, BW 50000 Kbit/sec, DLY 100000 usec,
     reliability 255/255, txload 1/255, rxload 1/255
  Encapsulation SLIP, loopback not set
  Keepalive not supported
  Last input 00:02:52, output never, output hang never
  Last clearing of "show interface" counters never
  Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
  Queueing strategy: fifo
  Output queue: 0/10 (size/max)
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
     9 packets input, 764 bytes, 0 no buffer
     Received 0 broadcasts (0 IP multicasts)
     0 runts, 0 giants, 0 throttles
     0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
     8 packets output, 800 bytes, 0 underruns
     0 output errors, 0 collisions, 1 interface resets
     0 unknown protocol drops
     0 output buffer failures, 0 output buffers swapped out
     0 carrier transitions
     DCD=down  DSR=up  DTR=up  RTS=up  CTS=up

Router#cell 0 lte profile create 2 sunsurf pap 65 user123 ipv4     // M1 LTE PROFILE 2

Profile 2 will be created with the following values:

PDP type = IPv4
APN = sunsurf
Username = 65
Password = user123
Authentication = PAP

Are you sure? [confirm]
Profile 2 written to modem
Router#
Router#show cellular 0 profile

Profile 1 = INACTIVE* **
--------
PDP Type = IPv4
Access Point Name (APN) = e-ideas
Authentication = CHAP
Username: 65ideas
Password: 65ideas

Profile 2 = INACTIVE
--------
PDP Type = IPv4
Access Point Name (APN) = sunsurf
Authentication = PAP
Username: 65
Password: user123

  * - Default profile
 ** - LTE attach profile

Router#
Router#debug chat
Chat scripts activity debugging is on
Router#debug modem
Modem control/process activation debugging is on
Router#
*Apr 11 13:43:10.395: TTY0: resume timer type 1 (OK)
Router#debug dialer
Dial on demand events debugging is on
Router#
*Apr 11 13:43:14.327: TTY0: pause timer type 1 (OK)
*Apr 11 13:43:14.327: TTY0: resume timer type 1 (OK)
Router#debug cellular 0 messages callcontrol
CALLCONTROL debugging is on
Router#
Router#
*Apr 11 13:43:19.263: TTY0: pause timer type 1 (OK)
*Apr 11 13:43:0: resume timer tp
Router#[ ping 8.8.8.8
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds:

*Apr 11 13:43:27.867: TTY0: pause timer type 1 (OK)
*Apr 11 13:43:27.867: Ce0 DDR: place call
*Apr 11 13:43:27.871: Ce0 DDR: Dialing cause ip (s=10.1.1.1, d=8.8.8.8)
*Apr 11 13:43:27.871: Ce0 DDR: Attempting to dial lte
*Apr 11 13:43:27.871: CHAT3: Attempting async line dialer script
*Apr 11 13:43:27.871: CHAT3: Dialing using Modem script: lte & System script: none
*Apr 11 13:43:27.871: CHAT3: process started
*Apr 11 13:43:27.871: CHAT3: Asserting DTR
*Apr 11 13:43:27.871: CHAT3: Chat script lte started
*Apr 11 13:43:27.871: CHAT3: Sending string: AT!CALL
*Apr 11 13:43:27.871: CHAT3: Expecting string: OK.....
Success rate is 0 percent (0/5)
Router#
*Apr 11 13:43:37.867: TTY0: resume timer type 1 (OK)
Router#ping 8.8.8.8
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds:

*Apr 11 13:43:41.407: TTY0: pause timer type 1 (OK)...
*Apr 11 13:43:47.871: CHAT3: Timeout expecting: OK
*Apr 11 13:43:47.871: CHAT3: Chat script lte finished, status = Connection timed out; remote host not responding
*Apr 11 13:43:47.871: TTY3: Line reset by "Async dialer"
*Apr 11 13:43:47.871: Ce0 DDR: disconnecting call
*Apr 11 13:43:47.871: TTY3: dropping DTR
*Apr 11 13:43:48.871: TTY3: asserting DTR
*Apr 11 13:43:48.871: TTY3: Modem: (unknown)->READY
*Apr 11 13:43:48.871: TTY3: no timer type 0 to destroy
*Apr 11 13:43:48.871: TTY3: no timer type 1 to destroy
*Apr 11 13:43:48.871: TTY3: no timer type 3 to destroy
*Apr 11 13:43:48.871: TTY3: no timer type 4 to destroy
*Apr 11 13:43:48.871: TTY3: no timer type 10 to destroy
*Apr 11 13:43:48.871: TTY3: no timer type 2 to destroy..
Success rate is 0 percent (0/5)


I tried different combinations for the M1 APN settings but none seemed to work. So I inserted the M1 4G in SIM0 instead in order to verify that it's working.

Router#
*Apr 11 13:55:17.483: %CISCO800-2-MODEM_DOWN: Cellular0 modem is now DOWN.
*Apr 11 13:55:17.979: %CISCO800-6-SIM_ACTIVATION: SIM in slot 0 is being activated. Please wait for modem to come UP.
*Apr 11 13:55:59.251: %CISCO800-2-MODEM_UP: Cellular0 modem is now UP
Router#
Router#show cellular 0 networkradio 
Radio power mode = ON
LTE Rx Channel Number =  3050
LTE Tx Channel Number =  21050
LTE Band =  7
LTE Bandwidth = 20 MHz
Current RSSI = -71 dBm
Current RSRP = -100 dBm
Current RSRQ = -9 dB
Current SNR = 12.0  dB
Radio Access Technology(RAT) Preference = AUTO
Radio Access Technology(RAT) Selected = LTE
Router#
Router#show cellular 0 radionetworkradio  network
Current System Time = Mon Apr 11 13:56:43 2016
Current Service Status = Normal
Current Service = Packet switched
Current Roaming Status = Home
Network Selection Mode = Automatic
Network = M1
Mobile Country Code (MCC) = 525
Mobile Network Code (MNC) = 3
Packet switch domain(PS) state = Attached
Registration state(EMM) = Registered
EMM Sub State = Normal Service
Tracking Area Code (TAC) = 31305
Cell ID = 37114884
Router#
Router#cell 0 lte profile create 2 sunsurf pap 65 user123 ipv4

PDP Type = IPv4
Access Point Name (APN) = sunsurf
Username = 65
Password = user123
Authentication = PAP or CHAP

Profile 2 already exists with above parameters. Do you want to overwrite? [confirm]

Profile 2 will be overwritten with the following values:

PDP type = IPv4
APN = sunsurf
Username = 65
Password = user123
Authentication = PAP

Are you sure? [confirm]
Profile 2 written to modem
Router#
Modem radio has been turned on
Router#debug chat
Chat scripts activity debugging is on
Router#debug modem
Modem control/pr activation debugging is on
Router#debug dialer
Dial on demand events debugging is on
Router#debug cellular 0 messages callcontrol
CALLCONTROL debugging is on
Router#
Router#
*Apr 11 13:57:04.459: TTY0: resume timer type 1 (OK)
*Apr 11 13:57:04.475: TTY0: pause timer type 1 (OK)
*Apr 11 13:57:04.479: TTY0: resume timer type 1 (OK)
*Apr 11 13:57:05.303: TTY0: pause timer type 1 (OK)
*Apr 11 13:57:05.303: TTY0: resume timer type 1 (OK)p
Router#
Router#ping 8.8.8.8
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds:

*Apr 11 13:57:09.903: TTY0: pause timer type 1 (OK)
*Apr 11 13:57:09.903: Ce0 DDR: place call
*Apr 11 13:57:09.903: Ce0 DDR: Dialing cause ip (s=10.1.1.1, d=8.8.8.8)
*Apr 11 13:57:09.903: Ce0 DDR: Attempting to dial lte
*Apr 11 13:57:09.903: CHAT3: Attempting async line dialer script
*Apr 11 13:57:09.903: CHAT3: Dialing using Modem script: lte & System script: none
*Apr 11 13:57:09.903: CHAT3: process started
*Apr 11 13:57:09.903: CHAT3: Asserting DTR
*Apr 11 13:57:09.903: CHAT3: Chat script lte started
*Apr 11 13:57:09.903: CHAT3: Sending string: AT!CALL
*Apr 11 13:57:09.903: CHAT3: Expecting string: OK
*Apr 11 13:57:10.091: cellwan_api_pkt_session_notify: instance id:0 profile:0 status:1
*Apr 11 13:57:10.091: %CELLWAN-2-BEARER_UP: Instance id=0, Default bearer (bearer_id=5) in Cellular0 is now UP
*Apr 11 13:57:10.091: Cellular0 profile 0, session ACTIVE
*Apr 11 13:57:10.091: cellwan_api_pkt_session_notify:connected idb_subunit:0
*Apr 11 13:57:10.335:  cellwan_api_handle_profile_ip_addr_get_resp pdn 0 valid 1 length 4 session active 1, profile:0
*Apr 11 13:57:10.335: Sending ok response to line:3
*Apr 11 13:57:10.335: CHAT3: Completed match for expect: OK
*Apr 11 13:57:10.335: CHAT3: Chat script lte finished, status = Success
*Apr 11 13:57:10.335: TTY3: no timer type 1 to destroy
*Apr 11 13:57:10.335: TTY3: no timer type 0 to destroy
*Apr 11 13:57:10.335: TTY3: no timer type 2 to destroy.
*Apr 11 13:57:10.407: Cellular0 DirectIP: Primary DNS address 202.65.247.31 added
*Apr 11 13:57:10.407: Cellular0 DirectIP: Secondary DNS 202.65.244.32 added
*Apr 11 13:57:12.335: %LINK-3-UPDOWN: Interface Cellular0, changed state to up.!!!
Success rate is 60 percent (3/5), round-trip min/avg/max = 16/58/136 ms
Router#
*Apr 11 13:57:12.335: Ce0 DDR: Dialer statechange to up
*Apr 11 13:57:12.335: Ce0 DDR: Dialer call has been placed
*Apr 11 13:57:12.335: Cellular0 DirectIP: Install negotiated IP interface address 49.245.83.82
*Apr 11 13:57:12.335: Ce0 DDR: dialer protocol up
*Apr 11 13:57:13.335: %LINEPROTO-5-UPDOWN: Line protocol on Interface Cellular0, changed state to up

Router#show cellular 0 radio
Radio power mode = ON
LTE Rx Channel Number =  3050
LTE Tx Channel Number =  21050
LTE Band =  7
LTE Bandwidth = 20 MHz
Current RSSI = -73 dBm
Current RSRP = -104 dBm
Current RSRQ = -11 dB
Current SNR = 8.6  dB
Radio Access Technology(RAT) Preference = AUTO
Radio Access Technology(RAT) Selected = LTE

Router#show cellular 0 network
Current System Time = Mon Apr 11 13:58:3 2016
Current Service Status = Normal
Current Service = Packet switched
Current Roaming Status = Home
Network Selection Mode = Automatic
Network = M1
Mobile Country Code (MCC) = 525
Mobile Network Code (MNC) = 3
Packet switch domain(PS) state = Attached
Registration state(EMM) = Registered
EMM Sub State = Normal Service
Tracking Area Code (TAC) = 31305
Cell ID = 37114884

Router#show cellular 0 profile

Profile 1 = ACTIVE* **    // FOR SOME REASON M1 USED LTE PROFILE 1
--------
PDP Type = IPv4
PDP address = 49.245.83.82
Access Point Name (APN) = e-ideas
Authentication = CHAP
Username: 65ideas
Password: 65ideas
    Primary DNS address = 202.65.247.31
    Secondary DNS address = 202.65.244.32

Profile 2 = INACTIVE
--------
PDP Type = IPv4
Access Point Name (APN) = sunsurf
Authentication = PAP
Username: 65
Password: user123

  * - Default profile
 ** - LTE attach profile

Configured default profile for active SIM 0 is profile 1.

Router#show cellular 0 all
Hardware Information
====================
Modem Firmware Version = SWI9X15C_05.05.58.00
Modem Firmware built = 2015/03/04 21:30:23
Hardware Version = 1.0
Device Model ID: MC7304
Package Identifier ID: 1102029_9903299_MC7304_05.05.58.00_00_Cisco_005.010_000
International Mobile Subscriber Identity (IMSI) = 525034375222123
International Mobile Equipment Identity (IMEI) = 352761060732456
Integrated Circuit Card ID (ICCID) = 8965030114060053153
Mobile Subscriber Integrated Services
Digital Network-Number (MSISDN) = 6593238123
Current Modem Temperature = 38 deg C
PRI SKU ID = 9903299, PRI version = 05.10, Carrier = 1

Profile Information
====================

Profile 1 = ACTIVE* **
--------
PDP Type = IPv4
PDP address = 49.245.83.82
Access Point Name (APN) = e-ideas
Authentication = CHAP
Username: 65ideas
Password: 65ideas
    Primary DNS address = 202.65.247.31
    Secondary DNS address = 202.65.244.32

Profile 2 = INACTIVE
--------
PDP Type = IPv4
Access Point Name (APN) = sunsurf
Authentication = PAP
Username: 65
Password: user123

  * - Default profile
 ** - LTE attach profile

Configured default profile for active SIM 0 is profile 1.


Data Connection Information
===========================
Profile 1, Packet Session Status = ACTIVE
    Cellular0:
    Data Transmitted = 300 bytes, Received = 276 bytes
    IP address = 49.245.83.82
    Primary DNS address = 202.65.247.31
    Secondary DNS address = 202.65.244.32
Profile 2, Packet Session Status = INACTIVE
Profile 3, Packet Session Status = INACTIVE
Profile 4, Packet Session Status = INACTIVE
Profile 5, Packet Session Status = INACTIVE
Profile 6, Packet Session Status = INACTIVE
Profile 7, Packet Session Status = INACTIVE
Profile 8, Packet Session Status = INACTIVE
Profile 9, Packet Session Status = INACTIVE
Profile 10, Packet Session Status = INACTIVE
Profile 11, Packet Session Status = INACTIVE
Profile 12, Packet Session Status = INACTIVE
Profile 13, Packet Session Status = INACTIVE
Profile 14, Packet Session Status = INACTIVE
Profile 15, Packet Session Status = INACTIVE
Profile 16, Packet Session Status = INACTIVE

Network Information
===================
Current System Time = Mon Apr 11 13:59:24 2016
Current Service Status = Normal
Current Service = Packet switched
Current Roaming Status = Home
Network Selection Mode = Automatic
Network = M1
Mobile Country Code (MCC) = 525
Mobile Network Code (MNC) = 3
Packet switch domain(PS) state = Attached
Registration state(EMM) = Registered
EMM Sub State = Normal Service
Tracking Area Code (TAC) = 31305
Cell ID = 37114884

Radio Information
=================
Radio power mode = ON
LTE Rx Channel Number =  3050
LTE Tx Channel Number =  21050
LTE Band =  7
LTE Bandwidth = 20 MHz
Current RSSI = -69 dBm
Current RSRP = -101 dBm
Current RSRQ = -12 dB
Current SNR = 1.6  dB
Radio Access Technology(RAT) Preference = AUTO
Radio Access Technology(RAT) Selected = LTE

Modem Security Information
==========================
Active SIM = 0
SIM switchover attempts = 0
Card Holder Verification (CHV1) = Disabled
SIM Status = OK
SIM User Operation Required = None
Number of CHV1 Retries remaining = 3

GPS Information
==========================

GPS Info
-------------
GPS Feature: enabled
GPS Port Selected: Dedicated GPS port
GPS State: GPS disabled     
SMS Information
===============
Incoming Message Information
----------------------------
SMS stored in modem = 0
SMS archived since booting up = 0
Total SMS deleted since booting up = 0
Storage records allocated = 25
Storage records used = 0
Number of callbacks triggered by SMS = 0
Number of successful archive since booting up = 0
Number of failed archive since booting up = 0

Outgoing Message Information
----------------------------
Total SMS sent successfully = 0
Total SMS send failure = 0
Number of outgoing SMS pending = 0
Number of successful archive since booting up = 0
Number of failed archive since booting up = 0
Last Outgoing SMS Status = SUCCESS
Copy-to-SIM Status =     0x0
Send-to-Network Status = 0x0
Report-Outgoing-Message-Number:
  Reference Number =     0
  Result Code =          0x0
  Diag Code =            0x0 0x0 0x0 0x0 0x0

SMS Archive URL =

Error Information
=================

This command is not supported on this platform.


Modem Crashdump Information
===========================
Modem crashdump logging: off

Router#show interface cellular 0
Cellular0 is up, line protocol is up
  Hardware is 4G WWAN Modem - Global (Europe & Australia) Multimode LTE/DC-HSPA+/HSPA+/HSPA/U
  Internet address is 49.245.83.82/32    // M1 PUBLIC IP ADDRESS BASED ON WHOIS
  MTU 1500 bytes, BW 50000 Kbit/sec, DLY 100000 usec,
     reliability 255/255, txload 1/255, rxload 1/255
  Encapsulation SLIP, loopback not set
  Keepalive not supported
  Last input 00:02:06, output never, output hang never
  Last clearing of "show interface" counters never
  Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
  Queueing strategy: fifo
  Output queue: 0/10 (size/max)
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
     13 packets input, 1068 bytes, 0 no buffer
     Received 0 broadcasts (0 IP multicasts)
     0 runts, 0 giants, 0 throttles
     0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
     11 packets output, 1100 bytes, 0 underruns
     0 output errors, 0 collisions, 1 interface resets
     0 unknown protocol drops
     0 output buffer failures, 0 output buffers swapped out
     0 carrier transitions
     DCD=up  DSR=up  DTR=up  RTS=up  CTS=up

Router#debug chat
Chat scripts activity deis obug modem
Modem control/process activation debugging iter#
Di eveg isdebu mesntrol
*Apr 11 14:02:41.895: TTY0: resume timer type 1 (OK)
*Apr 11 14:02:41.911: TTY0: pause timer type 1 (OK)
*Apr 11 14:02:41.911: TTY0: resume timer type 1 (OK)
Router#debug cellular 0 messages callcontrol                                     


I since the M1 4G SIM card is already in SIM0, I inserted SingTel 4G SIM card in SIM1 then removed M1 in SIM0 in order to simulate 4G WAN failover.


Router#
*Apr 11 14:03:09.647: api_manage_packet_session Removing IP DNS profile:0 active_prof:0
*Apr 11 14:03:09.647: TTY3: Async Int reset: Dropping DTR
*Apr 11 14:03:09.647: Cellular0 DirectIP: Remove negotiated IP interface address
*Apr 11 14:03:09.647: Cellular0 DirectIP: Primary DNS address 202.65.247.31 removed
*Apr 11 14:03:09.647: Cellular0 DirectIP: Secondary DNS address 202.65.244.32 removed
*Apr 11 14:03:09.771: cellwan_api_pkt_session_notify: instance id:0 profile:0 status:0
*Apr 11 14:03:09.775: %CELLWAN-2-BEARER_DELETED: Instance id=0, Default bearer (bearer_id=5) in Cellular0 is now deleted.
*Apr 11 14:03:09.775: Cellular0 profile 0, session INACTIVE
*Apr 11 14:03:09.775: Cellular0 DirectIP: Remove negotiated IP interface address
*Apr 11 14:03:11.647: %LINK-5-CHANGED: Interface Cellular0, changed state to reset
*Apr 11 14:03:12.647: %LINEPROTO-5-UPDOWN: Line protocol on Interface Cellular0, changed state to down
*Apr 11 14:03:14.647: TTY3: no timer type 0 to destroy
*Apr 11 14:03:14.647: TTY3: no timer type 1 to destroy
*Apr 11 14:03:14.647: TTY3: no timer type 3 to destroy
*Apr 11 14:03:14.647: TTY3: no timer type 4 to destroy
*Apr 11 14:03:14.647: TTY3: no timer type 10 to destroy
*Apr 11 14:03:14.647: TTY3: no timer type 2 to destroy
*Apr 11 14:03:14.647: TTY3: Async Int cleanup: Restoring DTR
*Apr 11 14:03:16.647: %LINK-3-UPDOWN: Interface Cellular0, changed state to down
*Apr 11 14:03:20.175: %CISCO800-2-MODEM_DOWN: Cellular0 modem is now DOWN.
*Apr 11 14:03:20.847: %CISCO800-6-SIM_ACTIVATION: SIM in slot 1 is being activated. Please wait for modem to come UP.    // SINGTEL 4G SIM CARD IN SIM1
*Apr 11 14:03:26.647: Ce0 DDR: re-enable timeout
Router#
Router#ping 8.8.8.8
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds:

*Apr 11 14:06:03.247: TTY0: pause timer type 1 (OK)
*Apr 11 14:06:03.247: Ce0 DDR: place call
*Apr 11 14:06:03.247: Ce0 DDR: Dialing cause ip (s=10.1.1.1, d=8.8.8.8)
*Apr 11 14:06:03.247: Ce0 DDR: Attempting to dial lte
*Apr 11 14:06:03.247: CHAT3: Attempting async line dialer script
*Apr 11 14:06:03.247: CHAT3: Dialing using Modem script: lte & System script: none
*Apr 11 14:06:03.247: CHAT3: process started
*Apr 11 14:06:03.247: CHAT3: Asserting DTR
*Apr 11 14:06:03.247: CHAT3: Chat script lte started
*Apr 11 14:06:03.247: CHAT3: Sending string: AT!CALL
*Apr 11 14:06:03.247: CHAT3: Expecting string: OK
*Apr 11 14:06:03.427: cellwan_api_pkt_session_notify: instance id:0 profile:0 status:1
*Apr 11 14:06:03.427: %CELLWAN-2-BEARER_UP: Instance id=0, Default bearer (bearer_id=5) in Cellular0 is now UP
*Apr 11 14:06:03.427: Cellular0 profile 0, session ACTIVE
*Apr 11 14:06:03.427: cellwan_api_pkt_session_notify:connected idb_subunit:0
*Apr 11 14:06:03.667:  cellwan_api_ha.ndle_profile_ip_addr_get_resp pdn 0 valid 1 length 4 session active 1, profile:0
*Apr 11 14:06:03.667: Sending ok response to line:3
*Apr 11 14:06:03.667: CHAT3: Completed match for expect: OK
*Apr 11 14:06:03.667: CHAT3: Chat script lte finished, status = Success
*Apr 11 14:06:03.667: TTY3: no timer type 1 to destroy
*Apr 11 14:06:03.667: TTY3: no timer type 0 to destroy
*Apr 11 14:06:03.667: TTY3: no timer type 2 to destroy
*Apr 11 14:06:03.747: Cellular0 DirectIP: Primary DNS address 165.21.83.88 added
*Apr 11 14:06:03.747: Cellular0 DirectIP: Secondary DNS 165.21.100.88 added
*Apr 11 14:06:05.667: %LINK-3-UPDOWN: Interface Cellular0, changed state to up.
*Apr 11 14:06:05.667: Ce0 DDR: Dialer statechange to up
*Apr 11 14:06:05.667: Ce0 DDR: Dialer call has been placed
*Apr 11 14:06:05.667: Cellular0 DirectIP: Install negotiated IP interface address 10.151.156.71
*Apr 11 14:06:05.667: Ce0 DDR: dialer protocol up
*Apr 11 14:06:06.667: %LINEPROTO-5-UPDOWN: Line protocol on Interface Cellular0, changed state to up!!!
Success rate is 60 percent (3/5), round-trip min/avg/max = 24/236/656 ms

Router#show cellular 0 radio
Radio power mode = ON
LTE Rx Channel Number =  3250
LTE Tx Channel Number =  21250
LTE Band =  7
LTE Bandwidth = 20 MHz
Current RSSI = -64 dBm
Current RSRP = -91 dBm
Current RSRQ = -7 dB
Current SNR = 16.8  dB
Radio Access Technology(RAT) Preference = AUTO
Radio Access Technology(RAT) Selected = LTE

Router#show cellular 0 network
Current System Time = Mon Apr 11 14:18:10 2016
Current Service Status = Normal
Current Service = Packet switched
Current Roaming Status = Home
Network Selection Mode = Automatic
Network = SingTel
Mobile Country Code (MCC) = 525
Mobile Network Code (MNC) = 1
Packet switch domain(PS) state = Attached
Registration state(EMM) = Registered
EMM Sub State = Normal Service
Tracking Area Code (TAC) = 710
Cell ID = 189438209

Router#show cellular 0 profile

Profile 1 = ACTIVE* **
--------
PDP Type = IPv4
PDP address = 10.151.156.71
Access Point Name (APN) = e-ideas
Authentication = CHAP
Username: 65ideas
Password: 65ideas
    Primary DNS address = 165.21.83.88
    Secondary DNS address = 165.21.100.88

Profile 2 = INACTIVE
--------
PDP Type = IPv4
Access Point Name (APN) = e-ideas
Authentication = CHAP
Username: 65ideas
Password: 65ideas

  * - Default profile
 ** - LTE attach profile

Router# show cellular 0 all
Hardware Information
====================
Modem Firmware Version = SWI9X15C_05.05.58.00
Modem Firmware built = 2015/03/04 21:30:23
Hardware Version = 1.0
Device Model ID: MC7304
Package Identifier ID: 1102029_9903299_MC7304_05.05.58.00_00_Cisco_005.010_000
International Mobile Subscriber Identity (IMSI) = 525016118316123
International Mobile Equipment Identity (IMEI) = 352761060732456
Integrated Circuit Card ID (ICCID) = 8965011301141677789
Mbscriber Integrated Services
Digital Network-Number (MSISDN) = 6591133123
Current Modem Temperature = 39 deg C
PRI SKU ID = 9903299, PRI version = 05.10, Carrier = 1

Profile Information
====================

Profile 1 = ACTIVE* **
--------
PDP Type = IPv4
PDP address = 10.151.156.71
Access Point Name (APN) = e-ideas
\Authentication = CHAP
Username: 65ideas
Password: 65ideas
    Primary DNS address = 165.21.83.88
    Secondary DNS address = 165.21.100.88

Profile 2 = INACTIVE
--------
PDP Type = IPv4
Access Point Name (APN) = e-ideas
Authentication = CHAP
Username: 65ideas
Password: 65ideas

  * - Default profile
 ** - LTE attach profile

Configured default profile for active SIM 1 is profile 1.

Data Connection Information
===========================
Profile 1, Packet Session Status = ACTIVE    Cellular0:
    Data Transmitted = 1300 bytes, Received = 1196 bytes
    IP address = 10.151.156.71
    Primary DNS address = 165.21.83.88
    Secondary DNS address = 165.21.100.88
Profile 2, Packet Session Status = INACTIVE
Profile 3, Packet Session Status = INACTIVE
Profile 4, Packet Session Status = INACTIVE
Profile 5, Packet Session Status = INACTIVE
Profile 6, Packet Session Status = INACTIVE
Profile 7, Packet Session Status = INACTIVE
Profile 8, Packet Session Status = INACTIVE
Profile 9, Packet Session Status = INACTIVE
Profile 10, Packetssion Status = INACTIVE
Profile 11, Packet Session Status = INACTIVE
Profile 12, Packet Session Status = INACTIVE
Profile 13, Packet Session Status = INACTIVE
Profile 14, Packet Session Status = INACTIVE
Profile 15, Packet Session Status = INACTIVE
Profile 16, Packet Session Status = INACTIVE

Network Information
 ===================
Current System Time = Mon Apr 11 14:18:51 2016
Current Service Status = Normal
Current Service = Packet switched
Current Roaming Status = Home
Network Selection Mode = Automatic
Network = SingTel
Mobile Country Code (MCC) = 525
Mobile Network Code (MNC) = 1
Packet switch domain(PS) state = Attached
Registration state(EMM) = Registered
EMM Sub State = Normal Service
Tracking Area Code (TAC) = 710
Cell ID = 189438209

Radio Information
=================
Radio power mode = ON
LTE Rx Channel Number =  3250
LTE Tx Channel Number =  21250
LTE Band =  7
LTE Bandwidth = 20 MHz
Current RSSI = -60 dBm
Current RSRP = -91 dBm
Current RSRQ = -12 dB
Current SNR = 1.0  dB
Radio Access Technology(RAT) Preference = AUTO
Radio Access Technology(RAT) Selected = LTE

Modem Security Information
==========================
Active SIM = 1
SIM switchover attempts = 0
Card Holder Verification (CHV1) = Disabled
SIM Status = OK
SIM User Operation Required = None
Number of CHV1 Retries remaining = 3

GPS Information
==========================

GPS Info
-------------
GPS Feature: enabled
GPS Port Selected: Dedicated GPS port
GPS State: GPS disabled

SMS Information
===============
Incoming Message Information
----------------------------
SMS stored in modem = 0
SMS archived since booting up = 0
Total SMS deleted since booting up = 0
Storage records allocated = 25
Storage records used = 0
Number of callbacks triggered by SMS = 0
Number of successful archive since booting up = 0
Number of failed archive since booting up = 0

Outgoing Message Information
----------------------------
Total SMS sent successfully = 0
Total SMS send failure = 0
Number of outgoing SMS pending = 0
Number of successful archive since booting up = 0
Number of failed archive since booting up = 0
Last Outgoing SMS Status = SUCCESS
Copy-to-SIM Status =     0x0
Send-to-Network Status = 0x0
Report-Outgoing-Message-Number:
Reference Number =     0
  Result Code =          0x0
  Diag Code =            0x0 0x0 0x0 0x0 0x0

SMS Archive URL =

Error Information
=================

This command is not supported on this platform.


Modem Crashdump Information
===========================
Modem crashdump logging: off

Router#show interface cellular 0
Cellular0 is up, line protocol is up
  Hardware is 4G WWAN Modem - Global (Europe & Australia) Multimode LTE/DC-HSPA+/HSPA+/HSPA/U
  Internet address is 10.151.156.71/32
  MTU 1500 bytes, BW 50000 Kbit/sec, DLY 100000 usec,
     reliability 255/255, txload 1/255, rxload 1/255
  Encapsulation SLIP, loopback not set
  Keepalive not supported
  Last input 00:02:01, output never, output hang never
  Last clearing of "show interface" counters never
  Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
  Queueing strategy: fifo
  Output queue: 0/10 (size/max)
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
     29 packets input, 2402 bytes, 0 no buffer
     Received 0 broadcasts (0 IP multicasts)
     0 runts, 0 giants, 0 throttles
     0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
     26 packets output, 2496 bytes, 0 underruns
     0 output errors, 0 collisions, 2 interface resets
     0 unknown protocol drops
     0 output buffer failures, 0 output buffers swapped out


To verify auto failover again, I removed the SingTel 4G SIM card on SIM1 so that M1 on SIM0 will kick in.



*Apr 11 14:18:42.063: api_manage_packet_session Removing IP DNS profile:0 active_prof:0
*Apr 11 14:18:42.063: TTY3: Async Int reset: Dropping DTR
*Apr 11 14:18:42.063: Cellular0 DirectIP: Remove negotiated IP interface address
*Apr 11 14:18:42.063: Cellular0 DirectIP: Primary DNS address 165.21.83.88 removed
*Apr 11 14:18:42.063: Cellular0 DirectIP: Secondary DNS address 165.21.100.88 removed
*Apr 11 14:18:42.183: cellwan_api_pkt_session_notify: instance id:0 profile:0 status:0
*Apr 11 14:18:42.183: %CELLWAN-2-BEARER_DELETED: Instance id=0, Default bearer (bearer_id=5) in Cellular0 is now deleted.
*Apr 11 14:18:42.183: Cellular0 profile 0, session INACTIVE
*Apr 11 14:18:42.187: Cellular0 DirectIP: Remove negotiated IP interface address
*Apr 11 14:18:44.063: %LINK-5-CHANGED: Interface Cellular0, changed state to reset
*Apr 11 14:18:45.063: %LINEPROTO-5-UPDOWN: Line protocol on Interface Cellular0, changed state to down
Router#
*Apr 11 14:18:47.063: TTY3: no timer type 0 to destroy
*Apr 11 14:18:47.063: TTY3: no timer type 1 to destroy
*Apr 11 14:18:47.063: TTY3: no timer type 3 to destroy
*Apr 11 14:18:47.063: TTY3: no timer type 4 to destroy
*Apr 11 14:18:47.063: TTY3: no timer type 10 to destroy
*Apr 11 14:18:47.063: TTY3: no timer type 2 to destroy
*Apr 11 14:18:47.063: TTY3: Async Int cleanup: Restoring DTR
*Apr 11 14:18:49.063: %LINK-3-UPDOWN: Interface Cellular0, changed state to down
*Apr 11 14:18:52.711: %CISCO800-2-MODEM_DOWN: Cellular0 modem is now DOWN.
*Apr 11 14:18:53.263: %CISCO800-6-SIM_ACTIVATION: SIM in slot 0 is being activated. Please wait for modem to come UP.    // M1 4G SIM
*Apr 11 14:18:59.063: Ce0 DDR: re-enable timeout
Router#
Router#
*Apr 11 14:19:34.515: %CISCO800-2-MODEM_UP: Cellular0 modem is now UP
Router#

Router#ping 8.8.8.8
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds:

*Apr 11 14:21:09.431: TTY0: pause timer type 1 (OK)
*Apr 11 14:21:09.431: Ce0 DDR: place call
*Apr 11 14:21:09.431: Ce0 DDR: Dialing cause ip (s=10.1.1.1, d=8.8.8.8)
*Apr 11 14:21:09.431: Ce0 DDR: Attempting to dial lte
*Apr 11 14:21:09.431: CHAT3: Attempting async line dialer script
*Apr 11 14:21:09.431: CHAT3: Dialing using Modem script: lte & System script: none
*Apr 11 14:21:09.431: CHAT3: process started
*Apr 11 14:21:09.431: CHAT3: Asserting DTR
*Apr 11 14:21:09.431: CHAT3: Chat script lte started
*Apr 11 14:21:09.431: CHAT3: Sending string: AT!CALL
*Apr 11 14:21:09.431: CHAT3: Expecting string: OK
*Apr 11 14:21:09.611: cellwan_api_pkt_session_notify: instance id:0 profile:0 status:1
*Apr 11 14:21:09.611: %CELLWAN-2-BEARER_UP: Instance id=0, Default bearer (bearer_id=5) in Cellular0 is now UP
*Apr 11 14:21:09.611: Cellular0 profile 0, session ACTIVE
*Apr 11 14:21:09.611: cellwan_api_pkt_session_notify:connected idb_subunit:0
*Apr 11 14:21:09.851:  cellwan_api_handle_profile_ip_addr_get_resp pdn 0 valid 1 length 4 session active 1, profile:0
*Apr 11 14:21:09.851: Sending ok response to line:3
*Apr 11 14:21:09.851: CHAT3: Completed match for expect: OK
*Apr 11 14:21:09.851: CHAT3: Chat script lte finished, status = Success
*Apr 11 14:21:09.851: TTY3: no timer type 1 to destroy
*Apr 11 14:21:09.851: TTY3: no timer type 0 to destroy
*Apr 11 14:21:09.851: TTY3: no timer type 2 to destroy
*Apr 11 14:21:09.931: Cellular0 DirectIP: Primary DNS address 202.65.247.31 added
*Apr 11 14:21:09.931: Cellular0 DirectIP: Secondary DNS 202.65.244.32 added.
*Apr 11 14:21:11.851: %LINK-3-UPDOWN: Interface Cellular0, changed state to up
*Apr 11 14:21:11.851: Ce0 DDR: Dialer statechange to up
*Apr 11 14:21:11.851: Ce0 DDR: Dialer call has been placed
*Apr 11 14:21:11.851: Cellular0 DirectIP: Install negotiated IP interface address 27.104.38.90
*Apr 11 14:21:11.851: Ce0 DDR: dialer protocol up.!!!
Success rate is 60 percent (3/5), round-trip min/avg/max = 16/54/124 ms
Router#
*Apr 11 14:21:12.851: %LINEPROTO-5-UPDOWN: Line protocol on Interface Cellular0, changed state to up
*Apr 11 14:21:13.595: TTY0: resume timer type 1 (OK)

Router#show cellular 0 radio
Radio power mode = ON
LTE Rx Chan3050
LTE Tx Channel Number =  21050
LTE Band =  7
LTE Bandwidth = 20 MHz
Current RSSI = -67 dBm
Current RSRP = -95 dBm
Current RSRQ = -8 dB
Current SNR = 13.6  dB
Radio Access Technology(RAT) Preference = AUTO
Radio Access Technology(RAT) Selected = LTE

Router#show cellular 0 network
Current System Time = Mon Apr 11 14:22:25 2016
Current Service Status = Normal
Current Service = Packet switched
Current Roaming Status = Home
Network Selection Mode = Automatic
Network = M1
Mobile Country Code (MCC) = 525
Mobile Network Code (MNC) = 3
Packet switch domain(PS) state = Attached
Registration state(EMM) = Registered
EMM Sub State = Not Applicable
Tracking Area Code (TAC) = 31305
Cell ID = 37114884

Router#show cellular 0 profile

Profile 1 = ACTIVE* **
--------
PDP Type = IPv4
PDP address = 27.104.38.90     // M1 APN SETTINGS USED JUST THE DEFAULT SETTINGS
Access Point Name (APN) = e-ideas
Authentication = CHAP
Username: 65ideas
Password: 65ideas
    Primary DNS address = 202.65.247.31
    Secondary DNS address = 202.65.244.32

Profile 2 = INACTIVE
--------
PDP Type = IPv4
Access Point Name (APN) = e-ideas
Authentication = CHAP
Username: 65ideas
Password: 65ideas

  * - Default profile
 ** - LTE attach profile

Configured default profile for active SIM 0 is profile 1.

Router#show cellular 0 all
Hardware Information
====================
Modem Firmware Version = SWI9X15C_05.05.58.00
Modem Firmware built = 2015/03/04 21:30:23
Hardware Version = 1.0
Device Model ID: MC7304
Package Identifier ID: 1102029_9903299_MC7304_05.05.58.00_00_Cisco_005.010_000
International Mobile Subscriber Identity (IMSI) = 525034375222123
International Mobile Equipment Identity (IMEI) = 352761060732456
Integrated Circuit Card ID (ICCID) = 8965030114060053789
Mobile Subscriber Integrated Services
Digital Network-Number (MSISDN) = 6593238123
Current Modem Temperature = 40 deg C
PRI SKU ID = 9903299, PRI version = 05.10, Carrier = 1

Profile Information
====================

Profile 1 = ACTIVE* **
--------
PDP Type = IPv4
PDP address = 27.104.38.90
Access Point Name (APN) = e-ideas
Authentication = CHAP
Username: 65ideas
Password: 65ideas
    Primary DNS address = 202.65.247.31
    Secondary DNS address = 202.65.244.32

Profile 2 = INACTIVE
--------
PDP Type = IPv4
Access Point Name (APN) = e-ideas
Authentication = CHAP
Username: 65ideas
Password: 65ideas

  * - Default profile
 ** - LTE attach profile


Configured default profile for active SIM 0 is profile 1.


Data Connection Information
===========================
Profile 1, Packet Session Status = ACTIVE
    Cellular0:
    Data Transmitted = 300 bytes, Received = 276 bytes
    IP address = 27.104.38.90
    Primary DNS address = 202.65.247.31
    Secondary DNS address = 202.65.244.32
Profile 2, Packet Session Status = INACTIVE
Profile 3, Packet Session Status = INACTIVE
Profile 4, Packet Session Status = INACTIVE
Profile 5, Packet Session Status = INACTIVE
Profile 6, Packet Session Status = INACTIVE
Profile 7, Packet Session Status = INACTIVE
Profile 8, Packet Session Status = INACTIVE
Profile 9, Packet Session Status = INACTIVE
Profile 10, Packet Session Status = INACTIVE
Profile 11, Packet Session Status = INACTIVE
Profile 12, Packet Session Status = INACTIVE
Profile 13, Packet Session Status = INACTIVE
Profile 14, Packet Session Status = INACTIVE
Profile 15, Packet Session Status = INACTIVE
Profile 16, Packet Session Status = INACTIVE

Network Information
===================
Current System Time = Mon Apr 11 14:23:5 2016
Current Service Status = Normal
Current Service = Packet switched
Current Roaming Status = Home
Network Selection Mode = Automatic
Network = M1
Mobile Country Code (MCC) = 525
Mobile Network Code (MNC) = 3
Packet switch domain(PS) state = Attached
Registration state(EMM) = Registered
EMM Sub State = Normal Service
Tracking Area Code (TAC) = 31305
Cell ID = 37114884

Radio Information
=================
Radio power mode = ON
LTE Rx Channel Number =  3050
LTE Tx Channel Number =  21050
LTE Band =  7
LTE Bandwidth = 20 MHz
Current RSSI = -67 dBm
RSRP = -96 dBm
Current RSRQ = -1 SNR = 10.4  dB
Radio Access Technoloeference = AUTO
Radio Access Technlected = LTE

Modem Security Info
======================
Active SIM chover attempts = 0
Card Holder VeHV1) = Disabled
SIM Status = OK
SItion Required = None
Number of CHV1 Reaining = 3

GPS Information
========================

GPS Info
-----
GPS Feature: enabled
GPS Port Seledicated GPS port
GPS State: S disabled
  
SMS Information
===============
Incoming Message Information
--------------------
SMS stored in modem = 0
SMS archiving up = 0
Total SMS deleted since booting u 0
Storage records allocated = 25
rds used = 0
Number of callbackMS = 0
Number of successful archive sing up = 0
Number of failedive since booting up = 0

Outgoing ssage Information
------------------
Total SMS sent successfully = 0
T failure = 0
Number of outgoing SM
Number of successful archive sinc= 0
Number of failed archive since boo 0
Last Outgoing SMS Status = SUCCESIM Status =     0x0
Send-to-Network Status = 0utgoing-Message-Number:
  Referen  0
  Result Code =          0x0
              0x0 0x0 0x0 0x0 0x0

RL =

Error Information
=============
This command is not supported on


Modem Crashdump Information
==============
Modem crashdump logging: off
                                    
Router#show interface cellular 0
Cellular0 is up, line protocol is up
  Hardware is 4G WWAN Modem - Global (Europe & Australia) Multimode LTE/DC-HSPA+/HSPA/HSPA/U
  Internet address is 27.104.38.90/32
  MTU 1500 bytes, BW 50000 Kbit/sec, DLY 100000 usec,
     reliability 255/255, txload 1/255, rxload 1/255
  Encapsulation SLIP, loopback not set
  Keepalive not supported
  Last input 00:01:10, output never, output hang never
  Last clearing of "show interface" counters never
  Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
  Queueing strategy: fifo
  Output queue: 0/10 (size/max)
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
     33 packets input, 2706 bytes, 0 no buffer
     Received 0 broadcasts (0 IP multicasts)
     0 runts, 0 giants, 0 throttles
     0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
     29 packets output, 2796 bytes, 0 underruns
     0 output errors, 0 collisions, 3 interface resets
     0 unknown protocol drops
     0 output buffer failures, 0 output buffers swapped out
     0 carrier transitions     
     DCD=up  DSR=up  DTR=up  RTS=up  CTS=up