MIBs Depot

CISCO-L4L7MODULE-RESOURCE-LIMIT-MIB

Registered at
1.3.6.1.4.1.9.9.480
Last updated
2013-02-20 00:00
Organization
Cisco Systems, Inc.
Revisions
2013-02-20 00:00, 2012-09-20 00:00, 2011-06-10 00:00, 2011-04-15 00:00, 2010-12-06 00:00, 2008-03-07 00:00, 2008-02-07 00:00, 2006-06-19 00:00, 2005-08-05 00:00
Namespace
cisco
Source file
CISCO-L4L7MODULE-RESOURCE-LIMIT-MIB
Digest
sha256:dc06f6ffda630bf8de37facd006e01d3a726dba824384b17b601eeca6b004fe6

Description

The MIB module for managing resource classes and configuring limits(max/min) to different resources. The resource referenced in this MIB are in addition to resource information availale in other MIBs. This MIB is applicable to L4-L7 modules which supports managing resource limits using a centralized approach. The resources (but not limited to) configured are of following categories: - TCP/IP Connections - MAC Addresses - syslog buffer, ACL Memmory - NAT Translations etc ciscoL4L7ResourceClassTable is used for adding/deleting resource classes. Resource class is identified by a name to which limits of multiple resources can be configured. ciscoL4L7ResourceLimitTable is used for adding/deleting limits to resources in a resource class. This limit is either maximum value and/or minimal value. ciscoL4L7ResourceRateLimitTable is used for adding/deleting rate limits to resources in a resource class. Terminologies used: ARP - Address Resolution Protocol. ACL - Access Control List. NAT - Network Address Translation. NBAR - Network Based Application Recognition. BPDU - Bridge Protocol Data Unit.

Contact

Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-l4l7security@cisco.com

Imports

FromSymbols
CISCO-SMIciscoMgmt
ENTITY-MIBentPhysicalIndex
INET-ADDRESS-MIBInetAddress, InetAddressType
SNMP-FRAMEWORK-MIBSnmpAdminString
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter32, Counter64, Gauge32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso
SNMPv2-TCDisplayString, RowStatus, StorageType, TEXTUAL-CONVENTION, TimeStamp, TruthValue

Imported by

1 module(s) in this corpus import this one.

Load order

Every file a consumer needs in order to load this module, dependencies first.

CISCO-L4L7MODULE-RESOURCE-LIMIT-MIB
CISCO-SMI
ENTITY-MIB
IANA-ENTITY-MIB
INET-ADDRESS-MIB
SNMP-FRAMEWORK-MIB
SNMPv2-CONF
SNMPv2-SMI
SNMPv2-TC
UUID-TC-MIB

Textual conventions

