BDCOM-MEMORY-POOL-MIB
- Registered at
- 1.3.6.1.4.1.3320.9.48
- Last updated
- 2003-10-16 00:00
- Organization
- BDCOM, Inc.
- Revisions
- 2003-10-16 00:00
- Namespace
- bdcom
- Source file
BDCOM-MEMORY-POOL-MIB- Digest
sha256:89c6c5ff57f00c04ced3e780cacd7637e986f35859d54a39f6a0e7a815c47669
Description
MIB module for monitoring memory pools
Contact
Tel: +86-21-50800666 Postal: No.123,Juli RD,Zhangjiang Hitech Park, Shanghai Baud Data Communication Corporation Inc, Shanghai City 201203, P.R.C
Imports
| From | Symbols |
|---|---|
| BDCOM-QOS-PIB-MIB | Percent |
| BDCOM-SMI | bdMgmt |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Gauge32, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION, TruthValue |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
BDCOM-MEMORY-POOL-MIB BDCOM-QOS-PIB-MIB BDCOM-SMI SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Under this module's arcs
Where the registration tree carries on below this module.
| Arc | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.3320.9.48.20 | nmsMemoryPoolNotifications | NMS-MEMORY-POOL-MIB |
| 1.3.6.1.4.1.3320.9.48.21 | nmsMemoryPoolConformance | NMS-MEMORY-POOL-MIB |
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| BDCOMMemoryPoolTypes TEXTUAL-CONVENTION Represents the different types of memory pools that may be present in a managed device. Memory pools can be roughly categorized into two groups, predefined pools and dynamic pools. The following pool types are currently predefined: 1: processor memory 2: i/o memory 3: pci memory 4: fast memory 5: multibus memory Dynamic pools will have a pool type value greater than any of the predefined types listed above. Note that only the processor pool is required to be supported by all devices. Support for other pool types is dependent on the device being managed. | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| bdcomMemoryPoolObjects OBJECT-IDENTITY | 1.3.6.1.4.1.3320.9.48.1 | |||
| bdcomMemoryPoolTable OBJECT-TYPE A table of memory pool monitoring entries. | 1.3.6.1.4.1.3320.9.48.1.1 | not-accessible | current | |
| bdcomMemoryPoolEntry OBJECT-TYPE An entry in the memory pool monitoring table. | 1.3.6.1.4.1.3320.9.48.1.1.1 | not-accessible | current | |
| bdcomMemoryPoolType OBJECT-TYPE The type of memory pool for which this entry contains information. | 1.3.6.1.4.1.3320.9.48.1.1.1.1 | BDCOMMemoryPoolTypes | not-accessible | current |
| bdcomMemoryPoolName OBJECT-TYPE A textual name assigned to the memory pool. This object is suitable for output to a human operator, and may also be used to distinguish among the various pool types, especially among dynamic pools. | 1.3.6.1.4.1.3320.9.48.1.1.1.2 | DisplayString | read-only | current |
| bdcomMemoryPoolAlternate OBJECT-TYPE Indicates whether or not this memory pool has an alternate pool configured. Alternate pools are used for fallback when the current pool runs out of memory. If an instance of this object has a value of zero, then this pool does not have an alternate. Otherwise the value of this object is the same as the value of bdcomMemoryPoolType of the alternate pool. | 1.3.6.1.4.1.3320.9.48.1.1.1.3 | Integer32 (0..65535) | read-only | current |
| bdcomMemoryPoolValid OBJECT-TYPE Indicates whether or not the remaining objects in this entry contain accurate data. If an instance of this object has the value false (which in and of itself indicates an internal error condition), the values of the remaining objects in the conceptual row may contain inaccurate information (specifically, the reported values may be less than the actual values). | 1.3.6.1.4.1.3320.9.48.1.1.1.4 | TruthValue | read-only | current |
| bdcomMemoryPoolUsed OBJECT-TYPE Indicates the number of bytes from the memory pool that are currently in use by applications on the managed device. | 1.3.6.1.4.1.3320.9.48.1.1.1.5 | Gauge32 | read-only | current |
| bdcomMemoryPoolFree OBJECT-TYPE Indicates the number of bytes from the memory pool that are currently unused on the managed device. Note that the sum of bdcomMemoryPoolUsed and bdcomMemoryPoolFree is the total amount of memory in the pool | 1.3.6.1.4.1.3320.9.48.1.1.1.6 | Gauge32 | read-only | current |
| bdcomMemoryPoolLargestFree OBJECT-TYPE Indicates the largest number of contiguous bytes from the memory pool that are currently unused on the managed device. | 1.3.6.1.4.1.3320.9.48.1.1.1.7 | Gauge32 | read-only | current |
| bdcomMemoryPoolUtilizationTable OBJECT-TYPE A table of memory pool utilization entries. Each of the objects provides a general idea of how much of the memory pool has been used over a given period of time. It is determined as a weighted decaying average. | 1.3.6.1.4.1.3320.9.48.1.2 | not-accessible | current | |
| bdcomMemoryPoolUtilizationEntry OBJECT-TYPE An entry in the memory pool utilization table. | 1.3.6.1.4.1.3320.9.48.1.2.1 | not-accessible | current | |
| bdcomMemoryPoolUtilization1Min OBJECT-TYPE This is the memory pool utilization for 1 minute. | 1.3.6.1.4.1.3320.9.48.1.2.1.1 | Percent | read-only | current |
| bdcomMemoryPoolUtilization5Min OBJECT-TYPE This is the memory pool utilization for 5 minutes. | 1.3.6.1.4.1.3320.9.48.1.2.1.2 | Percent | read-only | current |
| bdcomMemoryPoolUtilization10Min OBJECT-TYPE This is the memory pool utilization for 10 minutes. | 1.3.6.1.4.1.3320.9.48.1.2.1.3 | Percent | read-only | current |
| bdcomMemoryPoolNotifications OBJECT-IDENTITY | 1.3.6.1.4.1.3320.9.48.2 | |||
| bdcomMemoryPoolConformance OBJECT-IDENTITY | 1.3.6.1.4.1.3320.9.48.3 | |||
| bdcomMemoryPoolCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.3320.9.48.3.1 | |||
| bdcomMemoryPoolGroups OBJECT-IDENTITY | 1.3.6.1.4.1.3320.9.48.3.2 |
Conformance
| Name | OID | Status |
|---|---|---|
| bdcomMemoryPoolCompliance MODULE-COMPLIANCE The compliance statement for entities which implement the BDCOM Memory Pool MIB | 1.3.6.1.4.1.3320.9.48.3.1.1 | deprecated |
| bdcomMemoryPoolComplianceRev1 MODULE-COMPLIANCE The compliance statement for entities which implement the BDCOM Memory Pool MIB | 1.3.6.1.4.1.3320.9.48.3.1.2 | current |
| bdcomMemoryPoolGroup OBJECT-GROUP A collection of objects providing memory pool monitoring. | 1.3.6.1.4.1.3320.9.48.3.2.1 | current |
| bdcomMemoryPoolUtilizationGroup OBJECT-GROUP An optional group providing a collection of memory pool utilization objects. | 1.3.6.1.4.1.3320.9.48.3.2.2 | current |