Memory Threshold Notifications

Similar documents
RADIUS Route Download

Configuring Embedded Resource Manager-MIB

CPU Thresholding Notification

FPG Endpoint Agnostic Port Allocation

DMVPN Event Tracing. Finding Feature Information

OSPF Incremental SPF

OSPF Limit on Number of Redistributed Routes

Fine-Grain NBAR for Selective Applications

DHCP Server MIB. Finding Feature Information. Prerequisites for the DHCP Server MIB

NAT Routemaps Outside-to-Inside Support

Quality of Service for VPNs

Configurable Queue Depth

Match-in-VRF Support for NAT

Fine-Grain NBAR for Selective Applications

Encrypted Vendor-Specific Attributes

DHCP Server Port-Based Address Allocation

802.1P CoS Bit Set for PPP and PPPoE Control Frames

Using Flexible NetFlow Flow Sampling

Cisco IOS Login Enhancements-Login Block

Using Flexible NetFlow Flow Sampling

Area Command in Interface Mode for OSPFv2

WRED Explicit Congestion Notification

Nested Class Map Support for Zone-Based Policy Firewall

Port-Level Shaping and Minimum Bandwidth Guarantee

Dynamic Bandwidth Sharing

Contextual Configuration Diff Utility

HTTP 1.1 Web Server and Client

OSPFv2 Local RIB. Finding Feature Information

IP Overlapping Address Pools

SSL Custom Application

Exclusive Configuration Change Access and Access Session Locking

QoS Packet-Matching Statistics Configuration

Regulating Packet Flow on a Per-Interface Basis Using Generic Traffic Shaping

Link Aggregation Control Protocol (IEEE 802.3ad) Support for Cisco ubr10012 Routers

AAA Dead-Server Detection

Configuring Firewall TCP SYN Cookie

Configuring DHCP Option 60 and Option 82 with VPN-ID Support for Transparent Automatic Logon

Flow-Based per Port-Channel Load Balancing

IPv6 Routing: Route Redistribution

Flexible NetFlow - Top N Talkers Support

Classifying and Marking MPLS EXP

MIB Persistence. Finding Feature Information. Information about MIB Persistence. MIB Persistence

DHCP Server Port-Based Address Allocation

NBAR2 HTTP-Based Visibility Dashboard

Password Strength and Management for Common Criteria

Exclusive Configuration Change Access and Access Session Locking

Configuring Cisco IOS IP SLAs DNS Operations

BGP Route-Map Continue

EIGRP Support for Route Map Filtering

Configuring the Physical Subscriber Line for RADIUS Access and Accounting

Configurable Number of Simultaneous Packets per Flow

Configuring the Cisco Discovery Protocol

Flexible NetFlow - MPLS Support

Basic System Management Configuration Guide, Cisco IOS XE Release 3S

Logging to Local Nonvolatile Storage (ATA Disk)

IPv6 Access Services: DHCPv6 Relay Agent

Basic System Management Configuration Guide

Configuring IP SLAs TCP Connect Operations

BGP Link Bandwidth. Finding Feature Information. Prerequisites for BGP Link Bandwidth

Configuring OSPF TTL Security Check and OSPF Graceful Shutdown

Configuring IP SLAs ICMP Echo Operations

EVC Quality of Service

Port-Shaper and LLQ in the Presence of EFPs

Configuring IP Summary Address for RIPv2

RMON Full. Finding Feature Information. Prerequisites for RMON Full

Encrypted Vendor-Specific Attributes

PPP over Frame Relay

Restrictions for Secure Copy Performance Improvement

DHCP Client. Finding Feature Information. Restrictions for the DHCP Client

Configuring IP SLA - Percentile Support for Filtering Outliers

Configuring an Error Response Code upon an Out-of-Dialog OPTIONS Ping Failure

Configuring a Load-Balancing Scheme

Configuring IP SLAs FTP Operations

QoS Tunnel Marking for GRE Tunnels

IP SLAs TWAMP Responder

BGP Event-Based VPN Import

Hiding the Internal Topology Information Embedded Within the History-info Header at the Cisco UBE

ibgp Multipath Load Sharing

Punt Policing and Monitoring

BGP Support for Dual AS Configuration for Network AS Migrations

Configuring IP SLAs ICMP Path Echo Operations

QoS: Child Service Policy for Priority Class

HSRP MD5 Authentication

Configuring IP SLAs ICMP Path Echo Operations

SIP ALG Resilience to DoS Attacks

Punt Policing and Monitoring

Configuring IP SLAs UDP Echo Operations

Configuring IP SLAs ICMP Echo Operations

WRED-Explicit Congestion Notification

Enabling ALGs and AICs in Zone-Based Policy Firewalls

RMON Configuration Guide, Cisco IOS Release 12.4

Configuring IP SLAs DLSw+ Operations

Sun RPC ALG Support for Firewalls and NAT

Sun RPC ALG Support for Firewalls and NAT

EIGRP Route Tag Enhancements

Configuring Media Antitrombone

Using Flexible NetFlow Top N Talkers to Analyze Network Traffic

Configuring Local Authentication and Authorization

