-
Notifications
You must be signed in to change notification settings - Fork 667
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sonic-utilities: Add CLI commands to set sflow drop-monitor-limit
* added CLI: config sflow drop-monitor-limit 1-999 (0 to disable) * added line to show sflow output to indicate current setting * added test to ensure that out-of-range value is denied The effect is to add the redis field drop_monitor_limit to the sflow configuration table in redis, as described in pull-request #1484 on the sonic-net/SONiC repo. Note: hsflowd version 2.0.52 will apply this setting. Older versions will ignore it. Signed-off-by: Neil McKee neil.mckee@inmon.com
- Loading branch information
=
committed
Feb 2, 2024
1 parent
3d45c0c
commit 686f87b
Showing
3 changed files
with
92 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters