CISCO-ENTITY-DISPLAY-MIB

File: CISCO-ENTITY-DISPLAY-MIB.mib (11255 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
SNMP-FRAMEWORK-MIB ENTITY-MIB CISCO-SMI

Imported symbols

Unsigned32 MODULE-IDENTITY OBJECT-TYPE
MODULE-COMPLIANCE OBJECT-GROUP TEXTUAL-CONVENTION
TruthValue SnmpAdminString entPhysicalIndex
ciscoMgmt

Defined Types

CDisplayType  
An integer value that indicates the type of display device.
TEXTUAL-CONVENTION    
  INTEGER led(1), alphanumeric(2)  

CDisplayColor  
An integer value that describes the color of the display. 'greenAndAmber' - Indicates that the display color toggles between green and amber.
TEXTUAL-CONVENTION    
  INTEGER unknown(1), white(2), red(3), green(4), yellow(5), amber(6), blue(7), greenAndAmber(8)  

CDisplayState  
An integer value that describes the state of the display.
TEXTUAL-CONVENTION    
  INTEGER unknown(1), off(2), on(3), blinking(4)  

CeDisplayEntry  
SEQUENCE    
  ceDisplayIndex Unsigned32
  ceDisplayType CDisplayType
  ceDisplayName SnmpAdminString
  ceDisplayState CDisplayState
  ceDisplayColor CDisplayColor
  ceDisplayText SnmpAdminString

CeDisplayBeaconEntry  
SEQUENCE    
  ceDisplayBeaconEnabled TruthValue

Defined Values

ciscoEntityDisplayMIB 1.3.6.1.4.1.9.9.344
This MIB module provides information about the status of display devices such as Light Emitting Diodes (LEDs) and alphanumeric displays present on the physical entities contained by the managed system.
MODULE-IDENTITY    

ciscoEntityDisplayMIBObjects 1.3.6.1.4.1.9.9.344.1
OBJECT IDENTIFIER    

ceDisplayTable 1.3.6.1.4.1.9.9.344.1.1
This table provides information about the display devices on the physical entities in the managed system and their current display status.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CeDisplayEntry

ceDisplayEntry 1.3.6.1.4.1.9.9.344.1.1.1
An entry in the ceDisplayTable that provides information about an LED or an alphanumeric display in the system including its current display status.
Status: current Access: not-accessible
OBJECT-TYPE    
  CeDisplayEntry  

ceDisplayIndex 1.3.6.1.4.1.9.9.344.1.1.1.1
An arbitrary index that uniquely identifies an LED or an alphanumeric display on the physical entity identified by entPhysicalIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..1024  

ceDisplayType 1.3.6.1.4.1.9.9.344.1.1.1.2
This object indicates the type of display described in this entry. i.e. whether it is an LED display or an alphanumeric display.
Status: current Access: read-only
OBJECT-TYPE    
  CDisplayType  

ceDisplayName 1.3.6.1.4.1.9.9.344.1.1.1.3
This object provides a human-readable string which is the name for the display device specified in this entry.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

ceDisplayState 1.3.6.1.4.1.9.9.344.1.1.1.4
This object indicates the current display state for the display specified in this entry.
Status: current Access: read-only
OBJECT-TYPE    
  CDisplayState  

ceDisplayColor 1.3.6.1.4.1.9.9.344.1.1.1.5
This object indicates the color currently seen on the display specified in this entry. If the display specified by this entry is an alphanumeric display, i.e. ceDisplayType is of type 'alphanumeric' then, color may not apply and the agent may choose to indicate this by setting this object to 'unknown'.
Status: current Access: read-only
OBJECT-TYPE    
  CDisplayColor  

ceDisplayText 1.3.6.1.4.1.9.9.344.1.1.1.6
This object provides a human-readable string which is the text currently displayed in the alphanumeric display specified in this entry. If the display specified by this entry is an LED, i.e. ceDisplayType is of type 'led' then, this object would be an empty string.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

ceDisplayBeaconTable 1.3.6.1.4.1.9.9.344.1.2
This table provides functionality to manage beacon display devices in the managed system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CeDisplayBeaconEntry

ceDisplayBeaconEntry 1.3.6.1.4.1.9.9.344.1.2.1
An entry containing management information of beacon functionality of a particular beacon display device. Only those display devices, as specified by entPhysicalIndex in ENTITY-MIB, that support beacon functionality will be populated in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  CeDisplayBeaconEntry  

ceDisplayBeaconEnabled 1.3.6.1.4.1.9.9.344.1.2.1.1
This object specifies if the beacon functionality is administratively enabled for this display device. 'true' - beacon functionality is administratively enabled 'false' - beacon functionality is administratively disabled.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

ceDisplayMIBConformance 1.3.6.1.4.1.9.9.344.2
OBJECT IDENTIFIER    

ceDisplayMIBCompliances 1.3.6.1.4.1.9.9.344.2.1
OBJECT IDENTIFIER    

ceDisplayMIBGroups 1.3.6.1.4.1.9.9.344.2.2
OBJECT IDENTIFIER    

ceDisplayMIBCompliance 1.3.6.1.4.1.9.9.344.2.1.1
The compliance statement for entities that implement the CISCO-ENTITY-DISPLAY-MIB. This compliance statement is deprecated and superceded by ceDisplayMIBCompliance2.
Status: deprecated Access: read-write
MODULE-COMPLIANCE    

ceDisplayMIBCompliance2 1.3.6.1.4.1.9.9.344.2.1.2
The compliance statement for entities that implement the CISCO-ENTITY-DISPLAY-MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

ceDisplayGroup 1.3.6.1.4.1.9.9.344.2.2.1
A collection of managed objects that provide information about a display in the system including its current state.
Status: current Access: read-only
OBJECT-GROUP    

ceDisplayLEDGroup 1.3.6.1.4.1.9.9.344.2.2.2
A collection of objects relevant to LED display.
Status: current Access: read-only
OBJECT-GROUP    

ceDisplayAlphaNumericGroup 1.3.6.1.4.1.9.9.344.2.2.3
A collection of objects relevant to alphanumeric display.
Status: current Access: read-only
OBJECT-GROUP    

ceDisplayBeaconGroup 1.3.6.1.4.1.9.9.344.2.2.4
A collection of objects relevant to beacon functionality.
Status: current Access: read-only
OBJECT-GROUP