Home/Catalog/REDSTONE-RXSYS-MIB

REDSTONE-RXSYS-MIB

Added 'ct1' enumeration to RsSysCardType and rsRxSysPortType.
Main OID:
rsRXSysMIB.1.3.6.1.4.1.2773.2.17
62
Objects
Active
Status
6
Dependencies

Imported Objects

Objects

62 total
Object Name
rsRXSysMIBAdded 'ct1' enumeration to RsSysCardType and rsRxSysPortType.
MODULE-IDENTITY
.1.3.6.1.4.1.2773.2.17
rsRXSysTrap
OBJECT IDENTIFIER
.1.3.6.1.4.1.2773.2.17.0
rsRXSysSlotOperStatusChangeReports a status change for a slot. This trap is generated on a transition into a stable state (online or disabled) or on a transition out of online.
NOTIFICATION-TYPE
.1.3.6.1.4.1.2773.2.17.0.1
rsRXSysPowerStatusChangeReports a change in the status of a power element.
NOTIFICATION-TYPE
.1.3.6.1.4.1.2773.2.17.0.2
rsRXSysTempFanStatusChangeReports a change in the status of the fan tray.
NOTIFICATION-TYPE
.1.3.6.1.4.1.2773.2.17.0.3
rsRXSysTempStatusChangeReports a change in the status of a temperature sensor.
NOTIFICATION-TYPE
.1.3.6.1.4.1.2773.2.17.0.4
rsRXSysObjects
OBJECT IDENTIFIER
.1.3.6.1.4.1.2773.2.17.1
rsRXSysGeneral
OBJECT IDENTIFIER
.1.3.6.1.4.1.2773.2.17.1.1
rsRXSysChassisRevChassis revision number. If unknown, the value 255 is reported.ro
Integer32
.1.3.6.1.4.1.2773.2.17.1.1.1
rsRXSysSwVersionCurrently executing operational software version.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2773.2.17.1.1.2
rsRXSysSwBuildDateBuild date of currently executing operational software version.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.2773.2.17.1.1.3
rsRXSysFabric
OBJECT IDENTIFIER
.1.3.6.1.4.1.2773.2.17.1.2
rsRXSysFabricSpeedSpeed of switching fabric, in gigabits per second.ro
Integer32 UNITS "gigabits per second"
.1.3.6.1.4.1.2773.2.17.1.2.1
rsRXSysFabricRevFabric revision number. If unknown, the value 255 is reported.ro
Integer32
.1.3.6.1.4.1.2773.2.17.1.2.2
rsRXSysNvs
OBJECT IDENTIFIER
.1.3.6.1.4.1.2773.2.17.1.3
rsRXSysNvsStatusStatus of non-volatile storage (NVS): notPresent NVS is not installed. writeProtected NVS is write-protected. volumeError Status poll of NVS failed. nearCapacity Utilization exceeds 85% of NVS capacity. ok NVS is operational, none of the preceding conditions apply.ro
Enumeration
.1.3.6.1.4.1.2773.2.17.1.3.1
rsRXSysNvsCapacityCapacity of NVS storage in megabytes.ro
Integer32 UNITS "megabytes"
.1.3.6.1.4.1.2773.2.17.1.3.2
rsRXSysNvsUtilPctPercentage of NVS storage used. A value of -1 indicates NVS utilization is unknown.ro
Integer32(-1..100) UNITS "percent"
.1.3.6.1.4.1.2773.2.17.1.3.3
rsRXSysSlot
OBJECT IDENTIFIER
.1.3.6.1.4.1.2773.2.17.1.4
rsRXSysSlotCountThe number of slots in the system.ro
Integer32
.1.3.6.1.4.1.2773.2.17.1.4.1
rsRXSysSlotTableTable of system slots.
SEQUENCE OF RsSysSlotEntry
.1.3.6.1.4.1.2773.2.17.1.4.2
rsRXSysSlotEntryA table entry describing contents of a system slot.
RsSysSlotEntry
.1.3.6.1.4.1.2773.2.17.1.4.2.1
rsRXSysSlotIndexSlot number. NOTE: Port numbers are zero-based.
Integer32
.1.3.6.1.4.1.2773.2.17.1.4.2.1.1
rsRXSysSlotDescrTextual description of the card.ro
DisplayString
.1.3.6.1.4.1.2773.2.17.1.4.2.1.2
rsRXSysSlotCurrentCardTypeType of card actually in the slot. This could be different from the type reported in rsRXSysSlotExpectedCardType, in which case it may be necessary to set rsRXSysSlotControl to 'flush' before this card can be made operational.ro
RsSysCardType
.1.3.6.1.4.1.2773.2.17.1.4.2.1.3
rsRXSysSlotRevRevision number of the card. If unknown, the value 255 is reported.ro
Integer32
.1.3.6.1.4.1.2773.2.17.1.4.2.1.4
rsRXSysSlotAdminStatusExerts administrative control to enable/disable the slot.rw
RsEnable (REDSTONE-TC)
.1.3.6.1.4.1.2773.2.17.1.4.2.1.5
rsRXSysSlotOperStatusStatus of the card.ro
Enumeration
.1.3.6.1.4.1.2773.2.17.1.4.2.1.6
rsRXSysSlotDisableReasonIndicates the condition causing the slot to be disabled: none Value when card is not disabled. unknown Unknown reason for disablement. assessing The slot content is being assessed (transient initialization state). admin The slot is administratively disabled. cardMismatch The current card type conflicts with configuration associated with a different card type that previously occupied the slot. fabricLimit Card resource requirements exceed available fabric capacity. imageError Software image for card is missing or invalid.ro
Enumeration
.1.3.6.1.4.1.2773.2.17.1.4.2.1.7
rsRXSysSlotExpectedCardTypeType of card associated with this slot through prior presence. After the card is removed, this association persists (and inhibits operation of a different card type in this slot, if one is inserted) until rsRXSysSlotControl is set to 'flush'.ro
RsSysCardType
.1.3.6.1.4.1.2773.2.17.1.4.2.1.8
rsRXSysSlotControlAdministrative control of this slot: noOperation Setting this value has no effect. flush Flushes configuration associated with a card type that previously occupied this slot. Used to explicitly confirm that the slot is now empty, or contains a different card type. Card must be disabled when this value is asserted. See description for rsRXSysSlotDisableReason. reset Resets the slot.rw
Enumeration
.1.3.6.1.4.1.2773.2.17.1.4.2.1.9
rsRXSysSlotCpuUtilPctPercentage of CPU utilization. A value of -1 indicates the utilization is unknown.ro
Integer32(-1..100) UNITS "percent"
.1.3.6.1.4.1.2773.2.17.1.4.2.1.10
rsRXSysSlotMemUtilPctPercentage of memory utilization. A value of -1 indicates the utilization is unknown.ro
Integer32(-1..100) UNITS "percent"
.1.3.6.1.4.1.2773.2.17.1.4.2.1.11
rsRXSysSlotIoaPresentIndicates whether the card's corresponding I/O adapter is present.ro
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.2773.2.17.1.4.2.1.12
rsRXSysSlotPortCountNumber of physical ports for the EXPECTED card type for this slot. NOTE: In event of a card mismatch in this slot, the port count for the CURRENT card in this slot is not recognized/reported until the configuration for the EXPECTED card is explicitly flushed via rsRXSysSlotControl.ro
Integer32
.1.3.6.1.4.1.2773.2.17.1.4.2.1.13
rsRXSysSlotLastChangeThe value of sysUpTime when the value of rsRXSysSlotOperStatus last changed.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.2773.2.17.1.4.2.1.14
rsRXSysPort
OBJECT IDENTIFIER
.1.3.6.1.4.1.2773.2.17.1.5
rsRXSysPortTableTable of system physical ports. The information in this table reflects the ports for the EXPECTED card type in each slot; in event of a card mismatch, this table permits navigation of the existing configuration of the expected card type.
SEQUENCE OF RsSysPortEntry
.1.3.6.1.4.1.2773.2.17.1.5.1
rsRXSysPortEntryA table entry describing a physical port of the system.
RsSysPortEntry
.1.3.6.1.4.1.2773.2.17.1.5.1.1
rsRXSysPortIndexPort number of this physical port, relative to the slot in which it resides. Each physical port is uniquely distinguished by its slot/port pair. NOTE: Port numbers are zero-based.
Integer32
.1.3.6.1.4.1.2773.2.17.1.5.1.1.1
rsRXSysPortDescrTextual description of this port.ro
DisplayString
.1.3.6.1.4.1.2773.2.17.1.5.1.1.2
rsRXSysPortTypeType of the physical port: unknown Unknown port type. eth Ethernet. ct3 Channelized T3. oc3c OC-3c (SONET/SDH). ut3Atm Unchannelized T3 (ATM service). ut3Frame Unchannelized T3 (Frame service). ue3Atm Unchannelized E3 (ATM service). ue3Frame Unchannelized E3 (Frame service). ce1 Channelized E1. ct1 Channelized T1.ro
Enumeration
.1.3.6.1.4.1.2773.2.17.1.5.1.1.3
rsRXSysPortIfIndexThe ifIndex of the Interfaces MIB ifTable entry corresponding to this physical port; if zero, the ifIndex is unknown or does not exist.ro
InterfaceIndexOrZero (IF-MIB)
.1.3.6.1.4.1.2773.2.17.1.5.1.1.4
rsRXSysPower
OBJECT IDENTIFIER
.1.3.6.1.4.1.2773.2.17.1.6
rsRXSysPowerTableTable of system power elements.
SEQUENCE OF RsSysPowerEntry
.1.3.6.1.4.1.2773.2.17.1.6.1
rsRXSysPowerEntryA table entry describing status of a system power element.
RsSysPowerEntry
.1.3.6.1.4.1.2773.2.17.1.6.1.1
rsRXSysPowerIndexArbitrary integer index to distinguish entries in this table.
Integer32
.1.3.6.1.4.1.2773.2.17.1.6.1.1.1
rsRXSysPowerDescrTextual description of this power element.ro
DisplayString
.1.3.6.1.4.1.2773.2.17.1.6.1.1.2
rsRXSysPowerStatusThe status of the power element: inactive No power available from this element. active Power available from this element.ro
Enumeration
.1.3.6.1.4.1.2773.2.17.1.6.1.1.3
rsRXSysTemperature
OBJECT IDENTIFIER
.1.3.6.1.4.1.2773.2.17.1.7
rsRXSysTempFanStatusStatus of fan tray.ro
Enumeration
.1.3.6.1.4.1.2773.2.17.1.7.1
rsRXSysTempTableTable of system temperature sensors. Sensors are distributed across the chassis, at least one sensor per populated slot.
SEQUENCE OF RsSysTempEntry
.1.3.6.1.4.1.2773.2.17.1.7.2
rsRXSysTempEntryA table entry describing status of a temperature sensor.
RsSysTempEntry
.1.3.6.1.4.1.2773.2.17.1.7.2.1
rsRXSysTempIndexArbitrary integer index to distinguish sensors associated with the same chassis slot.
Integer32
.1.3.6.1.4.1.2773.2.17.1.7.2.1.1
rsRXSysTempDescrTextual description of this sensor.ro
DisplayString
.1.3.6.1.4.1.2773.2.17.1.7.2.1.2
rsRXSysTempStatusThe status of a temperature sensor: unknown Unknown. failed Failed. tooLow Below nominal range. nominal Within nominal range. tooHigh Above nominal range.ro
Enumeration
.1.3.6.1.4.1.2773.2.17.1.7.2.1.3
rsRXSysTempValueThe temperature measured by this sensor in degrees Celsius. This measurement is valid only if the value of the corresponding rsRXSysTempStatus is nominal.ro
Integer32 UNITS "degrees Celsius"
.1.3.6.1.4.1.2773.2.17.1.7.2.1.4
rsRXSysConformance
OBJECT IDENTIFIER
.1.3.6.1.4.1.2773.2.17.2
rsRXSysCompliances
OBJECT IDENTIFIER
.1.3.6.1.4.1.2773.2.17.2.1
rsRXSysComplianceThe compliance statement for entities which implement the Redstone System MIB.
Unknown
.1.3.6.1.4.1.2773.2.17.2.1.1
rsRXSysGroups
OBJECT IDENTIFIER
.1.3.6.1.4.1.2773.2.17.2.2
rsRXSysGroupA collection of management objects pertaining to system capabilities in a Redstone product.
Unknown
.1.3.6.1.4.1.2773.2.17.2.2.1
REDSTONE-RXSYS-MIB - SNMP MIB Reference | MIBs Explorer