Hello,
I've been given a C819HG+7-K9 to configure which is a 3G router. I have been configuring the Cisco 881's with 3G usign encapsulation type PPP, butthis router doesn't let me, what options do I have? My 881 config that works looks liek this:
chat-script INTERNET "" "ATDT*98*1#" TIMEOUT 30 "CONNECT"
interface Cellular0
no ip address
ip virtual-reassembly in
encapsulation ppp
load-interval 60
dialer in-band
dialer pool-member 1
dialer-group 1
async mode interactive
ppp chap hostname web
ppp chap password 0 web
interface Dialer1
ip address negotiated
ip nat outside
ip virtual-reassembly in
encapsulation ppp
dialer pool 1
dialer idle-timeout 0
dialer string INTERNET
dialer persistent
dialer-group 1
no cdp enable
The C819HG+7-K9 only gives me:
interface Cellular0
no ip address
ip virtual-reassembly in
encapsulation slip
load-interval 60
dialer in-band
dialer pool-member 1
async mode interactive
interface Dialer1
ip address negotiated
ip nat outside
ip virtual-reassembly in
encapsulation PPP
dialer pool 1
dialer idle-timeout 0
dialer string INTERNET
dialer persistent
dialer-group 1
What can I do?
Thanks