Manual

© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco/Verizon Public Information. Page 10 of 18
no ip unreachables
ip mobile router-service roam
ip mobile router-service collocated ccoa-only
encapsulation slip
load-interval 30
dialer in-band
dialer idle-timeout 0
dialer enable-timeout 1
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 is the BGP routing process for the primary circuit. BGP
administrative distance is set to 2 so that routing can revert to BGP from
Mobile routes [Admin. Distance = 3] when Primary Circuit recovers. ###
!
router bgp 65435
bgp log-neighbor-changes
neighbor 128.43.1.169 remote-as 19262
!
address-family ipv4
redistribute connected
neighbor 128.43.1.169 activate
distance bgp 2 2 2
no auto-summary
no synchronization
exit-address-family
!
!### This command configures NEMO Authentication with EXGW. Use the
appropriate EXGW IP address based on the geographic location. 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 NEMO Mobile Router parameters and defines what
router interfaces/subnets to include in the NEMO registration with EXGW. ###
!
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
!