Sunday, 2 February 2020

Cisco 819 4G LTE Cellular Router Configuration

Cisco 819 4G LTE Cellular Router Configuration
In this article, i will use MPT sim card to access 4G internet for my LAN Users.


(1) Insert MPT sim card in slot 0 at the back of the router.

(3) Install 4G LTE Antenna as shown in figure and connect console cable to your laptop.
(4) Configure 819 4G LTE Cellular Router
login into the router and set hostname
Username: cisco
Password:
% Password expiration warning.
-----------------------------------------------------------------------

Cisco Configuration Professional (Cisco CP) is installed on this device
and it provides the default username "cisco" for  one-time use. If you have
already used the username "cisco" to login to the router and your IOS image
supports the "one-time" user option, then this username has already expired.
You will not be able to login to the router with this username after you exit
this session.

It is strongly suggested that you create a new username with a privilege level
of 15 using the following command.

username <myuser> privilege 15 secret 0 <mypassword>

Replace <myuser> and <mypassword> with the username and password you
want to use.

-----------------------------------------------------------------------

yourname#conf terminal
Enter configuration commands, one per line.  End with CNTL/Z.
yourname(config)#hostname
yourname(config)#hostname Cisco819
Configure Cellular Profile
Cisco819#cell 0 lte profile create 1 MPT
Warning: You are attempting to modify the attach profile.
Please consult the service provider before doing so.
Modem power cycle required for change to take effect.

PDP Type = IPv4
Access Point Name (APN) = mitt.local
Authentication = NONE

Profile 1 already exists with above parameters. Do you want to overwrite? [confirm]

Profile 1 will be overwritten with the following values:

PDP type = IPv4
APN = MPT
Authentication = NONE

Are you sure? [confirm]

Profile 1 written to modem

Cisco819(config)#interface cellular0
Cisco819(config-if)#ip address negotiated
Cisco819(config-if)#encapsulation slip
Cisco819(config-if)#dialer in-band
Cisco819(config-if)#dialer-group 1
Cisco819(config-if)#exit
Cisco819(config)#dialer-list 1 protocol ip permit
Cisco819(config)#ip route
Cisco819(config)#ip route 0.0.0.0 0.0.0.0 cell0
Cisco819(config)#do sh ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2
       i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
       ia - IS-IS inter area, * - candidate default, U - per-user static route
       o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
       a - application route
       + - replicated route, % - next hop override, p - overrides from PfR

Gateway of last resort is 0.0.0.0 to network 0.0.0.0

S*    0.0.0.0/0 is directly connected, Cellular0
Cisco819(config)#exit
*Feb  5 14:08:43.927: %SYS-5-CONFIG_I: Configured from console by cisco on consolele
Check the cellular is working or not 
Cisco819#sh cellular 0 radio
Radio power mode = online
LTE Rx Channel Number =  1500
LTE Tx Channel Number =  19500
LTE Band =  3
LTE Bandwidth = 20 MHz
Current RSSI = -64 dBm
Current RSRP = -98 dBm
Current RSRQ = -14 dB
Current SNR = 1.0  dB
Physical Cell Id = 130
Number of nearby cells = 6
Idx      PCI (Physical Cell Id)
--------------------------------
1              130
2              239
3              274
4              129
5              102
6              289
Radio Access Technology(RAT) Preference = AUTO
Radio Access Technology(RAT) Selected = LTE
Cisco819#ping 8.8.8.8
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds:

*Feb  5 14:09:02.143: %CELLWAN-2-BEARER_UP: Instance id=0, Default bearer (bearer_id=5) in Cellular0 is now UP..!!
*Feb  5 14:09:04.383: %LINK-3-UPDOWN: Interface Cellular0, changed state to up
*Feb  5 14:09:05.383: %LINEPROTO-5-UPDOWN: Line protocol on Interface Cellular0, changed state to up!
Success rate is 60 percent (3/5), round-trip min/avg/max = 72/124/224 ms
Check connection to internet
Cisco819#ping 8.8.8.8
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 68/72/80 ms

As my router can route to internet, so my LAN Users also want to route to internet. So, we need to setup up NAT on the router.
I also create DHCP Pool for LAN Users and set NAT for that.
Cisco819(config)#ip dhcp pool LAN-User
Cisco819(dhcp-config)#network 172.16.1.0 255.255.255.0
Cisco819(dhcp-config)#default-router 172.16.1.1
Cisco819(dhcp-config)#dns-server 8.8.8.8
Cisco819(dhcp-config)#exit
NAT
Cisco819(config)#interface vlan 10
*Feb  5 14:10:06.747: %LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan10, changed state to down
Cisco819(config-if)#ip nat inside
Cisco819(config-if)#ip address 172.16.1.1 255.255.255.0
Cisco819(config-if)#no shut
Cisco819(config-if)#exit
Cisco819(config)#access-list 1 permit 172.16.1.0 0.0.0.255
Cisco819(config)#ip nat inside source list 1 interface Cellular 0 overload
*Feb  5 14:15:23.319: %LINEPROTO-5-UPDOWN: Line protocol on Interface NVI0, changed state to up
Cisco819(config)#interface cellular 0
Cisco819(config-if)#ip nat outside
Cisco819(config-if)#exit

Cisco819(config)#do ping 8.8.8.8
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds:

!!!!!

Assign access port to fast Ethernet ports f0 to f3

Cisco819(config)#interface range fastEthernet 0-3
Cisco819(config-if-range)#switchport mode access
Cisco819(config-if-range)#switchport access vlan 10
Connect your Laptop to router's fastEthernet Port and route to internet.

Hope you enjoy learning 
Phone Myint Myat Zaw
6/02/2020 12:28AM




No comments:

Post a Comment