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

2911 ehwic-lte-4g card

nealleslie
Level 1
Level 1

I have a cisco router that has a wireless modem (ehwic-4g-lte-v card) that I'm trying to set up with a verizon sim card.  I called verizon and they activated the card but i still can't get out to the internet.  They suggested I open a ticket with cisco which I might end up doing but thought i would post my configuration here first.  

I've tried this configuration with and without a dialer interface.  If i need that interface, would be great if someone could tell me why?  Anyway,

I would be grateful for anyone's input or suggestions.  Thanks so much.

no aaa new-model

!

!

no ipv6 cef

ip source-route

ip cef

!

!

!

ip dhcp excluded-address 10.11.240.0 10.11.240.100

!

ip dhcp pool mytest

network 10.11.240.0 255.255.255.0

default-router 10.11.240.1

lease 8

!

!

!

multilink bundle-name authenticated

!

!

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

crypto pki token default removal timeout 0

!

!

license udi pid CISCO2911/K9 sn FTX1636AH8G

!

!

username  admin privilege 15 secret 4 YmLq0.NCOS2OTDwt19uOIxOOLJ

4gMbX9Oi.N

nvvSumk

!

redundancy

!

!

!

!

controller Cellular 0/0

!

!

!

!

!

!

!

!

!

interface Embedded-Service-Engine0/0


no ip address

shutdown

!

interface GigabitEthernet0/0

no ip address

duplex auto

speed auto

!

interface GigabitEthernet0/0.1

encapsulation dot1Q 100

ip address 10.11.240.1 255.255.255.0

ip nat inside

ip virtual-reassembly in

!

interface GigabitEthernet0/1

no ip address

shutdown

duplex auto

speed auto

!

interface GigabitEthernet0/2

no ip address

shutdown

duplex auto

speed auto

!

interface Cellular0/0/0

ip address negotiated

ip nat outside

ip virtual-reassembly in

encapsulation slip

dialer in-band

dialer string lte

dialer-group 1

async mode interactive

!

ip forward-protocol nd

!

no ip http server

no ip http secure-server

!

ip nat inside source list 1 interface Cellular0/0/0 overload

ip route 0.0.0.0 0.0.0.0 Cellular0/0/0

!

access-list 1 permit 10.11.240.0 0.0.0.255

dialer-list 1 protocol ip permit

!

!

!

!

!

!

control-plane

!

!

!

line con 0

login local

line aux 0

line 2

no activation-character

no exec

transport preferred none

transport input all

transport output pad telnet rlogin lapb-ta mop udptn v120 ssh

stopbits 1

line 0/0/0

script dialer lte

modem InOut

no exec

line vty 0 4

login

transport input all

!

scheduler allocate 20000 1000

e

1 Reply 1

nealleslie
Level 1
Level 1

ok. Got it working.  i had copied a config from a previous site where the user mentioned he had not put a space in the chat script.  i copied his incorrect config...the one without the space.  correct config is chat-script lte "" "AT!CALL1" TIMEOUT 60 "OK".  notice  the space after lte.  and you don't need a dialer interface.

Review Cisco Networking products for a $25 gift card