© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco/Verizon Public Information.
Page 9 of 14
dialer string LTE
dialer watch-group 1
async mode interactive
pulse-time 0
!
!### This stanza enables NEMO Routing. Admin distance can be adjusted ###
!
router mobile
!
!### This command configures NEMO Authentication with EXGW. Use the
appropriate EXGW IP address based on the geographic location (page 3). Note
that SPI and KEY must match to what is set on the EXGW under the NEMO
service. Note that the algorithm must be set to “hmac-md5”. ###
!
ip mobile secure home-agent 66.174.X.Y spi decimal 256 key ascii VzWNeMo
algorithm hmac-md5
!
!### This section configures the NEMO Mobile Router parameters and defines
what router interfaces and their subnets to be included into the NEMO
registration with EXGW. Use the appropriate EXGW IP address as above. ###
!
ip mobile router
address 1.2.3.4 255.255.255.0
collocated single-tunnel
home-agent 66.174.X.Y
mobile-network Loopback255
mobile-network VLAN1
register extend expire 10 retry 3 interval 5
reverse-tunnel
tunnel mode gre
!
no cdp run
!
!### Route-map clears the DF-bit in IP packets from the VLAN1 interface. ###
!
route-map clear-df permit 10
set ip df 0
!
!### This section defines the 4G call activation triggers and timers. ###
!
!### The call will be triggered by this statement. The address “5.6.7.8” is
a “dummy” route. Any “dummy” value can be used. ###
dialer watch-list 1 ip 5.6.7.8 0.0.0.0
!### The router will wait for 60 sec. before activating the call after the
intitial boot. ###
dialer watch-list 1 delay route-check initial 60
!### The router will wait 1 sec. before activating the call. ###
dialer watch-list 1 delay connect 1
!
line 3
script dialer LTE
modem InOut
no exec
transport input telnet