01-04-2017 03:18 PM - edited 03-05-2019 07:47 AM
I have a Cisco 887VAG 3G and have configured it for DSL and 3g. DSL works fine however router is not able to connect to the 3g. It looks like the 3G connects however the route is not getting installed in the routing table. Appreciate an advice on attached config.
01-05-2017 12:16 AM
Hello,
try and configure:
dialer string gsm
under the Dialer interface.
01-05-2017 12:24 AM
Also, add
async mode interactive
to your Cellular interface.
01-05-2017 01:39 AM
Hello
On a side note your natting config is incorrect, Its calling an acl nat-list that doesn't exist
and you have not defined any nat interfaces either.
Int vlan 1
ip nat enable
int vlan 10
ip nat enable
int Dialer1
ip nat enable
no ip nat inside source list nat-list interface Dialer1 overload
no access-list 1
access-list 1 permit 192.168.1.0 0.0.0.255
access-list 1 permit 10.10.10.0 0.0.0.255
ip nat source list 1 interface Dialer1 overload
res
Paul
01-05-2017 02:50 PM
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