CTRON-SSR-CAPACITY-MIB
AI MIB Summary
The CTRON-SSR-CAPACITY-MIB enables monitoring of resource capacity statistics for Ctron RS (Reliable Server) systems, specifically tracking available and utilized system resources to assess hardware health and performance thresholds.
This module defines a schema to access RS system resource capacity statistics.
Main OID:
capacityMIB.1.3.6.1.4.1.52.2501.1.270
49
Objects
Active
Status
4
Dependencies
Imported Objects
Objects
49 total| Object Name |
|---|
capacityMIBThis module defines a schema to access RS system resource capacity statistics. MODULE-IDENTITY .1.3.6.1.4.1.52.2501.1.270 |
chassisCap OBJECT IDENTIFIER .1.3.6.1.4.1.52.2501.1.270.1 |
capChassisSlotCountThe maximum number of slots in the chassis, including the slot for the CPU module.ro INTEGER .1.3.6.1.4.1.52.2501.1.270.1.1 |
capChassisSlotsUsedThe number of slots used in the chassis. This number includes the slot used for the CPU module, if any.ro INTEGER .1.3.6.1.4.1.52.2501.1.270.1.2 |
capChassisSlotsFreeThe number of free slots in the chassis. This includes all of the available slots not used by the CPU or redundant CPU card.ro INTEGER .1.3.6.1.4.1.52.2501.1.270.1.3 |
capChassisCPURedundancyThe 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 disabledro SSRCapabilityType .1.3.6.1.4.1.52.2501.1.270.1.4 |
capChassisPSRedundancyThe 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 disabledro SSRCapabilityType .1.3.6.1.4.1.52.2501.1.270.1.5 |
capChassisSFRedundancyThe 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 disabledro SSRCapabilityType .1.3.6.1.4.1.52.2501.1.270.1.6 |
cpu OBJECT IDENTIFIER .1.3.6.1.4.1.52.2501.1.270.2 |
capCPUTableSummary of CPU statistics. It is assumed that there is only one CPU per line card. SEQUENCE OF CapCPUEntry .1.3.6.1.4.1.52.2501.1.270.2.1 |
capCPUEntryAn entry containing CPU statistics information. CapCPUEntry .1.3.6.1.4.1.52.2501.1.270.2.1.1 |
capCPUModuleIndexThe Slot index in which the current CPU is residing. INTEGER .1.3.6.1.4.1.52.2501.1.270.2.1.1.1 |
capCPUCurrentUtilizationThe 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.ro INTEGER .1.3.6.1.4.1.52.2501.1.270.2.1.1.2 |
capCPUL3LearnedThe 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.ro Counter32 .1.3.6.1.4.1.52.2501.1.270.2.1.1.3 |
capCPUL3AgedThe 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.ro Counter32 .1.3.6.1.4.1.52.2501.1.270.2.1.1.4 |
capCPUL2LearnedThe 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.ro Counter32 .1.3.6.1.4.1.52.2501.1.270.2.1.1.5 |
capCPUL2AgedThe total number of L2 addresses or flows aged out. Hosts that end switched communication through the SSR are aged out every 15 seconds.ro Counter32 .1.3.6.1.4.1.52.2501.1.270.2.1.1.6 |
capCPUNIAReceivedThe total number of packets received by the NIA chip. This is useful in gauging how many packets are forwarded to the CPU for processing.ro Counter32 .1.3.6.1.4.1.52.2501.1.270.2.1.1.7 |
capCPUNIATransmittedThe 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.ro Counter32 .1.3.6.1.4.1.52.2501.1.270.2.1.1.8 |
capCPUMinThresholdThe 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.rw INTEGER .1.3.6.1.4.1.52.2501.1.270.2.1.1.9 |
capCPUMaxThresholdThe 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.rw INTEGER .1.3.6.1.4.1.52.2501.1.270.2.1.1.10 |
tasks OBJECT IDENTIFIER .1.3.6.1.4.1.52.2501.1.270.3 |
capTaskTableA summary of the tasks running on a CPU enabled module in the chassis. SEQUENCE OF CapTaskEntry .1.3.6.1.4.1.52.2501.1.270.3.1 |
capTaskEntryAn entry containing information on a task running on a CPU enabled module in the chassis including the memory consumption and current status. CapTaskEntry .1.3.6.1.4.1.52.2501.1.270.3.1.1 |
capTaskModuleIndexThe module index on which the task is running. INTEGER .1.3.6.1.4.1.52.2501.1.270.3.1.1.1 |
capTaskIndexA 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. INTEGER .1.3.6.1.4.1.52.2501.1.270.3.1.1.2 |
capTaskNameThe 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.ro OCTET STRING .1.3.6.1.4.1.52.2501.1.270.3.1.1.3 |
capTaskShedThe number of times this task has been scheduled to run. This is a cumulative count from the time the SSR was started.ro Counter32 .1.3.6.1.4.1.52.2501.1.270.3.1.1.4 |
capTaskStatusThe current status of this task.ro SSRStatusType .1.3.6.1.4.1.52.2501.1.270.3.1.1.5 |
capTaskUsedThe 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.ro INTEGER .1.3.6.1.4.1.52.2501.1.270.3.1.1.6 |
memory OBJECT IDENTIFIER .1.3.6.1.4.1.52.2501.1.270.4 |
capMemoryTableA summary of the non-volatile storage devices in the SSR. SEQUENCE OF CapMemoryEntry .1.3.6.1.4.1.52.2501.1.270.4.1 |
capMemoryEntryAn entry containing information on a non-volatile memory device in the SSR. CapMemoryEntry .1.3.6.1.4.1.52.2501.1.270.4.1.1 |
capMemoryTypeA type of storage device from the enumerated memory types. SSRMemoryType .1.3.6.1.4.1.52.2501.1.270.4.1.1.1 |
capMemoryIndexAn 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. INTEGER .1.3.6.1.4.1.52.2501.1.270.4.1.1.2 |
capMemoryDescrThe description of the memory device.ro OCTET STRING .1.3.6.1.4.1.52.2501.1.270.4.1.1.3 |
capMemorySizeMemory device total memory capacity expressed in blocks.ro INTEGER .1.3.6.1.4.1.52.2501.1.270.4.1.1.4 |
capMemoryFreeMemory 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.ro INTEGER .1.3.6.1.4.1.52.2501.1.270.4.1.1.5 |
capMemoryUsedSize of used memory on the memory device. This includes the blocks of memory that are only partially used and is expressed in blocks.ro INTEGER .1.3.6.1.4.1.52.2501.1.270.4.1.1.6 |
capMemoryBlockSizeSize 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.ro INTEGER .1.3.6.1.4.1.52.2501.1.270.4.1.1.7 |
capMemoryFailuresThe 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.ro Counter32 .1.3.6.1.4.1.52.2501.1.270.4.1.1.8 |
capMemoryRemovableIndicates if the memory type is removable.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.52.2501.1.270.4.1.1.9 |
capConformance OBJECT IDENTIFIER .1.3.6.1.4.1.52.2501.1.270.6 |
capCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.52.2501.1.270.6.1 |
capGroups OBJECT IDENTIFIER .1.3.6.1.4.1.52.2501.1.270.6.2 |
capConfGroupV10A set of managed objects that make up version 1.0 of the SSR capacity mib.deprecated Unknown .1.3.6.1.4.1.52.2501.1.270.6.2.1 |
capComplianceV10The compliance statement for the SSR-CAPACITY-MIB.deprecated Unknown .1.3.6.1.4.1.52.2501.1.270.6.2.1.1 |
capConfGroupV20A set of managed objects that make up version 2.0 of the SSR capacity mib. Unknown .1.3.6.1.4.1.52.2501.1.270.6.2.2 |
capComplianceV20The compliance statement for the SSR-CAPACITY-MIB. Unknown .1.3.6.1.4.1.52.2501.1.270.6.2.2.1 |