NameOIDSyntaxAccessStatus
CiscoBufferUtilPercentage
TEXTUAL-CONVENTION
Buffer utilization as a percentage and should be presented in using xx.yy format.
current
CiscoRateLimitResourceType
TEXTUAL-CONVENTION
This object represents the resource type for which rate limiting needs to be done. The value for rate limiting is specified in crlRateLimitResourceMin and crlRateLimitResourceMax. The possible value(s) are : all (1) : This value represents a wildcard value to mean all the resources. arpRequestsXmt (2) : ARP requests generated per second arpResponses (3) : ARP responses to received ARP requests per second. bandwidth (4) : Bandwidth of the card in bytes per second. connections (5) : connections per second. appInspections (6) : application inspections per second. syslog (7) : syslog messages per second. sslBandwidth (8) : SSL bandwidth in bytes per second. sslConnections (9) : SSL connections per second. mgmtBandwidth (10): Management (to-the-ACE) traffic in bytes per second. throughput (11): User (through-the-ACE) traffic in bytes per second. missedMac (12): Number of ARP resolution requests in packets per second. httpCompression (13): Compression rate for HTTP traffic in bytes per second.
current
CiscoResourceClass
TEXTUAL-CONVENTION
This textual convention is used for representing resource classes. A resource class is identified by a name preferably in human readable form. This resource class is used for identifying different type of resources. The resource class can represent single resource type or multiple resource type. Resource category examples: memory, connections NAT(network address translation) translations, number of syslog messages etc.
current
CiscoResourceLimitType
TEXTUAL-CONVENTION
This object represents the resource type. The possible values are : all (1) : This is not a resource. However this value acts as the wild card value to set all the resources at the same time. If an entry exists with this value, then for all the resources that are not configured in this table will have the value specified in this entry. macAddresses(2) : The number of MAC addresses allowed in the MAC address table. concurrentConns (3) : Concurrent TCP/UDP connections that are supported. Connections exist between any two hosts. This is applicable for through the box connections only. mgmtConnections (4) : This is applicable for to-the-box traffic only. proxyConns (5) : Sticky connections limit traffic to the individual real servers by allowing multiple connections from the same client to stick (or attach) to the same real server using source IP addresses, source IP subnets, cookies, and the secure socket layer (SSL) or by redirecting these connections using Hypertext Transfer Protocol (HTTP) redirect messages. probes (6) : the number of health probes. stickyEntries (7) : the number of sticky entries. This refers to statically configured entries and dynamically created ones. It represents the pool of entries available for use/re-use. natTranslations (8) : the number of NAT Translations. regexState (9) : Regular expression state. Regex states are nodes in the regular expression state graph, used for matching and sticking on HTTP fields such as URL, header, cookies. aclMemory (10) : Memory that is allocated for managing ACLs. ipReassemBuffer (11) : buffer that is allocated for IP Reassembly. syslogBuffer (12) : buffer that is allocated for syslog messages that can be logged in the system. tcpOOOBuffer (13) : buffer that is allocated for TCP Out Of Order packets. sslConnections (14) : The number of SSL Connections. hosts (15) : Number of hosts allowed through the system. ipsecSessions (16) : Number of IPSec management sessions. asdmSessions (17) : Number of ASDM management sessions. sshSessions (18) : Number of SSH management sessions. telnetSessions (19) : Number of Telnet management sessions. cpu (20) : CPU utilization by the system. memory (21) : Memory utilization by the system.
current
CiscoResourceType
TEXTUAL-CONVENTION
This object represents a resource type. The possible values for this object are: lMacAddresses (1) : Refer to 'macAddresses' in CiscoResourceLimitType. lConcurrentConns (2) : Refer to 'concurrentConns' in CiscoResourceLimitType. lMgmtConnections (3) : Refer to 'mgmtConnections' in CiscoResourceLimitType. lProxyConns (4) : Refer to 'proxyConns' in CiscoResourceLimitType. lProbes (5) : Refer to 'probes' in CiscoResourceLimitType. lStickyEntries (6) : Refer to 'stickyEntries' in CiscoResourceLimitType. lNatTranslations (7) : Refer to 'natTranslations' in CiscoResourceLimitType. lRegexState (8) : Refer to 'regexState' in CiscoResourceLimitType. lAclMemory (9) : Refer to 'aclMemory' in CiscoResourceLimitType. lIpReassemBuffer (10) : Refer to 'ipReassemBuffer' in CiscoResourceLimitType. lSyslogBuffer (11) : Refer to 'syslogBuffer' in CiscoResourceLimitType. lTcpOOOBuffer (12) : Refer to 'tcpOOOBuffer' in CiscoResourceLimitType. lSslConnections (13) : Refer to 'sslConnections' in CiscoResourceLimitType. lHosts (14) : Refer to 'hosts' in CiscoResourceLimitType. lIpsecSessions (15) : Refer to 'ipsecSessions' in CiscoResourceLimitType. lAsdmSessions (16) : Refer to 'asdmSessions' in CiscoResourceLimitType. lSshSessions (17) : Refer to 'sshSessions' in CiscoResourceLimitType. lTelnetSessions (18) : Refer to 'telnetSessions' in CiscoResourceLimitType. rlArpRequestsXmt (19) : Refer to 'arpRequestsXmt' in CiscoRateLimitResourceType. rlArpResponses (20) : Refer to 'arpResponses' in CiscoRateLimitResourceType. rlBandwidth (21) : Refer to 'bandwidth' in CiscoRateLimitResourceType. rlConnections (22) : Refer to 'connections' in CiscoRateLimitResourceType. rlAppInspections (23) : Refer to 'appInspections' in CiscoRateLimitResourceType. rlSyslog (24) : Refer to 'syslog' in CiscoRateLimitResourceType. rlSslBandwidth (25) : Refer to 'sslBandwidth' in CiscoRateLimitResourceType. rlSslConnections (26) : Refer to 'sslConnections' in CiscoRateLimitResourceType. rlMgmtBandwidth (27) : Refer to 'mgmtBandwidth' in CiscoRateLimitResourceType. rlThroughput (28) : Refer to 'throughput' in CiscoRateLimitResourceType. rlMissedMac (29) : Refer to 'missedMac' in CiscoRateLimitResourceType. rlHttpCompression (30) : Refer to 'httpCompression' in CiscoRateLimitResourceType.
current

Objects

