Dear All
I dont know what I am doing wrong at the moment. Seeking your help
I got a 2921 ISR Router with 4G-LTE-G (EHWIC) card working perfectly earlier.. Recently I saw the modem firmware update for 4G-LTE-G and tried to upgrade the firmware. During the update I came to know that the newer firmware is only supported on IOS 15.3 or latest (I was having 15.1). I upgraded to 15.3 and since then I am unable to use the 4G module. Following is my old working config... Please have a look and advise what changes do I need to get it working...
after the upgrade, i tied to use cellular directly instead of Dialer... in both scenarios I am getting the IP address on the WAN side but unable to NAT... no ping from console as well
Building configuration...
Current configuration : 2914 bytes
!
! No configuration change since last restart
version 15.1
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname xxxxxx
!
boot-start-marker
boot-end-marker
!
!
!
no aaa new-model
!
no ipv6 cef
ip source-route
ip cef
!
!
!
ip dhcp excluded-address 192.168.1.1 192.168.1.30
ip dhcp excluded-address 192.168.1.50 192.168.1.70
ip dhcp excluded-address 192.168.1.200 192.168.1.255
ip dhcp excluded-address 192.168.1.180 192.168.1.199
!
ip dhcp pool 'internet'
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
dns-server 8.8.8.8
lease 0 12
!
!
no ip domain lookup
ip domain name domain.net
ip name-server 8.8.8.8
multilink bundle-name authenticated
!
!
chat-script lte "" "AT!CALL1" TIMEOUT 60 "OK"
crypto pki token default removal timeout 0
!
!
license udi pid CISCO2921/K9
!
!
!
redundancy
!
!
controller Cellular 0/0
!
!
!
!
!
interface Embedded-Service-Engine0/0
no ip address
shutdown
!
interface GigabitEthernet0/0
description **** To inside interface ****
no ip address
ip flow ingress
ip nat inside
no ip virtual-reassembly in
ip tcp adjust-mss 1452
duplex auto
speed auto
!
interface GigabitEthernet0/1
description **** To inside interface ****
ip address 192.168.1.1 255.255.255.0
ip flow ingress
ip nat inside
no ip virtual-reassembly in
ip tcp adjust-mss 1452
duplex auto
speed auto
!
interface GigabitEthernet0/2
no ip address
shutdown
duplex auto
speed auto
!
interface GigabitEthernet0/1/0
no ip address
shutdown
duplex full
speed 1000
!
interface Cellular0/0/0
no ip address
ip nat outside
ip virtual-reassembly in
encapsulation slip
dialer in-band
dialer pool-member 1
dialer-group 1
async mode interactive
routing dynamic
!
interface Dialer1
ip address negotiated
ip nat outside
ip virtual-reassembly in
encapsulation ppp
dialer pool 1
dialer idle-timeout 0
dialer string lte
dialer persistent
dialer-group 1
!
!
ip forward-protocol nd
!
no ip http server
no ip http secure-server
!
ip nat inside source list 101 interface Dialer1 overload
ip route 0.0.0.0 0.0.0.0 Dialer1
!
ip access-list extended acl_nat
permit ip any any
!
access-list 1 permit 192.168.1.0 0.0.0.255
access-list 101 permit ip 192.168.1.0 0.0.0.255 any
dialer-list 1 protocol ip permit
!
!
!
!
!
snmp-server group domain v3 noauth
snmp-server group domain v3 auth
!
control-plane
!
!
alias exec s show ip int br
alias exec sr show run
!
line con 0
exec-timeout 0 0
line aux 0
line 2
no activation-character
no exec
transport preferred none
transport input all
transport output lat pad telnet rlogin lapb-ta mop udptn v120 ssh
stopbits 1
line 0/0/0
script dialer lte
modem InOut
no exec
rxspeed 100000000
txspeed 50000000
line vty 0 4
login
transport input all
!
scheduler allocate 20000 1000
end