CTRON-SSR-CAPACITY-MIB
- Registered at
- 1.3.6.1.4.1.52.2501.1.270
- Last updated
- 2000-07-15 00:00
- Organization
- Enterasys Networks, Inc.
- Revisions
- 2000-07-15 00:00, 1998-11-05 00:00
- Namespace
- enterasys
- Source file
CTRON-SSR-CAPACITY-MIB- Digest
sha256:b20e0d663202e5b651fbbb5e874cd987889229eb48e488fe58512dc910884a88
Description
This module defines a schema to access RS system resource capacity statistics.
Contact
Enterasys Networks 35 Industrial Way, P.O. Box 5005 Rochester, NH 03867-0505 (603) 332-9400 support@enterasys.com http://www.enterasys.com
Imports
| From | Symbols |
|---|---|
| CTRON-SSR-SMI-MIB | ssrMibs |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Counter32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION, 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.
CTRON-OIDS CTRON-SSR-CAPACITY-MIB CTRON-SSR-SMI-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| SSRCapabilityType TEXTUAL-CONVENTION A unique value, greater than zero, for the different capabilities of the SSR chassis. | current | |||
| SSRMemoryType TEXTUAL-CONVENTION A unique value, greater than zero, for each non-volatile memory device supported by the SSR series of products. | current | |||
| SSRStatusType TEXTUAL-CONVENTION A unique value, greater than zero, for each possible state a task on the SSR can be in. | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| chassisCap OBJECT-IDENTITY | 1.3.6.1.4.1.52.2501.1.270.1 | |||
| capChassisSlotCount OBJECT-TYPE The maximum number of slots in the chassis, including the slot for the CPU module. | 1.3.6.1.4.1.52.2501.1.270.1.1 | INTEGER (2..32) | read-only | current |
| capChassisSlotsUsed OBJECT-TYPE The number of slots used in the chassis. This number includes the slot used for the CPU module, if any. | 1.3.6.1.4.1.52.2501.1.270.1.2 | INTEGER (0..32) | read-only | current |
| capChassisSlotsFree OBJECT-TYPE The number of free slots in the chassis. This includes all of the available slots not used by the CPU or redundant CPU card. | 1.3.6.1.4.1.52.2501.1.270.1.3 | INTEGER (0..32) | read-only | current |
| capChassisCPURedundancy OBJECT-TYPE The chassis CPU redundancy capability of the SSR. This will be one of the following values: noSupport(1) -- feature not supported available(2) -- feature not in use enabled(3) -- feature in use and enabled disabled(4) -- feature in use and disabled | 1.3.6.1.4.1.52.2501.1.270.1.4 | SSRCapabilityType | read-only | current |
| capChassisPSRedundancy OBJECT-TYPE The chassis Power Supply redundancy capability of the SSR. This will be one of the following values: noSupport(1) -- feature not supported available(2) -- feature not in use enabled(3) -- feature in use and enabled disabled(4) -- feature in use and disabled | 1.3.6.1.4.1.52.2501.1.270.1.5 | SSRCapabilityType | read-only | current |
| capChassisSFRedundancy OBJECT-TYPE The chassis Switching Fabric redundancy capability of the SSR. This will be one of the following values: noSupport(1) -- feature not supported available(2) -- feature not in use enabled(3) -- feature in use and enabled disabled(4) -- feature in use and disabled | 1.3.6.1.4.1.52.2501.1.270.1.6 | SSRCapabilityType | read-only | current |
| cpu OBJECT-IDENTITY | 1.3.6.1.4.1.52.2501.1.270.2 | |||
| capCPUTable OBJECT-TYPE Summary of CPU statistics. It is assumed that there is only one CPU per line card. | 1.3.6.1.4.1.52.2501.1.270.2.1 | not-accessible | current | |
| capCPUEntry OBJECT-TYPE An entry containing CPU statistics information. | 1.3.6.1.4.1.52.2501.1.270.2.1.1 | not-accessible | current | |
| capCPUModuleIndex OBJECT-TYPE The Slot index in which the current CPU is residing. | 1.3.6.1.4.1.52.2501.1.270.2.1.1.1 | INTEGER (0..4294967295) | not-accessible | current |
| capCPUCurrentUtilization OBJECT-TYPE The CPU utilization expressed as an integer percentage. This is calculated over the last 5 seconds at a 0.1 second interval as a simple average. | 1.3.6.1.4.1.52.2501.1.270.2.1.1.2 | INTEGER (0..100) | read-only | current |
| capCPUL3Learned OBJECT-TYPE The total number of new layer 3 flows the CPU has processed and programmed into the Layer 3 hardware flow tables. Layer 3 flows are packets for IP or IPX protocols that will be routed from one subnet to another. Bridged flows or IP and IPX flows that originate and terminate in the same subnet are accounted for by capCPUL2Learned object. | 1.3.6.1.4.1.52.2501.1.270.2.1.1.3 | Counter32 | read-only | current |
| capCPUL3Aged OBJECT-TYPE The total number of Layer 3flows that have been removed from the layer 3 hardware flow tables across all modules by the Layer 3 aging task. This number may increase quickly if routing protocols are not stable. Removal or insertion of routes into the forwarding table will cause premature aging of flows. Flows are normally aged/removed from the hardware when there are no more packets being sent for a defined time period. This counter is cumulative from the time the system started. | 1.3.6.1.4.1.52.2501.1.270.2.1.1.4 | Counter32 | read-only | current |
| capCPUL2Learned OBJECT-TYPE The number of L2 flows or addresses learned. The intended result here is to see how many stations attempt to establish switched communication through the SSR. | 1.3.6.1.4.1.52.2501.1.270.2.1.1.5 | Counter32 | read-only | current |
| capCPUL2Aged OBJECT-TYPE The total number of L2 addresses or flows aged out. Hosts that end switched communication through the SSR are aged out every 15 seconds. | 1.3.6.1.4.1.52.2501.1.270.2.1.1.6 | Counter32 | read-only | current |
| capCPUNIAReceived OBJECT-TYPE The total number of packets received by the NIA chip. This is useful in gauging how many packets are forwarded to the CPU for processing. | 1.3.6.1.4.1.52.2501.1.270.2.1.1.7 | Counter32 | read-only | current |
| capCPUNIATransmitted OBJECT-TYPE The total number of packets transmitted by the NIA chip. This is useful in seeing how much the CPU is communicating directory with management stations and other routers. | 1.3.6.1.4.1.52.2501.1.270.2.1.1.8 | Counter32 | read-only | current |
| capCPUMinThreshold OBJECT-TYPE The CPU utilization expressed as an integer percentage. This value represents the threshold minimum value for capCPUCurrentUtilization that is used to reset the threshold testing for generation of the envCPUThresholdTrap. This value is equal to 0 by default. When this value or the value of capCPUMaxThreshold is equal to 0, no envCPUThresholdTrap will be generated. | 1.3.6.1.4.1.52.2501.1.270.2.1.1.9 | INTEGER (0..99) | read-write | current |
| capCPUMaxThreshold OBJECT-TYPE The CPU utilization expressed as an integer percentage. This value represents the threshold maximum for capCPUCurrentUtilization which causes generation of the envCPUThresholdTrap. Another trap is not generated until the capCPUCurrentUtilization value has dropped below capCPUMinThreshold. When this value or the value of capCPUMinThreshold is equal to 0, no envCPUThresholdTrap will be generated. | 1.3.6.1.4.1.52.2501.1.270.2.1.1.10 | INTEGER (0..99) | read-write | current |
| tasks OBJECT-IDENTITY | 1.3.6.1.4.1.52.2501.1.270.3 | |||
| capTaskTable OBJECT-TYPE A summary of the tasks running on a CPU enabled module in the chassis. | 1.3.6.1.4.1.52.2501.1.270.3.1 | not-accessible | current | |
| capTaskEntry OBJECT-TYPE An entry containing information on a task running on a CPU enabled module in the chassis including the memory consumption and current status. | 1.3.6.1.4.1.52.2501.1.270.3.1.1 | not-accessible | current | |
| capTaskModuleIndex OBJECT-TYPE The module index on which the task is running. | 1.3.6.1.4.1.52.2501.1.270.3.1.1.1 | INTEGER (1..4294967295) | not-accessible | current |
| capTaskIndex OBJECT-TYPE A unique index assigned to a task instance. This index is unique to the task for the time SSR is booted. If the task is terminated, the index will not be reused for another task that might become active in the system. | 1.3.6.1.4.1.52.2501.1.270.3.1.1.2 | INTEGER (1..4294967295) | not-accessible | current |
| capTaskName OBJECT-TYPE The encrypted name assigned to this task. This is unique for each different type of task, but there may be multiple instances of the same task running in the system. | 1.3.6.1.4.1.52.2501.1.270.3.1.1.3 | OCTET STRING (SIZE(0..8)) | read-only | current |
| capTaskShed OBJECT-TYPE The number of times this task has been scheduled to run. This is a cumulative count from the time the SSR was started. | 1.3.6.1.4.1.52.2501.1.270.3.1.1.4 | Counter32 | read-only | current |
| capTaskStatus OBJECT-TYPE The current status of this task. | 1.3.6.1.4.1.52.2501.1.270.3.1.1.5 | SSRStatusType | read-only | current |
| capTaskUsed OBJECT-TYPE The size of the memory consumed by this task. This can be used to monitor any excess memory use by a particular task and is expressed in bytes. | 1.3.6.1.4.1.52.2501.1.270.3.1.1.6 | INTEGER (0..4294967295) | read-only | current |
| memory OBJECT-IDENTITY | 1.3.6.1.4.1.52.2501.1.270.4 | |||
| capMemoryTable OBJECT-TYPE A summary of the non-volatile storage devices in the SSR. | 1.3.6.1.4.1.52.2501.1.270.4.1 | not-accessible | current | |
| capMemoryEntry OBJECT-TYPE An entry containing information on a non-volatile memory device in the SSR. | 1.3.6.1.4.1.52.2501.1.270.4.1.1 | not-accessible | current | |
| capMemoryType OBJECT-TYPE A type of storage device from the enumerated memory types. | 1.3.6.1.4.1.52.2501.1.270.4.1.1.1 | SSRMemoryType | not-accessible | current |
| capMemoryIndex OBJECT-TYPE An index or enumeration for the entries of a particular memory type. This index corresponds to: -- Interface index for L2Hardware Type -- Module index for L3Hardware Type -- Enumeration for everything else. | 1.3.6.1.4.1.52.2501.1.270.4.1.1.2 | INTEGER (1..4294967295) | not-accessible | current |
| capMemoryDescr OBJECT-TYPE The description of the memory device. | 1.3.6.1.4.1.52.2501.1.270.4.1.1.3 | OCTET STRING (SIZE(0..256)) | read-only | current |
| capMemorySize OBJECT-TYPE Memory device total memory capacity expressed in blocks. | 1.3.6.1.4.1.52.2501.1.270.4.1.1.4 | INTEGER (1..4294967295) | read-only | current |
| capMemoryFree OBJECT-TYPE Memory device free memory in blocks. This will include any unused memory between used memory blocks and is calculated by subtracting the memory used from the size of the memory device. | 1.3.6.1.4.1.52.2501.1.270.4.1.1.5 | INTEGER (1..4294967295) | read-only | current |
| capMemoryUsed OBJECT-TYPE Size of used memory on the memory device. This includes the blocks of memory that are only partially used and is expressed in blocks. | 1.3.6.1.4.1.52.2501.1.270.4.1.1.6 | INTEGER (1..4294967295) | read-only | current |
| capMemoryBlockSize OBJECT-TYPE Size of the memory blocks on the memory device. This is the minimum block size of memory returned when memory is requested and is expressed in bytes. | 1.3.6.1.4.1.52.2501.1.270.4.1.1.7 | INTEGER (1..4294967295) | read-only | current |
| capMemoryFailures OBJECT-TYPE The number of times a memory allocation in this memory device has failed. In the case of L2Hardware and L3Hardware types it expresses the number of times a Full Hash Bucket condition has been met. | 1.3.6.1.4.1.52.2501.1.270.4.1.1.8 | Counter32 | read-only | current |
| capMemoryRemovable OBJECT-TYPE Indicates if the memory type is removable. | 1.3.6.1.4.1.52.2501.1.270.4.1.1.9 | TruthValue | read-only | current |
| capConformance OBJECT-IDENTITY | 1.3.6.1.4.1.52.2501.1.270.6 | |||
| capCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.52.2501.1.270.6.1 | |||
| capGroups OBJECT-IDENTITY | 1.3.6.1.4.1.52.2501.1.270.6.2 |
Conformance
| Name | OID | Status |
|---|---|---|
| capConfGroupV10 OBJECT-GROUP A set of managed objects that make up version 1.0 of the SSR capacity mib. | 1.3.6.1.4.1.52.2501.1.270.6.2.1 | deprecated |
| capComplianceV10 MODULE-COMPLIANCE The compliance statement for the SSR-CAPACITY-MIB. | 1.3.6.1.4.1.52.2501.1.270.6.2.1.1 | deprecated |
| capConfGroupV20 OBJECT-GROUP A set of managed objects that make up version 2.0 of the SSR capacity mib. | 1.3.6.1.4.1.52.2501.1.270.6.2.2 | current |
| capComplianceV20 MODULE-COMPLIANCE The compliance statement for the SSR-CAPACITY-MIB. | 1.3.6.1.4.1.52.2501.1.270.6.2.2.1 | current |