Skip to content

Commit

Permalink
Add "state" field in CONFIG_DB fabric_monitor table as a toggle of the
Browse files Browse the repository at this point in the history
fabric port monitoring feature. The command to set this is "config
fabric port monitor state <enable/disable>"

Signed-off-by: Jie Feng <jfeng@arista.com>
  • Loading branch information
jfeng-arista committed Aug 16, 2023
1 parent fb246a5 commit 3b7cc1f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions doc/Command-Reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -3700,6 +3700,21 @@ This command sets the number of consecutive polls in which no error is detected
admin@sonic:~$ config fabric port monitor poll threshold recovery 5 -n asic0
```
**config fabric port monitor state <enable/disable>**
This command sets the monitor state in CONFIG_DB to enable/disable the fabric monitor feature.
- Usage:
```
config fabric port monitor state [OPTIONS] <state>
```
- Example:
```
admin@sonic:~$ config fabric port monitor state enable
admin@sonic:~$ config fabric port monitor state disable
```
## Feature
SONiC includes a capability in which Feature state can be enabled/disabled
Expand Down

0 comments on commit 3b7cc1f

Please sign in to comment.