Afternoon,

This is a reach out for anyone else using Cisco881g / Cisco887vag routers with 3G backup.

We have just started getting the new routers into stock that use the new cellular modems. Our normal connection scripts don't work any more and we have been unable to find the required connection details for either vodafone or telecom connections.

I am hoping in exchange for BEER, someone out there has worked it out.
(We have a pending case with TAC but I hope this will be faster).

Currently we are using:

-----------------------------------------------------
chat-script gsm "" "ATDT*99#" TIMEOUT 30 CONNECT
!
controller Cellular 0
!
interface Cellular0
�ip address negotiated
�ip nat outside
�ip virtual-reassembly in
�ip virtual-reassembly out
�encapsulation slip
�dialer in-band
�dialer string gsm
�dialer-group 1
�async mode interactive
!
interface Vlan1
�ip address 10.0.0.1 255.255.255.0
�ip nat inside
�ip virtual-reassembly
!
ip nat inside source list 1 interface Cellular0 overload
ip route 0.0.0.0 0.0.0.0 Cellular0
!
access-list 1 permit any
dialer-list 1 protocol ip permit
!
line 3
�exec-timeout 0 0
�script dialer gsm
�modem InOut
�no exec
�transport preferred none
�transport output none

-----------------------------------------------------

The issue is that the dial script always times out. Hopefully this is all recognizable to someone who has gone though the same pain as we are.

Thanks in advance.

-Laurence