VI-IP-MIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: VI-IP-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 viIPMib 1.3.6.1.2.1.1
The MIB module to describe objects for virtual interface over TCP implementation.
     viIPMibObjects 1.3.6.1.2.1.1.1
         viaNodeConnection 1.3.6.1.2.1.1.1.1
             viaNodeSystemName 1.3.6.1.2.1.1.1.1.1
A string by which the node is identified in the cluster.
             viaCreated 1.3.6.1.2.1.1.1.1.2
The number of VIs have been created.
             viaConnectRequest 1.3.6.1.2.1.1.1.1.3
The number of times Connect Request call is made.
             viaConnectWait 1.3.6.1.2.1.1.1.1.4
The number of times Connect wait call is made.
             viaDisconnect 1.3.6.1.2.1.1.1.1.5
Number of times VI got disconnected with out any error.
             viaConnectTimeOut 1.3.6.1.2.1.1.1.1.6
Number of times VI connect request got timed out.
             viaConnected 1.3.6.1.2.1.1.1.1.7
Number of time VI got connected with out any error.
             viaCurrConnectPending 1.3.6.1.2.1.1.1.1.8
The number of VIs for which connect request is pending.
             viaCurrConnectWaitPending 1.3.6.1.2.1.1.1.1.9
The number of VIs for which connect wait request is pending.
             viaCurrConnected 1.3.6.1.2.1.1.1.1.10
The number of VIs for which the current state is CONNECTED.
             viaCurrError 1.3.6.1.2.1.1.1.1.11
The number of VIs for which the current state is ERROR
             viaTotalError 1.3.6.1.2.1.1.1.1.12
The number of VIs which encountered error state.
             viaInMsgs 1.3.6.1.2.1.1.1.1.13
The total number of incoming Messages received.
             viaInRdma 1.3.6.1.2.1.1.1.1.14
The total number of incoming RDMA requests received.
             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
             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.
             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.
             viaOutMsgs 1.3.6.1.2.1.1.1.1.18
The total number of Messages sent.
             viaOutRdma 1.3.6.1.2.1.1.1.1.19
The total number of RDMA requests sent.
             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.
             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.
             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.
             viaConnTable 1.3.6.1.2.1.1.1.1.23
A table containing VIA connection specific information.
                   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.
                       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
                       viaConnVINumber 1.3.6.1.2.1.1.1.1.23.1.2
A number which uniquely defines a connection.
                       viaConnRemoteNetAddress 1.3.6.1.2.1.1.1.1.23.1.3
IP address of the remote system of the connection.
                       viaConnLocalNetAddress 1.3.6.1.2.1.1.1.1.23.1.4
Local IPadress of the connection.
                       viaConnRemotePortNumber 1.3.6.1.2.1.1.1.1.23.1.5
Remote TCP port number of the connection.
                       viaConnLocalPortNumber 1.3.6.1.2.1.1.1.1.23.1.6
Local TCP Portnumber of the connection.
                       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.
                       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.
                       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.
                       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.
                       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.
                       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.
                       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.
                       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.
                       viaConnSentMessages 1.3.6.1.2.1.1.1.1.23.1.15
Total number of messages sent through the connection.
                       viaConnSentRdmaReadMessages 1.3.6.1.2.1.1.1.1.23.1.16
Total number of rdma read messages sent through the connection.
                       viaConnSentRdmaWriteMessages 1.3.6.1.2.1.1.1.1.23.1.17
Total number of rdma write messages sent through the connection.
                       viaConnRcvdMessages 1.3.6.1.2.1.1.1.1.23.1.18
Total number of messages received through the connection.
                       viaConnRcvdRdmaReadMessages 1.3.6.1.2.1.1.1.1.23.1.19
Total number of rdma read messages received through the connection.
                       viaConnRcvdRdmaWriteMessages 1.3.6.1.2.1.1.1.1.23.1.20
Total number of rdma write messages received through the connection.
         viaErrors 1.3.6.1.2.1.1.1.2
             viaErrPostDesc 1.3.6.1.2.1.1.1.2.1
The total number of descriptors completed in error by NIC.
             viaErrConnLost 1.3.6.1.2.1.1.1.2.2
The total number of Lost Connection errors.
             viaErrRecvQEmpty 1.3.6.1.2.1.1.1.2.3
The total number of errors due to an empty receive Queue.
             viaErrRdmawProt 1.3.6.1.2.1.1.1.2.4
The total number of remote DMA write protection errors.
             viaErrRdmarProt 1.3.6.1.2.1.1.1.2.5
The total number of remote DMA read protection errors.
             viaErrCompProt 1.3.6.1.2.1.1.1.2.6
The total number of protection errors.
             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.
         viaNicAttributes 1.3.6.1.2.1.1.1.3
             viaNicTable 1.3.6.1.2.1.1.1.3.1
A table containing VIA NIC specific information.
                 viaNicEntry 1.3.6.1.2.1.1.1.3.1.1
A conceptual row of the VIANicTable containing information about a particular VINic.
                     viaNicIndex 1.3.6.1.2.1.1.1.3.1.1.1
The index of the NIC in the NIC table.
                     viaName 1.3.6.1.2.1.1.1.3.1.1.2
The symbolic name of the NIC device.
                     viaHardwareVersion 1.3.6.1.2.1.1.1.3.1.1.3
The version of the VINIC described by this MIB.
                     viaProviderVersion 1.3.6.1.2.1.1.1.3.1.1.4
The version of the VI provider.
                     viaNicAddress 1.3.6.1.2.1.1.1.3.1.1.5
The Network address of the NIC.
                     viaThreadSafe 1.3.6.1.2.1.1.1.3.1.1.6
1 if synchronisation model is thread safe else 0.
                     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.
                     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.
                     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.
                     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.
                     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.
                     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.
                     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.
                     viaMaxCQ 1.3.6.1.2.1.1.1.3.1.1.14
Maximum number of completion queues this VI provider can support.
                     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.
                     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.
                     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.
                     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.
                     viaCurrRegisterBytes 1.3.6.1.2.1.1.1.3.1.1.19
Number of bytes registered by the VI user for this NIC.
                     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.
                     viaCurrVI 1.3.6.1.2.1.1.1.3.1.1.21
The current number of VI instances for this NIC.
                     viaCurrCQ 1.3.6.1.2.1.1.1.3.1.1.22
Current number of completion queues this VI provider has.
                     viaCurrPTags 1.3.6.1.2.1.1.1.3.1.1.23
Current Number of protection tags this VI provider has.
                     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.
     viipTraps 1.3.6.1.2.1.1.2
         viaNodeErrorsTrap 1.3.6.1.2.1.1.2.1
A VIANodeErrorsTrap trap signifies that the total number of errors exceeded the error threshold.
         viaNodeUpTrap 1.3.6.1.2.1.1.2.2
A VIANodeUpTrap trap signifies a VIA Node is started and initialised successfully.