On the MA, you can either configure the MC address, or enable the MC function.
SUMMARY STEPS
1.configureterminal
2.wireless mobility group member ip 10.10.21.3
DETAILED STEPS
Command or Action
Purpose
Step 1
configureterminal
Example:
Switch# configure terminal
Enters global configuration mode.
Step 2
wireless mobility group member ip 10.10.21.3
Example:
Switch (config)# wireless mobility group member ip 10.10.21.3
Defines the mobility controllers IP address.
This example shows how to add an MA into the mobility group by pointing it to an MC:
Switch(config)# wireless mobility group member ip 10.10.21.3
Adding a Mobility Controller Role to the Mobility Agent
This configurations shows the mobility controller is added to an mobility agent.
SUMMARY STEPS
1.wireless mobility controller ip 10.10.21.3
DETAILED STEPS
Command or Action
Purpose
Step 1
wireless mobility controller ip 10.10.21.3
Example:
Switch(config)# wireless mobility controller ip 10.10.21.3
Converts the mobility agent into a mobility controller.
This example shows how to add the MC role to an MA:
Switch(config)# wireless mobility controller ip 10.10.21.3
Mobility role changed to Mobility Controller.
Please save config and reboot the whole stack.
Adds a bridge domain to SPG1 used for defining the subnet-vlan mapping with other SPGs.
This example shows how to create peer group and add members to it:
Switch(config)# wireless mobility controller peer-group SPG1
Switch(config)# wireless mobility controller peer-group SPG1
Switch(config)# wireless mobility controller peer-group SPG1 member ip 10.10.20.2 public-ip 10.10.20.2
Switch(config)# wireless mobility controller peer-group SPG1 member ip 10.10.20.6 public-ip 10.10.20.6
Switch(config)# wireless mobility controller peer-group SPG2
Switch(config)# wireless mobility controller peer-group SPG2 member ip 10.10.10.20 public-ip 10.10.10.20
Switch(config)# wireless mobility controller peer-group SPG1 bridge-domain-id 54
Configuring Local Mobility Group
Configuration for wireless mobility groups and mobility group members where the mobility group is a group of MCs.
Before You Begin
MCs can belong only to one mobility group, and can know MCs in several mobility groups.
SUMMARY STEPS
1.wireless mobility group name Mygroup
2.wireless mobility group member ip 10.10.34.10
3.wireless mobility group keepalive interval 5
4.wireless mobility group keepalive count 3
DETAILED STEPS
Command or Action
Purpose
Step 1
wireless mobility group name Mygroup
Example:
Switch(config)# wireless mobility group name Mygroup
Creates a mobility group named Mygroup.
Step 2
wireless mobility group member ip 10.10.34.10
Example:
Switch(config)# wireless mobility group member ip 10.10.34.10
Adds a mobility controller to the Mygroup mobility group.
Step 3
wireless mobility group keepalive interval 5
Example:
Switch(config)# wireless mobility group keepalive interval 5
Configures the interval
between two keep
alives sent to a mobility member.
Step 4
wireless mobility group keepalive count 3
Example:
Switch(config)# wireless mobility group keepalive count 3
Configures the keep alive retries before a member status is termed DOWN.
Switch(config)# wireless mobility group name Mygroup
Switch(config)# wireless mobility group member ip 10.10.34.10
Switch(config)# wireless mobility group keepalive interval 5
Switch(config)# wireless mobility group keepalive count 3
Adding a Peer Mobility Group
Before You Begin
MCs belong to only one group, and can know MCs in several groups.
SUMMARY STEPS
1.wireless mobility group member ip 10.10.10.24 group Group2
DETAILED STEPS
Command or Action
Purpose
Step 1
wireless mobility group member ip 10.10.10.24 group Group2
Example:
Switch(config)# wireless mobility group member ip 10.10.10.24 group Group2
Adds the member as a peer MC in a different group than the Mygroup.
Configuring Optional Parameters for Mobility Group
Use this configuration to disable the sticky anchor.
SUMMARY STEPS
1.wlan open21
2.no mobility anchor sticky
DETAILED STEPS
Command or Action
Purpose
Step 1
wlan open21
Example:
Switch(config)# wlan open20
Configures a WLAN.
Step 2
no mobility anchor sticky
Example:
Switch(config-wlan)# no mobility anchor sticky
Disables the default sticky mobility anchor.
Switch(config)# wlan open20
Switch(config-wlan)# no mobility anchor sticky
Pointing the Mobility Controller to a Mobility Oracle
Before You Begin
You can configure a mobility oracle on a known mobility controller.
SUMMARY STEPS
1.wireless mobility group member ip 10.10.10.10 group Group3
2.wireless mobility oracle ip 10.10.10.10
DETAILED STEPS
Command or Action
Purpose
Step 1
wireless mobility group member ip 10.10.10.10 group Group3
Example:
Switch(config)#wireless mobility group member ip 10.10.10.10 group Group3
Creates and adds a MC to a mobility group.
Step 2
wireless mobility oracle ip 10.10.10.10
Example:
Switch(config)#wireless mobility oracle ip 10.10.10.10
Configures the mobility controller as mobility oracle.
Switch(config)#wireless mobility group member ip 10.10.10.10 group Group3
Switch(config)#wireless mobility oracle ip 10.10.10.10
Configuring Guest Controller
A guest controller is used when the clients traffic is tunneled to an guest anchor controller in the de militarized zone (DMZ). The guest client is authenticated at the anchor controller using web based mechanism. The authentication mechanism is optional and the guest is allowed to pass traffic without authentication also.
Enable the WLAN on the MA on which the guest client connects with the mobility anchor address of the guest controller.
On the guest controller WLAN, which can be CUWN 5500 or 5760, configure the mobility anchors ip address as its own ip address. This allows the traffic to be tunneld to the guest controller from MA.
SUMMARY STEPS
1.wlan Mywlan1
2.mobility anchor <guest-anchors-ip-address>
3.client vlan<vlan-name>
4.security open
DETAILED STEPS
Command or Action
Purpose
Step 1
wlan Mywlan1
Example:
Switch(config)# wlan Mywlan1
Creates a wlan for the client.
Step 2
mobility anchor <guest-anchors-ip-address>
Example:
Switch(config-wlan)# mobility anchor 10.10.10.2
Enables the guest anchors (GA) IP address on the MA.
Enables and installs the new mobility architecture on the CUWN based controller.
(Cisco Controller) >config mobility new-architecture enable
Enabling new-architecture would change mobility architecture from flat to hierarchical !!!
Configuration changes will be saved and System will be rebooted. !!!
Are you sure you want to continue? (y/n) y
Configuring Mobility Controller
This configuration shows how to change the MCs public address, or mobility group name.
SUMMARY STEPS
1.
DETAILED STEPS
Command or Action
Purpose
Step 1
Example:
Creating Peer Groups, Peer Group Member and Bridge Domain ID
Before You Begin
On the MA, you can only configure the MCs IP address.
On the MC, you can define the peer-group and each peer group members IP address.
SUMMARY STEPS
1.wireless mobility controller peer-group SPG1
2.wireless mobility controller peer-group SPG1 member ip 10.10.20.2 public-ip 10.10.20.2
3.wireless mobility controller peer-group SPG1 member ip 10.10.20.6 public-ip 10.10.20.6
4.wireless mobility controller peer-group SPG2
5.wireless mobility controller peer-group SPG2 member ip 10.10.10.20 public-ip 10.10.10.20
Adds a bridge domain to SPG1 used for defining the subnet-vlan mapping with other SPGs.
This example shows how to create peer group and add members to it:
Switch(config)# wireless mobility controller peer-group SPG1
Switch(config)# wireless mobility controller peer-group SPG1
Switch(config)# wireless mobility controller peer-group SPG1 member ip 10.10.20.2 public-ip 10.10.20.2
Switch(config)# wireless mobility controller peer-group SPG1 member ip 10.10.20.6 public-ip 10.10.20.6
Switch(config)# wireless mobility controller peer-group SPG2
Switch(config)# wireless mobility controller peer-group SPG2 member ip 10.10.10.20 public-ip 10.10.10.20
Switch(config)# wireless mobility controller peer-group SPG1 bridge-domain-id 54
Configuring Local Mobility Group
Configuration for wireless mobility groups and mobility group members where the mobility group is a group of MCs.
Before You Begin
MCs can belong only to one mobility group, and can know MCs in several mobility groups.
SUMMARY STEPS
1.wireless mobility group name Mygroup
2.wireless mobility group member ip 10.10.34.10
3.wireless mobility group keepalive interval 5
4.wireless mobility group keepalive count 3
DETAILED STEPS
Command or Action
Purpose
Step 1
wireless mobility group name Mygroup
Example:
Switch(config)# wireless mobility group name Mygroup
Creates a mobility group named Mygroup.
Step 2
wireless mobility group member ip 10.10.34.10
Example:
Switch(config)# wireless mobility group member ip 10.10.34.10
Adds a mobility controller to the Mygroup mobility group.
Step 3
wireless mobility group keepalive interval 5
Example:
Switch(config)# wireless mobility group keepalive interval 5
Configures the interval
between two keep
alives sent to a mobility member.
Step 4
wireless mobility group keepalive count 3
Example:
Switch(config)# wireless mobility group keepalive count 3
Configures the keep alive retries before a member status is termed DOWN.
Switch(config)# wireless mobility group name Mygroup
Switch(config)# wireless mobility group member ip 10.10.34.10
Switch(config)# wireless mobility group keepalive interval 5
Switch(config)# wireless mobility group keepalive count 3
Adding a Peer Mobility Group
Before You Begin
MCs belong to only one group, and can know MCs in several groups.
SUMMARY STEPS
1.wireless mobility group member ip 10.10.10.24 group Group2
DETAILED STEPS
Command or Action
Purpose
Step 1
wireless mobility group member ip 10.10.10.24 group Group2
Example:
Switch(config)# wireless mobility group member ip 10.10.10.24 group Group2
Adds the member as a peer MC in a different group than the Mygroup.
Configuring Optional Parameters for Mobility Group
Use this configuration to disable the sticky anchor.
SUMMARY STEPS
1.wlan open21
2.no mobility anchor sticky
DETAILED STEPS
Command or Action
Purpose
Step 1
wlan open21
Example:
Switch(config)# wlan open20
Configures a WLAN.
Step 2
no mobility anchor sticky
Example:
Switch(config-wlan)# no mobility anchor sticky
Disables the default sticky mobility anchor.
Switch(config)# wlan open20
Switch(config-wlan)# no mobility anchor sticky
Pointing the Mobility Controller to a Mobility Oracle
Before You Begin
You can configure a mobility oracle on a known mobility controller.
SUMMARY STEPS
1.wireless mobility group member ip 10.10.10.10 group Group3
2.wireless mobility oracle ip 10.10.10.10
DETAILED STEPS
Command or Action
Purpose
Step 1
wireless mobility group member ip 10.10.10.10 group Group3
Example:
Switch(config)#wireless mobility group member ip 10.10.10.10 group Group3
Creates and adds a MC to a mobility group.
Step 2
wireless mobility oracle ip 10.10.10.10
Example:
Switch(config)#wireless mobility oracle ip 10.10.10.10
Configures the mobility controller as mobility oracle.
Switch(config)#wireless mobility group member ip 10.10.10.10 group Group3
Switch(config)#wireless mobility oracle ip 10.10.10.10
Configuring the Mobility Oracle
Configuring Mobility Oracle on CUWN
Enabling Mobility Oracle on CUWN
This configuration shows how to enable the mobility oracle on the 5508 or WiSM2 controllers.