Manual

© 2015 Cisco and/or its affiliates All rights reserved. This document is Cisco/Verizon Public Information. Page 9 of 17
ISR Redundancy Guide for Verizon Wireless DMNR and 4G LTE
ip mobile router
address 1.2.3.4 255.255.255.0
collocated single-tunnel
home-agent 66.174.160.160
mobile-network GigabitEthernet0/0
mobile-network Loopback2911
register extend expire 10 retry 3 interval 5
reverse-tunnel
tunnel mode gre
!
! ### This section defines wireless 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 30 seconds before activating the call after the
initial boot. ###
!
dialer watch-list 1 delay route-check initial 30
!
! ### The router will wait 1 second before activating the call. ###
!
dialer watch-list 1 delay connect 1
!
! ### Route-map clears the DF-bit (allows fragmentation) in IP packets that
come into the router from the GE0/0 interface. ###
!
route-map clear-df permit 10
set ip df 0
!
line 0/0/0
script dialer lte
modem InOut
no exec
transport input telnet
!
! ### This section defines a local event manager applet to track the state of
the primary default route and will refresh the IP routing table in the event
the default route gets withdrawn so that the mobile default route takes over
immediately (without waiting for the next NEMO re-registration). ###
!
event manager applet NEMO-BACKUP
event track 1 state down
action 1.0 cli command "enable"
action 2.0 cli command "clear ip route *"