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
This command enables or disables PFCWD's "BIG RED SWITCH"(BRS). After enabling BRS PFC Watchdog will be activated on all ports/queues it is configured for no matter whether the storm was detected or not
3831
+
3832
+
- Usage:
3833
+
```
3834
+
config pfcwd big_red_switch enable
3835
+
```
3836
+
3837
+
**config pfcwd start_default**
3838
+
3839
+
This command starts PFC Watchdog with the default settings.
3840
+
3841
+
- Usage:
3842
+
```
3843
+
config pfcwd start_default
3844
+
```
3845
+
3846
+
Default values are the following:
3847
+
3848
+
- detection time - 200ms
3849
+
- restoration time - 200ms
3850
+
- polling interval - 200ms
3851
+
- action - 'drop'
3852
+
3853
+
Additionally if number of ports in the system exceeds 32, all times will be multiplied by roughly <num_ports\>/32.
3854
+
3855
+
3856
+
**show pfcwd config**
3857
+
3858
+
This command shows current PFC Watchdog configuration
3859
+
3860
+
- Usage:
3861
+
```
3862
+
show pfcwd config
3863
+
```
3864
+
3865
+
**show pfcwd stats**
3866
+
3867
+
This command shows current PFC Watchdog statistics (storms detected, packets dropped, etc)
3868
+
3869
+
- Usage:
3870
+
```
3871
+
show pfcwd stats
3872
+
```
3873
+
3874
+
Go Back To [Beginning of the document](#) or [Beginning of this section](#pfc-watchdog-commands)
0 commit comments