© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco/Verizon Public Information.
Page 8 of 14
NEMO Router Configuration for ISR C819G-4G-LTE-V, C819G-4G-VZ, C899G-LTE-VZ
!### command allowing for “LTE test cellular” enable mode commands ###
service internal
!
hostname c819-Internet
!
!### Load appropriate IOS Image ###
boot system flash:c800-universalk9-mz.SPA.155-2.T.bin
!
ip cef
!
!### CHAT Script to make a data call, name is case-sensitive ###
chat-script LTE "" "AT!CALL1" TIMEOUT 20 "OK"
!
!### This Loopback and IP are required to setup NEMO. This address is not
routable and is used as a placeholder “dummy” address. It may be the same on
all customer routers. Any interface number and any IP can be used. Please
use 1.2.3.4 for consistency if possible. ###
!
interface Loopback1234
description ### NEMO Router Home Address – Dummy non-Routable IP ###
ip address 1.2.3.4 255.255.255.255
!
!### This Subnet will be routed by NEMO ###
!
interface Loopback255
ip address
10.0.255.1 255.255.255.255
!
!### This subnet is routed by NEMO. TCP MSS 1390 bytes, clear DF bits. ###
!
interface VLAN1
ip address
10.20.59.129 255.255.255.128
ip tcp adjust-mss 1390
ip policy route-map clear-df
!
!### This subnet is not routed by NEMO. ###
!
interface GigabitEthernet0
ip address 10.10.20.233 255.255.255.0
!
!### Interface Cellular – the LTE and NEMO interface. Receives Pool/WAN IP
(dynamic or static) from EXGW. ###
!
interface Cellular0
ip address negotiated
no ip unreachables
ip mobile router-service roam
ip mobile router-service collocated ccoa-only
encapsulation slip
load-interval 30
dialer in-band
dialer idle-timeout 0
dialer enable-timeout 1