439
chassis
chassis-number
slot
slot-number
: Displays traffic statistics on a card of an IRF member
device. The
chassis-number
argument refers to the ID of the IRF member device. The
slot-number
argument refers to the number of the slot where the card resides. (In IRF mode.)
|
: 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 traffic statistics of source IP address 192.168.1.2.
<Sysname> display flow-statistics statistics source-ip 192.168.1.2
Flow Statistics Information
-----------------------------------------------------------
IP Address : 192.168.1.2
-----------------------------------------------------------
Total number of existing sessions : 70
Session establishment rate : 10/s
TCP sessions : 10
Half-open TCP sessions : 10
Half-close TCP sessions : 10
TCP session establishment rate : 10/s
UDP sessions : 10
UDP session establishment rate : 10/s
ICMP sessions : 10
ICMP session establishment rate : 10/s
RAWIP sessions : 10
RAWIP session establishment rate : 10/s
Table 76 Command output
Field Description
IP Address
Source IP address.
Total number of existing sessions
Total number of connections.
Session establishment rate
Connection establishment rate.
TCP sessions
Number of TCP connections.
Half-open TCP sessions
Number of half-open connections.
Half-close TCP sessions
Number of half-close connections.
TCP session establishment rate
TCP connection establishment rate.
UDP sessions
Number of UDP connections.
UDP session establishment rate
UDP connection establishment rate.
ICMP sessions
Number of ICMP connections.
ICMP session establishment rate
ICMP connection establishment rate.
RAWIP sessions
Number of RAWIP connections.
RAWIP session establishment rate
RAWIP connection establishment rate.