cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1084
Views
0
Helpful
3
Replies

Cisco 899G-LTE-GA-K9 LTE problem

CSCO12332274
Level 1
Level 1

Hello everyone,

I have an issue with the LTE WAN of the Cisco 889G-LTE.

I have configured it, i have an IP address on celluar 0 interface but no connection to the internet.

The LTE WAN is used for back-up.The SLA works great but with no use, considering that i have no connectivity.

I use the following configuration:

chat-script lte "" "AT!CALL1" TIMEOUT 20 "OK"

!

interface Cellular0
 ip address negotiated
 no ip unreachables
 ip nat outside
 ip virtual-reassembly in
 encapsulation slip
 dialer in-band
 dialer string lte
 dialer watch-group 1
 async mode interactive

!

dialer watch-list 1 ip 5.6.7.8 0.0.0.0
dialer watch-list 1 delay route-check initial 60
dialer watch-list 1 delay connect 1

!

line 3
 script dialer lte
 no exec
 rxspeed 100000000
 txspeed 50000000

!

On the NAT side:

ip nat inside source route-map BACKUP interface Cellular0 overload
ip nat inside source route-map PRIMARY interface GigabitEthernet9 overload
ip route 0.0.0.0 0.0.0.0 x.x.x.x track 1
ip route 0.0.0.0 0.0.0.0 Cellular0 10

route-map BACKUP permit 1
 match ip address 1
 match interface Cellular0
!
route-map PRIMARY permit 1
 match ip address 1
 match interface GigabitEthernet9

------------------------------------------------------------------------------------

show cellular 0 profile 1
Profile password Encryption level: 7


Profile 1 = ACTIVE* **
--------
PDP Type = IPv4
PDP address = 93.122.225.180
Access Point Name (APN) = lant
Authentication = None
        Primary DNS address = 62.217.193.1
        Secondary DNS address = 62.217.193.65

show interfaces 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 93.122.225.180/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
  Time to interface disconnect:  idle 00:00:00
  Last input 00:00:11, 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
     382 packets input, 17216 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
     135 packets output, 28100 bytes, 0 underruns
     0 output errors, 0 collisions, 5 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

show cellular 0 network
Current System Time = Mon Nov 14 15:41:16 2016
Current Service Status = Normal
Current Service = Packet switched
Current Roaming Status = Home
Network Selection Mode = Automatic
Network = orange
Mobile Country Code (MCC) = 226
Mobile Network Code (MNC) = 10
Packet switch domain(PS) state = Attached
Registration state(EMM) = Registered
EMM Sub State = Normal Service
Tracking Area Code (TAC) = 18008
Cell ID = 4262658
Primary Scrambling Code = 65535

show cell 0 radio
Radio power mode = ON
LTE Rx Channel Number =  1600
LTE Tx Channel Number =  19600
LTE Band =  3
LTE Bandwidth = 20 MHz
Current RSSI = -55 dBm
Current RSRP = -84  dBm
Current RSRQ = -10  dB
Current SNR = 9.2  dB
Radio Access Technology(RAT) Preference = AUTO
Radio Access Technology(RAT) Selected = LTE

CHAT3: process started
*Nov 14 14:17:49.035: CHAT3: Asserting DTR
*Nov 14 14:17:49.035: CHAT3: Chat script lte started
*Nov 14 14:17:49.035: CHAT3: Sending string: AT!CALL1
*Nov 14 14:17:49.035: CHAT3: Expecting string: OK
*Nov 14 14:17:49.159: CHAT3: Completed match for expect: OK
*Nov 14 14:17:49.159: CHAT3: Chat script lte finished, status = Success
*Nov 14 14:17:51.159: %LINK-3-UPDOWN: Interface Cellular0, changed state to up
*Nov 14 14:17:52.159: %LINEPROTO-5-UPDOWN: Line protocol on Interface Cellular0, changed state to up

---------------------------------------------------------------------------------------------------------------------------------------

ping 8.8.8.8 source cellular 0
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds:
Packet sent with a source address of 93.122.225.180
.....
Success rate is 0 percent (0/5)

I've also tried with the dialer-list 1 protocol ip permit method, were there has to be traffic for the interface to go up.

I've obtained the same output.

Any help would be greatly appreciated.

3 Replies 3

johnlloyd_13
Level 9
Level 9

hi,

could you post a show run and mask sensitive info?

off course:


version 15.4
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname xxxxxxxxxxx
!
boot-start-marker
boot-end-marker
!
!
logging userinfo
logging buffered 10000000
no logging console
enable secret 5 xxxxxxxxxxxxxxxxxxxxxxxxxxx
!
no aaa new-model
!
!
!
!
!
!
!
!
!
!


!
ip dhcp excluded-address 10.0.1.1
ip dhcp excluded-address 10.0.1.50 10.0.1.60
!
ip dhcp pool DHCP
 network 10.0.1.0 255.255.255.0
 default-router 10.0.1.1
 dns-server 10.0.1.120
!
ip dhcp pool "description"
 host x.x.x.x 255.255.255.0
 client-identifier xxxx.xxxx.xxxx
!
ip dhcp pool "description"
 host  x.x.x.x 255.255.255.0
 hardware-address xxxx.xxxx.xxxx
!
ip dhcp pool "description"
 host  x.x.x.x 255.255.255.0
 client-identifier xxxx.xxxx.xxxx
!
ip dhcp pool "description"
 host  x.x.x.x 255.255.255.0
 client-identifier xxxx.xxxx.xxxx
!
ip dhcp pool "description"
 host  x.x.x.x 255.255.255.0
 client-identifier xxxx.xxxx.xxxx
