CISCO-L4L7MODULE-RESOURCE-LIMIT-MIB

File: CISCO-L4L7MODULE-RESOURCE-LIMIT-MIB.mib (78948 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
ENTITY-MIB SNMP-FRAMEWORK-MIB INET-ADDRESS-MIB
CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
Gauge32 Counter32 Counter64
NOTIFICATION-TYPE MODULE-COMPLIANCE OBJECT-GROUP
NOTIFICATION-GROUP TruthValue TEXTUAL-CONVENTION
RowStatus StorageType TimeStamp
entPhysicalIndex SnmpAdminString InetAddressType
InetAddress ciscoMgmt

Defined Types

CiscoResourceClass  
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.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..64)  

CiscoResourceLimitType  
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.
TEXTUAL-CONVENTION    
  INTEGER all(1), macAddresses(2), concurrentConns(3), mgmtConnections(4), proxyConns(5), probes(6), stickyEntries(7), natTranslations(8), regexState(9), aclMemory(10), syslogBuffer(11), ipReassemBuffer(12), tcpOOOBuffer(13), sslConnections(14), hosts(15), ipsecSessions(16), asdmSessions(17), sshSessions(18), telnetSessions(19), cpu(20), memory(21)  

CiscoRateLimitResourceType  
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.
TEXTUAL-CONVENTION    
  INTEGER all(1), arpRequestsXmt(2), arpResponses(3), bandwidth(4), connections(5), appInspections(6), syslog(7), sslBandwidth(8), sslConnections(9), mgmtBandwidth(10), throughput(11), missedMac(12), httpCompression(13)  

CiscoResourceType  
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.
TEXTUAL-CONVENTION    
  INTEGER lMacAddresses(1), lConcurrentConns(2), lMgmtConnections(3), lProxyConns(4), lProbes(5), lStickyEntries(6), lNatTranslations(7), lRegexState(8), lAclMemory(9), lIpReassemBuffer(10), lSyslogBuffer(11), lTcpOOOBuffer(12), lSslConnections(13), lHosts(14), lIpsecSessions(15), lAsdmSessions(16), lSshSessions(17), lTelnetSessions(18), rlArpRequestsXmt(19), rlArpResponses(20), rlBandwidth(21), rlConnections(22), rlAppInspections(23), rlSyslog(24), rlSslBandwidth(25), rlSslConnections(26), rlMgmtBandwidth(27), rlThroughput(28), rlMissedMac(29), rlHttpCompression(30)  

CiscoBufferUtilPercentage  
Buffer utilization as a percentage and should be presented in using xx.yy format.
TEXTUAL-CONVENTION    
  INTEGER 0..10000  

CiscoL4L7ResourceClassEntry  
SEQUENCE    
  crlResourceClassName CiscoResourceClass
  crlResourceClassStorageType StorageType
  crlResourceClassRowStatus RowStatus

CiscoL4L7ResourceLimitEntry  
SEQUENCE    
  crlResourceLimitType CiscoResourceLimitType
  crlResourceLimitValueType INTEGER
  crlResourceLimitMin Unsigned32
  crlResourceLimitMax Unsigned32
  crlResourceLimitStorageType StorageType
  crlResourceLimitRowStatus RowStatus
  crlResourceLimitCurrentUsage Gauge32
  crlResourceLimitPeakUsage Gauge32
  crlResourceLimitReqsDeniedCount Counter32

CiscoL4L7ResourceRateLimitEntry  
SEQUENCE    
  crlRateLimitResourceType CiscoRateLimitResourceType
  crlRateLimitResourceMin Unsigned32
  crlRateLimitResourceMax Unsigned32
  crlRateLimitResourceStorageType StorageType
  crlRateLimitResourceRowStatus RowStatus
  crlRateLimitResourceCurrentUsage Gauge32
  crlRateLimitResourcePeakUsage Gauge32
  crlRateLimitResourceReqsDeniedCount Counter32

