RADLAN-iscsi-MIB

File: RADLAN-iscsi-MIB.mib (15848 bytes)

Imported modules

SNMPv2-TC SNMPv2-SMI RADLAN-MIB

Imported symbols

TruthValue TEXTUAL-CONVENTION TimeStamp
DisplayString DateAndTime RowStatus
TimeTicks IpAddress NOTIFICATION-TYPE
MODULE-IDENTITY OBJECT-TYPE Unsigned32
rnd

Defined Types

QosType  
Type of QoS: VPT or DSCP.
TEXTUAL-CONVENTION    
  INTEGER vpt(0), dscp(1)  

RlIscsiSnoopQosEntry  
SEQUENCE    
  rlIscsiSnoopQosKey INTEGER
  rlIscsiSnoopQosType QosType
  rlIscsiSnoopQosValue INTEGER
  rlIscsiSnoopQosRemark TruthValue

RlIscsiSnoopTargetConfigEntry  
SEQUENCE    
  rlIscsiSnoopTargetConfigTcpPort INTEGER
  rlIscsiSnoopTargetConfigAddr IpAddress
  rlIscsiSnoopTargetConfigName1 DisplayString Size(0..160)
  rlIscsiSnoopTargetConfigName2 DisplayString Size(0..63)
  rlIscsiSnoopTargetConfigStatus RowStatus

RlIscsiSnoopTargetNameEntry  
SEQUENCE    
  rlIscsiSnoopTargetNameId INTEGER
  rlIscsiSnoopTargetName1 DisplayString Size(0..160)
  rlIscsiSnoopTargetName2 DisplayString Size(0..63)

RlIscsiSnoopInitiatorNameEntry  
SEQUENCE    
  rlIscsiSnoopInitiatorNameId INTEGER
  rlIscsiSnoopInitiatorName1 DisplayString Size(0..160)
  rlIscsiSnoopInitiatorName2 DisplayString Size(0..63)

RlIscsiSnoopSessionEntry  
SEQUENCE    
  rlIscsiSnoopSessionISID OCTET STRING
  rlIscsiSnoopSessAgingTime INTEGER
  rlIscsiSnoopSessionUpTime INTEGER

RlIscsiSnoopConnectionEntry  
SEQUENCE    
  rlIscsiSnoopConnectionTargetAddr IpAddress
  rlIscsiSnoopConnectionTargetPort INTEGER
  rlIscsiSnoopConnectionInitiatorAddr IpAddress
  rlIscsiSnoopConnectionInitiatorPort INTEGER
  rlIscsiSnoopConnectionCreationTime TimeStamp
  rlIscsiSnoopConnectionLastActTime TimeStamp
  rlIscsiSnoopConnectionLastPollTime TimeStamp
  rlIscsiSnoopConnectionExpiryTime TimeStamp
  rlIscsiSnoopConnectionCounterIndex Unsigned32

Defined Values

rlIscsiSnoop 1.3.6.1.4.1.89.126
OBJECT IDENTIFIER    

rlIscsiSnoopEnable 1.3.6.1.4.1.89.126.1
Enable/Disable iSCSI Snooping in the switch.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rlIscsiSnoopAgingTimeOut 1.3.6.1.4.1.89.126.2
The time in seconds that should pass before session aging out after the last frame transmitted for the session.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 60..2592000  

rlIscsiSnoopQosTable 1.3.6.1.4.1.89.126.3
The (conceptual) table for configuration of iSCSI QOS.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlIscsiSnoopQosEntry

rlIscsiSnoopQosEntry 1.3.6.1.4.1.89.126.3.1
An entry (conceptual row) in the rlIscsiSnoopQosTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlIscsiSnoopQosEntry  

rlIscsiSnoopQosKey 1.3.6.1.4.1.89.126.3.1.1
Key of the rlIscsiSnoopQosTable table
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1  

rlIscsiSnoopQosType 1.3.6.1.4.1.89.126.3.1.2
Current type of QoS of iSCSI packets
Status: current Access: read-write
OBJECT-TYPE    
  QosType  

rlIscsiSnoopQosValue 1.3.6.1.4.1.89.126.3.1.4
The value of VPT or DSCP, depends on rlIscsiSnoopQosType, that will be assigned to each iSCSI packet. The range of VPT value is 0..7. The range of DSCP value is 0..63
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..63  

rlIscsiSnoopQosRemark 1.3.6.1.4.1.89.126.3.1.5
Whether iSCSI frames with the configured VPT/DSCP when egressing the switch.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rlIscsiSnoopTargetConfigTable 1.3.6.1.4.1.89.126.4
The (conceptual) table for configuration of iSCSI target TCP port number IP address and name.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlIscsiSnoopTargetConfigEntry

rlIscsiSnoopTargetConfigEntry 1.3.6.1.4.1.89.126.4.1
An entry (conceptual row) in the rlIscsiSnoopTargetPortConfigTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlIscsiSnoopTargetConfigEntry  

rlIscsiSnoopTargetConfigTcpPort 1.3.6.1.4.1.89.126.4.1.1
The TCP port of configured target.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

rlIscsiSnoopTargetConfigAddr 1.3.6.1.4.1.89.126.4.1.3
Specifies the target address. If the target address is ignored the address should be 0.0.0.0
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

