01-26-2010 08:10 AM - edited 03-04-2019 07:18 AM
Hi,
I've configured my Cisco 881G with a Vodafone 3G access, following the guide.
It seems not to work , all the profiles are Inactive, especially the 2nd , which I configure.
Here is my configuration and the show cellular output.
An idea of what missing or is NOk?
Thanks in advance for helping me
02-02-2010 06:04 AM
Hello Rose,
unfortunately there is no file in attachment
if you haven't solved you may want to attach your config file.
Remove all sensitive information like usernames passwords and mask public ip addresses for your safety
Hope to help
Giuseppe
02-02-2010 01:32 PM
The upload doesn't work
I try one more time
Hello Giuseppe,
Thank you for your answer!!
It will be eaisier withe the config file :-)
I haven't solved the issue yet.
I don't get any IP from the telco.
I'm wondering if there is something to do to activate the connectivity?
I've launched some telnets and ping but it gets nowhere
thank you in advance
Rose
Ce message a été modifié par: Rose Arca
02-02-2010 10:10 PM
Hello Rose,
3G cellular has to be used as an ISDN interface with DDR.
If you use a dialer logical interface the physical interface has to use no ip address
do the following:
config t
interface Cellular0
no ip address
exit
remove the default route pointing to cellular:
config t
no ip route 0.0.0.0 0.0.0.0 Cell0
or remove interface dialer 0 and any reference to it.
Another important point is that the 3G interface is a sort of a modem that has to dial in band.
A so called chat script is needed in order to make it dial.
see this basic example taken from HWIC 3G configuration guide:
chat-script gsm "" "ATDT*98*2#" TIMEOUT 60 "CONNECT“
interface Cellular0/0/0
ip address negotiated
encapsulation ppp
dialer in-band
dialer string gsm
dialer-group 1
async mode interactive
ppp chap hostname cisco@wwan.ccs
ppp chap password 0 cisco
ppp ipcp dns request
!
ip route 0.0.0.0 0.0.0.0 Cellular0/0/0
!
!
access-list 1 permit any
dialer-list 1 protocol ip list 1
!
line 0/0/0
exec-timeout 0 0
script dialer gsm
login
modem InOut
as you see no dialer interface is used, a chat script gsm is defined and referenced in two different contexts. cellular interface and corresponding async line 0/0/0
you could try to adapt this to your case, use sh line to find out what line number is associated to cellular0 in your router.
for more info see:
http://www.cisco.com/en/US/docs/routers/access/1800/1861/software/feature/guide/3ghwic2.html
I know you have a different router but the configuration steps should be similar.
Edit:
consider also the following if you would like to use the cell interface as a backup interface, 881G specific
Hope to help
Giuseppe
02-03-2010 09:46 AM
Thank you Giuseppe
One thing the chat-script gsm would be "" "ATDT*99*2#" TIMEOUT 60 "CONNECT“
It 's the number given by the telco.
The line number is associated to cellular0 is line 3.
I'll try using your indications and let you know.
Thanks a lot
Rose
02-03-2010 04:00 PM
I'm not sure if this is against the rules, but check out my short blog post on how I setup my router for AT&T 3G, it might help. http://robertj.wordpress.com/2010/01/26/hwic-3g-gsm/
Also make sure you are attempting to ping something as a test. The cellular interface will not come up and pull an IP address until there is interesting traffic.
02-04-2010 12:23 PM
Thank you all
It is ok now
RARCA
02-04-2010 12:44 PM
Hello Rose,
this is good news !!!
Hope to help
Giuseppe
03-03-2010 11:01 AM
I have a Card HWIC-3G-HSPA router 881 and now in my country in HSDPA coverage is (not in HSPA and HSUPA), my question is whether even so using the Card HWIC-3G-HSPA I connect to HSDPA network without any problem?
03-03-2010 11:34 AM
03-03-2010 11:44 AM
There is not a problem if the card HWIC-3G-HSPA network sticks to HSDPA, there will be no compatibility problem? Could you explain a little more
03-03-2010 02:48 PM
There is no problem as explained in the document above.
Please remember to rate useful posts clicking on the stars below.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide