NSC-TCP-EXCEL-MIB: View SNMP OID List / Download MIB

VENDOR: NSC


 Home MIB: NSC-TCP-EXCEL-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
 nscDxTcpXcel 1.3.6.1.4.1.10.2.1.3.6
     nscDxTcpXcelTcp 1.3.6.1.4.1.10.2.1.3.6.1
         nscDxTcpXcelTcpRtoAlgorithm 1.3.6.1.4.1.10.2.1.3.6.1.1 integer read-only
The algorithm used to determine the timeout value used for retransmitting unacknowledged octets. Enumeration: 'vanj': 4, 'other': 1, 'constant': 2, 'rsre': 3.
         nscDxTcpXcelTcpRtoMin 1.3.6.1.4.1.10.2.1.3.6.1.2 integer read-only
The minimum value permitted by a TCP implementation for the retransmission timeout, measured in milliseconds. More refined semantics for objects of this type depend upon the algorithm used to determine the retransmission timeout. In particular, when the timeout algorithm is rsre(3), an object of this type has the semantics of the LBOUND quantity described in RFC 793.
         nscDxTcpXcelTcpRtoMax 1.3.6.1.4.1.10.2.1.3.6.1.3 integer read-only
The maximum value permitted by a TCP implementation for the retransmission timeout, measured in milliseconds. More refined semantics for objects of this type depend upon the algorithm used to determine the retransmission timeout. In particular, when the timeout algorithm is rsre(3), an object of this type has the semantics of the UBOUND quantity described in RFC 793.
         nscDxTcpXcelTcpMaxConn 1.3.6.1.4.1.10.2.1.3.6.1.4 integer read-only
The limit on the total number of TCP connections the entity can support. In entities where the maximum number of connections is dynamic, this object should contain the value -1.
         nscDxTcpXcelTcpActiveOpens 1.3.6.1.4.1.10.2.1.3.6.1.5 counter read-only
The number of times TCP connections have made a direct transition to the SYN-SENT state from the CLOSED state.
         nscDxTcpXcelTcpPassiveOpens 1.3.6.1.4.1.10.2.1.3.6.1.6 counter read-only
The number of times TCP connections have made a direct transition to the SYN-RCVD state from the LISTEN state.
         nscDxTcpXcelTcpAttemptFails 1.3.6.1.4.1.10.2.1.3.6.1.7 counter read-only
The number of times TCP connections have made a direct transition to the CLOSED state from either the SYN-SENT state or the SYN-RCVD state, plus the number of times TCP connections have made a direct transition to the LISTEN state from the SYN-RCVD state.
         nscDxTcpXcelTcpEstabResets 1.3.6.1.4.1.10.2.1.3.6.1.8 counter read-only
The number of times TCP connections have made a direct transition to the CLOSED state from either the ESTABLISHED state or the CLOSE-WAIT state.
         nscDxTcpXcelTcpCurrEstab 1.3.6.1.4.1.10.2.1.3.6.1.9 gauge read-only
The number of TCP connections for which the current state is either ESTABLISHED or CLOSE- WAIT.
         nscDxTcpXcelTcpInSegs 1.3.6.1.4.1.10.2.1.3.6.1.10 counter read-only
The total number of segments received, including those received in error. This count includes segments received on currently established connections.
         nscDxTcpXcelTcpOutSegs 1.3.6.1.4.1.10.2.1.3.6.1.11 counter read-only
The total number of segments sent, including those on current connections but excluding those containing only retransmitted octets.
         nscDxTcpXcelTcpRetransSegs 1.3.6.1.4.1.10.2.1.3.6.1.12 counter read-only
The total number of segments retransmitted - that is, the number of TCP segments transmitted containing one or more previously transmitted octets.
         nscDxTcpXcelTcpConnTable 1.3.6.1.4.1.10.2.1.3.6.1.13 no-access
A table containing TCP connection-specific information.
               nscDxTcpXcelTcpConnEntry 1.3.6.1.4.1.10.2.1.3.6.1.13.1 no-access
Information about a particular current TCP connection. An object of this type is transient, in that it ceases to exist when (or soon after) the connection makes the transition to the CLOSED state.
                   nscDxTcpXcelTcpSapId 1.3.6.1.4.1.10.2.1.3.6.1.13.1.1 integer read-only
The SAP ID number for this TCP listener.
                   nscDxTcpXcelTcpHostIdx 1.3.6.1.4.1.10.2.1.3.6.1.13.1.2 integer read-only
The logical host number for this TCP connection.
                   nscDxTcpXcelTcpHostName 1.3.6.1.4.1.10.2.1.3.6.1.13.1.3 displaystring read-only
The logical host name for this TCP connection.
                   nscDxTcpXcelTcpConnState 1.3.6.1.4.1.10.2.1.3.6.1.13.1.4 integer read-only
The state of this TCP connection. Enumeration: 'synReceived': 4, 'established': 5, 'finWait2': 7, 'timeWait': 11, 'finWait1': 6, 'lastAck': 9, 'closeWait': 8, 'closed': 1, 'closing': 10, 'listen': 2, 'synSent': 3.
                   nscDxTcpXcelTcpConnLocalAddress 1.3.6.1.4.1.10.2.1.3.6.1.13.1.5 ipaddress read-only
The local IP address for this TCP connection. In the case of a connection in the listen state which is willing to accept connections for any IP interface associated with the node, the value 0.0.0.0 is used.
                   nscDxTcpXcelTcpConnLocalPort 1.3.6.1.4.1.10.2.1.3.6.1.13.1.6 integer read-only
The local port number for this TCP connection.
                   nscDxTcpXcelTcpConnRemAddress 1.3.6.1.4.1.10.2.1.3.6.1.13.1.7 ipaddress read-only
The remote IP address for this TCP connection.
                   nscDxTcpXcelTcpConnRemPort 1.3.6.1.4.1.10.2.1.3.6.1.13.1.8 integer read-only
The remote port number for this TCP connection.
         nscDxTcpXcelTcpInErrs 1.3.6.1.4.1.10.2.1.3.6.1.14 counter read-only
The total number of segments received in error (e.g., bad TCP checksums).
         nscDxTcpXcelTcpOutRsts 1.3.6.1.4.1.10.2.1.3.6.1.15 counter read-only
The number of TCP segments sent containing the RST flag. This object is not supported in this version.
         nscDxTcpXcelTcpConnAttempt 1.3.6.1.4.1.10.2.1.3.6.1.16 counter read-only
The total number of connections initiated.
         nscDxTcpXcelTcpClosed 1.3.6.1.4.1.10.2.1.3.6.1.17 counter read-only
The total number of connections closed.
         nscDxTcpXcelTcpSegsTimed 1.3.6.1.4.1.10.2.1.3.6.1.18 counter read-only
The total number of segments we tried to get rtt.
         nscDxTcpXcelTcpRttUpdated 1.3.6.1.4.1.10.2.1.3.6.1.19 counter read-only
The total number of rtt segments updated.
         nscDxTcpXcelTcpDelAck 1.3.6.1.4.1.10.2.1.3.6.1.20 counter read-only
The total number of delayed acks sent.
         nscDxTcpXcelTcpTimeoutDrop 1.3.6.1.4.1.10.2.1.3.6.1.21 counter read-only
The total number of conn. dropped in rxmt timeout.
         nscDxTcpXcelTcpRexmtTimeo 1.3.6.1.4.1.10.2.1.3.6.1.22 counter read-only
The total number of retransmit timeouts.
         nscDxTcpXcelTcpPersistTimeo 1.3.6.1.4.1.10.2.1.3.6.1.23 counter read-only
The total number of persist timeouts.
         nscDxTcpXcelTcpKeepTimeo 1.3.6.1.4.1.10.2.1.3.6.1.24 counter read-only
The total number of keepalive timeouts.
         nscDxTcpXcelTcpKeepProbe 1.3.6.1.4.1.10.2.1.3.6.1.25 counter read-only
The total number of keepalive probes sent.
         nscDxTcpXcelTcpKeepDrop 1.3.6.1.4.1.10.2.1.3.6.1.26 counter read-only
The total number of connections dropped in keepalive.
         nscDxTcpXcelTcpSndPack 1.3.6.1.4.1.10.2.1.3.6.1.27 counter read-only
The total number of data packets sent.
         nscDxTcpXcelTcpSndByte 1.3.6.1.4.1.10.2.1.3.6.1.28 counter read-only
The total number of data bytes sent.
         nscDxTcpXcelTcpSndRexmitPack 1.3.6.1.4.1.10.2.1.3.6.1.29 counter read-only
The total number of data packets retransmitted.
         nscDxTcpXcelTcpSndRexmitByte 1.3.6.1.4.1.10.2.1.3.6.1.30 counter read-only
The total number of data bytes retransmitted.
         nscDxTcpXcelTcpSndAcks 1.3.6.1.4.1.10.2.1.3.6.1.31 counter read-only
The total number of ack-only packets sent.
         nscDxTcpXcelTcpSndProbe 1.3.6.1.4.1.10.2.1.3.6.1.32 counter read-only
The total number of window probes sent.
         nscDxTcpXcelTcpSndUrg 1.3.6.1.4.1.10.2.1.3.6.1.33 counter read-only
The total number of packets sent with URG only.
         nscDxTcpXcelTcpSndWinUp 1.3.6.1.4.1.10.2.1.3.6.1.34 counter read-only