CiscoL4L7ResourceUsageSummaryEntry  
SEQUENCE    
  crlResourceSummaryType CiscoResourceType
  crlResourceSummaryCurrentUsage Gauge32
  crlResourceSummaryPeakUsage Gauge32
  crlResourceSummaryReqsDeniedCount Counter64
  crlResourceSummaryLastClearedTime TimeStamp
  crlResourceSummaryStorageType StorageType
  crlResourceSummaryRowStatus RowStatus

CiscoL4L7BufferUtilizationEntry  
SEQUENCE    
  clrNetworkProcessor Unsigned32
  crlBufferUsageValue Gauge32
  crlPercentageBufferUsage CiscoBufferUtilPercentage
  crlPercentageBufferUsageDisplay SnmpAdminString
  crlExternalBufferUsageValue Gauge32
  crlExternalPercentageBufferUsage CiscoBufferUtilPercentage
  crlExternalPercentageBufferUsageDisplay SnmpAdminString

CiscoL4L7NpCpuUtilEntry  
SEQUENCE    
  clrNpCpuUtilizationAverage Gauge32

Defined Values

ciscoL4L7moduleResourceLimitMIB 1.3.6.1.4.1.9.9.480
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.
MODULE-IDENTITY    

ciscoL4L7ResourceLimitNotifs 1.3.6.1.4.1.9.9.480.0
OBJECT IDENTIFIER    

ciscoL4L7ResourceLimitMIBObjects 1.3.6.1.4.1.9.9.480.1
OBJECT IDENTIFIER    

ciscoResourceLimitMIBConform 1.3.6.1.4.1.9.9.480.2
OBJECT IDENTIFIER    

crlResource 1.3.6.1.4.1.9.9.480.1.1
OBJECT IDENTIFIER    

crlNotificationObjects 1.3.6.1.4.1.9.9.480.1.2
OBJECT IDENTIFIER    

crlNotificationOnlyObjects 1.3.6.1.4.1.9.9.480.1.3
OBJECT IDENTIFIER    

ciscoL4L7ResourceClassTable 1.3.6.1.4.1.9.9.480.1.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CiscoL4L7ResourceClassEntry

ciscoL4L7ResourceClassEntry 1.3.6.1.4.1.9.9.480.1.1.1.1
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'.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiscoL4L7ResourceClassEntry  

crlResourceClassName 1.3.6.1.4.1.9.9.480.1.1.1.1.1
This object identifies a unique resource class in a resource manageable component identified by entPhysicalIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiscoResourceClass  

crlResourceClassStorageType 1.3.6.1.4.1.9.9.480.1.1.1.1.2
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'.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

crlResourceClassRowStatus 1.3.6.1.4.1.9.9.480.1.1.1.1.3
This object is used for adding/deleting resource classes in a system.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

ciscoL4L7ResourceLimitTable 1.3.6.1.4.1.9.9.480.1.1.2
This table is used for adding resource limits to resources in a resource class.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CiscoL4L7ResourceLimitEntry

ciscoL4L7ResourceLimitEntry 1.3.6.1.4.1.9.9.480.1.1.2.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiscoL4L7ResourceLimitEntry  

crlResourceLimitType 1.3.6.1.4.1.9.9.480.1.1.2.1.2
This object represents the type of resource in a resource class identified by crlResourceClassName.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiscoResourceLimitType  

crlResourceLimitValueType 1.3.6.1.4.1.9.9.480.1.1.2.1.3
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.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER absolute(1), percentage(2)  

crlResourceLimitMin 1.3.6.1.4.1.9.9.480.1.1.2.1.4
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.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

crlResourceLimitMax 1.3.6.1.4.1.9.9.480.1.1.2.1.5
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.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

crlResourceLimitStorageType 1.3.6.1.4.1.9.9.480.1.1.2.1.6
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'.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

