![]() |
IP Mobility: Mobile Networks Configuration Guide, Cisco IOS Release 15M&T
|
||||||||||
Mobile Networks Dynamic Collocated Care-of Address
![]() |
|||||||||||
|
Contents
Mobile Networks Dynamic Collocated Care-of AddressLast Updated: December 2, 2012
Before the introduction of the Mobile Networks Dynamic Collocated Care-of Address feature, Cisco mobile networks supported foreign agent care-of address (CoA) registration and static collocated care-of address (CCoA) registration. Static CCoA registration is considered a special case and applies to networks where the endpoint IP address is always fixed, such as in a Cellular Digital Packet Data (CDPD) wireless network. The Mobile Networks Static Collocated Care-of Address feature allows a mobile router with a static IP address to roam to foreign networks where foreign agents are not deployed. The Mobile Networks Dynamic Care-of Address feature allows the mobile router to register with the home agent using a CCoA that is acquired dynamically via the IP Control Protocol (IPCP). Support for CCoAs acquired through the Dynamic Host Configuration Protocol (DHCP) is planned for a future release. Finding Feature InformationYour software release may not support all the features documented in this module. For the latest caveats and feature information, see Bug Search Tool and the release notes for your platform and software release. To find information about the features documented in this module, and to see a list of the releases in which each feature is supported, see the feature information table at the end of this module. Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to www.cisco.com/go/cfn. An account on Cisco.com is not required. Restrictions for Mobile Networks Dynamic CCoAThe Mobile Networks Dynamic CCoA feature can be configured only on serial (point-to-point) interfaces. Information About Mobile Networks Dynamic CCoA
Care-of AddressesIf a mobile router determines that it is connected to a foreign network, it acquires a care-of address. This care-of address is the exit point of the tunnel from the home agent toward the mobile router. The care-of address is included in the Mobile IP registration request and is used by the home agent to forward packets to the mobile router in its current location. There are two types of care-of addresses:
A foreign agent care-of address is an IP address on a foreign agent that is advertised on the foreign network being visited by a mobile router. A foreign agent CoA can be shared by other mobile routers. A collocated care-of address is an IP address assigned to the interface of the mobile router itself. A collocated care-of address represents the current position of the mobile router on the foreign network and can be used by only one mobile router at a time. Mobile Networks Dynamic CCoA Feature DesignThe Mobile Networks Dynamic CCoA feature is very similar to the static CCoA implementation. Static CCoA uses the address configured on the roaming interface as the CCoA. Dynamic CCoA uses IPCP to obtain a CCoA for the roaming interface. See the http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122newft/122t/122t15/ftcolloc.htm Cisco Mobile Networks - Static Collocated Care-of Address feature documentation for more information on the static CCoA implementation. For both static and dynamic CCoA, the interface can be configured to exclusively use CCoAs for registration or to use a foreign agent CoA if one is available. In the foreign agent case, when an interface first comes up, it will attempt to discover foreign agents on the link by soliciting and listening for agent advertisements. If a foreign agent is found, the mobile router will register using the advertised CoA. The interface will continue to register using a CoA as long as a foreign agent is heard. When foreign agents are not heard, either because no advertisements are received or the foreign agent advertisement hold time expires, CCoA processing is enabled and the interface registers its CCoA. The CCoA is the interface's statically configured or dynamically acquired primary IP address. If a foreign agent is heard again, the interface will again register the foreign agent CoA. You can configure the interface to register only its CCoA and ignore foreign agent advertisements by using the ip mobile router-service collocated ccoa-only option. When the mobile router registers a CCoA with a home agent, a single HA-CCoA tunnel is created and is used for traffic to the mobile router and its mobile networks. The CCoA configured on the mobile router interface will become the endpoint of the HA-CCoA tunnel as the home agent tunnels packets to the mobile router. The mobile router will use this same tunnel to reverse tunnel packets back to the home agent if configured for reverse tunnel. How to Configure Mobile Networks Dynamic CCoA
Enabling Dynamic CCoA Processing on a Mobile Router InterfaceSUMMARY STEPS
DETAILED STEPS Enabling CCoA-Only Processing on a Mobile Router InterfacePerform this task to configure a mobile router interface to ignore foreign agent advertisements and exclusively use CCoAs for registration to the home agent. This functionality works for both static and dynamic CCoA processing.
DETAILED STEPS Verifying the Dynamic CCoA Configuration
SUMMARY STEPS
DETAILED STEPS Configuration Examples for Mobile Networks Dynamic CCoAMobile Networks Dynamic CCoA ExampleThe following example shows a mobile router configured to obtain a CCoA dynamically through IPCP: interface loopback 0 ! MR home address ip address 10.1.0.1 255.255.255.255 ! ! Dynamic CCoA. interface Serial 3/1 ip address negotiated encapsulation ppp ip mobile router-service roam ip mobile router-service collocated Mobile Networks with CCoA-Only Processing ExampleThe following example shows a mobile router configured to obtain a static CCoA only. The interface will not listen to foreign agent advertisements. interface loopback1 ip address 20.0.4.1 255.255.255.255 ! ! Static CCoA with CCoA-only option interface Ethernet 1/0 ip address 10.0.1.1 255.255.255.0 ip mobile router-service roam ip mobile router-service collocated gateway 10.0.1.2 ccoa-only ip mobile router-service collocated registration retry 30 The following example shows a mobile router configured to obtain a dynamic CCoA only. The interface will not listen to foreign agent advertisements. interface loopback1 ip address 20.0.4.1 255.255.255.255 ! ! Dynamic CCoA with CCoA-only option interface Serial 2/0 ip address negotiated encapsulation ppp ip mobile router-service roam ip mobile router-service collocated ccoa-only ip mobile router-service collocated registration retry 30 Additional ReferencesThe following sections provide additional references related to the Mobile Networks Dynamic CCoA feature. Related Documents
MIBsTechnical AssistanceCommand ReferenceThe following commands are introduced or modified in the feature or features documented in this module. For information about these commands, see the Cisco IOS IP Mobility Command Reference at http://www.cisco.com/en/US/docs/ios/ipmobility/command/reference/imo_book.html. For information about all Cisco IOS commands, go to the Command Lookup Tool at http://tools.cisco.com/Support/CLILookup or to the Cisco IOS Master Commands List . Glossarycare-of address --The termination point of the tunnel to a mobile node or mobile router. This can be a collocated care-of address, by which the mobile node or mobile router acquires a local address and detunnels its own packets, or a foreign agent care-of address, by which a foreign agent detunnels packets and forwards them to the mobile node or mobile router. collocated care-of address --The termination point of a tunnel toward a mobile node or mobile router. A CCoA is a local address that the mobile node or mobile router associated with one of its own network interfaces. foreign agent --A router on the visited network of a foreign network that provides routing services to the mobile node or mobile router while registered. The foreign agent detunnels and delivers packets to the mobile node or mobile router that were tunneled by the home agent of the mobile node. For packets sent by a mobile node, the foreign agent may serve as a default router for registered mobile nodes.
Cisco and the Cisco logo are trademarks or registered trademarks of Cisco and/or its affiliates in the U.S. and other countries. To view a list of Cisco trademarks, go to this URL: www.cisco.com/go/trademarks. Third-party trademarks mentioned are the property of their respective owners. The use of the word partner does not imply a partnership relationship between Cisco and any other company. (1110R) Any Internet Protocol (IP) addresses and phone numbers used in this document are not intended to be actual addresses and phone numbers. Any examples, command display output, network topology diagrams, and other figures included in the document are shown for illustrative purposes only. Any use of actual IP addresses or phone numbers in illustrative content is unintentional and coincidental. © 2012 Cisco Systems, Inc. All rights reserved.
|
||||||||||
|
|