3G connectivity with Verizon Wireless & Cisco
Posted by Josh on Wed 4 Aug 2010Categories: Cellular , Cisco , Cisco Routers - [12] Comments
I recently had the pleasure of installing my first 3G enabled routers in a production environment. To my pleasant surprise, the process and configuration is very simple. I was able to follow Cisco’s documentation to the letter. From zero to DMVPN took about 3 hours.
Although the configuration is simple, I still got confused about a couple of parts on my first try … basically just over thinking. Also, there were a few issues maintaining solid connectivity but I will just chalk that up to inexperience.

|
|
For more information on Cisco’s site, go to http://www.cisco.com/go/3g
For the detailed configuration guide I used, Click Here
Short Version
|
cellular 0 cdma activate otasp *22899 chat-script cdma “” “ATDT#777″ TIMEOUT 60 “CONNECT” line 3 access-list 1 permit any dialer-list 1 protocol ip list 1 interface Cellular0 ! ip route 0.0.0.0 0.0.0.0 Cellular0
|
Full explanation
This writeup is specific to Verizon Wireless.
-
Order service
-
Contact your 3G wireless vendor and purchase service.
-
Make sure 3g cell coverage is available.
Verizon was able to verify 3g Coverage by zip code.
-
Provide your Sales rep with the ESN number.
The ESN number should be on the box of the router next to the serial number.
-
-
Activation
-
Once the sales rep gives activates the service, you need to type the following command exactly as it is stated below. I tried entering the phone number instead of *22899 but it did not work.
Router#cellular 0 cdma activate otasp *22899
Beginning OTASP activation
OTASP number is *22899
OTA State = SPL unlock, Result = Success
-
-
Configuration
-
Configure a chat script to dial #777 into the cellular network.
chat-script cdma “” “ATDT#777″ TIMEOUT 60 “CONNECT” -
Identify the Cellular line with the ‘show line’ command.
(options will be configured on the line in the next step)Notice the “Ce0” in the Int column. In this example, line 3 is the line associated with the Cellular Interface.
Router#show line 3 TTY – inout – - – 6 0 0/0 Ce0
-
Configure line options for the cellular line.
line 3
exec-timeout 0 0
script dialer cdma
modem InOut
no exec -
Configure an access list permitting all IP traffic
(This will be referenced by the dialer list in the next step)access-list 1 permit any -
Configure a dialer-list referencing the access list you just created.
dialer-list 1 protocol ip list 1 -
Configure the Cellular interface.
You might configure the IP address if you were given a static address. Otherwise, you can copy the commands below exactly as they are below. Just in case you are wondering, cisco is not the real password but apparently, the ‘ppp chap password’ command is needed even though the password is not used..
interface Cellular0
description *** VerizonWireless ***
ip address negotiated
encapsulation ppp
dialer in-band
dialer idle-timeout 81400
dialer string cdma
dialer-group 1
async mode interactive
ppp chap password 0 cisco
-
Create a static default route.
ip route 0.0.0.0 0.0.0.0 Cellular0
-
- Troubleshooting
Although the configuration was simple, troubleshooting was a little tougher. I am a novice here but would like to pass along some information that helped me a lot.
- Verifying signal strength
As part of this being a first install, two of the three kiosks we installed wireless into had issues and it was related to signal strength. Unfortunately, common sense did not trump in this case. I thought if my cell phone works in here…so should the router.
Use the ‘show cellular radio’ command to check the RSSI signal strength and C/I ratio.
The router I was working on had an average of -125dBm. The recommended range is supposedly -90dBm to -60dBm (at least for Verizon).
You can also use the ‘show cellular 0 radio history all’ command to see a graph of historical RSSI readings.
- Antennas
Initially, I was not able to find an outdoor antenna for the PCEX-3g-CDMA-V card that comes with the 881. However, there is a pigtail adapter (3G-ACC-SSMB-TNC) that converts the SSMB connection to the larger TNC connection used in the HWIC cards. This opens lots of antenna options.
- Verifying signal strength


August 5th, 2010 at 12:40 pm
[...] Visit link: blindhog.net » 3G connectivity with Verizon Wireless & Cisco [...]
August 5th, 2010 at 1:54 pm
Hah, long time without posting. Welcome back!
August 7th, 2010 at 3:17 am
good work dude
August 10th, 2010 at 10:36 am
Nice post.
August 16th, 2010 at 3:53 am
Hi Josh,
Welcome Back,
Its been very long after your post. I even wrote you mail. Thanks for your reply.
I hope now you will actively keep posting.
Regards,
Praveen
August 16th, 2010 at 8:14 am
Praveen,
Thanks. I really hope to keep to a regular posting schedule. Once a week is my goal right now.
Thanks for your encouragement.
Josh
November 19th, 2010 at 9:22 pm
Hi Josh,
A quick question…
If your wireless router is connected to the 3G network, can you use that as a gateway to the internet? What router did you use?
Thanks.
Melvin
November 22nd, 2010 at 8:13 am
Melvin,
Yes, you can use it as a gateway to the internet. I used the Cisco 881g router.
Josh
March 17th, 2011 at 7:26 pm
Great article! I had to reload my 881 after configuring and upon reload the cellular modem bounced quite a bit at first but is stable now.
May 16th, 2011 at 4:46 pm
Hi!
I have 2 CISCO 881G with a PCEX-3G-CDMA-V. Your guide worked wonderfully on one, but on the other, when entering: “cellular 0 cdma activate otasp *22899″ I get an amber light on the “Wifi” LED of the PCEX card…the power icon stays blue.
I’ve made sure the port is “no shutdown” and also checked with Verizon to make sure the account is active and informaton is correct.
I’m assuming the card is defective, but I want to make sure.
What do you guys think?
December 14th, 2011 at 4:04 pm
Did you get an external antenna to work with this? If so, what parts did you all use to make it work?
Thanks!
May 4th, 2012 at 5:26 am
router wifi 3G…
[...]blindhog.net » 3G connectivity with Verizon Wireless & Cisco[...]…