crlResourceLimitRowStatus 1.3.6.1.4.1.9.9.480.1.1.2.1.7
This object is used for adding/deleting entries in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

crlResourceLimitCurrentUsage 1.3.6.1.4.1.9.9.480.1.1.2.1.8
This object indicates the number of resources identified by 'ciscoResourceLimitType', that are currently being used in the system.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

crlResourceLimitPeakUsage 1.3.6.1.4.1.9.9.480.1.1.2.1.9
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.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

crlResourceLimitReqsDeniedCount 1.3.6.1.4.1.9.9.480.1.1.2.1.10
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'.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ciscoL4L7ResourceRateLimitTable 1.3.6.1.4.1.9.9.480.1.1.4
This table is used for adding/deleting the rate limiting of the resources in a resource class.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CiscoL4L7ResourceRateLimitEntry

ciscoL4L7ResourceRateLimitEntry 1.3.6.1.4.1.9.9.480.1.1.4.1
Information about an entry in the table Each entry provides the name of group, the rate configured for a resource.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiscoL4L7ResourceRateLimitEntry  

crlRateLimitResourceType 1.3.6.1.4.1.9.9.480.1.1.4.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiscoRateLimitResourceType  

crlRateLimitResourceMin 1.3.6.1.4.1.9.9.480.1.1.4.1.2
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.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

crlRateLimitResourceMax 1.3.6.1.4.1.9.9.480.1.1.4.1.3
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.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

crlRateLimitResourceStorageType 1.3.6.1.4.1.9.9.480.1.1.4.1.4
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'.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

crlRateLimitResourceRowStatus 1.3.6.1.4.1.9.9.480.1.1.4.1.5
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.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

crlRateLimitResourceCurrentUsage 1.3.6.1.4.1.9.9.480.1.1.4.1.6
This object indicates the number of resources identified by 'crlRateLimitResourceType', that are currently being used in the system.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

crlRateLimitResourcePeakUsage 1.3.6.1.4.1.9.9.480.1.1.4.1.7
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.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

crlRateLimitResourceReqsDeniedCount 1.3.6.1.4.1.9.9.480.1.1.4.1.8
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'.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ciscoL4L7ResourceUsageSummaryTable 1.3.6.1.4.1.9.9.480.1.1.5
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CiscoL4L7ResourceUsageSummaryEntry

ciscoL4L7ResourceUsageSummaryEntry 1.3.6.1.4.1.9.9.480.1.1.5.1
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'.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiscoL4L7ResourceUsageSummaryEntry  

crlResourceSummaryType 1.3.6.1.4.1.9.9.480.1.1.5.1.1
This object represents a type of resource in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiscoResourceType  

crlResourceSummaryCurrentUsage 1.3.6.1.4.1.9.9.480.1.1.5.1.2
This object indicates the current usage of the resource in the system.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

crlResourceSummaryPeakUsage 1.3.6.1.4.1.9.9.480.1.1.5.1.3
This object represents the peak usage of the resource in the system.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

crlResourceSummaryReqsDeniedCount 1.3.6.1.4.1.9.9.480.1.1.5.1.4
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'.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

crlResourceSummaryLastClearedTime 1.3.6.1.4.1.9.9.480.1.1.5.1.5
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.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

crlResourceSummaryStorageType 1.3.6.1.4.1.9.9.480.1.1.5.1.6
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'.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

crlResourceSummaryRowStatus 1.3.6.1.4.1.9.9.480.1.1.5.1.7
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.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

ciscoL4L7BufferUtilizationTable 1.3.6.1.4.1.9.9.480.1.1.6
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).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CiscoL4L7BufferUtilizationEntry

ciscoL4L7BufferUtilizationEntry 1.3.6.1.4.1.9.9.480.1.1.6.1
An entry in ciscoL4L7BufferUtilizationTable. Each entry provides the buffer usage in a system.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiscoL4L7BufferUtilizationEntry  

