IPX
- Registered at
- 1.3.6.1.4.1.23
- Namespace
- nokia
- Source file
IPX- Digest
sha256:c464914d12839ef1e0ed1101f1cb88a467575db10fbfa63a147dce7f93ea65ea
Imports
| From | Symbols |
|---|---|
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | Counter32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TRAP-TYPE, enterprises, iso |
| SNMPv2-TC | DisplayString, PhysAddress, 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.
IPX SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Under this module's arcs
Where the registration tree carries on below this module.
| Arc | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.23.2 | mibDoc |
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| NetNumber 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 | |||
| ipx OBJECT-IDENTITY | 1.3.6.1.4.1.23.2.5 | |||
| ipxSystem OBJECT-IDENTITY | 1.3.6.1.4.1.23.2.5.1 | |||
| ipxBasicSysTable OBJECT-TYPE The IPX System table - basic information. | 1.3.6.1.4.1.23.2.5.1.1 | not-accessible | current | |
| ipxBasicSysEntry OBJECT-TYPE Each entry corresponds to one instance of IPX running on the system. | 1.3.6.1.4.1.23.2.5.1.1.1 | not-accessible | current | |
| ipxBasicSysInstance OBJECT-TYPE The unique identifier of the instance of IPX to which this row corresponds. This value may be written only when creating a new entry in the table. | 1.3.6.1.4.1.23.2.5.1.1.1.1 | INTEGER | read-write | current |
| ipxBasicSysExistState OBJECT-TYPE The validity of this entry in the IPX system table. Setting this field to off indicates that this entry may be deleted from the system table at the IPX implementation's discretion. | 1.3.6.1.4.1.23.2.5.1.1.1.2 | INTEGER {off(1), on(2)} | read-write | current |
| ipxBasicSysNetNumber OBJECT-TYPE The network number portion of the IPX address of this system. | 1.3.6.1.4.1.23.2.5.1.1.1.3 | NetNumber | read-write | current |
| ipxBasicSysNode OBJECT-TYPE The node number portion of the IPX address of this system. | 1.3.6.1.4.1.23.2.5.1.1.1.4 | OCTET STRING (SIZE(6)) | read-write | current |
| ipxBasicSysName OBJECT-TYPE The readable name for this system. | 1.3.6.1.4.1.23.2.5.1.1.1.5 | OCTET STRING (SIZE(0..48)) | read-write | current |
| ipxBasicSysInReceives OBJECT-TYPE The total number of IPX packets received, including those received in error. | 1.3.6.1.4.1.23.2.5.1.1.1.6 | Counter32 | read-only | current |
| ipxBasicSysInHdrErrors OBJECT-TYPE The number of IPX packets discarded due to errors in their headers, including any IPX packet with a size less than the minimum of 30 bytes. | 1.3.6.1.4.1.23.2.5.1.1.1.7 | Counter32 | read-only | current |
| ipxBasicSysInUnknownSockets OBJECT-TYPE The number of IPX packets discarded because the destination socket was not open. | 1.3.6.1.4.1.23.2.5.1.1.1.8 | Counter32 | read-only | current |
| ipxBasicSysInDiscards OBJECT-TYPE The number of IPX packets received but discarded due to reasons other than those accounted for by ipxBasicSysInHdrErrors, ipxBasicSysInUnknownSockets, ipxAdvSysInDiscards, and ipxAdvSysInCompressDiscards. | 1.3.6.1.4.1.23.2.5.1.1.1.9 | Counter32 | read-only | current |
| ipxBasicSysInBadChecksums OBJECT-TYPE The number of IPX packets received with incorrect checksums. | 1.3.6.1.4.1.23.2.5.1.1.1.10 | Counter32 | read-only | current |
| ipxBasicSysInDelivers OBJECT-TYPE The total number of IPX packets delivered locally, including packets from local applications. | 1.3.6.1.4.1.23.2.5.1.1.1.11 | Counter32 | read-only | current |
| ipxBasicSysNoRoutes OBJECT-TYPE The number of times no route to a destination was found. | 1.3.6.1.4.1.23.2.5.1.1.1.12 | Counter32 | read-only | current |
| ipxBasicSysOutRequests OBJECT-TYPE The number of IPX packets supplied locally for transmission, not including any packets counted in ipxAdvForwPackets. | 1.3.6.1.4.1.23.2.5.1.1.1.13 | Counter32 | read-only | current |
| ipxBasicSysOutMalformedRequests OBJECT-TYPE The number of IPX packets supplied locally that contained errors in their structure. | 1.3.6.1.4.1.23.2.5.1.1.1.14 | Counter32 | read-only | current |
| ipxBasicSysOutDiscards OBJECT-TYPE The number of outgoing IPX packets discarded due to reasons other than those accounted for in ipxBasicSysOutMalformedRequests, ipxAdvSysOutFiltered, and ipxAdvSysOutCompressDiscards. | 1.3.6.1.4.1.23.2.5.1.1.1.15 | Counter32 | read-only | current |
| ipxBasicSysOutPackets OBJECT-TYPE The total number of IPX packets transmitted. | 1.3.6.1.4.1.23.2.5.1.1.1.16 | Counter32 | read-only | current |
| ipxBasicSysConfigSockets OBJECT-TYPE The configured maximum number of IPX sockets that may be open at one time. | 1.3.6.1.4.1.23.2.5.1.1.1.17 | INTEGER | read-only | current |
| ipxBasicSysOpenSocketFails OBJECT-TYPE The number of IPX socket open calls which failed. | 1.3.6.1.4.1.23.2.5.1.1.1.18 | Counter32 | read-only | current |
| ipxAdvSysTable OBJECT-TYPE The IPX System table - advanced information. | 1.3.6.1.4.1.23.2.5.1.2 | not-accessible | current | |
| ipxAdvSysEntry OBJECT-TYPE Each entry corresponds to one instance of IPX running on the system. | 1.3.6.1.4.1.23.2.5.1.2.1 | not-accessible | current | |
| ipxAdvSysInstance OBJECT-TYPE The unique identifier of the instance of IPX to which this row corresponds. This value may be written only when creating a new entry in the table. | 1.3.6.1.4.1.23.2.5.1.2.1.1 | INTEGER | read-write | current |
| ipxAdvSysMaxPathSplits OBJECT-TYPE The maximum number of paths with equal routing metric value which this instance of the IPX may split between when forwarding packets. | 1.3.6.1.4.1.23.2.5.1.2.1.2 | INTEGER (1..32) | read-write | current |
| ipxAdvSysMaxHops OBJECT-TYPE The maximum number of hops a packet may take. | 1.3.6.1.4.1.23.2.5.1.2.1.3 | INTEGER | read-write | current |
| ipxAdvSysInTooManyHops OBJECT-TYPE The number of IPX packets discarded due to exceeding the maximum hop count. | 1.3.6.1.4.1.23.2.5.1.2.1.4 | Counter32 | read-only | current |
| ipxAdvSysInFiltered OBJECT-TYPE The number of incoming IPX packets discarded due to filtering. | 1.3.6.1.4.1.23.2.5.1.2.1.5 | Counter32 | read-only | current |
| ipxAdvSysInCompressDiscards OBJECT-TYPE The number of incoming IPX packets discarded due to decompression errors. | 1.3.6.1.4.1.23.2.5.1.2.1.6 | Counter32 | read-only | current |
| ipxAdvSysNETBIOSPackets OBJECT-TYPE The number of NETBIOS packets received. | 1.3.6.1.4.1.23.2.5.1.2.1.7 | Counter32 | read-only | current |
| ipxAdvSysForwPackets OBJECT-TYPE The number of IPX packets forwarded. | 1.3.6.1.4.1.23.2.5.1.2.1.8 | Counter32 | read-only | current |
| ipxAdvSysOutFiltered OBJECT-TYPE The number of outgoing IPX packets discarded due to filtering. | 1.3.6.1.4.1.23.2.5.1.2.1.9 | Counter32 | read-only | current |
| ipxAdvSysOutCompressDiscards OBJECT-TYPE The number of outgoing IPX packets discarded due to compression errors. | 1.3.6.1.4.1.23.2.5.1.2.1.10 | Counter32 | read-only | current |
| ipxAdvSysCircCount OBJECT-TYPE The number of circuits known to this instance of IPX. | 1.3.6.1.4.1.23.2.5.1.2.1.11 | INTEGER | read-only | current |
| ipxAdvSysDestCount OBJECT-TYPE The number of currently reachable destinations known to this instance of IPX. | 1.3.6.1.4.1.23.2.5.1.2.1.12 | INTEGER | read-only | current |
| ipxAdvSysServCount OBJECT-TYPE The number of services known to this instance of IPX. | 1.3.6.1.4.1.23.2.5.1.2.1.13 | INTEGER | read-only | current |
| ipxCircuit OBJECT-IDENTITY | 1.3.6.1.4.1.23.2.5.2 | |||
| ipxCircTable OBJECT-TYPE The Circuit table. | 1.3.6.1.4.1.23.2.5.2.1 | not-accessible | current | |
| ipxCircEntry OBJECT-TYPE Each entry corresponds to one circuit known to the system. | 1.3.6.1.4.1.23.2.5.2.1.1 | not-accessible | current | |
| ipxCircSysInstance OBJECT-TYPE The unique identifier of the instance of IPX to which this entry corresponds. This value may be written only when creating a new entry in the table. | 1.3.6.1.4.1.23.2.5.2.1.1.1 | INTEGER | read-write | current |
| ipxCircIndex OBJECT-TYPE The identifier of this circuit, unique within the instance of IPX. This value may be written only when creating a new entry in the table. | 1.3.6.1.4.1.23.2.5.2.1.1.2 | INTEGER | read-write | current |
| ipxCircExistState OBJECT-TYPE The validity of this circuit entry. A circuit with this value set to off may be deleted from the table at the IPX implementation's discretion. | 1.3.6.1.4.1.23.2.5.2.1.1.3 | INTEGER {off(1), on(2)} | read-write | current |
| ipxCircOperState OBJECT-TYPE The operational state of the circuit. | 1.3.6.1.4.1.23.2.5.2.1.1.4 | INTEGER {down(1), up(2), sleeping(3)} | read-write | current |
| ipxCircIfIndex OBJECT-TYPE The value of ifIndex for the interface used by this circuit. This value may be written only when creating a new entry in the table. | 1.3.6.1.4.1.23.2.5.2.1.1.5 | INTEGER | read-write | current |
| ipxCircName OBJECT-TYPE The readable name for the circuit. | 1.3.6.1.4.1.23.2.5.2.1.1.6 | OCTET STRING (SIZE(0..48)) | read-write | current |
| ipxCircType OBJECT-TYPE The type of the circuit. | 1.3.6.1.4.1.23.2.5.2.1.1.7 | INTEGER {other(1), broadcast(2), ptToPt(3), wanRIP(4), unnumberedRIP(5), dynamic(6), wanWS(7)} | read-write | current |
| ipxCircDialName OBJECT-TYPE The symbolic name used to refernce the dialing information used to create this circuit. This value may be written only when creating a new entry in the table. | 1.3.6.1.4.1.23.2.5.2.1.1.8 | OCTET STRING (SIZE(0..48)) | read-write | current |
| ipxCircLocalMaxPacketSize OBJECT-TYPE The maximum size (including header), in bytes, that the system supports locally on this circuit. | 1.3.6.1.4.1.23.2.5.2.1.1.9 | INTEGER | read-write | current |
| ipxCircCompressState OBJECT-TYPE The compression state on this circuit. This value may be written only when creating a new entry in the table. | 1.3.6.1.4.1.23.2.5.2.1.1.10 | INTEGER {off(1), on(2)} | read-write | current |
| ipxCircCompressSlots OBJECT-TYPE The number of compression slots available on this circuit. This value may be written only when creating a new entry in the table. | 1.3.6.1.4.1.23.2.5.2.1.1.11 | INTEGER | read-write | current |
| ipxCircStaticStatus OBJECT-TYPE Indicates whether the information about static routes and services reached via this circuit matches that saved in permanent storage (current). Setting the value to write when it had the value changed will write the currently in use information to permanent storage, if supported. Setting the value to read when it had the value changed will replace any routes and services currently defined for the circuit with those read from permanent storage, if supported. | 1.3.6.1.4.1.23.2.5.2.1.1.12 | INTEGER {unknown(1), current(2), changed(3), read(4), reading(5), write(6), writing(7)} | read-write | current |
| ipxCircCompressedSent OBJECT-TYPE The number of compressed packets sent. | 1.3.6.1.4.1.23.2.5.2.1.1.13 | Counter32 | read-only | current |
| ipxCircCompressedInitSent OBJECT-TYPE The number of compression initialization packets sent. | 1.3.6.1.4.1.23.2.5.2.1.1.14 | Counter32 | read-only | current |
| ipxCircCompressedRejectsSent OBJECT-TYPE The number of compressed packet rejected packets sent. | 1.3.6.1.4.1.23.2.5.2.1.1.15 | Counter32 | read-only | current |
| ipxCircUncompressedSent OBJECT-TYPE The number of packets sent without being compressed even though compression was turned on for this circuit. | 1.3.6.1.4.1.23.2.5.2.1.1.16 | Counter32 | read-only | current |
| ipxCircCompressedReceived OBJECT-TYPE The number of compressed packets received. | 1.3.6.1.4.1.23.2.5.2.1.1.17 | Counter32 | read-only | current |
| ipxCircCompressedInitReceived OBJECT-TYPE The number of compression initialization packets received. | 1.3.6.1.4.1.23.2.5.2.1.1.18 | Counter32 | read-only | current |
| ipxCircCompressedRejectsReceived OBJECT-TYPE The number of compressed packet rejected packets received. | 1.3.6.1.4.1.23.2.5.2.1.1.19 | Counter32 | read-only | current |
| ipxCircUncompressedReceived OBJECT-TYPE The number of packets received without having been compressed even though compression was turned on for this circuit. | 1.3.6.1.4.1.23.2.5.2.1.1.20 | Counter32 | read-only | current |
| ipxCircMediaType OBJECT-TYPE The media type used on this circuit. | 1.3.6.1.4.1.23.2.5.2.1.1.21 | OCTET STRING (SIZE(2)) | read-only | current |
| ipxCircNetNumber OBJECT-TYPE The IPX network number of this circuit. This value may be written only when creating a new entry in the table. | 1.3.6.1.4.1.23.2.5.2.1.1.22 | NetNumber | read-write | current |
| ipxCircStateChanges OBJECT-TYPE The number of times the circuit has changed state. | 1.3.6.1.4.1.23.2.5.2.1.1.23 | Counter32 | read-only | current |
| ipxCircInitFails OBJECT-TYPE The number of times that initialization of this circuit has failed. | 1.3.6.1.4.1.23.2.5.2.1.1.24 | Counter32 | read-only | current |
| ipxCircDelay OBJECT-TYPE The period of time, in milliseconds, that it takes to transmit one byte of data, excluding protocol headers, to a destination on the other end of the circuit, if the circuit is free of other traffic. | 1.3.6.1.4.1.23.2.5.2.1.1.25 | INTEGER | read-only | current |
| ipxCircThroughput OBJECT-TYPE The amount of data, in bits per second, that may flow through the circuit if there is no other traffic. | 1.3.6.1.4.1.23.2.5.2.1.1.26 | INTEGER | read-only | current |
| ipxCircNeighRouterName OBJECT-TYPE The name of the neighboring router on a WAN circuit. | 1.3.6.1.4.1.23.2.5.2.1.1.27 | OCTET STRING (SIZE(0..48)) | read-only | current |
| ipxCircNeighInternalNetNum OBJECT-TYPE The internal network number of the neighboring router on a WAN circuit. | 1.3.6.1.4.1.23.2.5.2.1.1.28 | NetNumber | read-only | current |
| ipxForwarding OBJECT-IDENTITY | 1.3.6.1.4.1.23.2.5.3 | |||
| ipxDestTable OBJECT-TYPE The Destination table contains information about all known destinations. | 1.3.6.1.4.1.23.2.5.3.1 | not-accessible | current | |
| ipxDestEntry OBJECT-TYPE Each entry corresponds to one destination. | 1.3.6.1.4.1.23.2.5.3.1.1 | not-accessible | current | |
| ipxDestSysInstance OBJECT-TYPE The unique identifier of the instance of IPX to which this row corresponds. | 1.3.6.1.4.1.23.2.5.3.1.1.1 | INTEGER | read-only | current |
| ipxDestNetNum OBJECT-TYPE The IPX network number of the destination. | 1.3.6.1.4.1.23.2.5.3.1.1.2 | NetNumber | read-only | current |
| ipxDestProtocol OBJECT-TYPE The routing protocol from which knowledge of this destination was obtained. | 1.3.6.1.4.1.23.2.5.3.1.1.3 | INTEGER {other(1), local(2), rip(3), nlsp(4), static(5)} | read-only | current |
| ipxDestTicks OBJECT-TYPE The delay in ticks to reach this destination. | 1.3.6.1.4.1.23.2.5.3.1.1.4 | INTEGER | read-only | current |
| ipxDestHopCount OBJECT-TYPE The number of hops necessary to reach the destination. | 1.3.6.1.4.1.23.2.5.3.1.1.5 | INTEGER | read-only | current |
| ipxDestNextHopCircIndex OBJECT-TYPE The unique identifier of the circuit used to reach the next hop. | 1.3.6.1.4.1.23.2.5.3.1.1.6 | INTEGER | read-only | current |
| ipxDestNextHopNICAddress OBJECT-TYPE The NIC address of the next hop. | 1.3.6.1.4.1.23.2.5.3.1.1.7 | PhysAddress | read-only | current |
| ipxDestNextHopNetNum OBJECT-TYPE The IPX network number of the next hop. | 1.3.6.1.4.1.23.2.5.3.1.1.8 | NetNumber | read-only | current |
| ipxStaticRouteTable OBJECT-TYPE The Static Routes table contains information about all destinations reached via statically configured routes. | 1.3.6.1.4.1.23.2.5.3.2 | not-accessible | current | |
| ipxStaticRouteEntry OBJECT-TYPE Each entry corresponds to one static route. | 1.3.6.1.4.1.23.2.5.3.2.1 | not-accessible | current | |
| ipxStaticRouteSysInstance OBJECT-TYPE The unique identifier of the instance of IPX to which this row corresponds. | 1.3.6.1.4.1.23.2.5.3.2.1.1 | INTEGER | read-write | current |
| ipxStaticRouteCircIndex OBJECT-TYPE The unique identifier of the circuit used to reach the first hop in the static route. | 1.3.6.1.4.1.23.2.5.3.2.1.2 | INTEGER | read-write | current |
| ipxStaticRouteNetNum OBJECT-TYPE The IPX network number of the route's destination. | 1.3.6.1.4.1.23.2.5.3.2.1.3 | NetNumber | read-write | current |
| ipxStaticRouteExistState OBJECT-TYPE The validity of this static route. Entries with the value set to off may be deleted from the table at the implementation's discretion. | 1.3.6.1.4.1.23.2.5.3.2.1.4 | INTEGER {off(1), on(2)} | read-write | current |
| ipxStaticRouteTicks OBJECT-TYPE The delay, in ticks, to reach the route's destination. | 1.3.6.1.4.1.23.2.5.3.2.1.5 | INTEGER | read-write | current |
| ipxStaticRouteHopCount OBJECT-TYPE The number of hops necessary to reach the destination. | 1.3.6.1.4.1.23.2.5.3.2.1.6 | INTEGER | read-write | current |
| ipxServices OBJECT-IDENTITY | 1.3.6.1.4.1.23.2.5.4 | |||
| ipxServTable OBJECT-TYPE The table of services, indexed by name and type. | 1.3.6.1.4.1.23.2.5.4.1 | not-accessible | current | |
| ipxServEntry OBJECT-TYPE Each entry corresponds to one service. | 1.3.6.1.4.1.23.2.5.4.1.1 | not-accessible | current | |
| ipxServSysInstance OBJECT-TYPE The unique identifier of the instance of IPX to which this entry corresponds. | 1.3.6.1.4.1.23.2.5.4.1.1.1 | INTEGER | read-only | current |
| ipxServType OBJECT-TYPE The service type. | 1.3.6.1.4.1.23.2.5.4.1.1.2 | OCTET STRING (SIZE(2)) | read-only | current |
| ipxServName OBJECT-TYPE The service name. | 1.3.6.1.4.1.23.2.5.4.1.1.3 | OCTET STRING (SIZE(1..48)) | read-only | current |
| ipxServProtocol OBJECT-TYPE The protocol from which knowledge of this service was obtained. | 1.3.6.1.4.1.23.2.5.4.1.1.4 | INTEGER {other(1), local(2), nlsp(4), static(5), sap(6)} | read-only | current |
| ipxServNetNum OBJECT-TYPE The IPX network number portion of the IPX address of the service. | 1.3.6.1.4.1.23.2.5.4.1.1.5 | NetNumber | read-only | current |
| ipxServNode OBJECT-TYPE The node portion of the IPX address of the service. | 1.3.6.1.4.1.23.2.5.4.1.1.6 | OCTET STRING (SIZE(6)) | read-only | current |
| ipxServSocket OBJECT-TYPE The socket portion of the IPX address of the service. | 1.3.6.1.4.1.23.2.5.4.1.1.7 | OCTET STRING (SIZE(2)) | read-only | current |
| ipxServHopCount OBJECT-TYPE The number of hops to the service. | 1.3.6.1.4.1.23.2.5.4.1.1.8 | INTEGER | read-only | current |
| ipxDestServTable OBJECT-TYPE The table of services, indexed by address, name, and type. | 1.3.6.1.4.1.23.2.5.4.2 | not-accessible | current | |
| ipxDestServEntry OBJECT-TYPE Each entry corresponds to one service. | 1.3.6.1.4.1.23.2.5.4.2.1 | not-accessible | current | |
| ipxDestServSysInstance OBJECT-TYPE The unique identifier of the instance of IPX to which this entry corresponds. | 1.3.6.1.4.1.23.2.5.4.2.1.1 | INTEGER | read-only | current |
| ipxDestServNetNum OBJECT-TYPE The IPX network number portion of the IPX address of the service. | 1.3.6.1.4.1.23.2.5.4.2.1.2 | NetNumber | read-only | current |
| ipxDestServNode OBJECT-TYPE The node portion of the IPX address of the service. | 1.3.6.1.4.1.23.2.5.4.2.1.3 | OCTET STRING (SIZE(6)) | read-only | current |
| ipxDestServSocket OBJECT-TYPE The socket portion of the IPX address of the service. | 1.3.6.1.4.1.23.2.5.4.2.1.4 | OCTET STRING (SIZE(2)) | read-only | current |
| ipxDestServName OBJECT-TYPE The service name. | 1.3.6.1.4.1.23.2.5.4.2.1.5 | OCTET STRING (SIZE(1..48)) | read-only | current |
| ipxDestServType OBJECT-TYPE The service type. | 1.3.6.1.4.1.23.2.5.4.2.1.6 | OCTET STRING (SIZE(2)) | read-only | current |
| ipxDestServProtocol OBJECT-TYPE The protocol from which knowledge of this service was obtained. | 1.3.6.1.4.1.23.2.5.4.2.1.7 | INTEGER {other(1), local(2), nlsp(4), static(5), sap(6)} | read-only | current |
| ipxDestServHopCount OBJECT-TYPE The number of hops to the service. | 1.3.6.1.4.1.23.2.5.4.2.1.8 | INTEGER | read-only | current |
| ipxStaticServTable OBJECT-TYPE The Static Services table contains information about all services reached via statically configured routes. | 1.3.6.1.4.1.23.2.5.4.3 | not-accessible | current | |
| ipxStaticServEntry OBJECT-TYPE Each entry corresponds to one service. | 1.3.6.1.4.1.23.2.5.4.3.1 | not-accessible | current | |
| ipxStaticServSysInstance OBJECT-TYPE The unique identifier of the instance of IPX to which this entry corresponds. | 1.3.6.1.4.1.23.2.5.4.3.1.1 | INTEGER | read-write | current |
| ipxStaticServCircIndex OBJECT-TYPE The circuit used to reach this service. | 1.3.6.1.4.1.23.2.5.4.3.1.2 | INTEGER | read-write | current |
| ipxStaticServName OBJECT-TYPE The service name. | 1.3.6.1.4.1.23.2.5.4.3.1.3 | OCTET STRING (SIZE(1..48)) | read-write | current |
| ipxStaticServType OBJECT-TYPE The service type. | 1.3.6.1.4.1.23.2.5.4.3.1.4 | OCTET STRING (SIZE(2)) | read-write | current |
| ipxStaticServExistState OBJECT-TYPE The validity of this static service. Entries with the value set to off may be deleted from the table at the implementation's discretion. | 1.3.6.1.4.1.23.2.5.4.3.1.5 | INTEGER {off(1), on(2)} | read-write | current |
| ipxStaticServNetNum OBJECT-TYPE The IPX network number portion of the IPX address of the service. | 1.3.6.1.4.1.23.2.5.4.3.1.6 | NetNumber | read-write | current |
| ipxStaticServNode OBJECT-TYPE The node portion of the IPX address of the service. | 1.3.6.1.4.1.23.2.5.4.3.1.7 | OCTET STRING (SIZE(6)) | read-write | current |
| ipxStaticServSocket OBJECT-TYPE The socket portion of the IPX address of the service. | 1.3.6.1.4.1.23.2.5.4.3.1.8 | OCTET STRING (SIZE(2)) | read-write | current |
| ipxStaticServHopCount OBJECT-TYPE The number of hops to the service. | 1.3.6.1.4.1.23.2.5.4.3.1.9 | INTEGER | read-write | current |
| ipxTraps OBJECT-IDENTITY | 1.3.6.1.4.1.23.2.5.5 |
Notifications
| Name | OID | Status |
|---|---|---|
| ipxTrapCircuitDown NOTIFICATION-TYPE This trap signifies that the specified circuit has gone down. | 1.3.6.1.4.1.23.2.5.5.0.1 | |
| ipxTrapCircuitUp NOTIFICATION-TYPE This trap signifies that the specified circuit has come up. | 1.3.6.1.4.1.23.2.5.5.0.2 |