The display ap-card statistics command displays statistics on the packets received and sent by cards on APs.
Parameter |
Description |
Value |
---|---|---|
all | Specifies cards on all APs. |
- |
ap-id ap-id | Specifies an AP ID. |
The AP ID must exist. |
card card-number | Specifies an IoT card interface number. |
The interface number must exist. |
usb | Specifies the USB interface on an IoT card. |
- |
You can run this command to check statistics on the packets received and sent by cards on APs.
# Display statistics on the packets received and sent by cards on all APs.
<HUAWEI> display ap-card statistics all
------------------------------------------------------------------------------------------------------
AP ID Card-number RX-packets TX-packets RX-bytes TX-bytes
------------------------------------------------------------------------------------------------------
2 1 1 2 100 200
------------------------------------------------------------------------------------------------------
Total: 1
# Display statistics on the packets received and sent by cards on AP 2.
<HUAWEI> display ap-card statistics ap-id 2
------------------------------------------------------------------------------------------------------
AP ID Card-number Card-status RX-packets TX-packets RX-bytes TX-bytes
------------------------------------------------------------------------------------------------------
2 1 present 1 2 100 200
2 2 absent 2 1 89 14
2 3 absent 0 0 0 0
2 usb absent 0 0 0 0
------------------------------------------------------------------------------------------------------
Total: 4
Item |
Description |
---|---|
AP ID |
AP ID. |
Card-number |
Card number. |
Card-status | Whether a card is installed in the slot.
|
RX-packets | Number of packets sent to a card. |
TX-packets | Number of bytes received from a card. |
RX-bytes | Number of bytes sent to a card. |
TX-bytes | Number of bytes received from a card. |