clrNetworkProcessor 1.3.6.1.4.1.9.9.480.1.1.6.1.1
This object represents network processor number(NP) in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

crlBufferUsageValue 1.3.6.1.4.1.9.9.480.1.1.6.1.2
This object indicates the absolute buffer usage in the system.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

crlPercentageBufferUsage 1.3.6.1.4.1.9.9.480.1.1.6.1.3
This object represents the percentage buffer usage in the the decimal format to allow historical information to be collected.
Status: current Access: read-only
OBJECT-TYPE    
  CiscoBufferUtilPercentage  

crlPercentageBufferUsageDisplay 1.3.6.1.4.1.9.9.480.1.1.6.1.4
This object represents the percentage buffer usage in the string format to all interactive access to simple display format.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

crlExternalBufferUsageValue 1.3.6.1.4.1.9.9.480.1.1.6.1.5
This object indicates the absolute external buffer usage in the system.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

crlExternalPercentageBufferUsage 1.3.6.1.4.1.9.9.480.1.1.6.1.6
This object represents the percentage external buffer usage in the the decimal format to allow historical information to be collected.
Status: current Access: read-only
OBJECT-TYPE    
  CiscoBufferUtilPercentage  

crlExternalPercentageBufferUsageDisplay 1.3.6.1.4.1.9.9.480.1.1.6.1.7
This object represents the percentage external buffer usage in the string format to all interactive access to simple display format.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

ciscoL4L7NpCpuUtilTable 1.3.6.1.4.1.9.9.480.1.1.7
This table lists the CPU utilization statistics for each NP (network processor) in the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CiscoL4L7NpCpuUtilEntry

ciscoL4L7NpCpuUtilEntry 1.3.6.1.4.1.9.9.480.1.1.7.1
Each row contains the average CPU utilization of all sub-processors for a network processor identified by its clrNetworkProcessor value.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiscoL4L7NpCpuUtilEntry  

clrNpCpuUtilizationAverage 1.3.6.1.4.1.9.9.480.1.1.7.1.1
This object indicates the average CPU utilization of all sub-processors belonged to a particular network processor at that instance.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

clrResourceLimitReachedNotifEnabled 1.3.6.1.4.1.9.9.480.1.2.1
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.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

clrResourceRateLimitReachedNotifEnabled 1.3.6.1.4.1.9.9.480.1.2.2
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.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

crlNotifType 1.3.6.1.4.1.9.9.480.1.3.1
This object indicates type of notification.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER risingHighThresh(1), fallingMinThresh(2), fallingWatermarkThresh(3), risingWatermarkThresh(4)  

crlNotifContextOrSystem 1.3.6.1.4.1.9.9.480.1.3.2
This object indicates the notification sent is at the system level or at the context level.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER system(1), context(2)  

crlNotifContextName 1.3.6.1.4.1.9.9.480.1.3.3
This object indicates the context name associated with notifications.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  SnmpAdminString  

crlNotifCurrentUsagePcnt 1.3.6.1.4.1.9.9.480.1.3.4
This object indicates the current usage percent of the resource associated with notifications.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Unsigned32  

crlNotifMaxThresholdPcnt 1.3.6.1.4.1.9.9.480.1.3.5
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.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Unsigned32 0..100  

crlNotifWatermarkPcnt 1.3.6.1.4.1.9.9.480.1.3.6
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.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Unsigned32 0..100  

crlNotifMinThresholdPcnt 1.3.6.1.4.1.9.9.480.1.3.7
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.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Unsigned32 0..100  

crlNotifSourceType 1.3.6.1.4.1.9.9.480.1.3.8
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.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER virtualIP(1), realServer(2)  

crlNotifRealServerName 1.3.6.1.4.1.9.9.480.1.3.9
This object indicates the real server name associated with notifications.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  SnmpAdminString  

