NSC-TCP-EXCEL-MIB

File: NSC-TCP-EXCEL-MIB.mib (28125 bytes)

Imported modules

RFC1155-SMI NSC-MIB RFC-1212
RFC1213-MIB

Imported symbols

IpAddress Counter Gauge
nscDx OBJECT-TYPE DisplayString

Defined Types

NscDxTcpXcelTcpConnEntry  
SEQUENCE    
  nscDxTcpXcelTcpSapId INTEGER 1..65535
  nscDxTcpXcelTcpHostIdx INTEGER 1..3
  nscDxTcpXcelTcpHostName DisplayString Size(0..255)
  nscDxTcpXcelTcpConnState INTEGER
  nscDxTcpXcelTcpConnLocalAddress IpAddress
  nscDxTcpXcelTcpConnLocalPort INTEGER 0..65535
  nscDxTcpXcelTcpConnRemAddress IpAddress
  nscDxTcpXcelTcpConnRemPort INTEGER 0..65535

NscDxTcpXcelUdpEntry  
SEQUENCE    
  nscDxTcpXcelUdpSapId INTEGER 1..65535
  nscDxTcpXcelUdpHostIdx INTEGER 1..3
  nscDxTcpXcelUdpHostName DisplayString Size(0..255)
  nscDxTcpXcelUdpLocalAddress IpAddress
  nscDxTcpXcelUdpLocalPort INTEGER 0..65535

Defined Values

nscDxTcpXcel 1.3.6.1.4.1.10.2.1.3.6
OBJECT IDENTIFIER    

nscDxTcpXcelTcp 1.3.6.1.4.1.10.2.1.3.6.1
OBJECT IDENTIFIER    

nscDxTcpXcelUdp 1.3.6.1.4.1.10.2.1.3.6.2
OBJECT IDENTIFIER    

nscDxTcpXcelTcpRtoAlgorithm 1.3.6.1.4.1.10.2.1.3.6.1.1
The algorithm used to determine the timeout value used for retransmitting unacknowledged octets.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), constant(2), rsre(3), vanj(4)  

nscDxTcpXcelTcpRtoMin 1.3.6.1.4.1.10.2.1.3.6.1.2
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nscDxTcpXcelTcpRtoMax 1.3.6.1.4.1.10.2.1.3.6.1.3
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nscDxTcpXcelTcpMaxConn 1.3.6.1.4.1.10.2.1.3.6.1.4
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nscDxTcpXcelTcpActiveOpens 1.3.6.1.4.1.10.2.1.3.6.1.5
The number of times TCP connections have made a direct transition to the SYN-SENT state from the CLOSED state.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nscDxTcpXcelTcpPassiveOpens 1.3.6.1.4.1.10.2.1.3.6.1.6
The number of times TCP connections have made a direct transition to the SYN-RCVD state from the LISTEN state.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nscDxTcpXcelTcpAttemptFails 1.3.6.1.4.1.10.2.1.3.6.1.7
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nscDxTcpXcelTcpEstabResets 1.3.6.1.4.1.10.2.1.3.6.1.8
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nscDxTcpXcelTcpCurrEstab 1.3.6.1.4.1.10.2.1.3.6.1.9
The number of TCP connections for which the current state is either ESTABLISHED or CLOSE- WAIT.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

nscDxTcpXcelTcpInSegs 1.3.6.1.4.1.10.2.1.3.6.1.10
The total number of segments received, including those received in error. This count includes segments received on currently established connections.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nscDxTcpXcelTcpOutSegs 1.3.6.1.4.1.10.2.1.3.6.1.11
The total number of segments sent, including those on current connections but excluding those containing only retransmitted octets.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nscDxTcpXcelTcpRetransSegs 1.3.6.1.4.1.10.2.1.3.6.1.12
The total number of segments retransmitted - that is, the number of TCP segments transmitted containing one or more previously transmitted octets.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nscDxTcpXcelTcpConnTable 1.3.6.1.4.1.10.2.1.3.6.1.13
A table containing TCP connection-specific information.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NscDxTcpXcelTcpConnEntry

nscDxTcpXcelTcpConnEntry 1.3.6.1.4.1.10.2.1.3.6.1.13.1
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.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NscDxTcpXcelTcpConnEntry  

