Cisco 881G 3G config

braga

Member
Joined
Feb 1, 2017
Messages
12
Reaction score
0
Hi

I need help. I have been struggling to configure 3g (old technology compared to LTE) for home use. I have a cisco 881G router that I would like to configure 3G service using a Telkom mobile sim card with 10GB capped data. Now question

1) is the APN name different for 3G configs?
2) CHAP and PPP settings?
 
Heya, the 3G modules have a separate control module you will need to configure the relevant APN settings on before you should add the config on the router. Its been a while since I configured my 887 for 3G backup. To configure the modem do the following:

Cisco documentation: cellular <slot/wic/port> gsm profile create <profile number> <apn> <authentication> <username> <password>
Therefore you will need your ISP's APN settings to set this up. Most SA ISP's does not have any username or password configured, so the following worked for me (as far as I can remember).

Therefore to configure mine (Axxess SIM) I had to do the following:

!
cellular 0 gsm profile create gsm axxess
!
conf t
!
chat-script gsm "" "AT!SCACT=1,1" TIMEOUT 60 "OK"
!
interface Cellular0
description GSM 3G
ip address negotiated
ip flow ingress
ip nat outside
encapsulation slip
dialer in-band
dialer idle-timeout 0
dialer string gsm
dialer-group 2
async mode interactive
!
ip nat inside source list 5 interface Cellular0 overload
ip route 0.0.0.0 0.0.0.0 Cellular0
!
dialer-list 2 protocol ip permit
!
end
!
wr
 
Last edited:
Heya, the 3G modules have a separate control module you will need to configure the relevant APN settings on before you should add the config on the router. Its been a while since I configured my 887 for 3G backup. To configure the modem do the following:

Cisco documentation: cellular <slot/wic/port> gsm profile create <profile number> <apn> <authentication> <username> <password>
Therefore you will need your ISP's APN settings to set this up. Most SA ISP's does not have any username or password configured, so the following worked for me (as far as I can remember).

Therefore to configure mine (Axxess SIM) I had to do the following:

!
cellular 0 gsm profile create gsm axxess
!
conf t
!
chat-script gsm "" "AT!SCACT=1,1" TIMEOUT 60 "OK"
!
interface Cellular0
description GSM 3G
ip address negotiated
ip flow ingress
ip nat outside
encapsulation slip
dialer in-band
dialer idle-timeout 0
dialer string gsm
dialer-group 2
async mode interactive
!
ip nat inside source list 5 interface Cellular0 overload
ip route 0.0.0.0 0.0.0.0 Cellular0
!
dialer-list 2 protocol ip permit
!
end
!
wr

Hi

Got it right. Had to configure dialer interface in addition to similar config you suggest as well as NAT...all working now. Thanks
 
Top
Sign up to the MyBroadband newsletter
X