crlNotifVirtualIPAddrType 1.3.6.1.4.1.9.9.480.1.3.10
This object indicates type of the Virtual IP address i.e. IPv4 or IPv6.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  InetAddressType  

crlNotifVirtualIPAddress 1.3.6.1.4.1.9.9.480.1.3.11
This object indicates the Virtual IP (VIP) Adress associated with notifications.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  InetAddress  

clrResourceLimitReached 1.3.6.1.4.1.9.9.480.0.1
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.
Status: deprecated Access: accessible-for-notify
NOTIFICATION-TYPE    

clrResourceRateLimitReached 1.3.6.1.4.1.9.9.480.0.2
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.
Status: deprecated Access: accessible-for-notify
NOTIFICATION-TYPE    

clrResourceLimitReachedNotif 1.3.6.1.4.1.9.9.480.0.3
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.
Status: deprecated Access: accessible-for-notify
NOTIFICATION-TYPE    

clrResourceRateLimitReachedNotif 1.3.6.1.4.1.9.9.480.0.4
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.
Status: deprecated Access: accessible-for-notify
NOTIFICATION-TYPE    

clrResourceRateLimitReachedNotifRev1 1.3.6.1.4.1.9.9.480.0.5
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
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

clrResourceLimitReachedNotifRev1 1.3.6.1.4.1.9.9.480.0.6
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.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

ciscoL4L7ResourceLimitConformance 1.3.6.1.4.1.9.9.480.3
OBJECT IDENTIFIER    

ciscoL4L7ResourceLimitCompliances 1.3.6.1.4.1.9.9.480.3.1
OBJECT IDENTIFIER    

ciscoL4L7ResourceLimitGroups 1.3.6.1.4.1.9.9.480.3.2
OBJECT IDENTIFIER    

ciscoL4L7ResourceLimitCompliance 1.3.6.1.4.1.9.9.480.3.1.1
The compliance statement for SNMP entities which implement CISCO-L4L7MODULE-RESOURCE-LIMIT-MIB.
Status: deprecated Access: accessible-for-notify
MODULE-COMPLIANCE    

ciscoL4L7ResourceLimitComplianceRev1 1.3.6.1.4.1.9.9.480.3.1.2
The compliance statement for SNMP entities which implement CISCO-L4L7MODULE-RESOURCE-LIMIT-MIB.
Status: deprecated Access: accessible-for-notify
MODULE-COMPLIANCE    

ciscoL4L7ResourceLimitComplianceRev2 1.3.6.1.4.1.9.9.480.3.1.3
The compliance statement for SNMP entities which implement CISCO-L4L7MODULE-RESOURCE-LIMIT-MIB.
Status: deprecated Access: accessible-for-notify
MODULE-COMPLIANCE    

ciscoL4L7ResourceLimitComplianceRev3 1.3.6.1.4.1.9.9.480.3.1.4
The compliance statement for SNMP entities which implement CISCO-L4L7MODULE-RESOURCE-LIMIT-MIB.
Status: deprecated Access: accessible-for-notify
MODULE-COMPLIANCE    

ciscoL4L7ResourceLimitComplianceRev4 1.3.6.1.4.1.9.9.480.3.1.5
The compliance statement for SNMP entities which implement CISCO-L4L7MODULE-RESOURCE-LIMIT-MIB.
Status: deprecated Access: accessible-for-notify
MODULE-COMPLIANCE    

ciscoL4L7ResourceLimitComplianceRev5 1.3.6.1.4.1.9.9.480.3.1.6
The compliance statement for SNMP entities which implement CISCO-L4L7MODULE-RESOURCE-LIMIT-MIB.
Status: deprecated Access: accessible-for-notify
MODULE-COMPLIANCE    

ciscoL4L7ResourceLimitComplianceRev6 1.3.6.1.4.1.9.9.480.3.1.7
The compliance statement for SNMP entities which implement CISCO-L4L7MODULE-RESOURCE-LIMIT-MIB.
Status: deprecated Access: accessible-for-notify
MODULE-COMPLIANCE    

