ASCEND-CHASSIS-MIB: View SNMP OID List / Download MIB

VENDOR: ASCEND COMMUNICATIONS INC.


 Home MIB: ASCEND-CHASSIS-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 slotNumber 1.3.6.1.4.1.529.2.1 integer read-only
The number of slots, fixed or removable, supported by this device.
 slotTable 1.3.6.1.4.1.529.2.2 no-access
A list of slot entries. The number of entries is given by the value slotNumber.
     slotEntry 1.3.6.1.4.1.529.2.2.1 no-access
A slot entry containing objects to describe the slot.
         slotIndex 1.3.6.1.4.1.529.2.2.1.1 integer read-only
A unique value for each slot card. Its value ranges between 1 and the value slotNumber.
         slotName 1.3.6.1.4.1.529.2.2.1.2 displaystring read-only
The ASCII representation of the name of the card in the indexed slot. The name is the same name displayed on the Main Edit Menu less the menu number. The empty string is returned when there is no slot card present. The value 'Not Avail' is used when the card in the slot has failed POST. The value 'Occupied' is used for cards occupying more than one slot space.
         slotType 1.3.6.1.4.1.529.2.2.1.3 ascendslottype read-only
The type of card in the indexed slot.
         slotFixed 1.3.6.1.4.1.529.2.2.1.4 integer read-only
The value fixed( 1 ) returned if the slot card is not removable and removable( 2 ) if the slot card is removable. Enumeration: 'fixed': 1, 'removable': 2.
         slotItems 1.3.6.1.4.1.529.2.2.1.5 integer read-only
A count of the number of 'items' contained by this slot card. An 'item' is a 'port' for host and a 'line' for network slot cards.
         slotSpecific 1.3.6.1.4.1.529.2.2.1.6 object identifier read-only
A reference to MIB definitions specific to the hardware in this slot card. Contains the object identifier { 0 0 } if there is no slot specific information for the current slot card type.
         slotSerialNumber 1.3.6.1.4.1.529.2.2.1.7 integer read-only
The TNT slot card's serial number. The serial number is reported as 0 if the slot card does not have a serial number, if the card did not boot, or if the slot is empty. The serial number is reported as 7777777 if the slot card does not support serialization. The serial number is reported as 0 for platforms other than TNT.
         slotStatus 1.3.6.1.4.1.529.2.2.1.8 integer read-only
The current status of the TNT slot card For non-TNT systems operStateNone is always reported. Enumeration: 'operStateCoreDump': 4, 'operStateOccupied': 8, 'operStateDown': 1, 'operStateUp': 2, 'operStatePost': 6, 'operStateNone': 7, 'operStateLoading': 5, 'operStateDiag': 3.
         slotLastChange 1.3.6.1.4.1.529.2.2.1.9 timeticks read-only
The value of sysUpTime at the time the TNT slot card entered its current state. For non-TNT systems 0 is always reported.
         slotHWRev 1.3.6.1.4.1.529.2.2.1.10 displaystring read-only
Hardware revision of the slot card. On systems that do not support this object, an empty string is returned.
         slotSWRev 1.3.6.1.4.1.529.2.2.1.11 displaystring read-only
Software revision of the slot card. On systems that do not support this object, an empty string is returned.
         slotAdminStatus 1.3.6.1.4.1.529.2.2.1.12 integer read-write
This attribute changes the state of the slot card or deletes the slot card. When read, returns the last admin. state set. For non-TNT systems slotAdminStatusUp(1) always returned. For non-TNT system this attribute can not be SET and GENERAL_ERROR(5) is returned, if a SET-REQUEST is received. Enumeration: 'down': 2, 'up': 1, 'remove': 3.
         slotUpTime 1.3.6.1.4.1.529.2.2.1.13 timeticks read-only
Time the slot card has been up. If the slot card is not UP, returns 0.
         slotMemoryTotal 1.3.6.1.4.1.529.2.2.1.14 integer read-only
Total RAM(bytes) present on the slot card.
         slotMemoryAvail 1.3.6.1.4.1.529.2.2.1.15 integer read-only
The amount of RAM(bytes) currently available.
         slotMemoryThreshold 1.3.6.1.4.1.529.2.2.1.16 integer read-only
The RAM low water mark (bytes) for the slot card.
 slotItemTable 1.3.6.1.4.1.529.2.3 no-access
A list of slot item entries. Each slot contains slotItems entries, indexed by slotItemSlotIndex and by slotItemIndex
     slotItemEntry 1.3.6.1.4.1.529.2.3.1 no-access
A slot entry containing the starting interface and number of interfaces used by the indexed slot/item.
         slotItemSlotIndex 1.3.6.1.4.1.529.2.3.1.1 integer read-only
A unique value for each slot card. The slot card identified by a particular value of this index is the same slot card as identified by the same value of slotIndex.
         slotItemIndex 1.3.6.1.4.1.529.2.3.1.2 integer read-only
A unique value for each item in each slot card. Its value ranges between 1 and the value of slotItems in the slot indexed by the same value as slotItemSlotIndex.
         slotItemFirstIf 1.3.6.1.4.1.529.2.3.1.3 integer read-only
