FASTPATH-QOS-ISCSI-MIB

File: FASTPATH-QOS-ISCSI-MIB.mib (12901 bytes)

Imported modules

SNMPv2-TC SNMPv2-SMI FASTPATH-QOS-MIB

Imported symbols

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

Defined Types

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

AgentIscsiFlowAccelerationTargetConfigEntry  
SEQUENCE    
  agentIscsiFlowAccelerationTargetConfigTcpPort Unsigned32
  agentIscsiFlowAccelerationTargetConfigAddr IpAddress
  agentIscsiFlowAccelerationTargetConfigName DisplayString
  agentIscsiFlowAccelerationTargetConfigStatus RowStatus

AgentIscsiFlowAccelerationSessionEntry  
SEQUENCE    
  agentIscsiFlowAccelerationSessionIndex Unsigned32
  agentIscsiFlowAccelerationTargetName DisplayString
  agentIscsiFlowAccelerationInitiatorName DisplayString
  agentIscsiFlowAccelerationSessionISID OCTET STRING
  agentIscsiFlowAccelerationSessAgingTime Unsigned32
  agentIscsiFlowAccelerationSessionUpTime Unsigned32

AgentIscsiFlowAccelerationConnectionEntry  
SEQUENCE    
  agentIscsiFlowAccelerationConnectionIndex Unsigned32
  agentIscsiFlowAccelerationConnectionTargetAddr IpAddress
  agentIscsiFlowAccelerationConnectionTargetPort Unsigned32
  agentIscsiFlowAccelerationConnectionInitiatorAddr IpAddress
  agentIscsiFlowAccelerationConnectionInitiatorPort Unsigned32
  agentIscsiFlowAccelerationConnectionCID Unsigned32
  agentIscsiFlowAccelerationConnectionSessionIndex Unsigned32

Defined Values

fastPathIscsiFlowAcceleration 1.3.6.1.4.1.4413.1.1.3.5
The MIB definitions for Quality of Service - iSCSI Flow Acceleration Flex package.
MODULE-IDENTITY    

agentIscsiFlowAccelerationGlobalConfigGroup 1.3.6.1.4.1.4413.1.1.3.5.1
OBJECT IDENTIFIER    

agentIscsiFlowAccelerationEnable 1.3.6.1.4.1.4413.1.1.3.5.1.1
Enable/Disable iSCSI Flow Acceleration globally on the system.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

agentIscsiFlowAccelerationAgingTimeOut 1.3.6.1.4.1.4413.1.1.3.5.1.2
The time in seconds that should pass before session is aged out after the last frame detected for the session.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 60..2592000  

agentIscsiFlowAccelerationQosType 1.3.6.1.4.1.4413.1.1.3.5.1.3
Current type of QoS for iSCSI packets
Status: current Access: read-write
OBJECT-TYPE    
  QosType  

agentIscsiFlowAccelerationQosVptValue 1.3.6.1.4.1.4413.1.1.3.5.1.4
The value of VPT or DSCP, depends on agentIscsiFlowAccelerationQosType, that will be assigned to each iSCSI packet. The range of VPT value is 0..7
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..7  

agentIscsiFlowAccelerationQosDscpValue 1.3.6.1.4.1.4413.1.1.3.5.1.5
The value of VPT or DSCP, depends on agentIscsiFlowAccelerationQosType, that will be assigned to each iSCSI packet. The range of DSCP value is 0..63
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..63  

agentIscsiFlowAccelerationQosRemark 1.3.6.1.4.1.4413.1.1.3.5.1.6
Whether iSCSI frames with the configured VPT or DSCP when egressing the switch.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

agentIscsiFlowAccelerationTargetConfigTable 1.3.6.1.4.1.4413.1.1.3.5.2
The table for configuration of iSCSI target TCP port number, IP address, and name. It is indexed by agentIscsiFlowAccelerationTargetConfigTcpPort and agentIscsiFlowAccelerationTargetConfigAddr.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentIscsiFlowAccelerationTargetConfigEntry

