cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
419
Views
0
Helpful
1
Replies

4321 LTE existing 1921 config not working

Xividar
Level 1
Level 1

Hi Guys,

As part of a DMVPN over LTE network, I have a number of 1921's deployed, we have now purchased some 4321's and the existing 1921 configs are not working. Specifically, under the C0/1/0 interface on the 4321, encapsulation SLIP is no longer available, and also async mode interactive. Below is the working config.

 

chat-script lte "" "AT!CALL" TIMEOUT 60 "OK"
cts logging verbose
!
!
controller Cellular 0/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
!
interface Cellular0/0/0
no ip address
encapsulation slip <not available on the 4321>
load-interval 60
dialer in-band
dialer pool-member 1
dialer idle-timeout 0
dialer-group 1
async mode interactive <not available on the 4321>
!
interface Dialer0
ip address negotiated
encapsulation ppp
dialer pool 1
dialer idle-timeout 0
dialer string lte
dialer persistent
dialer-group 1
ppp chap hostname *
no cdp enable
!
line 0/0/0
script dialer lte
no exec
rxspeed 100000000
txspeed 50000000

Thanks in advanced for your help :)

1 Reply 1

Hello,

 

a few things have changed in XE. Try the config below. Create the profile first:

 

4321# cellular 0/0/0 lte profile create 10 yourisp.apn chap username password
 
controller Cellular 0/0/0
lte sim data-profile 10 attach-profile 10
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
!
interface Cellular0/0/0
ip address negotiated
load-interval 60
dialer in-band
dialer idle-timeout 0
dialer-group 1
pulse-time 1
!
dialer-list 1 protocol ip permit

Review Cisco Networking products for a $25 gift card