Display Flow Information

Use the following command to check the rate of data flowing through a flow:

Reference

Command

show flow (all | <flow-name> ) rate

Description

Display flow rate for a flow

Parameters

flow-name - max 20 characters

Mode

EXEC

EC5812 device: Need to execute "collect-flow-stats" before collecting the flow counters "show flow summary" and "show flow counters all" each time.

EC5812

EC5812# show flow summary
Flow-Name       Rule-Id        Status      Counter-Value
=========================================================
flow_001        2             Active          0
flow_001        3             Active          0
flow_001        1             Active          0
flow_001        4             Active          0
EC5812# collect-flow-stats
EC5812# show flow summary
Flow-Name       Rule-Id        Status      Counter-Value
=========================================================
flow_001        2             Active          68409729060
flow_001        3             Active          68409744544
flow_001        1             Active          68409756710
flow_001        4             Active          68409769302

Example

You can display the flow configuration and operational status as follows:

Reference

Command

show flow (all | <flow-name> rule <rule-id> )

Description

Displays all the flow configurations and rule configurations

Parameters

flow-name—max 20 characters

rule-id – within 1 to 6000

Mode

EXEC

Example

Use the following command to show the flow summary:

Reference

Command

show flow summary

Description

Displays the summary of all APB flows

Parameters

None

Mode

EXEC

Example

Use the following command to display the counters of all the flows:

Reference

Command

show flow counters (all |<flow-name> )

Description

Displays the counters of all the APB flows

Parameters

flow-name – max 20 characters

Mode

EXEC

Example

Last updated