Manual

© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco/Verizon Public Information. Page 14 of 18
mobile-network Loopback255
mobile-network GigabitEthernet0/0/0
register extend expire 10 retry 3 interval 5
reverse-tunnel
tunnel mode gre
!
!### 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
!
!### 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”
!
end