TCPIPX-MIB
- Registered at
- 1.3.6.1.4.1.23.2.29
- Namespace
- novell
- Source file
TCPIPX-MIB- Digest
sha256:9e83df4e1fdcd311a73e7f0c9a17dedc8195fb81529a8109b5afafe2d7d377f8
Imports
| From | Symbols |
|---|---|
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, enterprises, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
SNMPv2-CONF SNMPv2-SMI SNMPv2-TC TCPIPX-MIB
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| IpxAddress type |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| novell OBJECT-IDENTITY | 1.3.6.1.4.1.23 | |||
| mibDoc OBJECT-IDENTITY | 1.3.6.1.4.1.23.2 | |||
| tcpx OBJECT-IDENTITY | 1.3.6.1.4.1.23.2.29 | |||
| tcpxTcp OBJECT-IDENTITY | 1.3.6.1.4.1.23.2.29.1 | |||
| tcpIpxConnTable OBJECT-TYPE A table containing information specific on TCP connection over IPX network layer. | 1.3.6.1.4.1.23.2.29.1.1 | not-accessible | mandatory | |
| tcpIpxConnEntry OBJECT-TYPE 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. | 1.3.6.1.4.1.23.2.29.1.1.1 | not-accessible | mandatory | |
| tcpIpxConnState OBJECT-TYPE 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). | 1.3.6.1.4.1.23.2.29.1.1.1.1 | 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)} | read-write | mandatory |
| tcpIpxConnLocalAddress OBJECT-TYPE 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. | 1.3.6.1.4.1.23.2.29.1.1.1.2 | IpxAddress | read-only | mandatory |
| tcpIpxConnLocalPort OBJECT-TYPE The local port number for this TCP connection. | 1.3.6.1.4.1.23.2.29.1.1.1.3 | INTEGER (0..65535) | read-only | mandatory |
| tcpIpxConnRemAddress OBJECT-TYPE The remote IPX address for this TCP connection. | 1.3.6.1.4.1.23.2.29.1.1.1.4 | IpxAddress | read-only | mandatory |
| tcpIpxConnRemPort OBJECT-TYPE The remote port number for this TCP connection. | 1.3.6.1.4.1.23.2.29.1.1.1.5 | INTEGER (0..65535) | read-only | mandatory |
| tcpUnspecConnTable OBJECT-TYPE A table containing information specific on TCP connection over unspecified network layer. | 1.3.6.1.4.1.23.2.29.1.2 | not-accessible | mandatory | |
| tcpUnspecConnEntry OBJECT-TYPE 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, | 1.3.6.1.4.1.23.2.29.1.2.1 | not-accessible | mandatory | |
| tcpUnspecConnState OBJECT-TYPE 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). | 1.3.6.1.4.1.23.2.29.1.2.1.1 | INTEGER {closed(1), listen(2), deleteTCB(12)} | read-write | mandatory |
| tcpUnspecConnLocalPort OBJECT-TYPE The local port number for this TCP connection. | 1.3.6.1.4.1.23.2.29.1.2.1.2 | INTEGER (0..65535) | read-only | mandatory |
| tcpxUdp OBJECT-IDENTITY | 1.3.6.1.4.1.23.2.29.2 | |||
| udpIpxTable OBJECT-TYPE A table containing UDP listener information. | 1.3.6.1.4.1.23.2.29.2.1 | not-accessible | mandatory | |
| udpIpxEntry OBJECT-TYPE Information about a particular current UDP listener. | 1.3.6.1.4.1.23.2.29.2.1.1 | not-accessible | mandatory | |
| udpIpxLocalAddress OBJECT-TYPE 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. | 1.3.6.1.4.1.23.2.29.2.1.1.1 | IpxAddress | read-only | mandatory |
| udpIpxLocalPort OBJECT-TYPE The local port number for this UDP listener. | 1.3.6.1.4.1.23.2.29.2.1.1.2 | INTEGER (0..65535) | read-only | mandatory |
| udpUnspecTable OBJECT-TYPE A table containing UDP listener information. | 1.3.6.1.4.1.23.2.29.2.2 | not-accessible | mandatory | |
| udpUnspecEntry OBJECT-TYPE Information about a particular current UDP listener. | 1.3.6.1.4.1.23.2.29.2.2.1 | not-accessible | mandatory | |
| udpUnspecLocalPort OBJECT-TYPE The local port number for this UDP listener. | 1.3.6.1.4.1.23.2.29.2.2.1.1 | INTEGER (0..65535) | read-only | mandatory |