The display mesh-profile command displays reference or configuration information about Mesh profiles.
Parameter |
Description |
Value |
---|---|---|
all |
Displays reference information about all Mesh profiles. |
- |
name profile-name |
Displays reference information about a specified Mesh profile. |
The Mesh profile must exist. |
You can run the display mesh-profile command to view the number of times a Mesh profile is referenced or configuration information of a specified Mesh profile.
# Display reference information about all Mesh profiles.
<HUAWEI> display mesh-profile all
--------------------------------------------------------------------------------
Profile name Reference
--------------------------------------------------------------------------------
default 0
test 2
--------------------------------------------------------------------------------
Total: 2
Item |
Description |
---|---|
Profile name |
Mesh profile name. To configure this parameter, run the mesh-profile command. |
Reference |
Number of times a Mesh profile is referenced. |
# Display information about the Mesh profile test.
<HUAWEI> display mesh-profile name test -------------------------------------------------------------------------------- Mesh handover profile : Security profile : default-mesh Mesh ID : HUAWEI-WLAN-MESH Max link number : 32 Link RSSI threshold(dBm) : -90 Link report interval(s) : 30 Link aging timeout(s) : 60 FWA switch : enable FWA EDCA mode : manual DHCP trust port : enable ND trust port : enable Priority map trust : DSCP Priority map mode : DSCP map 802.11e 0-7 map 0 8-15 map 1 16-23 map 2 24-31 map 3 32-39 map 4 40-47 map 5 48-55 map 6 56-63 map 7 Client mode : disable Beacon 2.4G rate(Mbps) : 1 Beacon 5G rate(Mbps) : 6 -------------------------------------------------------------------------------- Mesh WMM EDCA client parameters: -------------------------------------------------------------------------------- ECWmax ECWmin AIFSN TXOPLimit AC_VO 10 4 7 0 AC_VI 4 3 2 94 AC_BE 10 4 3 0 AC_BK 10 4 7 0 --------------------------------------------------------------------------------
Item |
Description |
---|---|
Mesh handover profile |
Mesh handover profile bound to a Mesh profile. To configure this parameter, run the mesh-handover-profile (Mesh profile view) command. |
Security profile |
Security profile bound to a Mesh profile. To configure this parameter, run the security-profile (Mesh profile view) command. |
Mesh ID |
Mesh ID of a Mesh profile. To configure this parameter, run the mesh-id command. |
Max link number |
Maximum number of Mesh links allowed on an AP. To configure this parameter, run the max-link-number command. |
Link RSSI threshold |
RSSI threshold of a Mesh link. To configure this parameter, run the link-rssi-threshold command. |
Link report interval |
Interval for reporting Mesh link information. To configure this parameter, run the link-report-interval command. |
Link aging timeout |
Aging time of a Mesh link. To configure this parameter, run the link-aging-time command. |
FWA switch |
FWA status in a Mesh profile.
To configure this parameter, run the fwa enable command. |
FWA EDCA mode |
EDCA mode.
To configure this parameter, run the fwa wmm edca-mode command. |
DHCP trust port |
Whether to enable a DHCP trusted port in a Mesh profile.
To configure this parameter, run the dhcp trust port (Mesh profile view) command. |
ND trust port |
Whether to enable an ND trusted port in a Mesh profile.
To configure this parameter, run the nd trust port (Mesh profile view) command. |
Priority map trust |
Priority mapping trusted by the Mesh air interface. To configure this parameter, run the priority-map trust (Mesh profile view) command. |
Priority map mode |
Mapping from DSCP priorities to 802.11e user priorities on the Mesh air interface. To configure this parameter, run the priority-map dscp (Mesh profile view) command. |
Client mode |
Whether to enable the Mesh client mode.
|
Beacon-2g-rate |
Transmit rate of 2.4 GHz Beacon frames configured in the Mesh profile. To configure this parameter, run the beacon-2g-rate command. |
Beacon-5g-rate |
Transmit rate of 5 GHz Beacon frames configured in the Mesh profile. To configure this parameter, run the beacon-5g-rate command. |
AC_VO |
AC_VO packets. |
AC_VI |
AC_VI packets. |
AC_BE |
AC_BE packets. |
AC_BK |
AC_BK packets. |
ECWmax |
Exponent form of the maximum contention window (ECWmax). ECWmin and ECWmax determine the average backoff time. To configure this parameter, run the fwa wmm edca-client command. |
ECWmin |
Exponent form of the minimum contention window (ECWmin). ECWmin and ECWmax determine the average backoff time. To configure this parameter, run the fwa wmm edca-client command. |
AIFSN |
Arbitration inter frame spacing number (AIFSN), which determines the channel idle time. To configure this parameter, run the fwa wmm edca-client command. |
TXOPLimit |
Transmission opportunity limit (TXOPLimit), which determines the maximum duration in which a STA can occupy a channel. A larger TXOPLimit value indicates a longer duration to occupy a channel. To configure this parameter, run the fwa wmm edca-client command. |