07-29-2013 08:37 AM - edited 03-04-2019 08:35 PM
Hello everybody,
I recently bought a Cisco C819G-4G, does anyone setup the 4G on this router? I've two different SIM card inside, the ISP are Vodafone and TIM. I'm from Italy.
Best regards.
07-29-2013 08:52 AM
There is no 4G service in Italy yet.
You will do a normal configuration as per documentation. You will need to engage a reputable network engineer unless your want to spend a lot of time and frustration learning by yourself.
07-29-2013 09:00 AM
Paolo,
I think you're wrong, because Rome is covered by 4G/LTE service actually.
The problem is not the configuration itself, but the provider's parameter to be included in the configuration, which are not included in the Cisco Documentation obviusly.
Best regards.
07-29-2013 09:04 AM
You did not specified where in Italy you are located. You will find 4G service to be spotty and inconsistent in Rome.
Anyway, there are no specific parameters to be configured. You need to have it working the normal way before worrying about 4G.
07-30-2013 12:08 AM
Paolo,
thanks for your response.
To avoid any LTE/4G problem i'll force the UMTS mode. I've tried to configure the GSM profile with the correct APN and the Cellular0/0 Interface with default parameter and IP Address negotiated. The Interface goes UP but without IP Address.
Later I'll post the configuration if it's helpful. Any advice?
07-31-2013 06:18 AM
Finally I've found a working configuration. My carrier is Vodafone, but I suppose it'll works with any carrier changing the APN.
1) Configure the Cellular Profile:
cellular 0 lte profile 1 web.omnitel.it
2) Configure the Cellular 0 Interface:
interface Cellular0
ip address negotiated
ip nat outside
ip virtual-reassembly in
encapsulation slip
dialer in-band
dialer string UMTS
dialer-group 1
3) Configure the Chat Script
chat-script UMTS "" "AT!CALL" TIMEOUT 60 "OK"
4) Configure the default Route pointing to the Cellular Interface
ip route 0.0.0.0 0.0.0.0 Cellular0
5) Configure the dialer script
dialer-list 1 protocol ip list 1
6) Configure the line (use the command show line to discover which line is used by the Cellular Interface, in my case is Line 3)
line 3
script dialer UMTS
modem InOut
7) Configure NAT to permit Lan client to access Internet
interface Vlan1
ip nat inside
ip virtual-reassembly in
end
route-map internet permit 10
match ip address 101
end
access-list 101 permit ip 10.10.10.0 0.0.0.255 any
ip nat inside source route-map internet interface Cellular0 overload
After this configuration everything works perfectly.
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