The display flow-car statistics command displays flow CAR statistics about specific-direction traffic based on the source or destination IP address.
Parameter | Description | Value |
---|---|---|
source-ip ip-address |
Specifies a source IP address. |
The value is in dotted decimal notation. |
destination-ip ip-address |
Specifies a destination IP address. |
The value is in dotted decimal notation. |
slot slot-id |
Specifies the slot ID of an interface board. |
- |
inbound |
Indicates upstream traffic. |
- |
outbound |
Indicates downstream traffic. |
- |
Usage Scenario
To check flow CAR statistics about specific-direction traffic based on the source or destination IP address, including the number of forwarded packets, number of dropped packets, and traffic rate, run the display flow-car statistics command. If no IP address is specified in the command, all source-or-destination-based flow CAR statistics about specific-direction traffic in a specific slot are displayed.
Precautions
This command does not have a corresponding MIB object.
The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display flow-car statistics source-ip 10.1.1.1 slot 1 inbound Flow-car IP 10.1.1.1 statistics: Passed: 8291526 packets 12470455104 bytes Discard: 4055366354 packets 6099270996416 bytes Passed rate: 1 pps 14808 bps Discard rate: 0 pps 0 bps
Item | Description |
---|---|
Flow-car IP 10.1.1.1 statistics | The flow-car statistics for IP 10.1.1.1. |
Passed | Number of forwarded packets and bytes. |
Passed rate | Rate of forwarded packets and bytes. |
Discard | Number of dropped packets and bytes. |
Discard rate | Rate of dropped packets and bytes. |