NameOIDSyntaxAccessStatus
ciscoL4L7ResourceLimitNotifs
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.480.0
ciscoL4L7ResourceLimitMIBObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.480.1
crlResource
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.480.1.1
ciscoL4L7ResourceClassTable
OBJECT-TYPE
This table contains one row per resource class. This table is used for adding/deleting the resource class in the system. A resource class can contain limits for different category of resources and these resources can be configured using other tables.
1.3.6.1.4.1.9.9.480.1.1.1not-accessiblecurrent
ciscoL4L7ResourceClassEntry
OBJECT-TYPE
Information about a particular resource class. Each entry provides the name of class. The entPhysicalIndex refers to resource manageable component in entPhysicalTable with entPhysicalClass -> 'module'.
1.3.6.1.4.1.9.9.480.1.1.1.1not-accessiblecurrent
crlResourceClassName
OBJECT-TYPE
This object identifies a unique resource class in a resource manageable component identified by entPhysicalIndex.
1.3.6.1.4.1.9.9.480.1.1.1.1.1CiscoResourceClassnot-accessiblecurrent
crlResourceClassStorageType
OBJECT-TYPE
The storage type for this conceptual row. Conceptual rows having the value 'permanent' need not allow write-access to any columnar objects in the row. This object can not be modified when the value of crlResourceClassRowStatus is 'active'.
1.3.6.1.4.1.9.9.480.1.1.1.1.2StorageTyperead-createcurrent
crlResourceClassRowStatus
OBJECT-TYPE
This object is used for adding/deleting resource classes in a system.
1.3.6.1.4.1.9.9.480.1.1.1.1.3RowStatusread-createcurrent
ciscoL4L7ResourceLimitTable
OBJECT-TYPE
This table is used for adding resource limits to resources in a resource class.
1.3.6.1.4.1.9.9.480.1.1.2not-accessiblecurrent
ciscoL4L7ResourceLimitEntry
OBJECT-TYPE
Information about a particular resource in a resource class. Each entry provides the type of resource, the limit that is supported for that resource and type of the limit value.
1.3.6.1.4.1.9.9.480.1.1.2.1not-accessiblecurrent
crlResourceLimitType
OBJECT-TYPE
This object represents the type of resource in a resource class identified by crlResourceClassName.
1.3.6.1.4.1.9.9.480.1.1.2.1.2CiscoResourceLimitTypenot-accessiblecurrent
crlResourceLimitValueType
OBJECT-TYPE
This object represents the type of value specified in crlResourceLimitMax and crlResourceLimitMin objects. The possible values are : absolute (1) : the value represents an absolute number. percentage (2) : the value represents the % of the total available for the system. In this case only crlResourceLimitMax object is applicable.
1.3.6.1.4.1.9.9.480.1.1.2.1.3INTEGER {absolute(1), percentage(2)}read-createcurrent
crlResourceLimitMin
OBJECT-TYPE
This object represents the rate limit allowed for the resource identified by 'ciscoResourceLimitType'. This value cannot be greater than the value specified in ciscoResourceLimitMax. The value zero signifies that this object is not applicable to the resource.
1.3.6.1.4.1.9.9.480.1.1.2.1.4Unsigned32read-createcurrent
crlResourceLimitMax
OBJECT-TYPE
This object represents the limit allowed for the resource identified by 'ciscoResourceLimitType'. The value zero specifies that this resource can be used until the system limit reached.
1.3.6.1.4.1.9.9.480.1.1.2.1.5Unsigned32read-createcurrent
crlResourceLimitStorageType
OBJECT-TYPE
The storage type for this conceptual row. Conceptual rows having the value 'permanent' need not allow write-access to any columnar objects in the row. This object cannot be modified when the value of crlResourceLimitRowStatus is 'active'.
1.3.6.1.4.1.9.9.480.1.1.2.1.6StorageTyperead-createcurrent
crlResourceLimitRowStatus
OBJECT-TYPE
This object is used for adding/deleting entries in this table.
1.3.6.1.4.1.9.9.480.1.1.2.1.7RowStatusread-createcurrent
crlResourceLimitCurrentUsage
OBJECT-TYPE
This object indicates the number of resources identified by 'ciscoResourceLimitType', that are currently being used in the system.
1.3.6.1.4.1.9.9.480.1.1.2.1.8Gauge32read-onlycurrent
crlResourceLimitPeakUsage
OBJECT-TYPE
This object represents the peak usage of the resource identified by 'ciscoResourceLimitType' since the statistics were last cleared either through the command line interface or bacause of the system reboot.
1.3.6.1.4.1.9.9.480.1.1.2.1.9Gauge32read-onlycurrent
crlResourceLimitReqsDeniedCount
OBJECT-TYPE
This object represents the number of resource requests that were denied when the configured resource limit is exceeded for the resource identified by 'ciscoResourceLimitType'. The value for resource limiting is specified in 'crlResourceLimitMax'.
1.3.6.1.4.1.9.9.480.1.1.2.1.10Counter32read-onlycurrent
ciscoL4L7ResourceRateLimitTable
OBJECT-TYPE
This table is used for adding/deleting the rate limiting of the resources in a resource class.
1.3.6.1.4.1.9.9.480.1.1.4not-accessiblecurrent
ciscoL4L7ResourceRateLimitEntry
OBJECT-TYPE
Information about an entry in the table Each entry provides the name of group, the rate configured for a resource.
1.3.6.1.4.1.9.9.480.1.1.4.1not-accessiblecurrent
crlRateLimitResourceType
OBJECT-TYPE
This object represents the resource type for which rate limiting needs to be done. The value for rate limiting is specified in crlRateLimitResourceMin and crlRateLimitResourceMax.
1.3.6.1.4.1.9.9.480.1.1.4.1.1CiscoRateLimitResourceTypenot-accessiblecurrent
crlRateLimitResourceMin
OBJECT-TYPE
This object represents the rate limit allowed for the resource identified by 'crlRateLimitResourceType'. This value cannot be greater than the value specified in crlRateLimitResourceMax. The value zero signifies that this object is not applicable to the resource.
1.3.6.1.4.1.9.9.480.1.1.4.1.2Unsigned32read-createcurrent
crlRateLimitResourceMax
OBJECT-TYPE
This object represents the limit allowed for the resource identified by 'crlRateLimitResourceType'. The value zero specifies that this resource can be used until the system limit reached.
1.3.6.1.4.1.9.9.480.1.1.4.1.3Unsigned32read-createcurrent
crlRateLimitResourceStorageType
OBJECT-TYPE
The storage type for this conceptual row. Conceptual rows having the value 'permanent' need not allow write-access to any columnar objects in the row. This object cannot be modified when the value of crlRateLimitResourceRowStatus is 'active'.
1.3.6.1.4.1.9.9.480.1.1.4.1.4StorageTyperead-createcurrent
crlRateLimitResourceRowStatus
OBJECT-TYPE
This object is used for adding/deleting entries in this table. This object cannot be set to 'active' until all the mandatory objects have valid value.
1.3.6.1.4.1.9.9.480.1.1.4.1.5RowStatusread-createcurrent
crlRateLimitResourceCurrentUsage
OBJECT-TYPE
This object indicates the number of resources identified by 'crlRateLimitResourceType', that are currently being used in the system.
1.3.6.1.4.1.9.9.480.1.1.4.1.6Gauge32read-onlycurrent
crlRateLimitResourcePeakUsage
OBJECT-TYPE
This object represents the peak usage of the resource identified by 'crlRateLimitResourceType' since the statistics were last cleared either through the command line interface or bacause of the system reboot.
1.3.6.1.4.1.9.9.480.1.1.4.1.7Gauge32read-onlycurrent
crlRateLimitResourceReqsDeniedCount
OBJECT-TYPE
This object represents the number of resource requests that were denied when the configured rate limit is exceeded for the resource identified by 'crlRateLimitResourceType'. The value for rate limiting is specified in 'crlRateLimitResourceMax'.
1.3.6.1.4.1.9.9.480.1.1.4.1.8Counter32read-onlycurrent
ciscoL4L7ResourceUsageSummaryTable
OBJECT-TYPE
This table provides the statistics for each resource type in a system. The resource usage statistics can be: - current usage for the resource. - peak usage for the resource. - Number of times the resource request were denied when the configured limit or rate-limit is exceeded for the resource.
1.3.6.1.4.1.9.9.480.1.1.5not-accessiblecurrent
ciscoL4L7ResourceUsageSummaryEntry
OBJECT-TYPE
An entry in ciscoL4L7ResourceUsageSummaryTable. Each entry provides the resource usage parameters in a system. An entry is created when an entry is created in either 'ciscoL4L7ResourceLimitTable' or 'ciscoL4L7ResourceRateLimitTable'. An entry is deleted when an entry is deleted from either 'ciscoL4L7ResourceLimitTable' or 'ciscoL4L7ResourceRateLimitTable'.
1.3.6.1.4.1.9.9.480.1.1.5.1not-accessiblecurrent
crlResourceSummaryType
OBJECT-TYPE
This object represents a type of resource in the system.
1.3.6.1.4.1.9.9.480.1.1.5.1.1CiscoResourceTypenot-accessiblecurrent
crlResourceSummaryCurrentUsage
OBJECT-TYPE
This object indicates the current usage of the resource in the system.
1.3.6.1.4.1.9.9.480.1.1.5.1.2Gauge32read-onlycurrent
crlResourceSummaryPeakUsage
OBJECT-TYPE
This object represents the peak usage of the resource in the system.
1.3.6.1.4.1.9.9.480.1.1.5.1.3Gauge32read-onlycurrent
crlResourceSummaryReqsDeniedCount
OBJECT-TYPE
This object represents the number of resource requests that were denied in the system when the configured limit is exceeded for the resource. The value for limiting is specified in 'crlResourceLimitMax' and the value for rate limiting is specified in 'crlRateLimitResourceMax'.
1.3.6.1.4.1.9.9.480.1.1.5.1.4Counter64read-onlycurrent
crlResourceSummaryLastClearedTime
OBJECT-TYPE
This object represents the time when the value of the object identified by 'crlResourceSummaryPeakUsage' is last cleared or reset. A value of 0 (zero) signifies that the value has not been cleared since the last system reboot.
1.3.6.1.4.1.9.9.480.1.1.5.1.5TimeStampread-onlycurrent
crlResourceSummaryStorageType
OBJECT-TYPE
The storage type for this conceptual row. Conceptual rows having the value 'permanent' need not allow write-access to any columnar objects in the row. This object cannot be modified when the value of 'crlResourceSummaryRowStatus' is 'active'.
1.3.6.1.4.1.9.9.480.1.1.5.1.6StorageTyperead-createcurrent
crlResourceSummaryRowStatus
OBJECT-TYPE
This object is used for adding/deleting entries in this table. This object cannot be set to 'active' until all the mandatory objects have valid value.
1.3.6.1.4.1.9.9.480.1.1.5.1.7RowStatusread-createcurrent
ciscoL4L7BufferUtilizationTable
OBJECT-TYPE
This table provides the statistics for buffer utilization in a system. The buffer utilization statistics can be: - absolute buffer usage value per network processor(NP). - percentage buffer usage per network processor(NP).
1.3.6.1.4.1.9.9.480.1.1.6not-accessiblecurrent
ciscoL4L7BufferUtilizationEntry
OBJECT-TYPE
An entry in ciscoL4L7BufferUtilizationTable. Each entry provides the buffer usage in a system.
1.3.6.1.4.1.9.9.480.1.1.6.1not-accessiblecurrent
clrNetworkProcessor
OBJECT-TYPE
This object represents network processor number(NP) in the system.
1.3.6.1.4.1.9.9.480.1.1.6.1.1Unsigned32not-accessiblecurrent
crlBufferUsageValue
OBJECT-TYPE
This object indicates the absolute buffer usage in the system.
1.3.6.1.4.1.9.9.480.1.1.6.1.2Gauge32read-onlycurrent
crlPercentageBufferUsage
OBJECT-TYPE
This object represents the percentage buffer usage in the the decimal format to allow historical information to be collected.
1.3.6.1.4.1.9.9.480.1.1.6.1.3CiscoBufferUtilPercentageread-onlycurrent
crlPercentageBufferUsageDisplay
OBJECT-TYPE
This object represents the percentage buffer usage in the string format to all interactive access to simple display format.
1.3.6.1.4.1.9.9.480.1.1.6.1.4SnmpAdminStringread-onlycurrent
crlExternalBufferUsageValue
OBJECT-TYPE
This object indicates the absolute external buffer usage in the system.
1.3.6.1.4.1.9.9.480.1.1.6.1.5Gauge32read-onlycurrent
crlExternalPercentageBufferUsage
OBJECT-TYPE
This object represents the percentage external buffer usage in the the decimal format to allow historical information to be collected.
1.3.6.1.4.1.9.9.480.1.1.6.1.6CiscoBufferUtilPercentageread-onlycurrent
crlExternalPercentageBufferUsageDisplay
OBJECT-TYPE
This object represents the percentage external buffer usage in the string format to all interactive access to simple display format.
1.3.6.1.4.1.9.9.480.1.1.6.1.7SnmpAdminStringread-onlycurrent
ciscoL4L7NpCpuUtilTable
OBJECT-TYPE
This table lists the CPU utilization statistics for each NP (network processor) in the device.
1.3.6.1.4.1.9.9.480.1.1.7not-accessiblecurrent
ciscoL4L7NpCpuUtilEntry
OBJECT-TYPE
Each row contains the average CPU utilization of all sub-processors for a network processor identified by its clrNetworkProcessor value.
1.3.6.1.4.1.9.9.480.1.1.7.1not-accessiblecurrent
clrNpCpuUtilizationAverage
OBJECT-TYPE
This object indicates the average CPU utilization of all sub-processors belonged to a particular network processor at that instance.
1.3.6.1.4.1.9.9.480.1.1.7.1.1Gauge32read-onlycurrent
crlNotificationObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.480.1.2
clrResourceLimitReachedNotifEnabled
OBJECT-TYPE
This object controls the generation of 'clrResourceLimitReachedNotifRev1' notification. 'true' Indicates that clrResourceLimitReachedNotifRev1 notification is to be generated when the configured resource limit is reached. 'false' Indicates that clrResourceLimitReachedNotifRev1 notification generation is disabled.
1.3.6.1.4.1.9.9.480.1.2.1TruthValueread-writecurrent
clrResourceRateLimitReachedNotifEnabled
OBJECT-TYPE
This object controls the generation of 'clrResourceRateLimitReachedNotifRev1' notification. 'true' Indicates that clrResourceRateLimitReachedNotifRev1 notification is to be generated when the configured resource rate limit is reached. 'false' Indicates that clrResourceRateLimitReachedNotifRev1 notification generation is disabled.
1.3.6.1.4.1.9.9.480.1.2.2TruthValueread-writecurrent
crlNotificationOnlyObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.480.1.3
crlNotifType
OBJECT-TYPE
This object indicates type of notification.
1.3.6.1.4.1.9.9.480.1.3.1INTEGER {risingHighThresh(1), fallingMinThresh(2), fallingWatermarkThresh(3), risingWatermarkThresh(4)}accessible-for-notifycurrent
crlNotifContextOrSystem
OBJECT-TYPE
This object indicates the notification sent is at the system level or at the context level.
1.3.6.1.4.1.9.9.480.1.3.2INTEGER {system(1), context(2)}accessible-for-notifycurrent
crlNotifContextName
OBJECT-TYPE
This object indicates the context name associated with notifications.
1.3.6.1.4.1.9.9.480.1.3.3SnmpAdminStringaccessible-for-notifycurrent
crlNotifCurrentUsagePcnt
OBJECT-TYPE
This object indicates the current usage percent of the resource associated with notifications.
1.3.6.1.4.1.9.9.480.1.3.4Unsigned32accessible-for-notifycurrent
crlNotifMaxThresholdPcnt
OBJECT-TYPE
This object indicates the maximum threshold percent of the resource/rate associated with notifications. This object is used to raise the risingHighThresh notification when the current usage identified by crlNotifCurrentUsagePcnt exceeds maximum threshold identified by crlNotifMaxThresholdPcnt.
1.3.6.1.4.1.9.9.480.1.3.5Unsigned32 (0..100)accessible-for-notifycurrent
crlNotifWatermarkPcnt
OBJECT-TYPE
This object indicates the watermark threshold percent of the resource/rate associated with notifications. This object is used to raise the risingWatermarkThresh/fallingWatermarkThresh notifications when the current usage identified by crlNotifCurrentUsagePcnt exceeds high or falls below watermark threshold identified by crlNotifWatermarkPcnt.
1.3.6.1.4.1.9.9.480.1.3.6Unsigned32 (0..100)accessible-for-notifycurrent
crlNotifMinThresholdPcnt
OBJECT-TYPE
This object indicates the minimum threshold percent of the resource/rate associated with notifications. This object is used to raise the fallingWatermarkThresh notification when the current usage identified by crlNotifCurrentUsagePcnt falls below minimum threshold identified by crlNotifMinThresholdPcnt.
1.3.6.1.4.1.9.9.480.1.3.7Unsigned32 (0..100)accessible-for-notifycurrent
crlNotifSourceType
OBJECT-TYPE
This object indicates the notification sent is at the real server level or at virtual ip level. Rserver is a real server e.g. a linux machine which services the client requests. Virtual IP is a IP address which is advertised to the outside world from the Data Center for communication with the server.
1.3.6.1.4.1.9.9.480.1.3.8INTEGER {virtualIP(1), realServer(2)}accessible-for-notifycurrent
crlNotifRealServerName
OBJECT-TYPE
This object indicates the real server name associated with notifications.
1.3.6.1.4.1.9.9.480.1.3.9SnmpAdminStringaccessible-for-notifycurrent
crlNotifVirtualIPAddrType
OBJECT-TYPE
This object indicates type of the Virtual IP address i.e. IPv4 or IPv6.
1.3.6.1.4.1.9.9.480.1.3.10InetAddressTypeaccessible-for-notifycurrent
crlNotifVirtualIPAddress
OBJECT-TYPE
This object indicates the Virtual IP (VIP) Adress associated with notifications.
1.3.6.1.4.1.9.9.480.1.3.11InetAddressaccessible-for-notifycurrent
ciscoResourceLimitMIBConform
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.480.2
ciscoL4L7ResourceLimitConformance
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.480.3
ciscoL4L7ResourceLimitCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.480.3.1
ciscoL4L7ResourceLimitGroups
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.480.3.2

