stack-status sample-mode

Use this command to configure global status management mode, sample size. The mode, sample size parameters are applied globally on all units in the stack. The default sampling mode of the operation is cumulative summing.

Note

Note

This configuration command is implemented as part of serviceability functionality and therefore is not expected to be persistent across reloads. This configuration is never visible in the running configuration under any circumstances. It is the responsibility of the user to switch the sample mode on-demand as per the requirement. This configuration is applied to all the members that are part of the stack when the command is triggered. This configuration cannot play onto cards that are part of the stack at later point of the time.
Default Cumulative Summing
Format stack-status sample-mode {cumulative | history} [max-samples 100 - 500]
Mode Stack Global Config Mode
Parameter Description
sample-mode Mode of sampling
cumulative Tracks the sum of received time stamp offsets cumulatively.
history Tracks history of received timestamps
max-samples Maximum number of samples to keep

The following command sets the sampling mode to cumulative summing.

(Extreme 220) (Routing) #configure 
(Extreme 220) (Config) #stack
(Extreme 220) (Config-stack)# stack-status sample-mode cumulative

The following command sets the sampling mode to history and the sample size to default (that is, 300).

(Extreme 220) #configure
(Extreme 220) (Config) #stack
(Extreme 220) (Config-stack)#stack-status sample-mode history

The following command sets the sampling mode to history and sample size to 100.

(Extreme 220) #configure
(Extreme 220) (Config) (Config)#stack
(Extreme 220) (Config-stack)#stack-status sample-mode history max-samples 100