Cisco Cisco 3G Wireless WAN (1xRTT, EVDO Rev A Rel 0) HWIC - Sprint

Page of 9
© 2015 Cisco and/or its affiliates                                              All rights reserved. This document is Cisco Public Information.
Page 3 of 9
Non-Connected Subnets with ISR and Verizon  MPN/DMNR
Non-Connected Subnets – Configuration for IOS Releases 15.5(2)T and Later
In prior IOS releases, ISRs only supported advertising of downstream subnets to the MPN by defining the interfaces 
whose subnets are to be registered.  Starting with 15.5(2)T a new command under the “IP Mobile Router” stanza 
allows for advertising/registering subnets that are not directly connected to the ISR (non-connected-network). This 
method is recommended for typical deployments.  Alternative configurations are also included after the 
recommended method, in case the current IOS release in use is not yet 15.5(2)T, for example 15.4(3)M2.
To support non-connected subnets, add those subnets to the configuration as shown below in red.
### Define NEMO home agent, interfaces, timers, etc.
ip mobile router
address 1.2.3.4 255.255.255.0
collocated single-tunnel
home-agent 
<home agent IP@>
mobile-network Vlan1
non-connected-network 10.0.2.0 255.255.255.0
non-connected-network 10.0.3.0 255.255.255.0
register retransmit initial 2000 maximum 2000 retry 2
register extend expire 40 retry 10 interval 4
reverse-tunnel
tunnel mode gre
!
Non-Connected Subnets “Show” Commands
C819VZ#
sh ver | IOS
Cisco IOS Software, C1900 Software (C1900-UNIVERSALK9-M), Version 15.5(2)T, RELEASE SOFTWARE (fc1)
C819VZ#
C819VZ#
show ip mobile router
Mobile Router
Enabled 05/15/15 16:15:21
Last redundancy state transition NEVER
Configuration:
Home Address 1.2.3.4 Mask 255.255.255.0
Home Agent <home agent IP@> Priority 100 (best) (current)
XXX.YYY.113.1 Priority 100
Registration lifetime 180 sec
Retransmit Init 2000, Max 2000 msec, Limit 2
Extend Expire 40, Retry 10, Interval 4
Reverse tunnel required
Request GRE tunnel
Multi-path denied by HA, Requested metric: bandwidth
Mobile Networks: Vlan1 (10.0.0.0/255.255.255.252)
non connected subnet (10.0.2.0/255.255.255.0)
non connected subnet (10.0.3.0/255.255.255.0)
This completes the configuration of non-connected subnets using IOS 15.5(2)T or later release.