Configuring Layer-3 Mobility

To configure a mobility domain, you have to specify the list of all Instant networks that form the mobility domain. To allow clients to roam seamlessly among all the Instant APs, specify the virtual controller IP for each foreign subnet Subnet is the logical division of an IP network.. You may include the local Instant or virtual controller IP address, so that the same configuration can be used across all Instant networks in the mobility domain.

It is recommended that you configure all client subnets Subnet is the logical division of an IP network. in the mobility domain.

When the client subnets Subnet is the logical division of an IP network. are configured, note the following scenarios:

Home Agent Load Balancing

Home Agent Load Balancing is required in large networks where multiple tunnels might terminate on a single border or lobby Instant AP and overload it. When load balancing is enabled, the virtual controller assigns the home Instant AP for roamed clients by applying a round robin policy. With this policy, the load for the Instant APs acting as Home Agents for roamed clients is uniformly distributed across the Instant AP cluster.

Configuring a Mobility Domain for Instant

The following procedure describes how to configure Layer-3 mobility domain by using the WebUI:

  1. Go to the Configuration > System page.
  2. Click the Show advanced options.
  3. Expand L3 Mobility.
  4. Toggle the Home agent load balancing switch to enable. By default, home agent load balancing is disabled.
  5. Click + in the Virtual Controller IP Addresses section. In the New IP address field, add the IP address of a virtual controller that is part of the mobility domain, and click OK.
  6. Repeat Step 5, to add the IP addresses of all virtual controllers that form the Layer-3 mobility domain.
  7. Click + in the Subnets section and specify the following:
    1. IP address—Enter the client subnet Subnet is the logical division of an IP network. in the text box.
    2. Subnet mask—Enter the mask in the text box.
    3. VLAN ID—Enter the VLAN Virtual Local Area Network. In computer networking, a single Layer 2 network may be partitioned to create multiple distinct broadcast domains, which are mutually isolated so that packets can only pass between them through one or more routers; such a domain is referred to as a Virtual Local Area Network, Virtual LAN, or VLAN. ID of the home network in the text box.
    4. Virtual controller IP—Enter the home virtual controller IP address for this subnet Subnet is the logical division of an IP network. in the text box.
  8. Click OK.
  9. Click Save.

The following CLI Command-Line Interface. A console interface with a command line shell that allows users to execute text input as commands and convert these commands to appropriate functions. commands configure a mobility domain:

(Instant AP)(config)# l3-mobility

(Instant AP)(L3-mobility)# home-agent-load-balancing

(Instant AP)(L3-mobility)# virtual-controller <IP-address>

(Instant AP)(L3-mobility)# subnet <IP-address> <subnet-mask> <VLAN-ID> <virtual-controller-IP-address>