cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
513
Views
0
Helpful
4
Replies

Router not able to connect over 3g

Karan.singh3
Level 1
Level 1

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.

4 Replies 4

Hello,

try and configure:

dialer string gsm

under the Dialer interface.

Also, add

async mode interactive

to your Cellular interface.

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


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

The dialer interface is used for DSL and comes upfine when DSL is connected. (state shown in the file attached). There is no dialer interface configured for cellular.