All,
I am having an issue connecting a SIM with a cisco800. For e.g, Connecting the SIM to a USB dongle, we can confirm the credentials.
APN: xyz.co.us
Username: admin
Password: password
Using these configuration details in the Cisco 800 configuration it fails to connect. Below is the config I am using. Can someone please assist.
cellular 0 gsm profile create 3 xyz.co.us chap admin password
config t
interface Cellular0
mtu 1300
ip address negotiated
encapsulation ppp
no shutdown
dialer in-band
dialer string gsm
dialer-group 1
async mode interactive
no ppp chap refuse
ppp chap hostname admin
ppp chap password 0 admin
crypto map INT_VPN
no ip route 0.0.0.0 0.0.0.0 default gateway
ip route 0.0.0.0 0.0.0.0 Cellular0
Can someone help?