PANDATEL-CHASSIS-MIB

File: PANDATEL-CHASSIS-MIB.mib (33250 bytes)

Imported modules

RFC1155-SMI RFC1213-MIB RFC-1212
RFC-1215

Imported symbols

enterprises Counter NetworkAddress
IpAddress Gauge TimeTicks
DisplayString OBJECT-TYPE TRAP-TYPE

Defined Types

ChassisComponentEntry  
SEQUENCE    
  compComp INTEGER
  compDesign INTEGER
  compTypeID OBJECT IDENTIFIER
  compSlots INTEGER
  compModules INTEGER

ChassisDeviceEntry  
SEQUENCE    
  devcComp INTEGER
  devcSlot INTEGER
  devcTypeID OBJECT IDENTIFIER
  devcMgmtAddress NetworkAddress
  devcDescr DisplayString
  devcModules INTEGER
  devcPorts INTEGER
  devcLastChange TimeTicks

ChassisSlotEntry  
SEQUENCE    
  slotComp INTEGER
  slotSlot INTEGER
  slotOwnerDeviceID OBJECT IDENTIFIER
  slotSlotTypeID OBJECT IDENTIFIER
  slotModuleTypeID OBJECT IDENTIFIER
  slotModuleName DisplayString
  slotPorts INTEGER

ChassisPortEntry  
SEQUENCE    
  portComp INTEGER
  portSlot INTEGER
  portPort INTEGER
  portOwnerDeviceID OBJECT IDENTIFIER
  portFunctionalTypeID OBJECT IDENTIFIER
  portPhysicalType INTEGER

ChassisPowerSupplyEntry  
SEQUENCE    
  psupplyRack INTEGER
  psupplySlot INTEGER
  psupplyIndex INTEGER
  psupplyTypeID OBJECT IDENTIFIER
  psupplyDescr DisplayString
  psupplyStatus INTEGER

Defined Values

pandatel 1.3.6.1.4.1.760
OBJECT IDENTIFIER    

mibs 1.3.6.1.4.1.760.1
OBJECT IDENTIFIER    

chassis 1.3.6.1.4.1.760.1.20000
OBJECT IDENTIFIER    

chassisTypeID 1.3.6.1.4.1.760.1.20000.1
This may be an authoritative or well-known id that refers to the type of equipment that is being managed. If that is unknown, an (0.0) will also be correct.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

chassisComponents 1.3.6.1.4.1.760.1.20000.2
The number of components the chassis consists of. If the managed unit is stand-alone, this object may return 0, but it can also return 1, if an entry in the component table is provided. This implementory decision must be made according to the specific device characteristics. In other words, this object indicates the number of entries in the component table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER stand-alone(0)  

chassisDevices 1.3.6.1.4.1.760.1.20000.3
The number of devices in the chassis. This is equivalent to the total amount of devices in all components. Its value will probably be at least one. In other words, this object indicates the number of entries in the device table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

chassisSlots 1.3.6.1.4.1.760.1.20000.4
The number of slots in the chassis. This is equivalent to the total amount of slots in all components and to the maximum number of modules that the chassis can contain. Any virtual slot (addressed {comp,0}) in the slot table will increase the value of this object. If there are no physical or virtual slots, its value will be 0. In other words, this object indicates the number of entries in the slot table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER no-slots(0)  

chassisModules 1.3.6.1.4.1.760.1.20000.5
The number of modules in the chassis. This is equivalent to the total amount of slots in all components that are occupied by a module. Any virtual module (addressed {comp,0}) in the slot table will increase the value of this object. If there are no physical or virtual slots, its value will be 0.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

chassisPorts 1.3.6.1.4.1.760.1.20000.6
The number of ports in the chassis. This is equivalent to the total amount of ports on all modules, including virtual modules '0'. If there are no ports, its value will be 0. In other words, this object indicates the number of entries in the port table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER no-ports(0)  

chassisComponentTable 1.3.6.1.4.1.760.1.20000.10
The component table of the whole chassis, regardless of the particular component type. May be empty if this is a stand-alone unit.
Status: optional Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ChassisComponentEntry

chassisDeviceTable 1.3.6.1.4.1.760.1.20000.11
The device table of the whole chassis. Includes all functional devices.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ChassisDeviceEntry

chassisSlotTable 1.3.6.1.4.1.760.1.20000.12
The slot table of the whole chassis, regardless of the particular slot type. May be empty if there are no slots.
Status: optional Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ChassisSlotEntry

chassisPortTable 1.3.6.1.4.1.760.1.20000.13
The port table of the whole chassis, regardless of the particular port type. May be empty if there are no ports.
Status: optional Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ChassisPortEntry

chassisPowerSupplyTable 1.3.6.1.4.1.760.1.20000.14
Table which contains information about all installed power supplies.
Status: optional Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ChassisPowerSupplyEntry

compEntry 1.3.6.1.4.1.760.1.20000.10.1
One entry in the chassis component table. Each entry contains the description of one component.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ChassisComponentEntry  

