Options

Remove Dialer Profile First - EHWIC-4G-LTE

Corndork2Corndork2 Member Posts: 266
Hello everyone! I am running into an issue, which I have seen before, and have solved before, however I cannot rememeber how I did it.

I have a 2921 with a EHWIC-4G-LTE.

I have a few of the 2921's with 4G LTE EHWICS in the field.

My working configuration is:

!
service tcp-keepalives-in
service tcp-keepalives-out
!
multilink bundle-name authenticated
!
!
chat-script lte "" "AT!CALL" TIMEOUT 60 "OK"
!
!
controller Cellular 0/3
lte gps mode standalone
lte gps nmea
!
!
interface Cellular0/3/0
ip address negotiated
ip virtual-reassembly in
encapsulation slip
load-interval 30
dialer in-band
dialer-group 1
dialer pool-member 1
dialer idle-timeout 0
no peer default ip address
async mode interactive
routing dynamic
!
interface Dialer1
ip address negotiated
ip virtual-reassembly in
encapsulation slip
dialer pool 1
dialer idle-timeout 0
dialer string lte
dialer persistent
dialer-group 1
!
dialer-list 1 protocol ip permit
!
line 0/3/0
script dialer lte
modem InOut
no exec
transport input all
transport output all
rxspeed 100000000
txspeed 50000000
!
end


However, I am seeing in issue when applying it. I receive the error %Remove Dialer Profile Configuration First when adding Cell0/3/0 to Dialer-group 1. All other configuration variables are accepted just fine. There are no other dialers in place. I remember this being a default dialer or something else. Like I said I cant remember how I fixed it on previous 2921's.

Can anyone shed some light on how to remove the default dialer profile and apply this configuration? I know this configuration is good, and will work, as I have it on a few different platforms in the field, however any configuration changes or suggestions are also appreciated.

Thanks!
Brocade: BAIS, BACNS, BAEFS Cisco: CCENT, CCNA R&S CWNP: CWTS Juniper: JNCIA-JUNOS
CompTIA: A+ (2009), Network+ (2009), A+ CE, Network+ CE, Security+ CE, CDIA+
Mikrotik: MTCNA, MTCRE, MTCWE, MTCTCE VMware: VCA-DV Rackspace: CloudU

Comments

  • Options
    Corndork2Corndork2 Member Posts: 266
    Plaza-RTR(config)#interface Cellular0/3/0
    Plaza-RTR(config-if)# ip address negotiated
    Plaza-RTR(config-if)# ip virtual-reassembly in
    Plaza-RTR(config-if)# encapsulation slip
    Plaza-RTR(config-if)# load-interval 30
    Plaza-RTR(config-if)# dialer in-band
    Plaza-RTR(config-if)# dialer pool-member 1
    Plaza-RTR(config-if)# dialer idle-timeout 0
    Plaza-RTR(config-if)# dialer-group 1
    %Remove Dialer Profile Configuration first

    Heres the error I am seeing, and where I am seeing it when applying the config. No other variables are applied in the running-config besides the ones attempted here.

    Thanks!
    Brocade: BAIS, BACNS, BAEFS Cisco: CCENT, CCNA R&S CWNP: CWTS Juniper: JNCIA-JUNOS
    CompTIA: A+ (2009), Network+ (2009), A+ CE, Network+ CE, Security+ CE, CDIA+
    Mikrotik: MTCNA, MTCRE, MTCWE, MTCTCE VMware: VCA-DV Rackspace: CloudU
Sign In or Register to comment.