© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco/Verizon Public Information. Page 11 of 14
dialer watch-group 1
pulse-time 0
!
interface GigabitEthernet0
vrf forwarding Mgmt-intf
ip address 10.0.0.2 255.255.255.254
negotiation auto
!
!### 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 GigabitEthernet0/0/1
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
!
End