agentIscsiFlowAccelerationTargetConfigEntry 1.3.6.1.4.1.4413.1.1.3.5.2.1
Row in the iSCSI Target configuration table.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentIscsiFlowAccelerationTargetConfigEntry  

agentIscsiFlowAccelerationTargetConfigTcpPort 1.3.6.1.4.1.4413.1.1.3.5.2.1.1
The TCP port of configured target.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

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

agentIscsiFlowAccelerationTargetConfigName 1.3.6.1.4.1.4413.1.1.3.5.2.1.3
The target IQN name. This text is not used to match on network traffic. It serves as an identifying comment for administrative convenience.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..223)  

agentIscsiFlowAccelerationTargetConfigStatus 1.3.6.1.4.1.4413.1.1.3.5.2.1.4
The status of the target. It's used to add/delete a target. active(1) - this ACL instance is active createAndGo(4) - set to this value to create an instance destroy(6) - set to this value to delete an instance
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

agentIscsiFlowAccelerationSessionTable 1.3.6.1.4.1.4413.1.1.3.5.3
A table that contains iSCSI sessions. It is indexed as assigned by system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentIscsiFlowAccelerationSessionEntry

agentIscsiFlowAccelerationSessionEntry 1.3.6.1.4.1.4413.1.1.3.5.3.1
An entry in the agentIscsiFlowAccelerationSessionTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentIscsiFlowAccelerationSessionEntry  

agentIscsiFlowAccelerationSessionIndex 1.3.6.1.4.1.4413.1.1.3.5.3.1.1
Numerical index of session table entry assigned by system.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

agentIscsiFlowAccelerationTargetName 1.3.6.1.4.1.4413.1.1.3.5.3.1.2
The target name
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..223)  

agentIscsiFlowAccelerationInitiatorName 1.3.6.1.4.1.4413.1.1.3.5.3.1.3
The initiator name
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..223)  

agentIscsiFlowAccelerationSessionISID 1.3.6.1.4.1.4413.1.1.3.5.3.1.4
The ISID of current session.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(6)  

agentIscsiFlowAccelerationSessAgingTime 1.3.6.1.4.1.4413.1.1.3.5.3.1.5
The elapsed time in seconds since the traffic was detected on any connections associated with this session.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentIscsiFlowAccelerationSessionUpTime 1.3.6.1.4.1.4413.1.1.3.5.3.1.6
Time elapsed since the session was detected, in seconds.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentIscsiFlowAccelerationConnectionTable 1.3.6.1.4.1.4413.1.1.3.5.4
A table that contains iSCSI connections. It is indexed as assigned by system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentIscsiFlowAccelerationConnectionEntry

agentIscsiFlowAccelerationConnectionEntry 1.3.6.1.4.1.4413.1.1.3.5.4.1
An entry in the agentIscsiFlowAccelerationConnectionTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentIscsiFlowAccelerationConnectionEntry  

agentIscsiFlowAccelerationConnectionIndex 1.3.6.1.4.1.4413.1.1.3.5.4.1.1
Numerical index of connection table entry assigned by system.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

agentIscsiFlowAccelerationConnectionTargetAddr 1.3.6.1.4.1.4413.1.1.3.5.4.1.2
The connection target address.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

agentIscsiFlowAccelerationConnectionTargetPort 1.3.6.1.4.1.4413.1.1.3.5.4.1.3
The TCP port of connection target.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentIscsiFlowAccelerationConnectionInitiatorAddr 1.3.6.1.4.1.4413.1.1.3.5.4.1.4
The connection initiator address.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

agentIscsiFlowAccelerationConnectionInitiatorPort 1.3.6.1.4.1.4413.1.1.3.5.4.1.5
The TCP port of connection initiator.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentIscsiFlowAccelerationConnectionCID 1.3.6.1.4.1.4413.1.1.3.5.4.1.6
The iSCSI CID for this connection.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentIscsiFlowAccelerationConnectionSessionIndex 1.3.6.1.4.1.4413.1.1.3.5.4.1.7
The index of the session associated with this connection. Refers to the index of agentIscsiFlowAccelerationSessionIndex in agentIscsiFlowAccelerationSessionTable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32