The member command adds a member AC to a mobility group.
The undo member command deletes a member AC from a mobility group.
By default, no member AC is added to a mobility group.
member ip-address ipv4-address [ description description ]
undo member ip-address ipv4-address
Parameter |
Description |
Value |
---|---|---|
ip-address ipv4-address |
Specifies the IPv4 address of a mobility group member. |
The value is in dotted decimal notation. |
description description |
Description of a mobility group member. |
The value is a string of 1 to 31 case-sensitive characters without spaces. |
Usage Scenario
To enable a STA to roam between ACs, run the mobility-group name group-name command to configure a mobility group. The STA can roam between the ACs in the group. You can run the member command to add a member AC to the mobility group.
Precautions
An AC can be added only to one mobility group.
# Add the AC with IPv4 address 192.168.100.1 to the mobility group mobility.
<HUAWEI> system-view [HUAWEI] wlan [HUAWEI-wlan-view] mobility-group name mobility [HUAWEI-mc-mg-mobility] member ip-address 192.168.100.1
# Remove the AC with IPv4 address 192.168.100.1 from the mobility group mobility.
<HUAWEI> system-view [HUAWEI] wlan [HUAWEI-wlan-view] mobility-group name mobility [HUAWEI-mc-mg-mobility] undo member ip-address 192.168.100.1