TCPIPX-MIB

File: TCPIPX-MIB.mib (11271 bytes)

Imported modules

RFC1155-SMI RFC-1212

Imported symbols

enterprises OBJECT-TYPE

Defined Types

IpxAddress  
OCTET STRING Size(10)    

TcpIpxConnEntry  
SEQUENCE    
  tcpIpxConnState INTEGER
  tcpIpxConnLocalAddress IpxAddress
  tcpIpxConnLocalPort INTEGER 0..65535
  tcpIpxConnRemAddress IpxAddress
  tcpIpxConnRemPort INTEGER 0..65535

UdpIpxEntry  
SEQUENCE    
  udpIpxLocalAddress IpxAddress
  udpIpxLocalPort INTEGER 0..65535

TcpUnspecConnEntry  
SEQUENCE    
  tcpUnspecConnState INTEGER
  tcpUnspecConnLocalPort INTEGER 0..65535

UdpUnspecEntry  
SEQUENCE    
  udpUnspecLocalPort INTEGER 0..65535

Defined Values

novell 1.3.6.1.4.1.23
OBJECT IDENTIFIER    

mibDoc 1.3.6.1.4.1.23.2
OBJECT IDENTIFIER    

tcpx 1.3.6.1.4.1.23.2.29
OBJECT IDENTIFIER    

tcpxTcp 1.3.6.1.4.1.23.2.29.1
OBJECT IDENTIFIER    

tcpxUdp 1.3.6.1.4.1.23.2.29.2
OBJECT IDENTIFIER    

tcpIpxConnTable 1.3.6.1.4.1.23.2.29.1.1
A table containing information specific on TCP connection over IPX network layer.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TcpIpxConnEntry

tcpIpxConnEntry 1.3.6.1.4.1.23.2.29.1.1.1
Information about a particular current TCP connection over IPX 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    
  TcpIpxConnEntry  

tcpIpxConnState 1.3.6.1.4.1.23.2.29.1.1.1.1
The state of this TCP connection. The only value which may be set by a management station is deleteTCB(12). Accordingly, it is appropriate for an agent to return a `badValue' response if a management station attempts to set this object to any other value. If a management station sets this object to the value deleteTCB(12), then this has the effect of deleting the TCB (as defined in RFC 793) of the corresponding connection on the managed node, resulting in immediate termination of the connection. As an implementation-specific option, a RST segment may be sent from the managed node to the other TCP endpoint (note however that RST segments are not sent reliably).
Status: mandatory Access: read-write
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), deleteTCB(12)  

tcpIpxConnLocalAddress 1.3.6.1.4.1.23.2.29.1.1.1.2
The local IPX address for this TCP connection. In the case of a connection in the listen state which is willing to accept connections for any interface, the value 00000000:000000000000 is used. See tcpUnspecConnTable for connections in the listen state which is willing to accept connects for any IP interface associated with the node.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpxAddress  

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

tcpIpxConnRemAddress 1.3.6.1.4.1.23.2.29.1.1.1.4
The remote IPX address for this TCP connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpxAddress  

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

udpIpxTable 1.3.6.1.4.1.23.2.29.2.1
A table containing UDP listener information.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UdpIpxEntry

udpIpxEntry 1.3.6.1.4.1.23.2.29.2.1.1
Information about a particular current UDP listener.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  UdpIpxEntry  

udpIpxLocalAddress 1.3.6.1.4.1.23.2.29.2.1.1.1
The local IPX address for this UDP listener. In the case of a UDP listener which is willing to accept datagrams for any interface, the value 00000000:000000000000 is used. See udpUnspecTable for UDP listener which is willing to accept datagrams from any network layer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpxAddress  

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

tcpUnspecConnTable 1.3.6.1.4.1.23.2.29.1.2
A table containing information specific on TCP connection over unspecified network layer.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TcpIpxConnEntry

tcpUnspecConnEntry 1.3.6.1.4.1.23.2.29.1.2.1
Information about a particular current TCP connection over unspecified network layer. An object of this type is transient, in that it ceases to exist when the connection makes transition beyond LISTEN state, or when (or soon after) the connection makes transition to the CLOSED state,
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  TcpUnspecConnEntry  

tcpUnspecConnState 1.3.6.1.4.1.23.2.29.1.2.1.1
The state of this TCP connection. Since the TCP connection can belong to this table only when its state is less than SYN_SENT, only closed and listen state apply. The only value which may be set by a management station is deleteTCB(12). Accordingly, it is appropriate for an agent to return a `badValue' response if a management station attempts to set this object to any other value. If a management station sets this object to the value deleteTCB(12), then this has the effect of deleting the TCB (as defined in RFC 793) of the corresponding connection on the managed node, resulting in immediate termination of the connection. As an implementation-specific option, a RST segment may be sent from the managed node to the other TCP endpoint (note however that RST segments are not sent reliably).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER closed(1), listen(2), deleteTCB(12)  

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

udpUnspecTable 1.3.6.1.4.1.23.2.29.2.2
A table containing UDP listener information.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UdpUnspecEntry

udpUnspecEntry 1.3.6.1.4.1.23.2.29.2.2.1
Information about a particular current UDP listener.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  UdpUnspecEntry  

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