Step 1 |
configure terminal
Example:
Device# configure terminal
|
Enters global configuration mode.
|
Step 2 | wireless mobility controller
Example:Device(config)# wireless mobility controller
| Enables wireless mobility controller.
|
Step 3 | wireless mobility controller peer-group switch-peer-group-name
Example:Device(config)# wireless mobility controller peer-group SPG1
| Configures a switch peer group name. You can enter up to 31 case-sensitive ASCII printable characters for the group name. Spaces are not allowed in mobility group.
Note
| The No form of the command deletes the switch peer group.
|
|
Step 4 |
wireless mobility controller peer-group switch-peer-group-name member ip ip-address {public-ip public-ip-address}
Example:
Device(config)# wireless mobility controller peer-group SPG1 member ip 10.0.0.1
|
Adds a mobility group member to a switch peer group.
Note
| The No form of the command deletes the member from the switch peer group.
|
|
Step 5 |
wireless mobility controller peer-group switch-peer-group-name multicast
Example:
Device(config)# wireless mobility controller peer-group SPG1 multicast
|
Configures the multicast mode within a switch peer group.
|
Step 6 |
wireless mobility controller peer-group switch-peer-group-name multicast ip peer-group-multicast-ip-addr
Example:
Device(config)# wireless mobility controller peer-group SPG1 multicast ip 10.0.0.4
|
Configures the multicast IP address for a switch peer group.
Note
| The No form of the command deletes the multicast IP for the switch peer group.
|
|
Step 7 |
wireless mobility controller peer-groupswitch-peer-group-name bridge-domain-id id
Example:
Device(config)# wireless mobility controller peer-group SPG bridge-domain-id 10.0.0.5
|
Configures the bridge domain ID for a switch peer group. The default is zero.
Note
| The No form of command sets the bridge domain ID to the default value.
|
|
Step 8 |
wireless mobility group member ip ip-address [public-ip public-ip-address] [group group-name]
Example:
Device(config)# wireless mobility group member ip 10.0.0.1
|
Adds a mobility group member.
Note
| The No form of the command removes the member from the group. The default group name is the group name of MC.
|
|
Step 9 | wireless mobility dscp value
Example:Device(config)# wireless mobility dscp 46
| Sets the DSCP value for mobility control packet.
You can configure the DSCP value in a range from 0 through 63. The default value is 46.
|
Step 10 | wireless mobility group keepalive {count | interval}
Example:Device(config)# wireless mobility group keepalive count
| Configures the wireless mobility group keepalive count which is the number of keepalive retries before a member status is termed
DOWN and keepalive interval which is interval between two keepalives.
|
Step 11 | wireless mobility group name name
Example:Device(config)# wireless mobility group name group1
| Specifies the case sensitive wireless mobility group name which can be ASCII printable string up to 31 characters.
|
Step 12 | wireless mobility oracle ipmo-ip-address
Example:Device(config)# wireless mobility oracle ip 10.0.0.5
| Configures the mobility oracle IP address.
|
Step 13 | wireless management interface interface-name
Example:Device(config)# wireless management interface Vlan21
| Configures the wireless management interface.
|
Step 14 | end
Example:Device(config)# end
| Returns to privileged EXEC mode. Alternatively, you can also press Ctrl-Z to exit global configuration mode.
|