VI-IP-MIB

File: VI-IP-MIB.mib (27201 bytes)

Imported modules

RFC-1212 SNMPv2-TC SNMPv2-SMI
RFC1155-SMI RFC1213-MIB

Imported symbols

OBJECT-TYPE PhysAddress Counter32
Gauge32 Integer32 Opaque
NOTIFICATION-TYPE mib-2 enterprises
NetworkAddress IpAddress Counter
ObjectName DisplayString

Defined Types

VIAConnEntry  
SEQUENCE    
  viaConnState INTEGER
  viaConnVINumber INTEGER
  viaConnRemoteNetAddress IpAddress
  viaConnLocalNetAddress IpAddress
  viaConnRemotePortNumber INTEGER
  viaConnLocalPortNumber INTEGER
  viaConnLocalDescriminator Opaque
  viaConnRemoteDescriminator Opaque
  viaConnLocalMaxTransferSize INTEGER
  viaConnRemoteMaxTransferSize INTEGER
  viaConnLocalEnableRdmaWrite INTEGER
  viaConnLocalEnableRdmaRead INTEGER
  viaConnRemoteEnableRdmaWrite INTEGER
  viaConnRemoteEnableRdmaRead INTEGER
  viaConnSentMessages Counter32
  viaConnSentRdmaReadMessages Counter32
  viaConnSentRdmaWriteMessages Counter32
  viaConnRcvdMessages Counter32
  viaConnRcvdRdmaReadMessages Counter32
  viaConnRcvdRdmaWriteMessages Counter32

VIANicEntry  
SEQUENCE    
  viaNicIndex INTEGER
  viaName DisplayString
  viaHardwareVersion DisplayString
  viaProviderVersion DisplayString
  viaNicAddress PhysAddress
  viaThreadSafe INTEGER
  viaMaxDiscriminatorLength INTEGER
  viaMaxRegisterBytes INTEGER
  viaMaxRegisterRegions INTEGER
  viaMaxRegisterBlockBytes INTEGER
  viaMaxVI INTEGER
  viaMaxDescriptorsPerQueue INTEGER
  viaMaxSegmentsPerDesc INTEGER
  viaMaxCQ INTEGER
  viaMaxCQEntries INTEGER
  viaMaxTransferSize INTEGER
  viaNativeMTU INTEGER
  viaMaxPTags INTEGER
  viaCurrRegisterBytes INTEGER
  viaCurrRegisterRegions INTEGER
  viaCurrVI INTEGER
  viaCurrCQ INTEGER
  viaCurrPTags INTEGER
  viaConnectionListenPort INTEGER

Defined Values

viIPMib 1.3.6.1.2.1.1
The MIB module to describe objects for virtual interface over TCP implementation.
MODULE-IDENTITY    

viIPMibObjects 1.3.6.1.2.1.1.1
OBJECT IDENTIFIER    

viaNodeConnection 1.3.6.1.2.1.1.1.1
OBJECT IDENTIFIER    

viaNodeSystemName 1.3.6.1.2.1.1.1.1.1
A string by which the node is identified in the cluster.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

viaCreated 1.3.6.1.2.1.1.1.1.2
The number of VIs have been created.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

viaConnectRequest 1.3.6.1.2.1.1.1.1.3
The number of times Connect Request call is made.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

viaConnectWait 1.3.6.1.2.1.1.1.1.4
The number of times Connect wait call is made.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

viaDisconnect 1.3.6.1.2.1.1.1.1.5
Number of times VI got disconnected with out any error.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

viaConnectTimeOut 1.3.6.1.2.1.1.1.1.6
Number of times VI connect request got timed out.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

viaConnected 1.3.6.1.2.1.1.1.1.7
Number of time VI got connected with out any error.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

viaCurrConnectPending 1.3.6.1.2.1.1.1.1.8
The number of VIs for which connect request is pending.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

viaCurrConnectWaitPending 1.3.6.1.2.1.1.1.1.9
The number of VIs for which connect wait request is pending.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

viaCurrConnected 1.3.6.1.2.1.1.1.1.10
The number of VIs for which the current state is CONNECTED.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

viaCurrError 1.3.6.1.2.1.1.1.1.11
The number of VIs for which the current state is ERROR
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

viaTotalError 1.3.6.1.2.1.1.1.1.12
The number of VIs which encountered error state.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

viaInMsgs 1.3.6.1.2.1.1.1.1.13
The total number of incoming Messages received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

viaInRdma 1.3.6.1.2.1.1.1.1.14
The total number of incoming RDMA requests received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

viaInBytes 1.3.6.1.2.1.1.1.1.15
The total number of incoming bytes received, including those received in error. This count includes bytes received on currently established connections. This corresponds to the sum of bytes received through received messages, incoming RDMA writes and RDMA reads issued
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

viaInRDMAReadBytes 1.3.6.1.2.1.1.1.1.16
The total number of incoming bytes received through RDMA read, including those received in error. This count includes bytes received on currently established connections.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

