Configuration Guide Threshold Configuration
Viewing the Configuration
The following commands are used to view the threshold values of different categories:
Typical Example of Threshold Configuration
Network Requirement
N/A
Network Topology
N/A
Configuration Steps
Use the following commands to set the warning and critical threshold of the CPU utilization and
temperature to 80 and 90, 50 and 80 respectively:
Ruijie# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Ruijie(config)#threshold set cpu member 1 80 90
Ruijie(config)#threshold set temperature member 1 60 80
Configuration Verification
Use the show threshold command to view the threshold of each category:
Ruijie#show threshold cpu
Device Warning Critical
Member 1: 80 90
Ruijie#show threshold memory
Device Warning Critical
Member 1: 90 100
Ruijie#show threshold temperature
Device Warning Critical
Member 1: 60 80
The information above tells that the CPU utilization and temperature threshold have been set as the
specified values, while the memory utilization threshold is still the default value.