ciscoL4L7ResourceLimitComplianceRev7 1.3.6.1.4.1.9.9.480.3.1.8
The compliance statement for SNMP entities which implement CISCO-L4L7MODULE-RESOURCE-LIMIT-MIB.
Status: current Access: accessible-for-notify
MODULE-COMPLIANCE    

ciscoL4L7ResourceClassGroup 1.3.6.1.4.1.9.9.480.3.2.1
The collection of objects which are used to represent resource class in a system.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

ciscoL4L7ResourceLimitGroup 1.3.6.1.4.1.9.9.480.3.2.2
The collection of objects which are used to represent limits of resources in a resource class.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

ciscoL4L7ResourceRateLimitGroup 1.3.6.1.4.1.9.9.480.3.2.3
The collection of objects which are used to represent rate limits for resources.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

ciscoL4L7ResourceLimitUsageGroup 1.3.6.1.4.1.9.9.480.3.2.4
The collection of objects which are used to represent limit usage for resources.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

ciscoL4L7ResourceRateLimitUsageGroup 1.3.6.1.4.1.9.9.480.3.2.5
The collection of objects which are used to represent rate limit usage for resources.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

ciscoL4L7ResourceNotifEnabledGroup 1.3.6.1.4.1.9.9.480.3.2.6
The collection of objects which are used to represent limit usage for resources.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

ciscoL4L7ResourceNotifGroup 1.3.6.1.4.1.9.9.480.3.2.7
The collection of objects which are used to represent rate limit usage for resources. ciscoL4L7ResourceNotifGroup object is superseded by ciscoL4L7ResourceNotifGroupRev1.
Status: deprecated Access: accessible-for-notify
NOTIFICATION-GROUP    

ciscoL4L7ResourceUsageSummaryGroup 1.3.6.1.4.1.9.9.480.3.2.8
The collection of objects which are used to represent usage summary for resources across the system.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

ciscoL4L7BufferUtilizationGroup 1.3.6.1.4.1.9.9.480.3.2.9
The collection of objects which are used to represent buffer utilization across the system. ciscoL4L7BufferUtilizationGroup object is superseded by ciscoL4L7BufferUtilizationGroupRev1.
Status: deprecated Access: accessible-for-notify
OBJECT-GROUP    

ciscoL4L7NpCpuUtilizationGroup 1.3.6.1.4.1.9.9.480.3.2.10
A collection of objects providing CPU utilization of network processors.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

ciscoL4L7BufferUtilizationGroupRev1 1.3.6.1.4.1.9.9.480.3.2.11
The collection of objects which are used to represent buffer utilization across the system.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

ciscoL4L7ResourceNotifGroupRev1 1.3.6.1.4.1.9.9.480.3.2.12
The collection of notifications which are used to report resources usages to raising/falling below the configured thresholds. ciscoL4L7ResourceNotifGroupRev1 object is superseded by ciscoL4L7ResourceNotifGroupRev2.
Status: deprecated Access: accessible-for-notify
NOTIFICATION-GROUP    

ciscoL4L7ResourceNotifOnlyObjectsGroup 1.3.6.1.4.1.9.9.480.3.2.13
A collection of object(s) providing variable binding information for resource notifications.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

ciscoL4L7ResourceNotifGroupRev2 1.3.6.1.4.1.9.9.480.3.2.14
The collection of notifications which are used to report resources usages to raising/falling below the configured thresholds.
Status: current Access: accessible-for-notify
NOTIFICATION-GROUP    

ciscoL4L7ResourceNotifOnlyObjectsGroupExt 1.3.6.1.4.1.9.9.480.3.2.15
A collection of object(s) providing variable binding information for resource notifications.
Status: current Access: accessible-for-notify
OBJECT-GROUP