Skip to content

Commit

Permalink
High level design for route flow counter (#908)
Browse files Browse the repository at this point in the history
High level design for route flow counters support.

Flow counters are usually used for debugging, troubleshooting and performance enhancement processes. Flow counters could cover cases like:

Routes matching the configured prefix pattern (number of hits and number of bytes)
Host interface traps (number of received traps per Trap ID)
FDB entries matching the configured VXLAN tunnel or using the VLAN ID as pattern
Next-Hop/Next-Hop Group/Next-Hop Group Member
This document focus on route flow counter.
  • Loading branch information
Junchao-Mellanox authored Feb 13, 2022
1 parent 6a344c5 commit 768a897
Show file tree
Hide file tree
Showing 8 changed files with 566 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions doc/flow_counters/route_flow_counter_disabled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions doc/flow_counters/route_flow_counter_enabled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions doc/flow_counters/route_learned.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions doc/flow_counters/route_removed.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
542 changes: 542 additions & 0 deletions doc/flow_counters/routes_flow_counters.md

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions doc/flow_counters/user_set_max_allowed_match.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions doc/flow_counters/user_set_route_pattern.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 768a897

Please sign in to comment.