- Table of Contents
-
- 02-WLAN Command Reference
- 00-Preface
- 01-WLAN Interface Commands
- 02-WLAN Access Commands
- 03-WLAN Security Commands
- 04-IACTP Tunnel and WLAN Roaming Commands
- 05-WLAN RRM Commands
- 06-WLAN IDS Commands
- 07-WLAN QoS Commands
- 08-WLAN Mesh Link Commands
- 09-Advanced WLAN Commands
- 10-WLAN High Availability Commands
- 11-WLAN IPS Commands
- 12-WLAN Optimization Commands
- Related Documents
-
Title | Size | Download |
---|---|---|
08-WLAN Mesh Link Commands | 125.58 KB |
WLAN mesh link configuration commands
Support for the commands in this chapter depends on the device model. For more information, see About the H3C Access Controllers Command References.
bind wlan-mesh
Use bind wlan-mesh to bind the specified mesh interface to the mesh profile.
Use undo bind wlan-mesh to unbind the interface to the mesh profile.
Syntax
bind wlan-mesh interface-index
undo bind wlan-mesh
Default
No mesh interface is bound to the mesh profile.
Views
Mesh profile view
Default command level
2: System level
Parameters
interface-index: Specifies the index of the WLAN mesh interface in the range of 1 to 32.
Usage guidelines
One mesh interface can be bound to only one mesh profile.
Examples
# Bind interface WLAN-mesh 1 to mesh profile 1.
<Sysname> system-view
[Sysname] wlan mesh-profile 1
[Sysname-wlan-mshp-1] bind wlan-mesh 1
display wlan mesh-link ap
Use display wlan mesh-link ap to display WLAN mesh link information for the specified AP or all APs.
Syntax
display wlan mesh-link ap { all | name ap-name [ verbose ] } [ | { begin | exclude | include } regular-expression ]
Views
Any view
Default command level
1: Monitor level
Parameters
all: Specifies all APs.
name ap-name: Specifies an AP by its name.
verbose: Displays the detailed mesh link information of the specified AP.
|: Filters command output by specifying a regular expression. For more information about regular expressions, see Fundamentals Configuration Guide.
begin: Displays the first line that matches the specified regular expression and all lines that follow.
exclude: Displays all lines that do not match the specified regular expression.
include: Displays all lines that match the specified regular expression.
regular-expression: Specifies a regular expression, a case-sensitive string of 1 to 256 characters.
Examples
# Display the mesh link information about all APs.
<Sysname> display wlan mesh-link ap all
Mesh Link Information
--------------------------------------------------------------------------------
AP Name: ap1
--------------------------------------------------------------------------------
Peer Local Status RSSI Packets(Rx/Tx)
--------------------------------------------------------------------------------
00ef-2231-0b4a 00aa-4433-6699 Forwarding 50 13442/134234
00ae-2231-0d63 00aa-4433-6699 Discarding 46 24534/255
--------------------------------------------------------------------------------
AP Name: ap2
--------------------------------------------------------------------------------
Peer Local Status RSSI Packets(Rx/Tx)
--------------------------------------------------------------------------------
00aa-4433-6699 00ef-2231-0b4a Forwarding 54 231/14234
00ae-2231-0d63 00ef-2231-0b4a Discarding 32 2545/2234
--------------------------------------------------------------------------------
Table 1 Command output
Field |
Description |
Peer |
MAC address of the neighbor on the link. |
Local |
MAC address of the local AP. |
RSSI |
Received signal strength indicator (RSSI), which indicates the signal strength of the AP detected by the mesh peer. |
Packets(Rx/Tx) |
Packets sent and received. |
Status |
State of the mesh link: · Forwarding. · Discarding. |
RSSI |
Received signal strength indication. |
# Display the detailed mesh link information about the specified AP.
<Sysname> display wlan mesh-link ap name ap1 verbose
Mesh Link Verbose
--------------------------------------------------------------------------------
AP Name: ap1
--------------------------------------------------------------------------------
Peer MAC : 00ef-2231-0b4a
Local MAC : 00aa-4433-6699
Status : Discarding
RSSI : 15
SNR : 1
Noise (dBm) : 0
Cost : 100000
Link PER (%) : 13
Packets
Receive : 12
Transmit : 3
Resend : 2
TxDiscard : 0
--------------------------------------------------------------------------------
Table 2 Command output
Field |
Description |
Peer MAC |
MAC address of the peer AP. |
Local MAC |
MAC address of the local AP. |
RSSI |
Received signal strength indicator (RSSI), which indicates the mesh link signal strength detected by the AP. |
SNR |
Signal-to-noise ratio. |
Cost |
Mesh link cost. |
Link PER (%) |
Number of error packets to the total packets sent. |
Receive |
Number of packets received. |
Transmit |
Number of packets sent. |
Resend |
Number of packets resent repeatedly. |
TxDiscard |
Number of packets discarded. |
display wlan mesh-profile
Use display wlan mesh-profile to display mesh profile information.
Syntax
display wlan mesh-profile { mesh-profile-number | all } [ | { begin | exclude | include } regular-expression ]
Views
Any view
Default command level
2: System level
Parameters
mesh-profile-number: Specifies a mesh profile by its number in the range of 1 to 32.
all: Specifies all mesh profiles.
|: Filters command output by specifying a regular expression. For more information about regular expressions, see Fundamentals Configuration Guide.
begin: Displays the first line that matches the specified regular expression and all lines that follow.
exclude: Displays all lines that do not match the specified regular expression.
include: Displays all lines that match the specified regular expression.
regular-expression: Specifies a regular expression, a case-sensitive string of 1 to 256 characters.
Usage guidelines
This command is available only on the AC.
Examples
# Display the mesh profile information about mesh profile 1.
<Sysname> display wlan mesh-profile 1
Mesh Profile Parameters
--------------------------------------------------------------------------
Mesh Profile Number : 1
Mesh ID : sys_mesh
Binding Interface : WLAN-MESH1
MKD Service : Enable
Link Keep Alive Interval (s) : 2 (Default)
Link Backhaul Rate (Mbps) : 18 (Default)
Mesh Profile Status : Enable
--------------------------------------------------------------------------
Table 3 Command output
Field |
Description |
Mesh Profile Number |
Mesh profile number. |
Mesh ID |
Mesh ID of the mesh profile. |
Binding Interface |
Mesh interface bound to the mesh profile (the interface has security parameters configured). |
MKD Service |
Whether the mesh profile has mesh key domain service enabled or not. |
Link Keep Alive Interval |
Keep-alive interval to be used by devices bound to the mesh profile. |
Link Backhaul Rate |
Backhaul rate to be used by devices bound to the mesh profile. |
Mesh Profile Status |
Mesh profile status, enabled or disabled. |
display wlan mp-policy
Use display wlan mp-policy to display MP policy information.
Syntax
display wlan mp-policy { mp-policy-name | all } [ | { begin | exclude | include } regular-expression ]
Views
Any view
Default command level
2: System level
Parameters
mp-policy-name: Specifies an MP policy by its name, a string of 1 to 15 alphanumeric characters with underscores. It cannot contain any space characters.
all: Specifies all MP policies.
|: Filters command output by specifying a regular expression. For more information about regular expressions, see Fundamentals Configuration Guide.
begin: Displays the first line that matches the specified regular expression and all lines that follow.
exclude: Displays all lines that do not match the specified regular expression.
include: Displays all lines that match the specified regular expression.
regular-expression: Specifies a regular expression, a case-sensitive string of 1 to 256 characters.
Examples
# Display information about all MP policies.
<Sysname> display wlan mp-policy all
Mesh Policy Parameters
--------------------------------------------------------------------------
MP Policy Name : default_mp_plcy
Mesh Link Initiation : Enable
Mlsp : Disable
Authenticator Role : Enable
Max Links : 2 (Default)
Probe Request Interval (ms) : 1000 (Default)
Link Hold RSSI : 15 (Default)
Link Hold Time (ms) : 4000 (Default)
Link Switch Margin : 10 (Default)
Link saturation RSSI : 150 (Default)
Link rate-mode : fixed (Default)
--------------------------------------------------------------------------
Mesh Policy Parameters
--------------------------------------------------------------------------
MP Policy Name : new
Mesh Link Initiation : Enable
Mlsp : Enable
Authenticator Role : Enable
Max Links : 5
Probe Request Interval (ms) : 1000 (Default)
Link Hold RSSI : 15 (Default)
Link Hold Time (ms) : 4000 (Default)
Link Switch Margin : 10 (Default)
Link saturation RSSI : 150 (Default)
Link rate-mode : fixed (Default)
--------------------------------------------------------------------------
Table 4 Command output
Field |
Description |
MP Policy Name |
Name of the MP policy. |
Mesh Link Initiation |
Whether link initiation is enabled or not. |
Authenticator Role |
Whether role authenticator is enabled or not. |
Mlsp |
Whether the mobile link switch protocol is enabled or not. |
Max Links |
Maximum number of links on a device using this MP policy. |
Probe Request Interval |
Interval between probe requests sent by a device using this MP policy. |
Link Hold RSSI |
Default link hold RSSI. |
Link Hold Time |
Default link hold time. |
Link Switch Margin |
Default link switch margin. |
Link saturation RSSI |
Default link saturation RSSI. |
Link rate-mode |
Link rate mode: · fixed—Use the maximum fixed rate of the current radio to calculate the cost of a mesh link. · real-time—Use the real-time RSSI to calculate the cost of a mesh link. |
link-backhaul-rate
Use link-backhaul-rate to configure the link backhaul rate.
Use undo link-backhaul-rate to restore the default.
Syntax
link-backhaul-rate rate-value
undo link-backhaul-rate
Default command level
The default link backhaul rate is 18 Mbps.
Views
Mesh profile view
Default command level
2: System level
Parameters
rate-value: Specifies the rate value in Mbps, which can be set to one of the following values: 1, 2, 5.5, 6, 9, 11, 12, 18, 24, 36, 48, and 54.
Examples
# Set the link backhaul rate as 6 Mbps for mesh profile 1.
<Sysname> system-view
[Sysname] wlan mesh-profile 1
[Sysname-wlan-mshp-1] link-backhaul-rate 6
link-hold-rssi
Use link-hold-rssi to configure the minimum signal strength to allow a mesh link to be formed and held.
Use undo link-hold-rssi to restore the system default.
Syntax
link-hold-rssi value
undo link-hold-rssi
Default
The minimum signal strength to allow a link to be formed and held is 15.
Views
MP policy view
Default command level
2: System level
Parameters
value: Specifies the link formation/Link hold RSSI (received signal strength indicator), or, the minimum signal strength to allow a mesh link to be formed and held. The argument is in the range of 5 to 100, in dBm.
Examples
# Set the minimum signal strength to allow a link to be formed and held for MP policy sys_mp to 10 dBm.
<Sysname> system-view
[Sysname] wlan mp-policy sys_mp
[Sysname-wlan-mp-policy-sys_mp] link-hold-rssi 10
link-hold-time
Use link-hold-time to configure the link hold time.
Use undo link-hold-time to restore the system default.
Syntax
link-hold-time value
undo link-hold-time
Default
The link hold time is 4000 milliseconds.
Views
MP policy view
Default command level
2: System level
Parameters
value: Specifies the link hold time, or, the minimum time for keeping an active link up. It is in the range of 1000 to 20000, in milliseconds.
Examples
# Set the link hold time for MP policy sys_mp to 2000 milliseconds.
<Sysname> system-view
[Sysname] wlan mp-policy sys_mp
[Sysname-wlan-mp-policy-sys_mp] link-hold-time 2000
link-initiation enable
Use link-initiation enable to enable link initiation for the MP policy. An MP using the MP policy will perform link initiation with a peer.
Use undo link-initiation enable to disable link initiation for the MP policy.
Syntax
link-initiation enable
undo link-initiation enable
Default
Link initiation is enabled.
Views
MP policy view
Default command level
2: System level
Usage guidelines
This feature is used for train MPs in a subway WLAN mesh network to initiate link creation. When you configure MP policies for rail APs, disable this function.
Examples
# Disable link initiation for MP policy sys_mp.
<Sysname> system-view
[Sysname] wlan mp-policy sys_mp
[Sysname-wlan-mp-policy-sys_mp] undo link-initiation enable
link-keep-alive
Use link-keep-alive to configure the mesh link keep alive interval.
Use undo link-keep-alive to restore the system default.
Syntax
link-keep-alive keep-alive-interval
undo link-keep-alive
Default
The mesh link keep alive interval is 2 seconds.
Views
Mesh profile view
Default command level
2: System level
Parameters
keep-alive-interval: Specifies the link keep alive interval in seconds, in the range of 1 to 1800.
Examples
# Set the mesh link keep alive interval to 60 seconds.
<Sysname> system-view
[Sysname] wlan mesh-profile 1
[Sysname-wlan-mshp-1] link-keep-alive 60
link-saturation-rssi
Use link-saturation-rssi to configure the link saturation RSSI.
Use undo link-saturation-rssi to restore the system default. If the value is reached, the chipset is saturated and link switch will happen.
Syntax
link-saturation-rssi value
undo link-saturation-rssi
Default
The link saturation RSSI is 150 dBm.
Views
MP policy view
Default command level
2: System level
Parameters
value: Specifies the link saturation RSSI in the range of 30 to 150, in dBm.
Examples
# Set the link saturation RSSI for MP policy sys_mp to 44 dBm.
<Sysname> system-view
[Sysname] wlan mp-policy sys_mp
[Sysname-wlan-mp-policy-sys_mp] link-saturation-rssi 44
link-switch-margin
Use link-switch-margin to configure the link switch margin.
Use undo link-saturation-rssi to restore the system default.
Syntax
link-switch-margin value
undo link-switch-margin
Default
The link switch margin is 10 dBm.
Views
MP policy view
Default command level
2: System level
Parameters
value: Specifies the link switch margin. If the RSSI of the new link is greater than that of the current active link by the link switch margin, active link switch happens. This argument is in the range of 1 to 100, in dBm.
Examples
# Set the link switch margin for MP policy sys_mp to 11 dBm.
<Sysname> system-view
[Sysname] wlan mp-policy sys_mp
[Sysname-wlan-mp-policy-sys_mp] link-switch-margin 11
link-maximum-number
Use link-maximum-number to configure the maximum number of links that an MP can form in a mesh network.
Use undo link-maximum-number to restore the system default.
Syntax
link-maximum-number max-link-number
undo link-maximum-number
Default
The maximum link number is 2.
Views
MP policy view
Default command level
2: System level
Parameters
max-link-number: Specifies the maximum link number in the range of 1 to 8.
Examples
# Set the maximum number of links to 5 for MP policy sys_mp.
<Sysname> system-view
[Sysname] wlan mp-policy sys_mp
[Sysname-wlan-mp-policy-sys_mp] link-maximum-number 5
link rate-mode
Use link rate-mode to set the method to calculate the cost of a mesh link.
Use undo link rate-mode to restore the system default.
Syntax
link rate-mode { fixed | real-time }
undo link rate-mode
Default
The cost of a mesh link is calculated with the fixed method.
Views
MP policy view
Default command level
2: System level
Parameters
fixed: Uses the maximum fixed rate of the current radio to calculate the cost of a mesh link.
real-time: Uses the real-time RSSI to calculate the cost of a mesh link.
Examples
# Calculate the cost of a mesh link according to the real-time RSSI.
<Sysname> system-view
[Sysname] wlan mp-policy sys_mp
[Sysname-wlan-mp-policy-sys_mp] link rate-mode real-time
mesh-id
Use mesh-id to configure the mesh ID for the current mesh profile.
Use undo mesh-id to remove the mesh ID.
Syntax
mesh-id mesh-id-name
undo mesh-id
Default
No mesh ID is set for the mesh profile.
Views
Mesh profile view
Default command level
2: System level
Parameters
mesh-id-name: Specifies the mesh ID name, a case-sensitive string of 1 to 32 characters.
Usage guidelines
Same mesh ID cannot be assigned for two mesh profiles.
Examples
# Set the mesh ID to sys_mesh for mesh profile 1.
<Sysname> system-view
[Sysname] wlan mesh-profile 1
[Sysname-wlan-mshp-1] mesh-id sys_mesh
mesh-profile
Use mesh-profile to map the mesh profile to the current radio.
Use undo mesh-profile to unmap the specified mesh profile from the radio.
Syntax
mesh-profile mesh-profile-number
undo mesh-profile mesh-profile-number
Default
No mesh profile is mapped to the radio.
Views
Radio-Template view
Default command level
2: System level
Parameters
mesh-profile-number: Mesh profile number, in the range of 1 to 32.
Usage guidelines
Only one mesh profile can be mapped to the radio.
Examples
# Map the mesh profile 1 for radio 1.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA3628i-AGN
[Sysname-wlan-ap-ap1] radio 1 type dot11an
[Sysname-wlan-ap-ap1-radio-1] mesh-profile 1
mesh-profile enable
Use mesh-profile enable to enable the mesh profile.
Use undo mesh-profile enable to disable the mesh profile.
Syntax
mesh-profile enable
undo mesh-profile enable
Default
The mesh profile is disabled.
Views
Mesh profile view
Default command level
2: System level
Usage guidelines
A mesh profile can be enabled only when it has been bound to a mesh interface and has had a mesh ID configured.
You cannot delete a mesh profile if it has been mapped to a radio interface.
Examples
# Enable the mesh profile 1.
<Sysname> system-view
[Sysname] interface wlan-mesh 1
[Sysname-wlan-mesh1] port-security tx-key-type 11key
[Sysname-wlan-mesh1] port-security preshared-key pass-phrase 12345678
[Sysname-wlan-mesh1] port-security port-mode psk
[Sysname-wlan-mesh1] quit
[Sysname] wlan mesh-profile 1
[Sysname-wlan-mshp-1] mesh-id outdoor
[Sysname-wlan-mshp-1] bind wlan-mesh 1
[Sysname-wlan-mshp-1] mesh-profile enable
Related commands
· bind wlan-mesh
· mesh-id
· mesh-profile
mesh peer-mac-address
Use mesh peer-mac-address to specify the MAC address of a peer.
Use undo mesh peer-mac-address to remove the configuration.
Syntax
mesh peer-mac-address mac-address [ cost cost ]
undo mesh peer-mac-address { mac-address | all }
Default
No peer MAC address is specified. All peers are permitted for link formation, and the cost of the mesh link to the peer is automatically calculated.
Views
Radio view
Default command level
2: System level
Parameters
mac-address: Specifies the MAC address of a peer MP.
all: Removes all peer MAC addresses.
cost cost: Specifies the cost of the mesh link to the specified peer. It is in the range of 1 to 65535.
Usage guidelines
You can specify up to 8 peer MAC addresses.
Examples
# Configure the MAC address of a peer MP for AP 3, and configure the link cost for the mesh link as 20000.
<Sysname> system-view
[Sysname] wlan ap ap3 model WA3628i-AGN
[Sysname-wlan-ap-ap3] radio 1 type dot11an
[Sysname-wlan-ap-ap3-radio-1] mesh peer-mac-address 0023-8980-569b cost 20000
mkd-service enable
Use mkd-service enable to enable the mesh key distributor (MKD) service for the specific mesh profile.
Use undo mkd-service enable to disable the MKD service for the specific mesh profile.
Syntax
mkd-service enable mesh-profile mesh-profile-number
undo mkd-service enable mesh-profile mesh-profile-number
Default
The MKD service is disabled for all mesh profiles.
Views
System view
Default command level
2: System level
Parameters
mesh-profile-number: Specifies the mesh profile number in the range of 1 to 32.
Examples
# Enable the MKD service for mesh profile 1.
<Sysname> system-view
[Sysname]wlan mesh-profile 1
[Sysname-wlan-mshp-1]quit
[Sysname] mkd-service enable mesh-profile 1
mlsp enable
Use mlsp enable to enable mesh link switch protocol (MLSP) on the radio.
Use undo mlsp enable to disable MLSP on the radio.
Syntax
mlsp enable
undo mlsp enable
Default
MLSP is disabled.
Views
MP policy view
Default command level
2: System level
Usage guidelines
· MLSP is used for switching between the active and dormant links.
· This command is used for subway WLAN mesh deployment.
· When MLSP is disabled on the radio, the MLSP proxy MAC address configured under the current MP policy is removed.
Examples
# Enable MLSP for MP policy sys_mp.
<Sysname> system-view
[Sysname] wlan mp-policy sys_mp
[Sysname-wlan-mp-policy-sys_mp] mlsp enable
mlsp-proxy
Use mlsp-proxy to configure MLSP proxy for a connected device on an MP.
Use undo mlsp-proxy to remove the configuration.
Syntax
mlsp-proxy mac-address mac-address [ vlan vlan-id ] [ ip ip-address ]
undo mlsp-proxy mac-address { all | mac-address }
Default
No MLSP proxy is configured.
Views
MP policy view
Default command level
2: System level
Parameters
mac-address mac-address: Specifies the MAC address of the device connected to the MP.
vlan vlan-id: Specifies the VLAN where the device connected to the MP resides by VLAN ID, which is in the range of 1 to 1094 and defaults to 1.
ip ip-address: Specifies the IP address of the device connected to the MP.
all: Removes MLSP proxy configuration for all devices .
Usage guidelines
This command is available only when MLSP is enabled.
Examples
# Configure MLSP proxy for the device with MAC address 000f-e287-8700 in VLAN 10.
<Sysname> system-view
[Sysname] wlan mp-policy sys_mp
[Sysname-wlan-mp-policy-sys_mp] mlsp enable
[Sysname-wlan-mp-policy-sys_mp] mlsp-proxy mac-address 000f-e287-8700 vlan 10
# Configure MLSP proxy for the device with MAC address 000f-e287-8700 and IP address 1.1.1.1 in VLAN 10.
<Sysname> system-view
[Sysname] wlan mp-policy sys_mp
[Sysname-wlan-mp-policy-sys_mp] mlsp enable
[Sysname-wlan-mp-policy-sys_mp] mlsp-proxy mac-address 000f-e287-8700 vlan 10 ip 1.1.1.1
mp-policy
Use mp-policy to bind the MP policy to the current radio.
Use undo mp-policy to restore the default.
Syntax
mp-policy policy-name
undo mp-policy
Default
The radio adopts the default MP policy default_mp_plcy.
Views
Radio-Template view
Default command level
2: System level
Parameters
policy-name: Specifies the name of the MP policy bound to the current radio. MP policy name is a case-insensitive string of 1 to 15 characters, which can contain letters, digits, and underlines.
Usage guidelines
· Only one MP policy can be bound to the radio.
· To remove an MP policy-radio binding, disable the radio first. After you unbind an MP policy to a radio, the default MP policy is bound to the radio automatically.
· You cannot map the default MP policy.
Examples
# Bind the MP policy sys_mp to radio 1.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA3628i-AGN
[Sysname-wlan-ap-ap1] radio 1 type dot11an
[Sysname-wlan-ap-ap1-radio-1] mp-policy sys_mp
portal-service enable
Use portal-service enable to enable the portal service.
Use undo portal-service enable to disable the portal service.
Syntax
portal-service enable
undo portal-service enable
Default
The portal service is disabled.
Views
AP-Template view
Default command level
2: System level
Examples
# Enable the portal service to the MP ap1.
<Sysname> system-view
[Sysname] wlan ap ap1 model WA3628i-AGN
[Sysname-wlan-ap-ap1] portal-service enable
probe-request-interval
Use probe-request-interval to configure the probe request interval.
Use undo probe-request-interval to restore the system default.
Syntax
probe-request-interval interval-value
undo probe-request-interval
Default
The probe request interval is 1000 ms.
Views
Mesh profile view
Default command level
2: System level
Parameters
interval-value: Specifies the probe request interval in the range of 100 to 8191, in ms.
Examples
# Set the probe request interval to 500 ms for MP policy sys_mp.
<Sysname> system-view
[Sysname] wlan mp-policy sys_mp
[Sysname-wlan-mp-policy-sys_mp] probe-request-interval 500
role-authenticator enable
Use role-authenticator enable to enable the device to play the role of an authenticator based on negotiation results.
Use undo role-authenticator enable to disable the device to play the role of an authenticator. The device will always be a supplicant.
Syntax
role-authenticator enable
undo role-authenticator enable
Default
Whether a device plays the role of an authenticator is based on negotiation results.
Views
MP policy view
Default command level
2: System level
Examples
# Set authenticator role for an MP policy as sys_mp.
<Sysname> system-view
[Sysname] wlan mp-policy sys_mp
[Sysname-wlan-mp-policy-sys_mp] role-authenticator enable
signal
Use signal to specify the mesh signal transmission media.
Use undo signal to restore the default.
Syntax
signal { air | wave-guide }
undo signal
Default
The mesh signal transmission media is air.
Views
MP policy view
Default command level
2: System level
Parameters
air: Specifies the transmission media as air.
wave-guide: Specifies the transmission media as waveguides.
Examples
# Specify the mesh signal transmission media as waveguides.
<Sysname> system-view
[Sysname] wlan mp-policy 1
[Sysname-wlan-mp-policy-1]signal wave-guide
temporary-link enable
Use temporary-link enable to enable the temporary link function.
Use undo temporary-link enable to disable the temporary link function.
Syntax
temporary-link enable
undo temporary-link enable
Default
The temporary link function is enabled.
Views
MP policy view
Default command level
2: System level
Examples
# Disable the temporary link function.
<Sysname> system-view
[Sysname] wlan mp-policy 1
[Sysname-wlan-mp-policy-1]undo temporary-link enable
waveguide-to-air
Use waveguide-to-air to set the air-transmitted RSSI threshold for an MP to switch the transmission media from waveguide to air.
Use undo waveguide-to-air to restore the default.
Syntax
waveguide-to-air rssi-threshold rssi-threshold
undo waveguide-to-air rssi-threshold
Default
The air-transmitted RSSI threshold is 20 for switching the transmission media from waveguide to air.
Views
MP policy view
Default command level
2: System level
Parameters
rssi-threshold: Specifies the threshold in the range of 5 to 150 dbm.
Usage guidelines
This feature enables an MP to switch the mesh signal transmission media from waveguide to air if the detected air-transmitted signal strength is higher than the specified threshold.
Make sure the configured threshold is higher than the link hold RSSI and lower than the link saturation RSSI.
Examples
# Set the air-transmitted signal strength threshold to 30 for an MP to switch the media from waveguide to air.
<Sysname> system-view
[Sysname] wlan mp-policy 1
[Sysname-wlan-mp-policy-1] waveguide-to-air rssi-threshold 30
Related commands
link-hold-rssi
link-saturation-rssi
wlan mesh-link-test
Use wlan mesh-link-test to perform mesh link test on the specified AP and display the test results five seconds later.
Syntax
wlan mesh-link-test ap-name
Views
User view
Default command level
1: Monitor level
Parameters
ap-name: Specifies the name of the AP, a case-insensitive string of 1 to 64 characters.
Examples
# Perform mesh link test on AP 1.
<Sysname> wlan mesh-link-test ap1
Testing mesh link of ap1, press CTRL_C to break.....done.
Mesh Link Information
--------------------------------------------------------------------------------
AP Name: ap1
--------------------------------------------------------------------------------
Peer Local Status RSSI Packets(Rx/Tx)
--------------------------------------------------------------------------------
00ef-2231-0b4a 00aa-4433-6699 Forwarding 54 231/14234
Table 5 Command output
Field |
Description |
Peer |
MAC address of the neighbor on the link. |
Local |
Local MAC address. |
Status |
State of the mesh link: · Forwarding. · Discarding. |
RSSI |
Received signal strength indication, which indicates the AP signal strength detected by the mesh peer. |
Packets(Rx/Tx) |
Packets sent and received. |
wlan mesh-profile
Use wlan mesh-profile to create a mesh profile and enter mesh profile view.
Use undo wlan mesh-profile to delete the specified mesh profile.
Syntax
wlan mesh-profile mesh-profile-number
undo wlan mesh-profile mesh-profile-number
Views
System view
Default command level
2: System level
Parameters
mesh-profile-number: Specifies the mesh profile number in the range of 1 to 32.
Usage guidelines
The properties of a mesh profile can be changed only when it is disabled.
Examples
# Create mesh profile 1 and enter mesh profile 1 view.
<Sysname> system-view
[Sysname] wlan mesh-profile 1
[Sysname-wlan-mshp-1]
Related commands
· bind wlan-mesh
· mesh-id
· link-keep-alive
· mesh-profile enable
· link-backhaul-rate
wlan mkd-id
Use wlan mkd-id to configure the MKD ID.
Use undo wlan mkd-id to remove the MKD ID.
Syntax
wlan mkd-id mkd-id
undo wlan mkd-id
Default
The MKD ID is 000F-E200-0001.
Views
System view
Default command level
2: System level
Parameters
mkd-id: Specifies the MKD ID, which is a MAC address.
Usage guidelines
· Make sure the MAC address configured is unused and has the correct vendor specific part.
· The MAC address of an AC cannot be configured as the MKD ID.
Examples
# Configure the MKD ID as 00-0f-e2-00-00-02.
<Sysname> system-view
[Sysname] wlan mkd-id 000f-e200-0002
wlan mp-policy
Use wlan mp-policy to create an MP policy and enter MP policy view.
Use undo wlan mp-policy to delete the specified MP policy.
Syntax
wlan mp-policy policy-name
undo wlan mp-policy policy-name
Default
There is a default MP policy default_mp_plcy.
Views
System view
Default command level
2: System level
Parameters
policy-name: Specifies an MP policy by its name, a case-insensitive string of 1 to 15 characters.
Usage guidelines
The name of an MP policy cannot be a, al, all, and default_mp_plcy.
Modification or deletion of default MP policy named default_mp_plcy is not allowed.
You cannot delete an MP policy if it has been mapped to a radio.
You cannot change the properties of an MP policy if the radio to which the policy has mapped has been enabled.
Examples
# Create an MP policy named sys_mp and enter MP policy view.
<Sysname> system-view
[Sysname] wlan mp-policy sys_mp
[Sysname-wlan-mp-policy-sys_mp]
Related commands
· link-initiation enable
· link-maximum-number
· probe-request-interval
· mlsp enable
· role-authenticator enable