nscDxTcpXcelTcpSapId 1.3.6.1.4.1.10.2.1.3.6.1.13.1.1
The SAP ID number for this TCP listener.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

nscDxTcpXcelTcpHostIdx 1.3.6.1.4.1.10.2.1.3.6.1.13.1.2
The logical host number for this TCP connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..3  

nscDxTcpXcelTcpHostName 1.3.6.1.4.1.10.2.1.3.6.1.13.1.3
The logical host name for this TCP connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

nscDxTcpXcelTcpConnState 1.3.6.1.4.1.10.2.1.3.6.1.13.1.4
The state of this TCP connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER closed(1), listen(2), synSent(3), synReceived(4), established(5), finWait1(6), finWait2(7), closeWait(8), lastAck(9), closing(10), timeWait(11)  

nscDxTcpXcelTcpConnLocalAddress 1.3.6.1.4.1.10.2.1.3.6.1.13.1.5
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

nscDxTcpXcelTcpConnLocalPort 1.3.6.1.4.1.10.2.1.3.6.1.13.1.6
The local port number for this TCP connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

nscDxTcpXcelTcpConnRemAddress 1.3.6.1.4.1.10.2.1.3.6.1.13.1.7
The remote IP address for this TCP connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

nscDxTcpXcelTcpConnRemPort 1.3.6.1.4.1.10.2.1.3.6.1.13.1.8
The remote port number for this TCP connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