Notifications

NameOIDStatus
clrResourceLimitReached
NOTIFICATION-TYPE
This notification is generated when the configured resource limit value specified in 'crlResourceLimitMax' is reached for a particular resource. This resource is identified by 'crlResourceLimitType' in ciscoL4L7ResourceLimitTable. clrResourceLimitReached object is superseded by clrResourceLimitReachedNotif.
1.3.6.1.4.1.9.9.480.0.1deprecated
clrResourceRateLimitReached
NOTIFICATION-TYPE
This notification is generated when the configured rate limit value specified in 'crlRateLimitResourceMax' is reached for a particular resource. This resource is identified by 'crlRateLimitResourceType' in ciscoL4L7ResourceRateLimitTable. clrResourceRateLimitReached object is superseded by clrResourceRateLimitReachedNotif.
1.3.6.1.4.1.9.9.480.0.2deprecated
clrResourceLimitReachedNotif
NOTIFICATION-TYPE
The notification will be generated when the current resource usage identified by crlResourceLimitCurrentUsage exceeds/falls below the user configured thresholds identified by crlNotifMaxThresholdPcnt, crlNotifMinThresholdPcnt and crlNotifWatermarkPcnt. Notifications will be generated on the following conditions 1. crlResourceLimitCurrentUsage exceeds crlNotifMaxThresholdPcnt 2. crlResourceLimitCurrentUsage falls below high crlNotifWatermarkPcnt 3. crlResourceLimitCurrentUsage falls below crlNotifMinThresholdPcnt 4. crlResourceLimitCurrentUsage exceeds low crlNotifWatermarkPcnt. clrResourceLimitReachedNotif object is superseded by clrResourceLimitReachedNotifRev1.
1.3.6.1.4.1.9.9.480.0.3deprecated
clrResourceRateLimitReachedNotif
NOTIFICATION-TYPE
The notification will be generated when the current resource rate usage identified by crlResourceRateLimitCurrentUsage exceeds/falls below the user configured thresholds identified by crlNotifMaxThresholdPcnt, crlNotifMinThresholdPcnt and crlNotifWatermarkPcnt. Notifications will be generated on the following conditions 1. crlResourceRateLimitCurrentUsage exceeds crlNotifMaxThresholdPcnt 2. crlResourceRateLimitCurrentUsage falls below high crlNotifWatermarkPcnt 3. crlResourceRateLimitCurrentUsage falls below crlNotifMinThresholdPcnt 4. crlResourceRateLimitCurrentUsage exceeds low crlNotifWatermarkPcnt clrResourceRateLimitReachedNotif object is superseded by clrResourceRateLimitReachedNotifRev1.
1.3.6.1.4.1.9.9.480.0.4deprecated
clrResourceRateLimitReachedNotifRev1
NOTIFICATION-TYPE
The notification will be generated when the current resource usage rate identified by crlResourceRateLimitCurrentUsage exceeds/falls below the user configured thresholds identified by crlNotifMaxThresholdPcnt, crlNotifMinThresholdPcnt and crlNotifWatermarkPcnt. Notifications will be generated on the following conditions 1. crlResourceRateLimitCurrentUsage exceeds crlNotifMaxThresholdPcnt 2. crlResourceRateLimitCurrentUsage falls below high crlNotifWatermarkPcnt 3. crlResourceRateLimitCurrentUsage falls below crlNotifMinThresholdPcnt 4. crlResourceRateLimitCurrentUsage exceeds low crlNotifWatermarkPcnt
1.3.6.1.4.1.9.9.480.0.5current
clrResourceLimitReachedNotifRev1
NOTIFICATION-TYPE
The notification will be generated when the current resource usage identified by crlResourceLimitCurrentUsage exceeds/falls below the user configured thresholds identified by crlNotifMaxThresholdPcnt, crlNotifMinThresholdPcnt and crlNotifWatermarkPcnt. Notifications will be generated on the following conditions 1. crlResourceLimitCurrentUsage exceeds crlNotifMaxThresholdPcnt 2. crlResourceLimitCurrentUsage falls below high crlNotifWatermarkPcnt 3. crlResourceLimitCurrentUsage falls below crlNotifMinThresholdPcnt 4. crlResourceLimitCurrentUsage exceeds low crlNotifWatermarkPcnt.
1.3.6.1.4.1.9.9.480.0.6current

