Table Of Contents
Mobile IP Commands
aaa authorization ipmobile
clear ip mobile binding
clear ip mobile secure
clear ip mobile traffic
clear ip mobile visitor
ip mobile foreign-agent
ip mobile foreign-service
ip mobile home-agent
ip mobile home-agent resync-sa
ip mobile home-agent standby
ip mobile host
ip mobile prefix-length
ip mobile registration-lifetime
ip mobile secure aaa-download
ip mobile secure foreign-agent
ip mobile secure home-agent
ip mobile secure host
ip mobile secure mn-aaa
ip mobile secure proxy-host
ip mobile secure visitor
ip mobile tunnel
ip mobile virtual-network
router mobile
show ip mobile binding
show ip mobile globals
show ip mobile host
show ip mobile interface
show ip mobile secure
show ip mobile traffic
show ip mobile tunnel
show ip mobile violation
show ip mobile visitor
Mobile IP Commands
Use the commands in this chapter to configure and monitor Mobile IP. For Mobile IP configuration information and examples, refer to the "Configuring Mobile IP" chapter of the Cisco IOS IP Configuration Guide.
aaa authorization ipmobile
To authorize Mobile IP to retrieve security associations from the AAA server using TACACS+ or RADIUS, use the aaa authorization ipmobile global configuration command. To remove authorization, use the no form of this command.
aaa authorization ipmobile {[radius | tacacs+] | default} [group server-groupname]
no aaa authorization ipmobile {[radius | tacacs+] | default} [group server-groupname]
Syntax Description
radius
|
Authorization list named radius.
|
tacacs+
|
Authorization list named tacacs+.
|
default
|
Default authorization list.
|
group server-groupname
|
Name of the server group to use.
|
Defaults
AAA is not used to retrieve security associations for authentication.
Command Modes
Global configuration
Command History
Release
|
Modification
|
12.0(1)T
|
This command was introduced.
|
Usage Guidelines
Mobile IP requires security associations for registration authentication. The security associations are configured on the router or on a AAA server. This command is not needed for the former; but in the latter case, this command authorizes Mobile IP to retrieve the security associations from the AAA server.
Once the authorization list is named, it can be used in other areas such as login. You can only use one named authorization list; multiple named authorization lists are not suppported.
The aaa authorization ipmobile default group server-groupname command is the most commonly used method to retrieve security associations from the AAA server.
Note
The AAA server does not authenticate the user. It stores the security association that is retrieved by the router to authenticate registration.
Examples
The following example uses TACACS+ to retrieve security associations from the AAA server:
aaa authorization ipmobile tacacs+
tacacs-server host 1.2.3.4
ip mobile host 10.0.0.1 10.0.0.5 virtual-network 10.0.0.0 255.0.0.0 aaa
The following example uses RADIUS as the default group to retrieve security associations from the AAA server:
aaa authentication login default enable
aaa authorization ipmobile default group radius
radius-server host 128.107.162.173 auth-port 1645 acct-port 1646
radius-server retransmit 3
ip mobile host 10.0.0.1 10.0.0.5 virtual-network 10.0.0.0 255.0.0.0 aaa
Related Commands
Command
|
Description
|
aaa new-model
|
Enables the AAA access control model.
|
ip mobile host
|
Configures the mobile host or mobile node group.
|
radius-server host
|
Specifies a RADIUS server host.
|
radius-server key
|
Sets the authentication and encryption key for all RADIUS communications between the router and the RADIUS daemon.
|
show ip mobile host
|
Displays mobile node information.
|
tacacs-server host
|
Specifies a TACACS host.
|
tacacs-server key
|
Sets the authentication encryption key used for all TACACS+ communications between the access server and the TACACS+ daemon.
|
clear ip mobile binding
To remove mobility bindings, use the clear ip mobile binding EXEC command.
clear ip mobile binding {all [load standby-group-name] | [ip-address]}
Syntax Description
all
|
Clears all mobility bindings.
|
load
|
(Optional) Downloads mobility bindings for a standby group after clear.
|
standby-group-name
|
(Optional) Name of the standby group.
|
ip-address
|
(Optional) IP address of a mobile node.
|
Command Modes
EXEC
Command History
Release
|
Modification
|
12.0(1)T
|
This command was introduced.
|
12.1(3)T
|
The following keywords and argument were added:
• all
• load
• standby-group-name
|
Usage Guidelines
The home agent creates a mobility binding for each roaming mobile node. The mobility binding allows the mobile node to exchange packets with the correspondent node. Associated with the mobility binding is the tunnel to the visited network and a host route to forward packets destined for the mobile node. There should be no need to clear the binding because it expires after lifetime is reached or when the mobile node deregisters.
When the mobility binding is removed, the number of users on the tunnel is decremented and the host route is removed from the routing table. The mobile node is not notified.
Use this command with care, because it may terminate any sessions used by the mobile node. After using this command, the visitor will need to reregister to continue roaming.
Examples
The following example administratively stops mobile node 10.0.0.1 from roaming:
Router# clear ip mobile binding 10.0.0.1
Router# show ip mobile binding
Care-of Addr 68.0.0.31, Src Addr 68.0.0.31,
Lifetime granted 02:46:40 (10000), remaining 02:46:32
Flags SbdmGvt, Identification B750FAC4.C28F56A8,
Tunnel100 src 66.0.0.5 dest 68.0.0.31 reverse-allowed
Related Commands
clear ip mobile secure
To clear and retrieve remote security associations, use the clear ip mobile secure EXEC command.
clear ip mobile secure {host lower [upper] | empty | all} [load]
Syntax Description
host
|
Mobile node host.
|
lower
|
IP address of mobile node. Can be used alone, or as lower end of a range of addresses.
|
upper
|
(Optional) Upper end of range of IP addresses.
|
empty
|
Load in only mobile nodes without security associations. Must be used with the load keyword.
|
all
|
Clears all mobile nodes.
|
load
|
(Optional) Reload the security association from the AAA server after security association has been cleared.
|
Command Modes
EXEC
Command History
Release
|
Modification
|
12.0(1)T
|
This command was introduced.
|
Usage Guidelines
Security associations are required for registration authentication. They can be stored on an AAA server. During registration, they may be stored locally after retrieval from the AAA server. The security association on the router may become stale or out of date when the security association on the AAA server changes.
This command clears security associations that have been downloaded from the AAA server.
Note
Security associations that are manually configured on the router or not stored on the router after retrieval from the AAA server are not applicable.
Examples
In the following example, the AAA server has the security association for user 10.0.0.1 after registration:
Router# show ip mobile secure host 10.0.0.1
Security Associations (algorithm,mode,replay protection,key):
SPI 300, MD5, Prefix-suffix, Timestamp +/- 7,
Key `oldkey' 1230552d39b7c1751f86bae5205ec0c8
The security association of the AAA server changes as follows:
Router# clear ip mobile secure host 10.0.0.1 load
Router# show ip mobile secure host 10.0.0.1
SPI 300, MD5, Prefix-suffix, Timestamp +/- 7,
Key `newkey' 1230552d39b7c1751f86bae5205ec0c8
Related Commands
Command
|
Description
|
ip mobile secure aaa-download
|
Specifies the mobility security associations for mobile host, visitor, home agent, and foreign agent.
|
clear ip mobile traffic
To clear counters, use the clear ip mobile traffic EXEC command.
clear ip mobile traffic [undo]
Syntax Description
undo
|
Restores the previously cleared counters.
|
Command Modes
EXEC
Command History
Release
|
Modification
|
12.0(1)T
|
This command was introduced.
|
Usage Guidelines
Mobile IP counters are accumulated during operation. They are useful for debugging and monitoring.
This command clears all Mobile IP counters. The undo keyword restores the counters (this is useful for debugging). See the show ip mobile traffic command for a description of all counters.
Examples
The following example shows how the counters can be used for debugging:
Router# show ip mobile traffic
Advertisements sent 0, response to solicitation 0
Home Agent Registrations:
Register 8, Deregister 0 requests
Register 7, Deregister 0 replied
Accepted 6, No simultaneous bindings 0
Unspecified 0, Unknown HA 0
Administrative prohibited 0, No resource 0
Authentication failed MN 0, FA 0
Bad identification 1, Bad request form 0
Router# clear ip mobile traffic
Router# show ip mobile traffic
Advertisements sent 0, response to solicitation 0
Home Agent Registrations:
Register 0, Deregister 0 requests
Register 0, Deregister 0 replied
Accepted 0, No simultaneous bindings 0
Unspecified 0, Unknown HA 0
Administrative prohibited 0, No resource 0
Authentication failed MN 0, FA 0
Bad identification 0, Bad request form 0
Related Commands
clear ip mobile visitor
To remove visitor information, use the clear ip mobile visitor EXEC command.
clear ip mobile visitor [ip-address]
Syntax Description
ip-address
|
(Optional) IP address. If not specified, visitor information will be removed for all addresses.
|
Command Modes
EXEC
Command History
Release
|
Modification
|
12.0(1)T
|
This command was introduced.
|
Usage Guidelines
The foreign agent creates a visitor entry for each accepted visitor. The visitor entry allows the mobile node to receive packets while in a visited network. Associated with the visitor entry is the ARP entry for the visitor. There should be no need to clear the entry because it expires after lifetime is reached or when the mobile node deregisters.
When a visitor entry is removed, the number of users on the tunnel is decremented and the ARP entry is removed from the ARP cache. The visitor is not notified.
Use this command with care because it may terminate any sessions used by the mobile node. After using this command, the visitor will need to reregister to continue roaming.
Examples
The following example administratively stops visitor 10.0.0.1 from visiting:
Router# clear ip mobile visitor 10.0.0.1
Related Commands
Command
|
Description
|
show ip mobile visitor
|
Displays the table containing the visitor list of the foreign agent.
|
ip mobile foreign-agent
To enable foreign agent service, use the ip mobile foreign-agent global configuration command. To disable this service, use the no form of this command.
ip mobile foreign-agent [care-of interface | reg-wait seconds]
no ip mobile foreign-agent [care-of interface | reg-wait seconds]
Syntax Description
care-of interface
|
(Optional) IP address of the interface. Sets the care-of address on the foreign agent. Multiple care-of addresses can be configured.
|
reg-wait seconds
|
(Optional) Pending registration expires after the specified number of seconds if no reply is received. Range is from 5 to 600. Default is 15.
|
Defaults
Disabled
Command Modes
Global configuration
Command History
Release
|
Modification
|
12.0(1)T
|
This command was introduced.
|
Usage Guidelines
This command enables foreign agent service when at least one care-of address is configured. When no care-of address exists, foreign agent service is disabled.
The foreign agent is responsible for relaying the registration request to the home agent, setting up tunnel to the home agent, and forwarding packets to the mobile node. The show commands used to display relevant information are shown in parentheses in the following paragraph.
When a registration request comes in, the foreign agent will ignore requests when foreign agent service is not enabled on interface or no care-of address is advertised. If a security association exists for a visiting mobile node, the visitor is authenticated (show ip mobile secure visitor command). The registration bitflag is handled as described in Table 38 (show ip mobile interface command). The foreign agent checks the validity of the request. If successful, the foreign agent relays the request to the home agent, appending an FH authentication extension if a security association for the home agent exists. The pending registration timer of 15 seconds is started (show ip mobile visitor pending command). At most, five outstanding pending requests per mobile node are allowed. If a validity check fails, the foreign agent sends a reply with error code to the mobile node (reply codes are listed in Table 39). A security violation is logged when visiting mobile node authentication fails (show ip mobile violation command). (Violation reasons are listed in Table 43.)
When a registration reply comes in, the home agent is authenticated (show ip mobile secure home-agent command) if a security association exists for the home agent (IP source address or home agent address in reply). The reply is relayed to the mobile node.
When registration is accepted, the foreign agent creates or updates the visitor table, which contains the expiration timer. If no binding existed before this registration, a virtual tunnel is created, a host route to the mobile node via the interface (of the incoming request) is added to the routing table (show ip route mobile command), and an ARP entry is added to avoid sending ARP requests for the visiting mobile node. Visitor binding is removed (along with its associated host route, tunnel, and ARP entry) when the registration lifetime expires or deregistration is accepted.
When registration is denied, the foreign agent will remove the request from the pending registration table. The table and timers of the visitor will be unaffected.
When a packet destined for the mobile node arrives on the foreign agent, the foreign agent will deencapsulates the packet and forwards it out its interface to the visiting mobile node, without sending ARP requests.
The care-of address must be advertised by the foreign agent. This is used by the mobile node to register with the home agent. The foreign agent and home agent use this address as the source and destination point of tunnel, respectively. The foreign agent is not enabled until at least one care-of address is available. The foreign agent will advertise on interfaces configured with the ip mobile foreign-service command.
Only care-of addresses with interfaces that are up are considered available.
Table 38 lists foreign agent registration bitflags.
Table 38 Foreign Agent Registration Bitflags
Bit Set
|
Registration Request
|
S
|
No operation. Not applicable to foreign agent.
|
B
|
No operation. Not applicable to foreign agent.
|
D
|
Make sure source IP address belongs to the network of the interface.
|
M
|
Deny request. Minimum IP encapsulation is not supported.
|
G
|
No operation. GRE encapsulation is supported.
|
V
|
Deny request. Van Jacobson Header compression is not supported.
|
T
|
Deny request. Reverse tunnel is not supported.
|
reserved
|
Deny request. Reserved bit must not be set.
|
Table 39 lists foreign agent reply codes.
Table 39 Foreign Agent Reply Codes
Code
|
Reason
|
64
|
Reason unspecified.
|
65
|
Administratively prohibited.
|
66
|
Insufficient resource.
|
67
|
Mobile node failed authentication.
|
68
|
Home agent failed authentication.
|
69
|
Requested lifetime is too long.
|
70
|
Poorly formed request.
|
71
|
Poorly formed reply.
|
72
|
Requested encapsulation is unavailable.
|
73
|
Requested Van Jacobson Header compression is unavailable.
|
74
|
Reverse tunnel unsupported.
|
80-95
|
ICMP Unreachable message code 0 to 15.
|
Examples
The following example enables foreign agent service on interface Ethernet1, advertising 1.0.0.1 as the care-of address:
ip mobile foreign-agent care-of Ethernet0
ip address 1.0.0.1 255.0.0.0
ip mobile foreign-service
Related Commands
Command
|
Description
|
debug ip mobile advertise
|
Displays advertisement information.
|
ip mobile foreign-service
|
Enables foreign agent service on an interface if care-of addresses are configured.
|
show ip mobile globals
|
Displays global information for mobile agents.
|
show ip mobile interface
|
Displays advertisement information for interfaces that are providing foreign agent service or are home links for mobile nodes.
|
show ip mobile secure
|
Displays mobility security associations for mobile host, mobile visitor, foreign agent, or home agent.
|
show ip mobile violation
|
Displays information about security violations.
|
show ip mobile visitor
|
Displays the table containing the visitor list of the foreign agent.
|
ip mobile foreign-service
To enable foreign agent service on an interface if care-of addresses are configured, use the ip mobile foreign-service interface configuration command. To disable this service, use the no form
of this command.
ip mobile foreign-service [home-access acl] [limit number] [registration-required]
no ip mobile foreign-service [home-access acl] [limit number] [registration-required]
Syntax Description
home-access acl
|
(Optional) Controls which home agent addresses mobile nodes can be used to register. The access list can be a string or number from 1 to 99. You cannot use this keyword when you enable foreign agent service on a subinterface.
|
limit number
|
(Optional) Number of visitors allowed on interface. The Busy (B) bit will be advertised when the number of registered visitors reach this limit. Range is from 1 to 1000. Default is no limit. You cannot use this keyword when you enable foreign agent service on a subinterface.
|
registration-required
|
(Optional) Solicits registration from the mobile node even if it uses colocated care-of addresses. The Registration-required (R) bit will be advertised. You cannot use this keyword when you enable foreign agent service on a subinterface.
|
Defaults
Disabled. Default is no limit to the number of visitors allowed on an interface.
Command Modes
Interface configuration
Command History
Release
|
Modification
|
12.0(1)T
|
This command was introduced.
|
Usage Guidelines
This command enables foreign agent service on the interface. The foreign agent (F) bit will be set in the agent advertisement, which is appended to the IRDP router advertisement whenever the foreign agent or home agent service is enabled on the interface.
Note
The Registration-required bit only tells the visiting mobile node to register even if the visiting mobile node is using a colocated care-of address. You must set up packet filters to enforce this. For example, you could deny packets destined for port 434 from the interface of this foreign agent.
Table 40 lists the advertised bitflags.
Table 40 Foreign Agent Advertisement Bitflags
Bit Set
|
Service Advertisement
|
R
|
Set if the registration-required parameter is enabled.
|
B
|
Set if the number of visitors reached the limit parameter.
|
H
|
Set if the interface is the home link to the mobile host (group).
|
F
|
Set if foreign-agent service is enabled.
|
M
|
Never set.
|
G
|
Always set.
|
V
|
Never set.
|
reserved
|
Never set.
|
Examples
The following example enables foreign agent service for up to 100 visitors:
ip mobile foreign-service limit 100 registration-required
Related Commands
Command
|
Description
|
show ip mobile interface
|
Displays advertisement information for interfaces that are providing foreign agent service or are home links for mobile nodes.
|
ip mobile home-agent
To enable and control home agent services on the router, use the ip mobile home-agent global configuration command. To disable these services, use the no form of this command.
ip mobile home-agent [address ip-address][broadcast] [care-of-access acl] [lifetime number]
[replay seconds] [reverse-tunnel-off] [roam-access acl] [suppress-unreachable]
no ip mobile home-agent [broadcast] [care-of-access acl] [lifetime number] [replay seconds]
[reverse-tunnel-off] [roam-access acl] [suppress-unreachable]
Syntax Description
address ip-address
|
(Optional) Specifies the IP address of the home agent. This option is only applicable when home agent redundancy is used for virtual networks.
|
broadcast
|
(Optional) Enables broadcast datagram routing. By default, broadcasting is disabled.
|
care-of-access acl
|
(Optional) Controls which care-of addresses (in registration request) are permitted by the home agent. By default, all care-of addresses are permitted. The access control list can be a string or number from 1 to 99.
|
lifetime number
|
(Optional) Specifies the global registration lifetime for a mobile node. Note that this can be overridden by the individual mobile node configuration. Range is from 3 to 65535 (infinity). Default is 36000 seconds (10 hours). Registrations requesting a lifetime greater than this value will still be accepted, but will use this lifetime value.
|
replay seconds
|
(Optional) Sets the replay protection time-stamp value. Registration received within this time is valid.
|
reverse-tunnel-off
|
(Optional) Disables support of reverse tunnel by the home agent. By default, reverse tunnel support is enabled.
|
roam-access acl
|
(Optional) Controls which mobile nodes are permitted or denied to roam. By default, all specified mobile nodes can roam.
|
suppress-unreachable
|
(Optional) Disables sending ICMP unreachable messages to the source when a mobile node on the virtual network is not registered, or when a packet came in from a tunnel interface created by the home agent (in the case of a reverse tunnel). By default, ICMP unreachable messages are sent.
|
Defaults
Disabled. Broadcasting is disabled by default. Reverse tunnel support is enabled by default. ICMP Unreachable messages are sent by default.
Command Modes
Global configuration
Command History
Release
|
Modification
|
12.0(1)T
|
This command was introduced.
|
Usage Guidelines
This command enables and controls home agent services on the router. Changes to service take effect immediately; however, broadcast and lifetime settings for previously registered mobile nodes are unaffected. Tunnels are shared by mobile nodes registered with the same endpoints, so the reverse-tunnel-off keyword also affects registered mobile nodes.
The home agent is responsible for processing registration requests from the mobile node and setting up tunnels and routes to the care-of address. Packets to the mobile node are forwarded to the visited network.
The home agent will forward broadcast packets to mobile nodes if they registered with the service. However, heavy broadcast traffic utilizes the CPU of the router. The home agent can control where the mobile nodes roam by the care-of-access parameter, and which mobile node is allowed to roam by the roam-access parameter.
When a registration request comes in, the home agent will ignore requests when home agent service is not enabled or the security association of the mobile node is not configured. The latter condition occurs because the security association must be available for the MH authentication extension in the reply. If a security association exists for the foreign agent (IP source address or care-of address in request), the foreign agent is authenticated, and then the mobile node is authenticated. The Identification field is verified to protect against replay attack. The home agent checks the validity of the request (see Table 41) and sends a reply. (Replay codes are listed in Table 42.) A security violation is logged when foreign agent authentication, MH authentication, or Identification verification fails. (The violation reasons are listed in Table 43.)
After registration is accepted, the home agent creates or updates the mobility binding of the mobile node, which contains the expiration timer. If no binding existed before this registration, a virtual tunnel is created, a host route to the mobile node via the care-of address is added to the routing table, and gratuitous ARPs are sent out. For deregistration, the host route is removed from the routing table, the virtual tunnel interface is removed (if no mobile nodes are using it), and gratuitous ARPs are sent out if the mobile node is back home. Mobility binding is removed (along with its associated host route and tunnel) when registration lifetime expires or deregistration is accepted.
When the packet destined for the mobile node arrives on the home agent, the home agent encapsulates the packet and tunnels it to the care-of address. If the Don't fragment bit is set in the packet, the outer bit of the IP header is also set. This allows the Path MTU Discovery to set the MTU of the tunnel. Subsequent packets greater than the MTU of the tunnel will be dropped and an ICMP datagram too big message sent to the source. If the home agent loses the route to the tunnel endpoint, the host route to the mobile node will be removed from the routing table until tunnel route is available. Packets destined for the mobile node without a host route will be sent out the interface (home link) or to the virtual network (see the description of suppress-unreachable keyword). For subnet-directed broadcasts to the home link, the home agent will send a copy to all mobile nodes registered with the broadcast routing option.
Table 41 describes how the home agent treats registrations with various bits set when authentication and identification are passed.
Table 41 Home Agent Registration Bitflags
Bit Set
|
Registration Reply
|
S
|
Accept with code 1 (no simultaneous binding).
|
B
|
Accept. Broadcast can be enabled or disabled.
|
D
|
Accept. Tunnel endpoint is a colocated care-of address.
|
M
|
Deny. Minimum IP encapsulation is not supported.
|
G
|
Accept. GRE encapsulation is supported.
|
V
|
Ignore. Van Jacobsen Header compression is not supported.
|
T
|
Accept if reverse-tunnel-off parameter is not set.
|
reserved
|
Deny. Reserved bit must not be set.
|
Table 42 lists the home agent registration reply codes.
Table 42 Home Agent Registration Reply Codes
Code
|
Reason
|
0
|
Accept.
|
1
|
Accept, no simultaneous bindings.
|
128
|
Reason unspecified.
|
129
|
Administratively prohibited.
|
130
|
Insufficient resource.
|
131
|
Mobile node failed authentication.
|
132
|
Foreign agent failed authentication.
|
133
|
Registration identification mismatched.
|
134
|
Poorly formed request.
|
136
|
Unknown home agent address.
|
137
|
Reverse tunnel is unavailable.
|
139
|
Unsupported encapsulation.
|
Table 43 lists security violation codes.
Table 43 Security Violation Codes
Code
|
Reason
|
1
|
No mobility security association.
|
2
|
Bad authenticator.
|
3
|
Bad identifier.
|
4
|
Bad SPI.
|
5
|
Missing security extension.
|
6
|
Other.
|
Examples
The following example enables broadcast routing and specifies a global registration lifetime of 7200 seconds (2 hours):
ip mobile home-agent broadcast lifetime 7200
Related Commands
ip mobile home-agent resync-sa
To configure the home agent to clear out the old cached security associations and requery the AAA server for a new security association when the mobile node fails authentication, use the ip mobile home-agent resync-sa command in global configuration mode. To disable this functionality, use the no form of this command.
ip mobile home-agent resync-sa sec
no ip mobile home-agent resync-sa sec
Syntax Description
sec
|
Specifies the time in which the home agent will wait to initiate a resynchronization.
|
Defaults
This command is off by default. The normal behavior of the home agent is to never requery the AAA server for a new security association.
Command Modes
Global configuration
Command History
Release
|
Modification
|
12.2
|
This command was introduced.
|
Usage Guidelines
You must enable security association caching for the ip mobile home-agent resync-sa command to work. Use the ip mobile host aaa load-sa global configuration command to enable caching of security associations retrieved from a AAA server.
When a security association is downloaded for a mobile node from a AAA server, the security association is time stamped. If the mobile node fails reregistration and the time interval since the security association was cached is greater than sec seconds, the home agent will clear out the old security association and requery the AAA server. If the time period is less than the sec value, the home agent will not requery the AAA server for the security association of the mobile node.
The sec value represents the number of seconds the home agent will consider the downloaded security association synchronized with the AAA server. After that time period, it is considered old and can be replaced by a new security association from the AAA server.
This time-based resynchronization process helps prevent denial-of-service attacks on the AAA server and provides a way to synchronize the home agent's cached security association entry when a change to the security association for the mobile node is made at the AAA server and on the mobile node. By using this process, once the mobile node fails reregistration with the old cached security association, the home agent will clear the cache for that mobile node, and resynchronize with the AAA server.
Examples
In the following example, if a registration fails authentication, the home agent retrieves a new security association from the AAA server if the existing security association was downloaded more than 10 seconds ago:
ip mobile home-agent resync-sa 10
Related Commands
Command
|
Description
|
ip mobile host
|
Configures the mobile node or mobile host group.
|
ip mobile home-agent standby
To configure the home agent (HA) for redundancy by using the Hot Standby Router Protocol (HSRP) group name, use the ip mobile home-agent standby global configuration command. To remove the address, use the no form of this command.
ip mobile home-agent standby hsrp-group-name [[virtual-network] address address]
no ip mobile home-agent standby hsrp-group-name [[virtual-network] address address]
Syntax Description
hsrp-group-name
|
Specifies the HSRP group name.
|
virtual-network
|
(Optional) Specifies that the HSRP group is used to support virtual networks.
|
address address
|
(Optional) Home agent address.
|
Defaults
No global home agent addresses are specified.
Command Modes
Global configuration
Command History
Release
|
Modification
|
12.0(2)T
|
This command was introduced.
|
Usage Guidelines
The virtual-network keyword specifies that the HSRP group supports virtual networks.
Note
Redundant home agents must have identical Mobile IP configurations. You can use a standby group to provide HA redundancy for either physical or virtual networks, but not both at the same time.
When Mobile IP standby is configured, the home agent can request mobility bindings from the peer home agent. When Mobile IP standby is deconfigured, the home agent can remove mobility bindings. Operation of home agent redundancy on physical and virtual networks is described as follows:
•
Physical Network—Only the active home agent will receive registrations on a physical network. It updates the standby home agent. The standby home agent requests the mobility binding table from the active home agent. When Mobile IP standby is deconfigured, the standby home agent removes all bindings, but the active home agent keeps all bindings.
•
Virtual Network—Both active and standby home agents receive registrations if the loopback interface is used; each will update the peer after accepting a registration. Otherwise, the active home agent receives registrations. Both active and standby home agents request mobility binding tables from each other. When Mobile IP standby is deconfigured, the standby or active home agent removes all bindings.
Examples
The following example specifies an HSRP group named SanJoseHA:
ip mobile home-agent standby SanJoseHA
Related Commands
ip mobile host
To configure the mobile host or mobile node group, use the ip mobile host global configuration command.
ip mobile host lower [upper] {interface name | virtual-network net mask} [aaa [load-sa]]
[care-of-access acl] [lifetime number]
no ip mobile host lower [upper] {interface name | virtual-network net mask} [aaa [load-sa]]
[care-of-access acl] [lifetime number]
Syntax Description
lower [upper]
|
Range of mobile host or mobile node group IP addresses.
|
interface name
|
Mobile node that belongs to the specified interface.
|
virtual-network net mask
|
The wireless mobile node resides in the virtual network created using the ip mobile virtual-network command.
|
aaa
|
(Optional) Retrieves security associations froma AAA (TACACS+ or RADIUS) server.
|
load-sa
|
(Optional) Stores security associations in memory after retrieval.
|
care-of-access acl
|
(Optional) Access list. This can be a string or number from 1 to 99. Controls where mobile nodes roam—the acceptable care-of addresses.
|
lifetime number
|
(Optional) Lifetime (in seconds). The lifetime for each mobile node (group) can be set to override the global value. Range is from 3 to 65535.
|
Defaults
No host is configured.
Command Modes
Global configuration
Command History
Release
|
Modification
|
12.0(1)T
|
This command was introduced.
|
Usage Guidelines
This command configures the mobile host or mobile node group (ranging from lower address to upper address) to be supported by the home agent. These mobile nodes belong to the network on an interface or a virtual network (via the ip mobile virtual-network command). The security association for each mobile host must be configured using the ip mobile secure command or downloaded from an AAA server. When using an AAA server, the router will attempt to download all security associations when the command is entered. If no security associations are retrieved, retrieval will be attempted when a registration request arrives or the clear ip mobile secure command is entered.
All hosts must have security associations for registration authentication. Mobile nodes can have more than one security association. The memory consumption calculations shown in Table 44 are based on the assumption of one security association per mobile node.
Security associations can be stored using one of three methods:
•
On the router
•
On the AAA server, retrieve security association each time registration comes in
•
On the AAA server, retrieve and store security association
Each method has advantages and disadvantages, which are described in Table 44.
Table 44 Methods for Storing Security Associations
Storage Method
|
Advantage
|
Disadvantage
|
On the router
|
• Security association is in router memory, resulting in fast lookup.
• For home agents supporting fewer than 1500 mobile nodes, this provides optimum authentication performance and security (keys never leave router).
|
• NVRAM of router is limited, cannot store many security associations. Each security association configuration takes about 80 bytes. For 125 KB NVRAM, you can store about 1500 security associations on a home agent.
|
On the AAA server, retrieve security association each time registration comes in
|
• Central administration and storage of security association on AAA server.
• If keys change constantly, administration is simplified to one server, latest keys always retrieved during registration.
• Router memory (DRAM) is conserved. Router will only need memory to load in a security association, and then release the memory when done. Router can support unlimited number of mobile nodes.
|
• Requires network to retrieve security association, slower than other storage methods, and dependent on network and server performance.
• Multiple home agents that use one AAA server, which can become the bottleneck, can get slow response.
• Key can be snooped if packets used to retrieve from AAA are not encrypted (for example, using RADIUS or unencrypted TACACS+ mode).
|
On the AAA server, retrieve and store security association
|
• AAA acts as an offload configuration server, security associations are loaded into router DRAM, which is more abundant (for example, 16 MB, 32 MB, 64 MB) when the first registration comes in. Each security association takes only about 50 bytes of DRAM, so 10,000 mobile nodes will use up 0.5 MB.
• If keys remain fairly constant, once security associations are loaded, home agent authenticates as fast as when stored on the router.
• Only security associations that are needed are loaded into router memory. Mobile nodes that never register will not waste memory.
|
• If keys change on the AAA server after the mobile node registered, then you need to use clear ip mobile secure command to clear and load in new security association from AAA, otherwise the security association of the router is stale.
|
| |
|
|
Examples
The following example configures a mobile node group to reside on virtual network 20.0.0.0 and store its security associations on the AAA server:
ip mobile host 20.0.0.1 20.0.0.3 virtual-network 20.0.0.0 aaa
Related Commands
ip mobile prefix-length
To append the prefix-length extension to the advertisement, use the ip mobile prefix-length interface configuration command. To restore the default, use the no form of this command.
ip mobile prefix-length
no ip mobile prefix-length
Syntax Description
This command has no arguments or keywords.
Defaults
The prefix-length extension is not appended.
Command Modes
Interface configuration
Command History
Release
|
Modification
|
12.0(1)T
|
This command was introduced.
|
Usage Guidelines
The prefix-length extension is used for movement detection. When a mobile node registered with one foreign agent receives an agent advertisement from another foreign agent, the mobile node uses the prefix-length extension to determine whether the advertisements arrived on the same network. The mobile node needs to register with the second foreign agent if it is on a different network. If the second foreign agent is on the same network, reregistration is not necessary.
Examples
The following example appends the prefix-length extension to agent advertisements sent by a foreign agent:
Related Commands
Command
|
Description
|
show ip mobile interface
|
Displays advertisement information for interfaces that are providing foreign agent service or are home links for mobile nodes.
|
ip mobile registration-lifetime
To set the registration lifetime value advertised, use the ip mobile registration-lifetime interface configuration command.
ip mobile registration-lifetime seconds
Syntax Description
seconds
|
Lifetime in seconds. Range is from 3 to 65535 (infinity).
|
Defaults
36000 seconds
Command Modes
Interface configuration
Command History
Release
|
Modification
|
12.0(1)T
|
This command was introduced.
|
Usage Guidelines
This command allows an administrator to control the advertised lifetime on the interface. The foreign agent uses this command to control duration of registration. Visitors requesting longer lifetimes will be denied.
Examples
The following example sets the registration lifetime to 10 minutes on interface Ethernet 1 and 1 hour on interface Ethernet 2:
ip mobile registration-lifetime 600
ip mobile registration-lifetime 3600
Related Commands
Command
|
Description
|
show ip mobile interface
|
Displays advertisement information for interfaces that are providing foreign agent service or are home links for mobile nodes.
|
ip mobile secure aaa-download
To specify that authentication, authorization, and accounting (AAA) mobility security associations (SAs) are downloaded from the AAA server and at what rate the information is downloaded, use the ip mobile secure aaa-download command in global configuration mode. To delete the AAA download rate, use the no form of this command.
ip mobile secure aaa-download rate seconds
no ip mobile secure aaa-download rate seconds
Syntax Description