nscDxTcpXcelTcpInErrs 1.3.6.1.4.1.10.2.1.3.6.1.14
The total number of segments received in error (e.g., bad TCP checksums).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nscDxTcpXcelTcpOutRsts 1.3.6.1.4.1.10.2.1.3.6.1.15
The number of TCP segments sent containing the RST flag. This object is not supported in this version.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nscDxTcpXcelTcpConnAttempt 1.3.6.1.4.1.10.2.1.3.6.1.16
The total number of connections initiated.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nscDxTcpXcelTcpClosed 1.3.6.1.4.1.10.2.1.3.6.1.17
The total number of connections closed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nscDxTcpXcelTcpSegsTimed 1.3.6.1.4.1.10.2.1.3.6.1.18
The total number of segments we tried to get rtt.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nscDxTcpXcelTcpRttUpdated 1.3.6.1.4.1.10.2.1.3.6.1.19
The total number of rtt segments updated.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nscDxTcpXcelTcpDelAck 1.3.6.1.4.1.10.2.1.3.6.1.20
The total number of delayed acks sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nscDxTcpXcelTcpTimeoutDrop 1.3.6.1.4.1.10.2.1.3.6.1.21
The total number of conn. dropped in rxmt timeout.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nscDxTcpXcelTcpRexmtTimeo 1.3.6.1.4.1.10.2.1.3.6.1.22
The total number of retransmit timeouts.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nscDxTcpXcelTcpPersistTimeo 1.3.6.1.4.1.10.2.1.3.6.1.23
The total number of persist timeouts.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nscDxTcpXcelTcpKeepTimeo 1.3.6.1.4.1.10.2.1.3.6.1.24
The total number of keepalive timeouts.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nscDxTcpXcelTcpKeepProbe 1.3.6.1.4.1.10.2.1.3.6.1.25
The total number of keepalive probes sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nscDxTcpXcelTcpKeepDrop 1.3.6.1.4.1.10.2.1.3.6.1.26
The total number of connections dropped in keepalive.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nscDxTcpXcelTcpSndPack 1.3.6.1.4.1.10.2.1.3.6.1.27
The total number of data packets sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nscDxTcpXcelTcpSndByte 1.3.6.1.4.1.10.2.1.3.6.1.28
The total number of data bytes sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nscDxTcpXcelTcpSndRexmitPack 1.3.6.1.4.1.10.2.1.3.6.1.29
The total number of data packets retransmitted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nscDxTcpXcelTcpSndRexmitByte 1.3.6.1.4.1.10.2.1.3.6.1.30
The total number of data bytes retransmitted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nscDxTcpXcelTcpSndAcks 1.3.6.1.4.1.10.2.1.3.6.1.31
The total number of ack-only packets sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nscDxTcpXcelTcpSndProbe 1.3.6.1.4.1.10.2.1.3.6.1.32
The total number of window probes sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nscDxTcpXcelTcpSndUrg 1.3.6.1.4.1.10.2.1.3.6.1.33
The total number of packets sent with URG only.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nscDxTcpXcelTcpSndWinUp 1.3.6.1.4.1.10.2.1.3.6.1.34
The total number of window update only packets sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nscDxTcpXcelTcpSndCtrl 1.3.6.1.4.1.10.2.1.3.6.1.35
The total number of control (syn|fin|rst) packets sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nscDxTcpXcelTcpPcbCacheMiss 1.3.6.1.4.1.10.2.1.3.6.1.36
The total number of input packets missing pcb cache.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nscDxTcpXcelTcpRcvPack 1.3.6.1.4.1.10.2.1.3.6.1.37
The total number of packets received in sequence.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nscDxTcpXcelTcpRcvBytes 1.3.6.1.4.1.10.2.1.3.6.1.38
The total number of bytes received in Sequence.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nscDxTcpXcelTcpRcvByteAfterWin 1.3.6.1.4.1.10.2.1.3.6.1.39
The total number of bytes rcvd after window.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nscDxTcpXcelTcpRcvAfterClose 1.3.6.1.4.1.10.2.1.3.6.1.40
The total number of bytes rcvd after close.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nscDxTcpXcelTcpRcvWinProbe 1.3.6.1.4.1.10.2.1.3.6.1.41
The total number of rcvd window probe packets.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nscDxTcpXcelTcpRcvdUpack 1.3.6.1.4.1.10.2.1.3.6.1.42
The total number of received duplicate acks.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nscDxTcpXcelTcpRcvAckTooMuch 1.3.6.1.4.1.10.2.1.3.6.1.43
The total number of rcvd acks for unsent data.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nscDxTcpXcelTcpRcvAckPack 1.3.6.1.4.1.10.2.1.3.6.1.44
The total number of rcvd ack packets.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nscDxTcpXcelTcpRcvAckByte 1.3.6.1.4.1.10.2.1.3.6.1.45
The total number of bytes acked by rcvd acks.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nscDxTcpXcelTcpRcvWinUpd 1.3.6.1.4.1.10.2.1.3.6.1.46
The total number of rcvd window update packets.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nscDxTcpXcelUdpInDatagrams 1.3.6.1.4.1.10.2.1.3.6.2.1
The total number of UDP datagrams delivered to UDP users.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nscDxTcpXcelUdpNoPorts 1.3.6.1.4.1.10.2.1.3.6.2.2
The total number of received UDP datagrams for which there was no application at the destination port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nscDxTcpXcelUdpInErrors 1.3.6.1.4.1.10.2.1.3.6.2.3
The number of received UDP datagrams that could not be delivered for reasons other than the lack of an application at the destination port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nscDxTcpXcelUdpOutDatagrams 1.3.6.1.4.1.10.2.1.3.6.2.4
The total number of UDP datagrams sent from this entity.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nscDxTcpXcelUdpNoPortBcast 1.3.6.1.4.1.10.2.1.3.6.2.5
The total number of received UDP datagrams for which there was no application at the destination port and arrived as broadcast.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nscDxTcpXcelUdpPcbCacheMissing 1.3.6.1.4.1.10.2.1.3.6.2.6
The total number of received UDP datagrams which does not have a pcb cache.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

nscDxTcpXcelUdpTable 1.3.6.1.4.1.10.2.1.3.6.2.7
A table containing UDP listener information.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NscDxTcpXcelUdpEntry

nscDxTcpXcelUdpEntry 1.3.6.1.4.1.10.2.1.3.6.2.7.1
Information about a particular current UDP listener.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NscDxTcpXcelUdpEntry  

nscDxTcpXcelUdpSapId 1.3.6.1.4.1.10.2.1.3.6.2.7.1.1
The SAP ID number for this UDP listener.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

nscDxTcpXcelUdpHostIdx 1.3.6.1.4.1.10.2.1.3.6.2.7.1.2
The logical host number for this UDP listener.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..3  

nscDxTcpXcelUdpHostName 1.3.6.1.4.1.10.2.1.3.6.2.7.1.3
The logical host name for this UDP listener.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

nscDxTcpXcelUdpLocalAddress 1.3.6.1.4.1.10.2.1.3.6.2.7.1.4
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

nscDxTcpXcelUdpLocalPort 1.3.6.1.4.1.10.2.1.3.6.2.7.1.5
The local port number for this UDP listener.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535