memory

Configures the EX3500‘s memory utilization rising (upper) and falling (lower) threshold values. Once configured, the system sends a notification when the memory utilization exceeds the specified rising limit or falls below the specified falling limit.

By customizing an EX3500's memory and CPU utilization‘s upper and lower thresholds, you can avoid over utilization of the EX3500‘s processor capacity when sharing network resources with an NX series service platform or a WiNG VM.

Supported in the following platforms:

  • Service Platforms — NX 95XX, NX 96XX, NX 7510

Syntax

memory [falling-threshold|rising-threshold] <1-100>

Parameters

memory [falling-threshold|rising-threshold] <1-100>
memory Configures the EX3500‘s memory utilization rising and falling threshold values. The system generates a notification when either of these limits is exceeded.
falling-threshold <1-100> Configures the falling threshold for the EX3500 memory utilization
  • <1-100> – Specify the falling threshold as a percentage from 1 - 100. The default is 70%.
rising-threshold <1-100> Configures the rising threshold for the EX3500‘s memory utilization
  • <1-100> – Specify the rising threshold as a percentage from 1 - 100. The default is 90%.

Examples

nx9500-6C8809(config-ex3500-management-policy-test)#memory falling-threshold 50
nx9500-6C8809(config-ex3500-management-policy-test)#memory rising-threshold 95
nx9500-6C8809(config-ex3500-management-policy-test)#show context
ex3500-management-policy test
 http secure-server
 enable password level 3 7 12345678901020304050607080929291
 snmp-server notify-filter 1 remote 127.0.0.1
 memory falling-threshold 50
 memory rising-threshold 95
nx9500-6C8809(config-ex3500-management-policy-test)#

Related Commands

no (ex3500-management-policy-config-mode) Reverts the memory utilization's falling-threshold and/or rising threshold to 70% and 90% respectively