rlIscsiSnoopTargetConfigName1 1.3.6.1.4.1.89.126.4.1.4
The first part of target name
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..160)  

rlIscsiSnoopTargetConfigName2 1.3.6.1.4.1.89.126.4.1.5
The second part of target name
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..63)  

rlIscsiSnoopTargetConfigStatus 1.3.6.1.4.1.89.126.4.1.6
The status of the target. It's used to add/delete a target
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rlIscsiSnoopTargetNameTable 1.3.6.1.4.1.89.126.5
A table that contains iSCSI target names. It is indexed by Target Name ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlIscsiSnoopTargetNameEntry

rlIscsiSnoopTargetNameEntry 1.3.6.1.4.1.89.126.5.1
An entry (conceptual row) in the rlIscsiSnoopTargetNameTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlIscsiSnoopTargetNameEntry  

rlIscsiSnoopTargetNameId 1.3.6.1.4.1.89.126.5.1.1
Numerical ID of target name assigned by system.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

rlIscsiSnoopTargetName1 1.3.6.1.4.1.89.126.5.1.2
The first part of target name
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..160)  

rlIscsiSnoopTargetName2 1.3.6.1.4.1.89.126.5.1.3
The second part of target name
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..63)  

rlIscsiSnoopInitiatorNameTable 1.3.6.1.4.1.89.126.6
A table that contains iSCSI initiator names. It is indexed by Target Name ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlIscsiSnoopInitiatorNameEntry

rlIscsiSnoopInitiatorNameEntry 1.3.6.1.4.1.89.126.6.1
An entry (conceptual row) in the rlIscsiSnoopInitiatorNameTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlIscsiSnoopInitiatorNameEntry  

rlIscsiSnoopInitiatorNameId 1.3.6.1.4.1.89.126.6.1.1
Numerical ID of initiator name assigned by system.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

rlIscsiSnoopInitiatorName1 1.3.6.1.4.1.89.126.6.1.2
The first part of initiator name
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..160)  

rlIscsiSnoopInitiatorName2 1.3.6.1.4.1.89.126.6.1.3
The second part of initiator name
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..63)  

rlIscsiSnoopSessionTable 1.3.6.1.4.1.89.126.7
A table that contains iSCSI sessions. It is indexed by Target Name ID, Initiator Name ID and ISID.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlIscsiSnoopSessionEntry

rlIscsiSnoopSessionEntry 1.3.6.1.4.1.89.126.7.1
An entry (conceptual row) in the rlIscsiSnoopSessionTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlIscsiSnoopSessionEntry  

rlIscsiSnoopSessionISID 1.3.6.1.4.1.89.126.7.1.1
The ISID of current session.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

rlIscsiSnoopSessAgingTime 1.3.6.1.4.1.89.126.7.1.2
The aging time of current session in seconds For session not under monitor it is equal max aging time.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlIscsiSnoopSessionUpTime 1.3.6.1.4.1.89.126.7.1.3
Time the session exists, in seconds.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlIscsiSnoopConnectionTable 1.3.6.1.4.1.89.126.8
A table that contains iSCSI connections. This is indexed by Session ID and TCP connection parameters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlIscsiSnoopConnectionEntry

rlIscsiSnoopConnectionEntry 1.3.6.1.4.1.89.126.8.1
An entry (conceptual row) in the rlIscsiSnoopConnectionTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlIscsiSnoopConnectionEntry  

rlIscsiSnoopConnectionTargetAddr 1.3.6.1.4.1.89.126.8.1.2
Specifies the connection target address.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

rlIscsiSnoopConnectionTargetPort 1.3.6.1.4.1.89.126.8.1.3
The TCP port of connection target.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

rlIscsiSnoopConnectionInitiatorAddr 1.3.6.1.4.1.89.126.8.1.5
Specifies the connection initiator address.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

rlIscsiSnoopConnectionInitiatorPort 1.3.6.1.4.1.89.126.8.1.6
The TCP port of connection initiator.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlIscsiSnoopConnectionCreationTime 1.3.6.1.4.1.89.126.8.1.7
The value of SysUpTime at which the connection was created.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

rlIscsiSnoopConnectionLastActTime 1.3.6.1.4.1.89.126.8.1.8
The value of SysUpTime on the most recent occasion at which the counter object indexed with the value of rlIscsiSnoopConnectionCounterIndex was incremented
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

rlIscsiSnoopConnectionLastPollTime 1.3.6.1.4.1.89.126.8.1.9
The value of SysUpTime on the most recent occasion at which the counter object indexed with the value of rlIscsiSnoopConnectionCounterIndex was sampled
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

rlIscsiSnoopConnectionExpiryTime 1.3.6.1.4.1.89.126.8.1.10
The value of SysUpTime at which the connection should be discarded as a result of inactivity elapsed at least rlIscsiSnoopAgingTimeOut.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

rlIscsiSnoopConnectionCounterIndex 1.3.6.1.4.1.89.126.8.1.11
The index into the the connection counters table of the counter object bound to this rlIscsiSnoopConnectionEntry object.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

rlIscsiSnoopCosEnable 1.3.6.1.4.1.89.126.9
Enable/Disable iSCSI Snooping COS in the switch.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue