CISCO-L4L7MODULE-RESOURCE-LIMIT-MIB
AI MIB Summary
The CISCO-L4L7MODULE-RESOURCE-LIMIT-MIB enables centralized configuration of minimum, maximum, and rate limits for Layer 4 through Layer 7 resources, including TCP/IP connections, MAC addresses, NAT translations, and ACL memory, on Cisco hardware supporting NBAR and application-aware services. It manages these constraints through defined resource classes within the ciscoL4L7ResourceClassTable, ciscoL4L7ResourceLimitTable, and ciscoL4L7ResourceRateLimitTable to enforce traffic quotas and prevent resource exhaustion.
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 minimum 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.
Main OID:
ciscoL4L7moduleResourceLimitMIB.1.3.6.1.4.1.9.9.480
28
Objects
Active
Status
5
Dependencies
Imported Objects
Objects
28 total| Object Name |
|---|
ciscoL4L7moduleResourceLimitMIBThe 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 minimum 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 .1.3.6.1.4.1.9.9.480 |
ciscoL4L7ResourceLimitNotifs OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.480.0 |
ciscoL4L7ResourceLimitMIBObjects OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.480.1 |
crlResource OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.480.1.1 |
ciscoL4L7ResourceClassTableThis 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. SEQUENCE OF CiscoL4L7ResourceClassEntry .1.3.6.1.4.1.9.9.480.1.1.1 |
ciscoL4L7ResourceClassEntryInformation about a particular resource class.
Each entry provides the name of class.
The entPhysicalIndex refers to resource manageable
component in entPhysicalTable with
entPhysicalClass -> 'module'. CiscoL4L7ResourceClassEntry .1.3.6.1.4.1.9.9.480.1.1.1.1 |
crlResourceClassNameThis object identifies a unique resource class
in a resource manageable component identified
by entPhysicalIndex. CiscoResourceClass .1.3.6.1.4.1.9.9.480.1.1.1.1.1 |
crlResourceClassStorageTypeThe 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'.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.9.9.480.1.1.1.1.2 |
crlResourceClassRowStatusThis object is used for adding/deleting
resource classes in a system.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.9.9.480.1.1.1.1.3 |
ciscoL4L7ResourceLimitTableThis table is used for adding resource limits
to resources in a resource class. SEQUENCE OF CiscoL4L7ResourceLimitEntry .1.3.6.1.4.1.9.9.480.1.1.2 |
ciscoL4L7ResourceLimitEntryInformation 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. CiscoL4L7ResourceLimitEntry .1.3.6.1.4.1.9.9.480.1.1.2.1 |
crlResourceLimitTypeThis object represents the type of
resource in a resource class identified
by crlResourceClassName. CiscoResourceLimitType .1.3.6.1.4.1.9.9.480.1.1.2.1.2 |
crlResourceLimitValueTypeThis 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.rw Enumeration .1.3.6.1.4.1.9.9.480.1.1.2.1.3 |
crlResourceLimitMinThis 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.rw Unsigned32 .1.3.6.1.4.1.9.9.480.1.1.2.1.4 |
crlResourceLimitMaxThis 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.rw Unsigned32 .1.3.6.1.4.1.9.9.480.1.1.2.1.5 |
crlResourceLimitStorageTypeThe 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'.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.9.9.480.1.1.2.1.6 |
crlResourceLimitRowStatusThis object is used for adding/deleting
entries in this table.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.9.9.480.1.1.2.1.7 |
ciscoL4L7ResourceRateLimitTableThis table is used for adding/deleting
the rate limiting of the resources in a
resource class. SEQUENCE OF CiscoL4L7ResourceRateLimitEntry .1.3.6.1.4.1.9.9.480.1.1.4 |
ciscoL4L7ResourceRateLimitEntryInformation about an entry in the table
Each entry provides the name of group, the rate
configured for a resource. CiscoL4L7ResourceRateLimitEntry .1.3.6.1.4.1.9.9.480.1.1.4.1 |
crlRateLimitResourceTypeThis object represents the resource type
for which rate limiting needs to be done.
The value for rate limiting is specified
in crlRateLimitResourceMin and
crlRateLimitResourceMax. CiscoRateLimitResourceType .1.3.6.1.4.1.9.9.480.1.1.4.1.1 |
crlRateLimitResourceMinThis 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.rw Unsigned32 .1.3.6.1.4.1.9.9.480.1.1.4.1.2 |
crlRateLimitResourceMaxThis 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.rw Unsigned32 .1.3.6.1.4.1.9.9.480.1.1.4.1.3 |
crlRateLimitResourceStorageTypeThe 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'.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.9.9.480.1.1.4.1.4 |
crlRateLimitResourceRowStatusThis 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.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.9.9.480.1.1.4.1.5 |
ciscoResourceLimitMIBConform OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.480.2 |
ciscoL4L7ResourceLimitConformance OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.480.3 |
ciscoL4L7ResourceLimitCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.480.3.1 |
ciscoL4L7ResourceLimitGroups OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.480.3.2 |