The total number of window update only packets sent.
         nscDxTcpXcelTcpSndCtrl 1.3.6.1.4.1.10.2.1.3.6.1.35 counter read-only
The total number of control (syn|fin|rst) packets sent.
         nscDxTcpXcelTcpPcbCacheMiss 1.3.6.1.4.1.10.2.1.3.6.1.36 counter read-only
The total number of input packets missing pcb cache.
         nscDxTcpXcelTcpRcvPack 1.3.6.1.4.1.10.2.1.3.6.1.37 counter read-only
The total number of packets received in sequence.
         nscDxTcpXcelTcpRcvBytes 1.3.6.1.4.1.10.2.1.3.6.1.38 counter read-only
The total number of bytes received in Sequence.
         nscDxTcpXcelTcpRcvByteAfterWin 1.3.6.1.4.1.10.2.1.3.6.1.39 counter read-only
The total number of bytes rcvd after window.
         nscDxTcpXcelTcpRcvAfterClose 1.3.6.1.4.1.10.2.1.3.6.1.40 counter read-only
The total number of bytes rcvd after close.
         nscDxTcpXcelTcpRcvWinProbe 1.3.6.1.4.1.10.2.1.3.6.1.41 counter read-only
The total number of rcvd window probe packets.
         nscDxTcpXcelTcpRcvdUpack 1.3.6.1.4.1.10.2.1.3.6.1.42 counter read-only
The total number of received duplicate acks.
         nscDxTcpXcelTcpRcvAckTooMuch 1.3.6.1.4.1.10.2.1.3.6.1.43 counter read-only
The total number of rcvd acks for unsent data.
         nscDxTcpXcelTcpRcvAckPack 1.3.6.1.4.1.10.2.1.3.6.1.44 counter read-only
The total number of rcvd ack packets.
         nscDxTcpXcelTcpRcvAckByte 1.3.6.1.4.1.10.2.1.3.6.1.45 counter read-only
The total number of bytes acked by rcvd acks.
         nscDxTcpXcelTcpRcvWinUpd 1.3.6.1.4.1.10.2.1.3.6.1.46 counter read-only
The total number of rcvd window update packets.
     nscDxTcpXcelUdp 1.3.6.1.4.1.10.2.1.3.6.2
         nscDxTcpXcelUdpInDatagrams 1.3.6.1.4.1.10.2.1.3.6.2.1 counter read-only
The total number of UDP datagrams delivered to UDP users.
         nscDxTcpXcelUdpNoPorts 1.3.6.1.4.1.10.2.1.3.6.2.2 counter read-only
The total number of received UDP datagrams for which there was no application at the destination port.
         nscDxTcpXcelUdpInErrors 1.3.6.1.4.1.10.2.1.3.6.2.3 counter read-only
The number of received UDP datagrams that could not be delivered for reasons other than the lack of an application at the destination port.
         nscDxTcpXcelUdpOutDatagrams 1.3.6.1.4.1.10.2.1.3.6.2.4 counter read-only
The total number of UDP datagrams sent from this entity.
         nscDxTcpXcelUdpNoPortBcast 1.3.6.1.4.1.10.2.1.3.6.2.5 counter read-only
The total number of received UDP datagrams for which there was no application at the destination port and arrived as broadcast.
         nscDxTcpXcelUdpPcbCacheMissing 1.3.6.1.4.1.10.2.1.3.6.2.6 counter read-only
The total number of received UDP datagrams which does not have a pcb cache.
         nscDxTcpXcelUdpTable 1.3.6.1.4.1.10.2.1.3.6.2.7 no-access
A table containing UDP listener information.
             nscDxTcpXcelUdpEntry 1.3.6.1.4.1.10.2.1.3.6.2.7.1 no-access
Information about a particular current UDP listener.
                 nscDxTcpXcelUdpSapId 1.3.6.1.4.1.10.2.1.3.6.2.7.1.1 integer read-only
The SAP ID number for this UDP listener.
                 nscDxTcpXcelUdpHostIdx 1.3.6.1.4.1.10.2.1.3.6.2.7.1.2 integer read-only
The logical host number for this UDP listener.
                 nscDxTcpXcelUdpHostName 1.3.6.1.4.1.10.2.1.3.6.2.7.1.3 displaystring read-only
The logical host name for this UDP listener.
                 nscDxTcpXcelUdpLocalAddress 1.3.6.1.4.1.10.2.1.3.6.2.7.1.4 ipaddress read-only
The local IP address for this UDP listener. In the case of a UDP listener which is willing to accept datagrams for any IP interface associated with the node, the value 0.0.0.0 is used.
                 nscDxTcpXcelUdpLocalPort 1.3.6.1.4.1.10.2.1.3.6.2.7.1.5 integer read-only
The local port number for this UDP listener.