12-19-2019 10:23 AM
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
Solved! Go to Solution.
12-19-2019 10:40 AM
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
12-19-2019 10:40 AM
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
12-28-2019 09:12 AM
12-28-2019 01:14 PM
Hello,
post the full running configuration again with the changes you have implemented...
12-29-2019 01:19 AM
Hello
Can you post outout of the following
sh controller cellular 0/2/0
sh cellular 0/2/0 network
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