cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

4G LTE Configuration

therealcarbon
Level 1
Level 1

Hello all,

I am trying to get my 4g LTE setup working properly, but running into some issues-- below is my config // details on current situation:

version 15.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption

!
!

chat-script lte"" "AT!CALL" TIMEOUT 60 "OK"
!
!
license udi pid CISCO2921/K9 sn FTX1731AMEX

boot-start-marker
boot-end-marker
!
no aaa new-model
!
ip cef
!
!
!
no ipv6 cef
multilink bundle-name authenticated

interface Cellular0/0/0
ip address negotiated
ip nat outside
ip virtual-reassembly in
encapsulation slip
dialer in-band
dialer string lte
dialer-group 1
async mode interactive
!
ip forward-protocol nd
!
no ip http server
no ip http secure-server
!
ip nat inside source list 2 interface Cellular0/0/0 overload
ip route 0.0.0.0 0.0.0.0 Cellular0/0/0
!
access-list 1 permit any
access-list 2 permit 10.2.0.0 0.0.0.255
dialer-list 1 protocol ip permit

!

!

control-plane
!
!
!
line con 0
line aux 0
line 2
no activation-character
no exec
transport preferred none
transport output pad telnet rlogin lapb-ta mop udptn v120 ssh
stopbits 1
line 0/0/0
script dialer lte
modem InOut
no exec
!
scheduler allocate 20000 1000

Corp4G_1#sh cel 0/0/0 all
Hardware Information
====================
Modem Firmware Version = SWI9200X_03.05.10.02
Modem Firmware built = 2012/02/25 11:58:38
Hardware Version = 10
International Mobile Subscriber Identity (IMSI) = 310410767590990
International Mobile Equipment Identity (IMEI) = 359469040107280
Integrated Circuit Card ID (ICCID) = 89014104277675909901
Mobile Subscriber International Subscriber
IDentity Number (MSISDN) = 15189519432

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

* - Default profile

Data Connection Information
===========================
Data Transmitted = 0 bytes, Received = 0 bytes
Profile 1, Packet Session Status = INACTIVE
Inactivity Reason = Unknown
Profile 2, Packet Session Status = INACTIVE
Inactivity Reason = Unknown
Profile 3, Packet Session Status = INACTIVE
Inactivity Reason = Unknown
Profile 4, Packet Session Status = INACTIVE
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 Session Status = INACTIVE
Inactivity Reason = Unknown
Profile 12, Packet Session Status = INACTIVE
Inactivity Reason = Unknown
Profile 13, Packet Session Status = INACTIVE
Inactivity Reason = Unknown
Profile 14, Packet Session Status = INACTIVE
Inactivity Reason = Unknown
Profile 15, Packet Session Status = INACTIVE
Inactivity Reason = Unknown
Profile 16, Packet Session Status = INACTIVE
Inactivity Reason = Unknown

Network Information
===================
Current Service Status = Normal
Current Service = Packet switched
Current Roaming Status = Home
Network Selection Mode = Automatic
Mobile Country Code (MCC) = 310
Mobile Network Code (MNC) = 410
Packet switch domain(PS) state = Attached
Registration(EMM) state = Registered

Radio Information
=================
Radio power mode = ON
Current RSSI = -53 dBm
LTE Technology Preference = AUTO
LTE Technology Selected = LTE

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

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

This command is not supported on 4G modems.


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

Thanks!

Who Me Too'd this topic