TCPIPX-MIB
AI MIB Summary
Standard SNMP MIB module defining data structures for TCPIPX-MIB.
24
Objects
Active
Status
2
Dependencies
Imported Objects
Objects
24 total| Object Name |
|---|
novell OBJECT IDENTIFIER .1.3.6.1.4.1.23 |
RFC1155-SMI Unknown .1.3.6.1.4.1.23 |
mibDoc OBJECT IDENTIFIER .1.3.6.1.4.1.23.2 |
tcpx OBJECT IDENTIFIER .1.3.6.1.4.1.23.2.29 |
tcpxTcp OBJECT IDENTIFIER .1.3.6.1.4.1.23.2.29.1 |
tcpIpxConnTableA table containing information specific on
TCP connection over IPX network layer. SEQUENCE OF TcpIpxConnEntry .1.3.6.1.4.1.23.2.29.1.1 |
tcpIpxConnEntryInformation 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. TcpIpxConnEntry .1.3.6.1.4.1.23.2.29.1.1.1 |
tcpIpxConnStateThe 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).rw Enumeration .1.3.6.1.4.1.23.2.29.1.1.1.1 |
tcpIpxConnLocalAddressThe 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.ro IpxAddress .1.3.6.1.4.1.23.2.29.1.1.1.2 |
tcpIpxConnLocalPortThe local port number for this TCP connection.ro INTEGER .1.3.6.1.4.1.23.2.29.1.1.1.3 |
tcpIpxConnRemAddressThe remote IPX address for this TCP connection.ro IpxAddress .1.3.6.1.4.1.23.2.29.1.1.1.4 |
tcpIpxConnRemPortThe remote port number for this TCP connection.ro INTEGER .1.3.6.1.4.1.23.2.29.1.1.1.5 |
tcpUnspecConnTableA table containing information specific on
TCP connection over unspecified network layer. SEQUENCE OF TcpIpxConnEntry .1.3.6.1.4.1.23.2.29.1.2 |
tcpUnspecConnEntryInformation 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, TcpUnspecConnEntry .1.3.6.1.4.1.23.2.29.1.2.1 |
tcpUnspecConnStateThe 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).rw Enumeration .1.3.6.1.4.1.23.2.29.1.2.1.1 |
tcpUnspecConnLocalPortThe local port number for this TCP connection.ro INTEGER .1.3.6.1.4.1.23.2.29.1.2.1.2 |
tcpxUdp OBJECT IDENTIFIER .1.3.6.1.4.1.23.2.29.2 |
udpIpxTableA table containing UDP listener information. SEQUENCE OF UdpIpxEntry .1.3.6.1.4.1.23.2.29.2.1 |
udpIpxEntryInformation about a particular current UDP
listener. UdpIpxEntry .1.3.6.1.4.1.23.2.29.2.1.1 |
udpIpxLocalAddressThe 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.ro IpxAddress .1.3.6.1.4.1.23.2.29.2.1.1.1 |
udpIpxLocalPortThe local port number for this UDP listener.ro INTEGER .1.3.6.1.4.1.23.2.29.2.1.1.2 |
udpUnspecTableA table containing UDP listener information. SEQUENCE OF UdpUnspecEntry .1.3.6.1.4.1.23.2.29.2.2 |
udpUnspecEntryInformation about a particular current UDP
listener. UdpUnspecEntry .1.3.6.1.4.1.23.2.29.2.2.1 |
udpUnspecLocalPortThe local port number for this UDP listener.ro INTEGER .1.3.6.1.4.1.23.2.29.2.2.1.1 |