Conformance

NameOIDStatus
ciscoL4L7ResourceLimitCompliance
MODULE-COMPLIANCE
The compliance statement for SNMP entities which implement CISCO-L4L7MODULE-RESOURCE-LIMIT-MIB.
1.3.6.1.4.1.9.9.480.3.1.1deprecated
ciscoL4L7ResourceLimitComplianceRev1
MODULE-COMPLIANCE
The compliance statement for SNMP entities which implement CISCO-L4L7MODULE-RESOURCE-LIMIT-MIB.
1.3.6.1.4.1.9.9.480.3.1.2deprecated
ciscoL4L7ResourceLimitComplianceRev2
MODULE-COMPLIANCE
The compliance statement for SNMP entities which implement CISCO-L4L7MODULE-RESOURCE-LIMIT-MIB.
1.3.6.1.4.1.9.9.480.3.1.3deprecated
ciscoL4L7ResourceLimitComplianceRev3
MODULE-COMPLIANCE
The compliance statement for SNMP entities which implement CISCO-L4L7MODULE-RESOURCE-LIMIT-MIB.
1.3.6.1.4.1.9.9.480.3.1.4deprecated
ciscoL4L7ResourceLimitComplianceRev4
MODULE-COMPLIANCE
The compliance statement for SNMP entities which implement CISCO-L4L7MODULE-RESOURCE-LIMIT-MIB.
1.3.6.1.4.1.9.9.480.3.1.5deprecated
ciscoL4L7ResourceLimitComplianceRev5
MODULE-COMPLIANCE
The compliance statement for SNMP entities which implement CISCO-L4L7MODULE-RESOURCE-LIMIT-MIB.
1.3.6.1.4.1.9.9.480.3.1.6deprecated
ciscoL4L7ResourceLimitComplianceRev6
MODULE-COMPLIANCE
The compliance statement for SNMP entities which implement CISCO-L4L7MODULE-RESOURCE-LIMIT-MIB.
1.3.6.1.4.1.9.9.480.3.1.7deprecated
ciscoL4L7ResourceLimitComplianceRev7
MODULE-COMPLIANCE
The compliance statement for SNMP entities which implement CISCO-L4L7MODULE-RESOURCE-LIMIT-MIB.
1.3.6.1.4.1.9.9.480.3.1.8current
ciscoL4L7ResourceClassGroup
OBJECT-GROUP
The collection of objects which are used to represent resource class in a system.
1.3.6.1.4.1.9.9.480.3.2.1current
ciscoL4L7ResourceLimitGroup
OBJECT-GROUP
The collection of objects which are used to represent limits of resources in a resource class.
1.3.6.1.4.1.9.9.480.3.2.2current
ciscoL4L7ResourceRateLimitGroup
OBJECT-GROUP
The collection of objects which are used to represent rate limits for resources.
1.3.6.1.4.1.9.9.480.3.2.3current
ciscoL4L7ResourceLimitUsageGroup
OBJECT-GROUP
The collection of objects which are used to represent limit usage for resources.
1.3.6.1.4.1.9.9.480.3.2.4current
ciscoL4L7ResourceRateLimitUsageGroup
OBJECT-GROUP
The collection of objects which are used to represent rate limit usage for resources.
1.3.6.1.4.1.9.9.480.3.2.5current
ciscoL4L7ResourceNotifEnabledGroup
OBJECT-GROUP
The collection of objects which are used to represent limit usage for resources.
1.3.6.1.4.1.9.9.480.3.2.6current
ciscoL4L7ResourceNotifGroup
NOTIFICATION-GROUP
The collection of objects which are used to represent rate limit usage for resources. ciscoL4L7ResourceNotifGroup object is superseded by ciscoL4L7ResourceNotifGroupRev1.
1.3.6.1.4.1.9.9.480.3.2.7deprecated
ciscoL4L7ResourceUsageSummaryGroup
OBJECT-GROUP
The collection of objects which are used to represent usage summary for resources across the system.
1.3.6.1.4.1.9.9.480.3.2.8current
ciscoL4L7BufferUtilizationGroup
OBJECT-GROUP
The collection of objects which are used to represent buffer utilization across the system. ciscoL4L7BufferUtilizationGroup object is superseded by ciscoL4L7BufferUtilizationGroupRev1.
1.3.6.1.4.1.9.9.480.3.2.9deprecated
ciscoL4L7NpCpuUtilizationGroup
OBJECT-GROUP
A collection of objects providing CPU utilization of network processors.
1.3.6.1.4.1.9.9.480.3.2.10current
ciscoL4L7BufferUtilizationGroupRev1
OBJECT-GROUP
The collection of objects which are used to represent buffer utilization across the system.
1.3.6.1.4.1.9.9.480.3.2.11current
ciscoL4L7ResourceNotifGroupRev1
NOTIFICATION-GROUP
The collection of notifications which are used to report resources usages to raising/falling below the configured thresholds. ciscoL4L7ResourceNotifGroupRev1 object is superseded by ciscoL4L7ResourceNotifGroupRev2.
1.3.6.1.4.1.9.9.480.3.2.12deprecated
ciscoL4L7ResourceNotifOnlyObjectsGroup
OBJECT-GROUP
A collection of object(s) providing variable binding information for resource notifications.
1.3.6.1.4.1.9.9.480.3.2.13current
ciscoL4L7ResourceNotifGroupRev2
NOTIFICATION-GROUP
The collection of notifications which are used to report resources usages to raising/falling below the configured thresholds.
1.3.6.1.4.1.9.9.480.3.2.14current
ciscoL4L7ResourceNotifOnlyObjectsGroupExt
OBJECT-GROUP
A collection of object(s) providing variable binding information for resource notifications.
1.3.6.1.4.1.9.9.480.3.2.15current