Link to home
Start Free TrialLog in
Avatar of Kjell Forsberg
Kjell ForsbergFlag for Sweden

asked on

Proper Cisco 819 LTE 4G configuration and routing

Hi all,
I have two problems with Cisco 819 LTE 4G router.
(I'm totally new to Cisco)
1.
I set up new user instead of cisco, but after off/on it's gone.
How to properly change/setup user?
2.
I setup the router with below script.
There seems to be no proper route from inside vlan1 and outside cell 0.
After this I can ping, from within the router, 8.8.8.8 and vlan1 address, put I can't ping fw on the inside.
From the fw and computer on fw I can ping the routers vlan1 and cell 0 ip addresses put nothing on the outside.
The cell 0 profile is active if I have the fw connected to vlan1(FE0) with prober ip address.

Please, help me correct the error in setup:
en
ip int brief
cell 0 lte profile create 1 services.telenor.se none
Confirm

conf t
int cell 0
ip address negotiate
encap slip
dialer in-band
dialer-group 1
ip nat outside
no shut
exit

dialer-list 1 protocol ip permit
ip route 0.0.0.0 0.0.0.0 cell0

interface vlan1
ip address 10.0.0.1 255.255.255.0
ip nat inside
exit

ip access-list extended NAT
permit ip 10.0.0.0 0.0.0.255  any
exit

ip nat source list NAT interface cell0 overload
^Z
ASKER CERTIFIED SOLUTION
Avatar of Predrag Jovic
Predrag Jovic
Flag of Poland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Kjell Forsberg

ASKER

Hi and Thanks!
The route problem solved with a little word.

But I still have problem with username cisco.
where do I make the new user?
I first go conf t and then username...
But now I have no valid login.
The router still tells me to change from cisco/cisco but that doesn't work any more.
And the user I tried to create does not work.
That should work, and you are in the right place (global configuration mode) to configure user.

You can try to reset router completely and then do it all over again.
Backup your current config, than perform reset router procedure - page 37, and load configuration again, or do it all over again. :)