ATTOBRIDGE-MIB

File: ATTOBRIDGE-MIB.mib (21739 bytes)

Imported modules

RFC1155-SMI RFC1213-MIB SNMPv2-SMI

Imported symbols

IpAddress experimental enterprises
Counter ifIndex DisplayString
NOTIFICATION-TYPE OBJECT-TYPE

Defined Types

TempSensorEntry  
SEQUENCE    
  tempSensorIndex INTEGER
  tempSensorStatus INTEGER
  temperature INTEGER

VoltageSensorEntry  
SEQUENCE    
  voltageSensorIndex INTEGER
  voltageSensorStatus INTEGER
  voltage INTEGER

DeviceEntry  
SEQUENCE    
  deviceCacheIndex INTEGER
  deviceSource DisplayString
  deviceDestination DisplayString
  deviceType DisplayString
  deviceVendor DisplayString
  deviceProduct DisplayString
  deviceRevision DisplayString
  deviceState INTEGER

ErrorEntry  
SEQUENCE    
  errorIndex INTEGER
  errorDateStamp DisplayString
  errorTimeStamp DisplayString
  errorInitiator DisplayString
  errorSource DisplayString
  errorOpCode INTEGER
  errorSenseKey INTEGER
  errorASC INTEGER
  errorASCQ INTEGER
  errorLogSense OCTET STRING

TrapClientEntry  
SEQUENCE    
  trapClientIndex INTEGER
  trapClientIpAddress IpAddress
  trapClientPort INTEGER
  trapClientFilter INTEGER
  trapClientRowState INTEGER

Defined Values

attotech 1.3.6.1.4.1.4547
OBJECT IDENTIFIER    

products 1.3.6.1.4.1.4547.1
OBJECT IDENTIFIER    

bridge 1.3.6.1.4.1.4547.1.2
Bridge Custom MIB
MODULE-IDENTITY    

bridgeConfig 1.3.6.1.4.1.4547.1.2.1
OBJECT IDENTIFIER    

bridgeStatus 1.3.6.1.4.1.4547.1.2.2
OBJECT IDENTIFIER    

bridgeTrapInfo 1.3.6.1.4.1.4547.1.2.3
OBJECT IDENTIFIER    

trapsEnabled 1.3.6.1.4.1.4547.1.2.1.1
Indicates whether traps are enabled or disabled.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

snmpUpdatesEnabled 1.3.6.1.4.1.4547.1.2.1.2
Indicates whether SNMP updates are enabled or disabled.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

snmpExtendedEnabled 1.3.6.1.4.1.4547.1.2.1.3
Indicates whether extended SNMP is enabled or disabled.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

tempSensorTable 1.3.6.1.4.1.4547.1.2.2.1
The temperature sensor table stores information about the bridge temperature sensor.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TempSensorEntry

tempSensorEntry 1.3.6.1.4.1.4547.1.2.2.1.1
The temperature sensor table stores information about the bridge temperature sensor.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  TempSensorEntry  

tempSensorIndex 1.3.6.1.4.1.4547.1.2.2.1.1.1
Used to index the sensor in the temperature sensor table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..3  

tempSensorStatus 1.3.6.1.4.1.4547.1.2.2.1.1.2
The current status of the sensor (normal, warning or critical).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER normal(1), warning(2), critical(3), unknown(4)  

temperature 1.3.6.1.4.1.4547.1.2.2.1.1.3
The current temperature of the sensor.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

voltageSensorTable 1.3.6.1.4.1.4547.1.2.2.2
The voltage sensor table stores information about the bridge voltage sensor.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VoltageSensorEntry

voltageSensorEntry 1.3.6.1.4.1.4547.1.2.2.2.1
The voltage sensor table stores information about the bridge voltage sensor.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  VoltageSensorEntry  

voltageSensorIndex 1.3.6.1.4.1.4547.1.2.2.2.1.1
Used to index the sensor in the voltage sensor table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..3  

voltageSensorStatus 1.3.6.1.4.1.4547.1.2.2.2.1.2
The current status of the sensor (normal, warning or critical).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER normal(1), warning(2), critical(3), unknown(4)  

voltage 1.3.6.1.4.1.4547.1.2.2.2.1.3
The current voltage of the sensor.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

deviceCount 1.3.6.1.4.1.4547.1.2.2.4
Number of devices present.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

deviceCacheTable 1.3.6.1.4.1.4547.1.2.2.5
The device table stores information about the devices attached to the bridge.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DeviceEntry

deviceEntry 1.3.6.1.4.1.4547.1.2.2.5.1
The device table stores information about the devices attached to the bridge.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DeviceEntry  

deviceCacheIndex 1.3.6.1.4.1.4547.1.2.2.5.1.1
Used to index the device table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..64  

deviceSource 1.3.6.1.4.1.4547.1.2.2.5.1.2
A string representing the source interface, meaning the interface exposed to the host.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..79)  

deviceDestination 1.3.6.1.4.1.4547.1.2.2.5.1.3
A string representing the destination interface, meaning the interface of the target device.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..79)  

deviceType 1.3.6.1.4.1.4547.1.2.2.5.1.4
Device type (i.e. DISK, TAPE, etc.) of attached device.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..16)  

deviceVendor 1.3.6.1.4.1.4547.1.2.2.5.1.5
Vendor name of attached device, from inquiry data.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..8)  

deviceProduct 1.3.6.1.4.1.4547.1.2.2.5.1.6
Product name of attached device, from inquiry data.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..16)  

deviceRevision 1.3.6.1.4.1.4547.1.2.2.5.1.7
Revision of attached device, from inquiry data.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..4)  