compComp 1.3.6.1.4.1.760.1.20000.10.1.1
The index of this particular component in the chassis.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER main(0)  

compDesign 1.3.6.1.4.1.760.1.20000.10.1.2
The general design what this particular component is. A rack is an empty housing whose main purpose is to contain some slots for modules. A device is an active unit with own functionality, e.g. a repeater. It may also contain modules, but that is not its main purpose. A device may be identical with an entry in the device table, if the entry relates to one whole component.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), rack(2), device(3), stack(4)  

compTypeID 1.3.6.1.4.1.760.1.20000.10.1.3
This object identifies the type of this component. It will point to an authoritative or a well-known identifier that may relate to the product type, the product family it has been designed for or, if no other statement can be made, e.g. the type of media the component works with.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

compSlots 1.3.6.1.4.1.760.1.20000.10.1.4
The number of slots this component provides for plugging in modules. This includes all used and unused physical slots, but not a virtual slot 0.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

compModules 1.3.6.1.4.1.760.1.20000.10.1.5
The number of modules that are contained within this component. This value may include a virtual 'module 0' that is realized on the component main board (see below).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

devcEntry 1.3.6.1.4.1.760.1.20000.11.1
One entry in the chassis device table. Each entry contains the description of one functional device included in the chassis.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ChassisDeviceEntry  

devcComp 1.3.6.1.4.1.760.1.20000.11.1.1
The index of the component which contains the first module that is part of this device. If this value is 0, the device is realized on a stand-alone unit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER main(0)  

devcSlot 1.3.6.1.4.1.760.1.20000.11.1.2
The index of the slot relatively to its component which contains the first module that is part of this device. If the device is realized partially or mainly on the component main-board, a slot of 0 is adequate, especially if this component contains no slots.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER main(0)  

devcTypeID 1.3.6.1.4.1.760.1.20000.11.1.3
This object identifies the type of this device. It will point to the authoritative identifier that resides in the (1.3.6.1.4.1) subtree and relates to the type of the managed device.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

devcMgmtAddress 1.3.6.1.4.1.760.1.20000.11.1.4
This object returns the network address that must be used to access this device for management purposes. This can be the agent's network address, but it may be different e.g. if the device includes its own agent for management access.
Status: mandatory Access: read-only
OBJECT-TYPE    
  NetworkAddress  

devcDescr 1.3.6.1.4.1.760.1.20000.11.1.5
A textual description of this device.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

devcModules 1.3.6.1.4.1.760.1.20000.11.1.6
The number of modules that are part of this device. If the device is realized partially or mainly on the component main-board, a virtual 'module 0' entry in the slot table may increase this value.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

devcPorts 1.3.6.1.4.1.760.1.20000.11.1.7
The number of ports that are part of this device. This does not differentiate between several types of ports.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

devcLastChange 1.3.6.1.4.1.760.1.20000.11.1.8
The value of SysUpTime in the moment when the last change occurred to the physical configuration of this device. When nothing changed since start-up, the value 0 shall be returned.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

slotEntry 1.3.6.1.4.1.760.1.20000.12.1
One entry in the slot table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ChassisSlotEntry  

slotComp 1.3.6.1.4.1.760.1.20000.12.1.1
The index of the component that contains this slot. If this value is 0, this is a slot on a stand-alone unit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER main(0)  

slotSlot 1.3.6.1.4.1.760.1.20000.12.1.2
The index of this slot, relatively to the particular component. If this value is 0, this is a virtual entry for a functional module that is realized on a built-in main board. It is correct, but not mandatory, to provide such an entry for sake of completeness.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER main(0)  

slotOwnerDeviceID 1.3.6.1.4.1.760.1.20000.12.1.3
This object points to the device that owns this slot. It consists of an authoritative or a well-known id that refers to the type of the owner device, appended with its base address (Comp,Slot). In other words, this identifier refers to the corresponding entry in the chassisDeviceTable. If this slot currently does not belong to any device (e.g. because it is actually not used and will be assigned at run-time), the value will be (0.0).
Status: mandatory Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

slotSlotTypeID 1.3.6.1.4.1.760.1.20000.12.1.4
This object points to an authoritative or a well-known id that refers to the type of this slot. This may point to the media the slot is realized with or to the product family of modules that can be plugged in here.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

slotModuleTypeID 1.3.6.1.4.1.760.1.20000.12.1.5
This object points to an authoritative or a well-known id that refers to the type of module that occupies this slot. If the slot is unused, then the id (0.0) will show that.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

slotModuleName 1.3.6.1.4.1.760.1.20000.12.1.6
A short textual description of the module that occupies this slot.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

slotPorts 1.3.6.1.4.1.760.1.20000.12.1.7
The number of ports on this slot. This does not differentiate between several types of ports.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

portEntry 1.3.6.1.4.1.760.1.20000.13.1
One entry in the chassis port table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ChassisPortEntry  