IGMP Proxy. Finding Feature Information. Prerequisites for IGMP Proxy

DHCP Server RADIUS Proxy

Transcription:

The feature allows you to reserve memory for critical notifications and to configure a router to issue notifications when available memory falls below a specified threshold. Finding Feature Information, page 1 Information About, page 1 How to Define, page 2 Configuration Examples for, page 4 Additional References, page 4 Feature Information for, page 5 Finding Feature Information Your software release may not support all the features documented in this module. For the latest caveats and feature information, see Bug Search Tool and the release notes for your platform and software release. To find information about the features documented in this module, and to see a list of the releases in which each feature is supported, see the feature information table. Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to www.cisco.com/go/cfn. An account on Cisco.com is not required. Information About The feature provides two ways to mitigate low-memory conditions on a router: notifications can be sent to indicate that free memory has fallen below a configured threshold, and memory can be reserved to ensure that sufficient memory is available to issue critical notifications. To implement the feature, you should understand the following concepts: The feature allows you to reserve memory for critical notifications and to configure a router to issue notifications when available memory falls below a specified threshold. 1

Memory Reservation Memory Reservation Memory reservation for critical operations ensures that management processes, such as event logging, continue to function even when router memory is exhausted. How to Define Setting a Low Free Memory Threshold Perform this task to set a low free memory threshold. SUMMARY STEPS 1. enable 2. configure terminal 3. memory free low-watermark [processor threshold DETAILED STEPS Step 1 Step 2 Command or Action enable Router> enable configure terminal Purpose Enables privileged EXEC mode. Enter your password if prompted. Enters global configuration mode. Router# configure terminal Step 3 memory free low-watermark [processor threshold Router(config)# memory free low-watermark processor 20000 Specifies a threshold in kilobytes of free processor memory. To view acceptable values for the memory threshold, enter the following command: memory free low-watermark processor? 2

Reserving Memory for Critical Notifications Reserving Memory for Critical Notifications When a router is overloaded by processes, the amount of available memory might fall to levels insufficient for it to issue critical notifications. Perform this task to reserve a region of memory to be used by the router for the issuing of critical notifications. SUMMARY STEPS 1. enable 2. configure terminal 3. memory reserve critical kilobytes DETAILED STEPS Step 1 Step 2 Command or Action enable Router> enable configure terminal Purpose Enables privileged EXEC mode. Enter your password if prompted. Enters global configuration mode. Step 3 Router# configure terminal memory reserve critical kilobytes Router(config)# memory reserve critical 1000 Reserves the specified amount of memory in kilobytes so that the router can issue critical notifications. The amount of memory reserved for critical notifications cannot exceed 25 percent of total available memory. 3

Configuration Examples for Configuration Examples for Setting a Low Free Memory Threshold Examples Threshold for Free Processor Memory The following example shows how to specify a threshold of 20000 KB of free processor memory before the router issues notifications: Router(config)# memory free low-watermark processor 20000 If available free memory falls below the specified threshold, the router sends a notification message like this one: 000029: *Aug 12 22:31:19.559: %SYS-4-FREEMEMLOW: Free Memory has dropped below 20000k Pool: Processor Free: 66814056 freemem_lwm: 204800000 Once available free memory rises to above 5 percent of the threshold, the router sends a notification message like this one: 000032: *Aug 12 22:33:29.411: %SYS-5-FREEMEMRECOVER: Free Memory has recovered 20000k Pool: Processor Free: 66813960 freemem_lwm: 0 Reserving Memory for Critical Notifications Example The following example shows how to reserve 1000 KB of memory for critical notifications: Router# memory reserved critical 1000 Note The amount of memory reserved for critical notifications cannot exceed 25 percent of total available memory. Additional References For additional information related to the CPU Thresholding Notification feature, refer to the following references: Related Documents Related Topic SNMP traps Document Title Configuration Fundamentals Command Reference 4

Feature Information for Standards Standards No new or modified standards are supported by this feature and support for existing standards has not been modified by this feature. Title -- MIBs MIBs CISCO-PROCESS-MIB MIBs Link To locate and download MIBs for selected platforms, Cisco IOS releases, and feature sets, use Cisco MIB Locator found at the following URL: http://www.cisco.com/go/mibs RFCs RFCs No new or modified RFCs are supported by this feature and support for existing RFCs has not been modified by this feature. Title -- Technical Assistance Description The Cisco Support and Documentation website provides online resources to download documentation, software, and tools. Use these resources to install and configure the software and to troubleshoot and resolve technical issues with Cisco products and technologies. Access to most tools on the Cisco Support and Documentation website requires a Cisco.com user ID and password. Link http://www.cisco.com/cisco/web/support/index.html Feature Information for The following table provides release information about the feature or features described in this module. This table lists only the software release that introduced support for a given feature in a given software release train. Unless noted otherwise, subsequent releases of that software release train also support that feature. 5

Feature Information for Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to www.cisco.com/go/cfn. An account on Cisco.com is not required. Table 1: Feature Information for Feature Name Releases Cisco IOS XE Release 2.1 Feature Information This feature was introduced on Cisco ASR 1000 Series Aggregation Services Routers. 6