[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]


Configuring the Mobile IP Home Agent

To configure the Mobile IP home agent on a virtual router:

  1. Configure a license for the Mobile IP home agent.
  2. Configure the Mobile IP home agent settings.
  3. Configure one or more mobile hosts.
  4. Configure the Mobile IP security associations for mobile hosts.
  5. Configure the Mobile IP security associations for foreign agents.
  6. Assign an interface profile to be referenced by the Mobile IP home agent.
  7. (Optional) Verify the Mobile IP configuration. See Monitoring the Mobile IP Home Agent.

The following example illustrates how you can configure a Mobile IP home agent on a virtual router named test:

! Configure the Mobile IP home agent license.
host1:test(config)#license mobile-ip home-agent demo 
! Configure the Mobile IP home agent settings.
host1:test(config)#ip mobile home-agent care-of-access acl lifetime 2000 replay 255 
reverse-tunnel-off


! Configure mobile hosts and their security associations.
host1:test(config)#ip mobile host 200.1.1.1 lifetime 200
host1:test(config)#ip mobile secure host 200.1.1.1 spi 0x398 key ascii w4ex 
algorithm keyed-md5 replay timestamp within 225
! Configure foreign agents and their security associations.
host1:test(config)#ip mobile secure foreign-agent 100.1.1.3 spi 256 key ascii secret 
replay timestamp within 255 algorithm hmac-md5
! Assign an interface profile for the Mobile IP home agent.
host1:test(config)#ip mobile profile testProfile

ip mobile home-agent

ip mobile host

or

host1(config)#ip mobile host nai @amazon.net

or

host1(config)#ip mobile host nai bob@msn.net aaa lifetime 400

ip mobile profile

ip mobile secure foreign-agent

ip mobile secure host

or

host1(config)#ip mobile secure host nai @amazon.net spi 0x100 key ascii pD4En 
algorithm keyed-md5 replay timestamp within 100

license mobile-ip home-agent


[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]