The interface number associated with the indexed item on the indexed slot. May be set to 0 if the slot/item is not associated with any interface.
         slotItemIfCount 1.3.6.1.4.1.529.2.3.1.4 integer read-only
The number of interfaces associated with the indexed item on the indexed slot. Typically set to 1 for host slots and the number of channels on network (WAN) slots. May be set to 0 when the item is not associated with an interface.
         slotItemSpecific 1.3.6.1.4.1.529.2.3.1.5 object identifier read-only
A reference to MIB definitions specific to the indexed item on the indexed slot. Contains the object identifier { 0 0 } if there is no item specific information for the indexed item.
         slotItemStatus 1.3.6.1.4.1.529.2.3.1.6 integer read-only
The current status of this item in this slot card. Enumeration: 'slotItemNotRunning': 2, 'briLinkNotStuffed': 3, 'statusOther': 1, 'briMInit': 9, 'briDown': 5, 'briPInit': 8, 'briNotInitWithL2': 7, 'briLinkDisabled': 4, 'briNotInit': 6.
 slotIfTable 1.3.6.1.4.1.529.2.4 no-access
A list of interfaces and the slot/item entry that the interface is associated with.
     slotIfEntry 1.3.6.1.4.1.529.2.4.1 no-access
A slot interface entry containing the slot and item that the interface is associated with.
         slotIfIndex 1.3.6.1.4.1.529.2.4.1.1 integer read-only
The interface index, ranging from 1 to the number of interfaces specified in the MIB-II variable ifNumber. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex.
         slotIfSlotIndex 1.3.6.1.4.1.529.2.4.1.2 integer read-only
The slot index, ranging from 0 to the number of slots specified in slotNumber. When zero the interface references an item in the console group of this MIB. Otherwise the slot identified by a particular value of this index is the same slot as identified by the same value of slotIndex.
         slotIfItemIndex 1.3.6.1.4.1.529.2.4.1.3 integer read-only
The item index, ranging from 1 to the number of items supported on the slot indicated by slotIfSlotIndex. When slotIfSlotIndex is non-zero the number of items supported is specified in slotItems for the slot entry index by slotIfSlotIndex. The item identified by a particular value of this index is the same item as identified by the same value of slotItemIndex.
 chassisInfo 1.3.6.1.4.1.529.2.6
     chassisDesc 1.3.6.1.4.1.529.2.6.1 displaystring read-only
The chassis type description.
     chassisSerialNo 1.3.6.1.4.1.529.2.6.2 integer read-only
The chassis serial number.
     chassisHWRev 1.3.6.1.4.1.529.2.6.3 displaystring read-only
The chassis hardware revision. For non-TNT platforms it is always reported as empty string.
     chassisRedundancy 1.3.6.1.4.1.529.2.6.4 integer read-only
Value to indicate if this platform is running with redundant controller. Enumeration: 'redundancy': 2, 'noRedundancy': 1.
     chassisMemTotal 1.3.6.1.4.1.529.2.6.5 integer read-only
The total RAM (bytes) on the shelf controller.
     chassisMemAvail 1.3.6.1.4.1.529.2.6.6 integer read-only
The RAM (bytes) currently available on the shelf controller.
     chassisMemThreshold 1.3.6.1.4.1.529.2.6.7 integer read-only
The low water mark for RAM (bytes) on the shelf controller.
     cntrReduGroup 1.3.6.1.4.1.529.2.6.8
         cntrReduSwitchLastTime 1.3.6.1.4.1.529.2.6.8.1 timeticks read-only
The value of sysUpTime at the time the controller switched over, 0 if none after last system reboot.
         cntrReduSwitchReason 1.3.6.1.4.1.529.2.6.8.2 integer read-only
Reason for last controller switchover, unknown if no switchover has occurred. Enumeration: 'scheduled': 4, 'unknown': 1, 'manual': 3, 'failure': 2.
         cntrReduSwitchIndex 1.3.6.1.4.1.529.2.6.8.3 integer read-only
Controller Index into slot-table for last controller that was switched from.
         cntrReduCurrentIndex 1.3.6.1.4.1.529.2.6.8.4 integer read-only
Current Controller Index into slot-table.
     cntrReduAvailGroup 1.3.6.1.4.1.529.2.6.9
         cntrReduAvailLastTime 1.3.6.1.4.1.529.2.6.9.1 timeticks read-only
The last time the redundacy availabilty state changed. This object reports 0 if the system did not yet transition from the boot stage.
         cntrReduAvailPrevState 1.3.6.1.4.1.529.2.6.9.2 cntrreduavailstate read-only
The previous redundancy state. It's value is other before the first transition.
         cntrReduAvailCurrState 1.3.6.1.4.1.529.2.6.9.3 cntrreduavailstate read-only
The current redundancy state. It's value is boot before the first transition.
         cntrReduAvailSlotIndex 1.3.6.1.4.1.529.2.6.9.4 integer read-only
The slotIndex as used in the slot table for the slot that observed the transition.