viaInRDMAWriteBytes 1.3.6.1.2.1.1.1.1.17
The total number of bytes received through incoming RDMA writes, including those received in error. This count includes bytes received on currently established connections.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

viaOutMsgs 1.3.6.1.2.1.1.1.1.18
The total number of Messages sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

viaOutRdma 1.3.6.1.2.1.1.1.1.19
The total number of RDMA requests sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

viaOutBytes 1.3.6.1.2.1.1.1.1.20
The total number of bytes sent, including those sent in error. This count includes bytes sent on currently established connections.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

viaOutRDMAReadBytes 1.3.6.1.2.1.1.1.1.21
The total number of bytes sent through an incoming RDMA read request, including those sent in error. This count includes bytes sent on currently established connections.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

viaOutRDMAWriteBytes 1.3.6.1.2.1.1.1.1.22
The total number of bytes sent through a RDMA write operation, including those sent in error. This count includes bytes sent on currently established connections.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

viaConnTable 1.3.6.1.2.1.1.1.1.23
A table containing VIA connection specific information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VIAConnEntry

viaConnEntry 1.3.6.1.2.1.1.1.1.23.1
A conceptual row of the VIAConnTable containing information about a particular current VIA connection. Each row of this table is transient, and it ceases to exist when the connection makes transition to the CLOSED state.
Status: current Access: not-accessible
OBJECT-TYPE    
  VIAConnEntry  

viaConnState 1.3.6.1.2.1.1.1.1.23.1.1
The state of this VIA connection Legal States: Idle 1 Pending Connect 2 Connected 3 Error 4
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER idle(1), pendingConnect(2), connected(3), error(4)  

viaConnVINumber 1.3.6.1.2.1.1.1.1.23.1.2
A number which uniquely defines a connection.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

viaConnRemoteNetAddress 1.3.6.1.2.1.1.1.1.23.1.3
IP address of the remote system of the connection.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

viaConnLocalNetAddress 1.3.6.1.2.1.1.1.1.23.1.4
Local IPadress of the connection.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

viaConnRemotePortNumber 1.3.6.1.2.1.1.1.1.23.1.5
Remote TCP port number of the connection.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

viaConnLocalPortNumber 1.3.6.1.2.1.1.1.1.23.1.6
Local TCP Portnumber of the connection.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

viaConnLocalDescriminator 1.3.6.1.2.1.1.1.1.23.1.7
An identifier used by the local process to identify the VI connection.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

viaConnRemoteDescriminator 1.3.6.1.2.1.1.1.1.23.1.8
An identifier used by the remote process to identify the VI connection.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

viaConnLocalMaxTransferSize 1.3.6.1.2.1.1.1.1.23.1.9
The local limit on the maximum packet size that can be transfered through the connection.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

viaConnRemoteMaxTransferSize 1.3.6.1.2.1.1.1.1.23.1.10
The remote limit on the maximum packet size that can be transfered through the connection.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

viaConnLocalEnableRdmaWrite 1.3.6.1.2.1.1.1.1.23.1.11
The value is 1 if remote DMA write is enabled in the local system otherwise, it is 0.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

viaConnLocalEnableRdmaRead 1.3.6.1.2.1.1.1.1.23.1.12
The value is 1 if remote DMA read is enabled in the local system otherwise, it is 0.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

viaConnRemoteEnableRdmaWrite 1.3.6.1.2.1.1.1.1.23.1.13
The value is 1 if remote DMA write is enabled in the remote system otherwise, it is 0.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

viaConnRemoteEnableRdmaRead 1.3.6.1.2.1.1.1.1.23.1.14
The value is 1 if remote DMA read is enabled in the remote system otherwise, it is 0.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

viaConnSentMessages 1.3.6.1.2.1.1.1.1.23.1.15
Total number of messages sent through the connection.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

viaConnSentRdmaReadMessages 1.3.6.1.2.1.1.1.1.23.1.16
Total number of rdma read messages sent through the connection.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

viaConnSentRdmaWriteMessages 1.3.6.1.2.1.1.1.1.23.1.17
Total number of rdma write messages sent through the connection.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

viaConnRcvdMessages 1.3.6.1.2.1.1.1.1.23.1.18
Total number of messages received through the connection.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

viaConnRcvdRdmaReadMessages 1.3.6.1.2.1.1.1.1.23.1.19
Total number of rdma read messages received through the connection.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

viaConnRcvdRdmaWriteMessages 1.3.6.1.2.1.1.1.1.23.1.20
Total number of rdma write messages received through the connection.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

viaErrors 1.3.6.1.2.1.1.1.2
OBJECT IDENTIFIER    

viaErrPostDesc 1.3.6.1.2.1.1.1.2.1
The total number of descriptors completed in error by NIC.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

viaErrConnLost 1.3.6.1.2.1.1.1.2.2
The total number of Lost Connection errors.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

viaErrRecvQEmpty 1.3.6.1.2.1.1.1.2.3
The total number of errors due to an empty receive Queue.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

viaErrRdmawProt 1.3.6.1.2.1.1.1.2.4
The total number of remote DMA write protection errors.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

