You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -3133,9 +3134,10 @@ Go Back To [Beginning of the document](#) or [Beginning of this section](#featur
3133
3134
3134
3135
## Flow Counters
3135
3136
3136
-
This section explains all the Flow Counters show commandsand clear commands that are supported in SONiC. Flow counters are usually used for debugging, troubleshooting and performance enhancement processes. Flow counters supports case like:
3137
+
This section explains all the Flow Counters show commands, clear commands and config commands that are supported in SONiC. Flow counters are usually used for debugging, troubleshooting and performance enhancement processes. Flow counters supports case like:
3137
3138
3138
3139
- Host interface traps (number of received traps per Trap ID)
3140
+
- Routes matching the configured prefix pattern (number of hits and number of bytes)
3139
3141
3140
3142
### Flow Counters show commands
3141
3143
@@ -3165,6 +3167,50 @@ Because clear (see below) is handled on a per-user basis different users may see
3165
3167
asic1 dhcp 200 3,000 45.25/s
3166
3168
```
3167
3169
3170
+
**show flowcnt-route stats**
3171
+
3172
+
This command is used to show the current statistics for route flow patterns.
3173
+
3174
+
Because clear (see below) is handled on a per-user basis different users may see different counts.
3175
+
3176
+
- Usage:
3177
+
```
3178
+
show flowcnt-route stats
3179
+
show flowcnt-route stats pattern <route_pattern> [--vrf <vrf>]
3180
+
show flowcnt-route stats route <route_prefix> [--vrf <vrf>]
0 commit comments