Manual

© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco/Verizon Public Information. Page 8 of 18
collocated single-tunnel
home-agent 66.174.X.Y
mobile-network Loopback255
mobile-network GigabitEthernet0/0
register extend expire 10 retry 3 interval 5
reverse-tunnel
tunnel mode gre
!
no cdp run
!
!### This route-map clears the DF-bit in IP packets that come into the
router from the GE0/0 interface. ###
!
route-map clear-df permit 10
set ip df 0
!
!### 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 sec. before activating the call after the
intitial boot. ###
dialer watch-list 1 delay route-check initial 30
!### The router will wait 1 sec. before activating the call. ###
dialer watch-list 1 delay connect 1
!
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 clears the mobile IP registration. Traffic is
routed immediately to the backup mobile tunnel (without waiting for the next
NEMO re-registration). Starting in IOS 15.0(1)M, optional keywords
“authorization bypass” were added to the command “event manager applet”.
When a policy is triggered and if AAA is configured it will contact the AAA
server for authorization. Using the “authorization bypass” keyword
combination, you can bypass AAA authorization and run the policy
immediately. ###
event manager applet NEMO-BACKUP
event track 434 state down
action 10 cli command "enable"
action 20 cli command "clear ip mobile router registration” pattern “confirm”
action 40 cli command “y”