We’ve got quite a few out there, important bits below, remember NAT on inside interface and diaper-list.
One niggle we haven’t solved is the ones we have on Vodafone suffer from the cellular interface going dead after a few days, we’ve had to resort to inserting a cron in the router to kill the Cellular interface daily then bring it back up – I’ve not spent enough time to work out if it’s a Vodafone issue or a Cisco issue, but it doesn’t happen on the ones we have using Telecom SIM’s.
!
chat-script hspa "" "AT!SCACT=1,1" TIMEOUT 60 "OK"
chat-script hspa-R7 "" "AT!SCACT=1,1" TIMEOUT 60 "OK"
!
interface Cellular0
ip address negotiated
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat outside
ip virtual-reassembly in
ip virtual-reassembly out
encapsulation slip
dialer in-band
dialer idle-timeout 0
dialer string hspa
dialer-group 1
async mode interactive
!
ip route 0.0.0.0 0.0.0.0 Cellular0
!
line 3
exec-timeout 0 0
script dialer hspa
modem InOut
no exec
-Scott
On 12/02/14 15:37, "Laurence Bullivant"