cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3347
Views
1
Helpful
4
Replies

APN inactive after rebooting the router c1111

mhridoy1991
Level 1
Level 1

I have configured the c1111 router with 4g Sim with  ANP provided from my service provider.after configuring the profile,APN will  active and we can use the internet from the LAN network. but when I reboot the router and its come up with all configuration but APN goes inactive mode. then I have login to the router for active the profile. I could not  understand  its a natural behavior of the router or problem in my service provider or my configuration.

 

:

cellular 0/2/0 lte profile create 1 internet

 

interface Cellular0/2/0
ip address negotiated
ip nat outside
dialer in-band
dialer idle-timeout 0
dialer-group 1
ipv6 enable
pulse-time 1
!
dialer-list 1 protocol ip permit
!

ip access-list extended LAN
permit ip 192.168.0.0 0.0.0.255 any
!
ip nat inside source list LAN interface Cellular0/2/0 overload
ip route 0.0.0.0 0.0.0.0 Cellular0/2/0

1 Accepted Solution

Accepted Solutions

Hello,

 

I think you have to start interesting traffic in order to activate the Cellular interface. You can add the below:

 

interface Loopback 1

ip address 1.1.1.1 255.255.255.255

!

ip sla 1

icmp-echo 8.8.8.8 source-interface Loopback1

frequency 5

!

ip sla schedule 1 life forever start-time now

!

ip route 8.8.8.8 255.255.255.255 Cellular0/2/0

View solution in original post

4 Replies 4

Hello,

 

I think you have to start interesting traffic in order to activate the Cellular interface. You can add the below:

 

interface Loopback 1

ip address 1.1.1.1 255.255.255.255

!

ip sla 1

icmp-echo 8.8.8.8 source-interface Loopback1

frequency 5

!

ip sla schedule 1 life forever start-time now

!

ip route 8.8.8.8 255.255.255.255 Cellular0/2/0

Hi Georg Pauwen

I have tried your script but the result is same. Profile /APN automatically goes inactive if I rebooted the router or shut down and up the interface cel 0/2/0.

Hello,

 

post the full running configuration again with the changes you have implemented...

Hello

Can you post outout of the following
sh controller cellular 0/2/0
sh cellular 0/2/0 network


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul