06-22-2017 09:03 PM - edited 03-07-2019 12:21 AM
I have just received a CISCO 819 4G that I need to configure into a very simple setup.
I have a SIM card (Telstra). I am using the browser based Cisco Configuration Professional 3.3 that has come preinstalled.
At first glance, typing in show cellular 0 all using the browser based CLI shows all data profiles as inactive. I am not sure how for profile 0 it has dectected an AP of telstra.internet. I am not sure if this is correct so I have created a new profile(4) to use no authentication and telstra.wap.
This profile is also shown as inactive. I was hoping to use a command like
lte sim data-profile 4 attach-profile 0 slot 0
to make profile 4 the default and hopefully it becomes active.
However when I try to run this command, the invalid input detected message is shown on the browser based CLI.
Any ideas as to where I am going wrong ?
Thanks
06-23-2017 01:08 PM
Hello,
you need to attach the new profile in controller configuration:
819#conf t
819(config)#controller cellular 0/1/0
819(config-controller)# lte sim data-profile 4 attach-profile 1
If you did it right, this is what should show up under the controller:
819#
controller Cellular 0/1/0
lte sim profile 4
04-26-2018 08:42 PM
Hi,
I have a similar issue but the only difference is none of my Data Profiles show active status they all show inactive. How do I simply activate the profile?
wifi#show cell 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) = 53720100163107
International Mobile Equipment Identity (IMEI) = 359470040123178
Integrated Circuit Card ID (ICCID) = 8967502010001631070
Mobile Subscriber International Subscriber
IDentity Number (MSISDN) = 78172168
Profile Information
====================
Profile 1 = INACTIVE*
--------
PDP Type = IPv4
Access Point Name (APN) = Internet
Authentication = Unknown
Username: none
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) = 537
Mobile Network Code (MNC) = 2
Packet switch domain(PS) state = Attached
Registration(EMM) state = Registered
Radio Information
=================
Radio power mode = ON
Current RSSI = -72 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
wifi#
08-05-2018 06:29 PM
Hi,
When you do a ping ( any data transmission to outside though that interface ) that will bring it up .
to bring it up automatically , what I did was to setup an ip sla to ping 8.8.8.8 once every often.
The problem shows itself when you first boot up the router before any traffic transmission . If you do the IP sla trick it will bring the profile up as soon as the router boots.
01-23-2019 01:38 PM
What if you can't ping 8.8.8.8?
01-23-2019 02:58 PM
Then your profile setup might be incorrect , or your sim card is not activated for data ( check it on a phone first ).
My configs were as bellow :
router#cell 0 lte profile create 1 telstra.wap none
router(config)#int cell0
router(config-if)#ip add negotiate
router(config-if)#encaps slip
router(config-if)#dialer in-band
router(config-if)#dialer-group 1
router(config-if)#ip nat outside
router(config-if)#no shut
router(config-if)#exit
router(config)#dialer-list 1 protocol ip permit
router(config)#ip route 0.0.0.0 0.0.0.0 cell0
router(config)#int vlan 1
router(config-if)#ip address 10.0.0.1 255.255.255.0
router(config-if)#ip nat inside
router(config-if)#exit
router(config)#ip access-list extended NAT
router(config-ext-nacl)#permit ip 10.0.0.0 0.0.0.255 any
router(config-ext-nacl)#exit
router(config)#ip nat inside source list NAT interface cell0 overload
10-25-2020 03:40 PM
Did we ever get to the bottom of this?
11-24-2020 12:30 PM
I have the same issue. Sometimes when I ping 8.8.8.8 it comes right up, then I will reboot the router try the ping again and no luck. It doesn't even try to activate the profile.
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