Manual

© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco/Verizon Public Information. Page 12 of 18
NEMO Router Configuration for ISR 4K NIM-4G-LTE-VZ
!### Chat script and cellular line definitions not needed w/ISR4K ###
!### command allowing for “LTE test cellular” enable mode commands ###
service internal
!
hostname C4321-4G
!
!### IOS XE 3.16 or later ###
boot-start-marker
boot system bootflash:isr4300-universalk9.03.16.00.S.155-3.S-ext.SPA.bin
boot-end-marker
!
ip dhcp pool 10dot250dot1
network 10.250.1.0 255.255.255.0
default-router 10.250.1.1
dns-server 10.20.45.20
domain-name test.verizon.com
option 150 ip 10.20.80.9
!
username cisco privilege 15 secret 5 xxxxxxxxxxxx
!
controller Cellular 0/1/0
!
!### The following two commands define a default route 0.0.0.0 as the
tracked object. If this object changes state to DOWN the routers event
manager (see later in config) will refresh the local IP routing table so
that the mobile default route takes over immediately. ###
!
track timer ip route 1
track 434 ip route 0.0.0.0 0.0.0.0 reachability
!
!### 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. ###
!
interface Loopback1234
description ### NEMO Router Home Address
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 GigabitEthernet0/0/0
ip address 10.250.1.1 255.255.255.0
ip tcp adjust-mss 1390
ip policy route-map clear-df
!
!