deviceState 1.3.6.1.4.1.4547.1.2.2.5.1.8
The current state of the device (online, offline, or unknown).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER offline(0), online(1)  

errorCount 1.3.6.1.4.1.4547.1.2.2.6
Number of errors that have occured since last bridge power-on or reset.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

errorsSinceUpdate 1.3.6.1.4.1.4547.1.2.2.7
Number of errors that have occured since last MIB scan, which is approximately every 15sec.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

errorTable 1.3.6.1.4.1.4547.1.2.2.8
The Device Error table stores information about errors that have occurred with the devices attached to the bridge.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ErrorEntry

errorEntry 1.3.6.1.4.1.4547.1.2.2.8.1
The Device Error table stores information about errors that have occurred with the devices attached to the bridge.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ErrorEntry  

errorIndex 1.3.6.1.4.1.4547.1.2.2.8.1.1
Used to index the error device table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

errorDateStamp 1.3.6.1.4.1.4547.1.2.2.8.1.2
Date at which the error occurred.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..11)  

errorTimeStamp 1.3.6.1.4.1.4547.1.2.2.8.1.3
Time at which the error occurred.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..9)  

errorInitiator 1.3.6.1.4.1.4547.1.2.2.8.1.4
A string representing the initiator which issued the failed command.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..79)  

errorSource 1.3.6.1.4.1.4547.1.2.2.8.1.5
A string representing the source interface, meaning the interface exposed to the host, which is associated with the error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..79)  

errorOpCode 1.3.6.1.4.1.4547.1.2.2.8.1.6
OpCode of the command which failed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

errorSenseKey 1.3.6.1.4.1.4547.1.2.2.8.1.7
Sense Key returned as a result of the failed command.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

errorASC 1.3.6.1.4.1.4547.1.2.2.8.1.8
ASC returned as a result of the failed command.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

errorASCQ 1.3.6.1.4.1.4547.1.2.2.8.1.9
ASCQ returned as a result of the failed command.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

errorLogSense 1.3.6.1.4.1.4547.1.2.2.8.1.10
Log Sense returned as a result of the failed command.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(64)  

trapMaxClients 1.3.6.1.4.1.4547.1.2.3.1
The maximum number of SNMP trap recipients supported by the unit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

trapClientTable 1.3.6.1.4.1.4547.1.2.3.3
A table containing a row for each IP address/port number that traps will be sent to.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TrapClientEntry

trapClientEntry 1.3.6.1.4.1.4547.1.2.3.3.1
Ip/Port pair for a specific client.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  TrapClientEntry  

trapClientIndex 1.3.6.1.4.1.4547.1.2.3.3.1.1
Used to index a trap client in the trapClientTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

trapClientIpAddress 1.3.6.1.4.1.4547.1.2.3.3.1.2
The IP address of a client registered for traps in dotted notation.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

trapClientPort 1.3.6.1.4.1.4547.1.2.3.3.1.3
The UDP port to send traps for this host. Normally this would be the standard trap port (162). This object is an index and must be specified to create a row in this table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..2147483647  

trapClientFilter 1.3.6.1.4.1.4547.1.2.3.3.1.4
This value defines the trap severity filter for this trap host. The unit will send traps to this host that have a severity level less than or equal to this value. The default value of this object is 'warning'.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER none(1), critical(2), warning(3), informational(4), all(5)  

trapClientRowState 1.3.6.1.4.1.4547.1.2.3.3.1.5
Specifies the state of the row. rowDestroy READ : Can never happen WRITE : Remove this row from the table. rowInactive READ : Indicates that this row does not exist, but that traps are not enabled to be sent to the target. WRITE : If the row does not exist, and the agent allows writes to the trap table, then a new row is created. The values of the optional columns will be set to default values. Traps are not enabled to be sent to the target. If the row already existed, then traps are disabled from being sent to the target. rowActive READ : Indicates that this row exists, and that traps are enabled to be sent to the target. WRITE : If the row does not exist, and the agent allows writes to the trap table, then a new row is created. The values of the optional columns will be set to default traps. If the row already exists then traps are enabled to be sent to the target. A value of rowActive or rowInactive must be specified to create a row in the table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER rowDestroy(1), rowInactive(2), rowActive(3)  

bridgeTempStatusChanged 1
The bridgeTempStatusChanged trap supports notification of temperature status changes in the bridge. The following information is returned: tempSensorIndex - the sensor of concern tempSensorStatus - the current status of the sensor (normal, warning, critical) temperature - current temperature of the sensor Recommended severity level (for filtering): warning
TRAP-TYPE    

bridgeVoltageStatusChanged 2
The bridgeVoltageStatusChanged trap supports notification of temperature status changes in the bridge. The following information is returned: voltageSensorIndex - the sensor of concern voltageSensorStatus - the current status of the sensor (normal, warning, critical) voltage - current temperature of the sensor Recommended severity level (for filtering): warning
TRAP-TYPE    

bridgeDeviceTransition 4
The bridgeDeviceTransition trap supports notification of device online/offline status changes in the bridge. The following information is returned: deviceCacheIndex - the device of concern deviceSource - the description of the source device deviceState - the current state of the device Recommended severity level (for filtering): informational
TRAP-TYPE    

bridgeDeviceError 5
The bridgeDeviceTransition trap supports notification of device online/offline status changes in the bridge. The following information is returned: errorSource - the description of the source device errorOpCode - the offending command errorSenseKey - the sense key returned by the device errorASC - the ASC returned by the device errorASCQ - the ASCQ returned by the device errorsSinceUpdate - the number of errors in the past 15sec Recommended severity level (for filtering): informational
TRAP-TYPE