portComp 1.3.6.1.4.1.760.1.20000.13.1.1
The index of the component that contains this port. The component identified by a particular value of this index is the same one as identified by the same value of compIndex.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

portSlot 1.3.6.1.4.1.760.1.20000.13.1.2
The slot index of the module that contains this port. The module is identified by the index of the slot where it resides. A virtual slot 0 may refer to an internal module that is realized on the main board and occupies no slot.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER main(0)  

portPort 1.3.6.1.4.1.760.1.20000.13.1.3
The index of this port, relatively to the particular module.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

portOwnerDeviceID 1.3.6.1.4.1.760.1.20000.13.1.4
This object points to the device that owns this port. It consists of an authoritative or a well-known id that refers to the type of the owner device, appended with its base address (Comp,Slot). In other words, this identifier refers to the corresponding entry in the chassisDeviceTable. If this port currently does not belong to any device (e.g. because it is actually not used and will be assigned at run-time), the value will be (0.0).
Status: mandatory Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

portFunctionalTypeID 1.3.6.1.4.1.760.1.20000.13.1.5
An unambiguous id referring to the functional type of this port. This may be an authoritative or a well-known id that illustrates what is the purpose of this port. The range of possible port types depend on the individual managed device. For example, a port on a LAN can be a repeater port, a WAN-device port may be a local or a line port, or it may be a console port on a mgmt module.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

portPhysicalType 1.3.6.1.4.1.760.1.20000.13.1.6
The physical connector type of this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), single-fiber(2), dual-fiber(3), bnc(4), dpc(5), rj45(7), ics(8), mic(9), db-9-f(10), db-9-m(11), db-15-f(12), db-15-m(13), db-25-f(14), db-25-m(15), db-37-f(16), db-37-m(17), winch-f(18), winch-m(19), mini-c(20), minimicro(21), escon(22), e2000(23), single-sc(24), single-fc(25), single-st(26), dual-sc(27), dual-fc(28), dual-st(29), single-sc-apc(30), single-fc-apc(31), dual-sc-apc(32), dual-fc-apc(33), single-lc(34), single-lc-apc(35), dual-lc(36), dual-lc-apc(37), mt-rj(38), single-sc-45(39), dual-sc-45(40), unknown(997), virtual(998), not-installed(999)  

psupplyEntry 1.3.6.1.4.1.760.1.20000.14.1
The index of the table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ChassisPowerSupplyEntry  

psupplyRack 1.3.6.1.4.1.760.1.20000.14.1.1
The index of the component that contains the power supply.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

psupplySlot 1.3.6.1.4.1.760.1.20000.14.1.2
The slot index of the module that contains this port. The module is identified by the index of the slot where it resides. A virtual slot 0 may refer to an internal module that is realized on the main board and occupies no slot.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER main(0)  

psupplyIndex 1.3.6.1.4.1.760.1.20000.14.1.3
The index of the power supply corresponding to the component.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

psupplyTypeID 1.3.6.1.4.1.760.1.20000.14.1.4
This object points to an authoritative or a well-known id that refers to the type of power supply that occupies this slot.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

psupplyDescr 1.3.6.1.4.1.760.1.20000.14.1.5
A verbal description of the power supply. If there is no power supply installed in this slot, the power supplies that are suitable for this slot will be described.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

psupplyStatus 1.3.6.1.4.1.760.1.20000.14.1.6
This entry indicates the operational status of the power supply. The value 'up' means that the power supply works properly. The value 'fail' means that the power supply does not work correctly. The transitions between the values may cause traps.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), up(2), down(3), fail(4), unknown(98), not-present(99)  

componentAdded 1
This trap will be sent when a component is added to the managed chassis. The component index of the new component is sent along with this trap.
TRAP-TYPE    

componentRemoved 2
This trap will be sent when a component is removed from the managed chassis. The component index of the removed component is sent along with this trap.
TRAP-TYPE    

moduleAdded 3
This trap will be sent when a module is added. The component number and the index of the new module is sent along with this trap.
TRAP-TYPE    

moduleRemoved 4
This trap will be sent when a module in one of the slots is removed. The component number and the index of the removed module is sent along with this trap.
TRAP-TYPE    

powerSupplyAdded 21
This trap will be sent when an additional power supply is installed. The component number and the index of the additional power supply is sent along with this trap.
TRAP-TYPE    

powerSupplyRemoved 22
This trap will be sent when one of the power supplies is removed, i.e. it enters the 'not-present' status. The component number and the index of the removed power supply is sent along with this trap.
TRAP-TYPE    

powerSupplyFailed 23
This trap will be sent when one of the power supplies enters the 'fail' status. The component number and the index of the failing power supply is sent along with this trap.
TRAP-TYPE    

powerSupplyRecovered 24
This trap will be sent when one of the power supplies leaves the 'fail' status and enters the 'up' status. If the 'fail' status is left because the power supply has been removed, a powerSupplyRemoved trap type will be sent instead. The component number and the index of the recovering power supply is sent along with this trap.
TRAP-TYPE