!
ip dhcp pool "description"
 host  x.x.x.x 255.255.255.0
 client-identifier xxxx.xxxx.xxxx
!
ip dhcp pool "description"
 host  x.x.x.x 255.255.255.0
 client-identifier xxxx.xxxx.xxxx
!
ip dhcp pool "description"
 host  x.x.x.x 255.255.255.0
 client-identifier xxxx.xxxx.xxxx
!
ip dhcp pool "description"
 host  x.x.x.x 255.255.255.0
 client-identifier xxxx.xxxx.xxxx
!
!
!
ip name-server 8.8.8.8
ip cef
no ipv6 cef
!
!
!
!
!
multilink bundle-name authenticated
vpdn enable
!
vpdn-group 1
 ! Default PPTP VPDN group
 accept-dialin
  protocol pptp
  virtual-template 1
!
!
!
chat-script lte "" "AT!CALL1" TIMEOUT 20 "OK"
!
!
!
!
!
!
cts logging verbose
license udi pid C899G-LTE-GA-K9 sn xxxxxxxxxxxxx
!
!
username xxxxxxxx password 7 xxxxxxxxxxxxxxxxxxxxxxxxx
!
!
!
!
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
!
track 1 ip sla 1 reachability
!
!
!
!
!
!
!
!
!
!
!
!
interface Cellular0
 ip address negotiated
 no ip unreachables
 ip nat outside
 ip virtual-reassembly in
 encapsulation slip
 dialer in-band
 dialer string lte
 dialer watch-group 1
 async mode interactive
!
interface FastEthernet0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface GigabitEthernet0
 description xxxxxxxxxxx
 no ip address
!
interface GigabitEthernet1
 description xxxxxxxxxxxxx
 no ip address
!
interface GigabitEthernet2
 description xxxxxxxx
 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
 ip address xxxxxxxxxxx  255.255.255.128
 ip nat outside
 ip virtual-reassembly in
 duplex auto
 speed auto
!
interface Virtual-Template1
 ip unnumbered Vlan1
 ip nat inside
 ip virtual-reassembly in
 peer default ip address pool PPTP-Pool
 no keepalive
 ppp encrypt mppe 128
 ppp authentication ms-chap ms-chap-v2
!
interface Vlan1
 ip address 10.0.1.1 255.255.255.0
 ip pim sparse-mode
 ip nat inside
 ip virtual-reassembly in
!
ip local pool PPTP-Pool 10.0.1.50 10.0.1.60
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
ip dns server
ip nat inside source static udp xxxxxxx 6000 interface GigabitEthernet9 6000
ip nat inside source static udp xxxxxxxx 6001 interface GigabitEthernet9 6001
ip nat inside source static tcp  xxxxxxxx 6000 interface GigabitEthernet9 6000
ip nat inside source static tcp  xxxxxxxx 6001 interface GigabitEthernet9 6001
ip nat inside source static tcp xxxxxxxxxx 80 interface GigabitEthernet9 80
ip nat inside source static udp xxxxxxxxxx 12345 interface GigabitEthernet9 12345
ip nat inside source static tcp xxxxxxxxx 12345 interface GigabitEthernet9 12345
ip nat inside source static udp xxxxxxxx 10000 interface GigabitEthernet9 10000
ip nat inside source static tcp xxxxxxxxx 10000 interface GigabitEthernet9 10000
ip nat inside source static tcp xxxxxxxx 53 interface GigabitEthernet9 53
ip nat inside source static udp xxxxxxxx 21 interface GigabitEthernet9 21
ip nat inside source static tcp xxxxxxxx 21 interface GigabitEthernet9 21
ip nat inside source route-map BACKUP interface Cellular0 overload
ip nat inside source route-map PRIMARY interface GigabitEthernet9 overload
ip route 0.0.0.0 0.0.0.0 "primary default_gw" track 1
ip route 0.0.0.0 0.0.0.0 Cellular0 10
!
ip sla 1
 icmp-echo "primary default_gw" source-interface GigabitEthernet9
 threshold 150
 timeout 200
 frequency 3
ip sla schedule 1 life forever start-time now
logging trap emergencies
dialer watch-list 1 ip 5.6.7.8 0.0.0.0
dialer watch-list 1 delay route-check initial 60
dialer watch-list 1 delay connect 1
dialer-list 1 protocol ip permit
!
route-map BACKUP permit 1
 match ip address 1
 match interface Cellular0
!
route-map PRIMARY permit 1
 match ip address 1
 match interface GigabitEthernet9
!
snmp-server community xxxxxxx RO
access-list 1 permit 10.0.1.0 0.0.0.255
access-list 100 permit tcp any any eq 12345 log
access-list 100 permit tcp any any
access-list 101 permit ip host xxxxxxx any
!
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 vty 0 4
 login local
 transport input telnet
!
scheduler allocate 20000 1000
!
!
!
end

hi,

try to re-configure as below:

interface Cellular0
 no dialer watch-group 1
 no async mode interactive
 dialer idle-timeout 0
 dialer-group 1

no dialer watch-list 1 ip 5.6.7.8 0.0.0.0
no dialer watch-list 1 delay route-check initial 60
no dialer watch-list 1 delay connect

no access-list 1 permit 10.0.1.0 0.0.0.255

access-list 110 permit ip 10.0.1.0 0.0.0.255 any

route-map BACKUP permit 1
 no match ip address 1
 match ip address 110

route-map PRIMARY permit 1
 no match ip address 1
 match ip address 110

Review Cisco Networking for a $25 gift card