viaErrRdmarProt 1.3.6.1.2.1.1.1.2.5
The total number of remote DMA read protection errors.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

viaErrCompProt 1.3.6.1.2.1.1.1.2.6
The total number of protection errors.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

viaErrorThreshold 1.3.6.1.2.1.1.1.2.7
Setting this threshold will cause a trap to be enabled such that if the total error exceeds error threshold set a VIANodeErrorsTrap trap will be generated. The trap will reset the error counter.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

viaNicAttributes 1.3.6.1.2.1.1.1.3
OBJECT IDENTIFIER    

viaNicTable 1.3.6.1.2.1.1.1.3.1
A table containing VIA NIC specific information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VIANicEntry

viaNicEntry 1.3.6.1.2.1.1.1.3.1.1
A conceptual row of the VIANicTable containing information about a particular VINic.
Status: current Access: not-accessible
OBJECT-TYPE    
  VIANicEntry  

viaNicIndex 1.3.6.1.2.1.1.1.3.1.1.1
The index of the NIC in the NIC table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

viaName 1.3.6.1.2.1.1.1.3.1.1.2
The symbolic name of the NIC device.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

viaHardwareVersion 1.3.6.1.2.1.1.1.3.1.1.3
The version of the VINIC described by this MIB.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

viaProviderVersion 1.3.6.1.2.1.1.1.3.1.1.4
The version of the VI provider.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

viaNicAddress 1.3.6.1.2.1.1.1.3.1.1.5
The Network address of the NIC.
Status: current Access: read-only
OBJECT-TYPE    
  PhysAddress  

viaThreadSafe 1.3.6.1.2.1.1.1.3.1.1.6
1 if synchronisation model is thread safe else 0.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

viaMaxDiscriminatorLength 1.3.6.1.2.1.1.1.3.1.1.7
The maximum number of bytes that the VI provider allows for a connection descriminator.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

viaMaxRegisterBytes 1.3.6.1.2.1.1.1.3.1.1.8
Maximum number of bytes that can be registered by the VI user.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

viaMaxRegisterRegions 1.3.6.1.2.1.1.1.3.1.1.9
Maximum number of memory regions that can be registered by VI user.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

viaMaxRegisterBlockBytes 1.3.6.1.2.1.1.1.3.1.1.10
Largest contiguous block of memory that can be registered by VI user.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

viaMaxVI 1.3.6.1.2.1.1.1.3.1.1.11
The limit on the total number of VI instances this NIC can support.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

viaMaxDescriptorsPerQueue 1.3.6.1.2.1.1.1.3.1.1.12
Maximum Descriptors per VI Work Queue that this VI provider can support.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

viaMaxSegmentsPerDesc 1.3.6.1.2.1.1.1.3.1.1.13
Maximum number of segments per descriptor that this VI provider can support.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

viaMaxCQ 1.3.6.1.2.1.1.1.3.1.1.14
Maximum number of completion queues this VI provider can support.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

viaMaxCQEntries 1.3.6.1.2.1.1.1.3.1.1.15
Maximum number of Completion queue entries per completion queue that this VI provider can support.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

viaMaxTransferSize 1.3.6.1.2.1.1.1.3.1.1.16
The maximum transfer size supported by the VI Nic. The maximum transfer size is the amount of data that can be described by a single VI descriptor.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

viaNativeMTU 1.3.6.1.2.1.1.1.3.1.1.17
The native MTU size of the underlying network. For frame-based networks, this could reflect its native frame size. For cell-based networks, it could reflect the MTU of the appropriate abstraction layer that it supports.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

viaMaxPTags 1.3.6.1.2.1.1.1.3.1.1.18
The maximum number of protection tags that are supported by this VI provider.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

viaCurrRegisterBytes 1.3.6.1.2.1.1.1.3.1.1.19
Number of bytes registered by the VI user for this NIC.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

viaCurrRegisterRegions 1.3.6.1.2.1.1.1.3.1.1.20
Number of memory regions that is registered by VI user for this NIC.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

viaCurrVI 1.3.6.1.2.1.1.1.3.1.1.21
The current number of VI instances for this NIC.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

viaCurrCQ 1.3.6.1.2.1.1.1.3.1.1.22
Current number of completion queues this VI provider has.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

viaCurrPTags 1.3.6.1.2.1.1.1.3.1.1.23
Current Number of protection tags this VI provider has.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

viaConnectionListenPort 1.3.6.1.2.1.1.1.3.1.1.24
Port number on which VI server is listening for VI connection request.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

viipTraps 1.3.6.1.2.1.1.2
OBJECT IDENTIFIER    

viaNodeErrorsTrap 1.3.6.1.2.1.1.2.1
A VIANodeErrorsTrap trap signifies that the total number of errors exceeded the error threshold.
TRAP-TYPE    

viaNodeUpTrap 1.3.6.1.2.1.1.2.2
A VIANodeUpTrap trap signifies a VIA Node is started and initialised successfully.
TRAP-TYPE