IPX-MIB

File: IPX-MIB.mib (38616 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC-1215

Imported symbols

enterprises Counter OBJECT-TYPE
TRAP-TYPE

Defined Types

NetNumber  
OCTET STRING Size(4)    

PhysAddress  
OCTET STRING Size(6)    

IPXBasicSysEntry  
SEQUENCE    
  ipxBasicSysInstance INTEGER
  ipxBasicSysExistState INTEGER
  ipxBasicSysNetNumber NetNumber
  ipxBasicSysNode OCTET STRING
  ipxBasicSysName OCTET STRING
  ipxBasicSysInReceives Counter
  ipxBasicSysInHdrErrors Counter
  ipxBasicSysInUnknownSockets Counter
  ipxBasicSysInDiscards Counter
  ipxBasicSysInBadChecksums Counter
  ipxBasicSysInDelivers Counter
  ipxBasicSysNoRoutes Counter
  ipxBasicSysOutRequests Counter
  ipxBasicSysOutMalformedRequests Counter
  ipxBasicSysOutDiscards Counter
  ipxBasicSysOutPackets Counter
  ipxBasicSysConfigSockets INTEGER
  ipxBasicSysOpenSocketFails Counter

IPXAdvSysEntry  
SEQUENCE    
  ipxAdvSysInstance INTEGER
  ipxAdvSysMaxPathSplits INTEGER
  ipxAdvSysMaxHops INTEGER
  ipxAdvSysInTooManyHops Counter
  ipxAdvSysInFiltered Counter
  ipxAdvSysInCompressDiscards Counter
  ipxAdvSysNETBIOSPackets Counter
  ipxAdvSysForwPackets Counter
  ipxAdvSysOutFiltered Counter
  ipxAdvSysOutCompressDiscards Counter
  ipxAdvSysCircCount INTEGER
  ipxAdvSysDestCount INTEGER
  ipxAdvSysServCount INTEGER

IPXCircEntry  
SEQUENCE    
  ipxCircSysInstance INTEGER
  ipxCircIndex INTEGER
  ipxCircExistState INTEGER
  ipxCircOperState INTEGER
  ipxCircIfIndex INTEGER
  ipxCircName OCTET STRING
  ipxCircType INTEGER
  ipxCircDialName OCTET STRING
  ipxCircLocalMaxPacketSize INTEGER
  ipxCircCompressState INTEGER
  ipxCircCompressSlots INTEGER
  ipxCircStaticStatus INTEGER
  ipxCircCompressedSent Counter
  ipxCircCompressedInitSent Counter
  ipxCircCompressedRejectsSent Counter
  ipxCircUncompressedSent Counter
  ipxCircCompressedReceived Counter
  ipxCircCompressedInitReceived Counter
  ipxCircCompressedRejectsReceived Counter
  ipxCircUncompressedReceived Counter
  ipxCircMediaType OCTET STRING
  ipxCircNetNumber NetNumber
  ipxCircStateChanges Counter
  ipxCircInitFails Counter
  ipxCircDelay INTEGER
  ipxCircThroughput INTEGER
  ipxCircNeighRouterName OCTET STRING
  ipxCircNeighInternalNetNum NetNumber

IPXDestEntry  
SEQUENCE    
  ipxDestSysInstance INTEGER
  ipxDestNetNum NetNumber
  ipxDestProtocol INTEGER
  ipxDestTicks INTEGER
  ipxDestHopCount INTEGER
  ipxDestNextHopCircIndex INTEGER
  ipxDestNextHopNICAddress PhysAddress
  ipxDestNextHopNetNum NetNumber

IPXStaticRouteEntry  
SEQUENCE    
  ipxStaticRouteSysInstance INTEGER
  ipxStaticRouteCircIndex INTEGER
  ipxStaticRouteNetNum NetNumber
  ipxStaticRouteExistState INTEGER
  ipxStaticRouteTicks INTEGER
  ipxStaticRouteHopCount INTEGER

IPXServEntry  
SEQUENCE    
  ipxServSysInstance INTEGER
  ipxServType OCTET STRING
  ipxServName OCTET STRING
  ipxServProtocol INTEGER
  ipxServNetNum NetNumber
  ipxServNode OCTET STRING
  ipxServSocket OCTET STRING
  ipxServHopCount INTEGER

IPXDestServEntry  
SEQUENCE    
  ipxDestServSysInstance INTEGER
  ipxDestServNetNum NetNumber
  ipxDestServNode OCTET STRING
  ipxDestServSocket OCTET STRING
  ipxDestServName OCTET STRING
  ipxDestServType OCTET STRING
  ipxDestServProtocol INTEGER
  ipxDestServHopCount INTEGER

IPXStaticServEntry  
SEQUENCE    
  ipxStaticServSysInstance INTEGER
  ipxStaticServCircIndex INTEGER
  ipxStaticServName OCTET STRING
  ipxStaticServType OCTET STRING
  ipxStaticServExistState INTEGER
  ipxStaticServNetNum NetNumber
  ipxStaticServNode OCTET STRING
  ipxStaticServSocket OCTET STRING
  ipxStaticServHopCount INTEGER

Defined Values

novell 1.3.6.1.4.1.23
OBJECT IDENTIFIER    

mibDoc 1.3.6.1.4.1.23.2
OBJECT IDENTIFIER    

ipx 1.3.6.1.4.1.23.2.5
OBJECT IDENTIFIER    

ipxSystem 1.3.6.1.4.1.23.2.5.1
OBJECT IDENTIFIER    

ipxCircuit 1.3.6.1.4.1.23.2.5.2
OBJECT IDENTIFIER    

ipxForwarding 1.3.6.1.4.1.23.2.5.3
OBJECT IDENTIFIER    

ipxServices 1.3.6.1.4.1.23.2.5.4
OBJECT IDENTIFIER    

ipxTraps 1.3.6.1.4.1.23.2.5.5
OBJECT IDENTIFIER    

ipxBasicSysTable 1.3.6.1.4.1.23.2.5.1.1
The IPX System table - basic information.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IPXBasicSysEntry

ipxBasicSysEntry 1.3.6.1.4.1.23.2.5.1.1.1
Each entry corresponds to one instance of IPX running on the system.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IPXBasicSysEntry  

ipxBasicSysInstance 1.3.6.1.4.1.23.2.5.1.1.1.1
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ipxBasicSysExistState 1.3.6.1.4.1.23.2.5.1.1.1.2
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER off(1), on(2)  

ipxBasicSysNetNumber 1.3.6.1.4.1.23.2.5.1.1.1.3
The network number portion of the IPX address of this system.
Status: mandatory Access: read-write
OBJECT-TYPE    
  NetNumber  

ipxBasicSysNode 1.3.6.1.4.1.23.2.5.1.1.1.4
The node number portion of the IPX address of this system.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(6)  

ipxBasicSysName 1.3.6.1.4.1.23.2.5.1.1.1.5
The readable name for this system.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..48)  

ipxBasicSysInReceives 1.3.6.1.4.1.23.2.5.1.1.1.6
The total number of IPX packets received, including those received in error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

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

ipxBasicSysInUnknownSockets 1.3.6.1.4.1.23.2.5.1.1.1.8
The number of IPX packets discarded because the destination socket was not open.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxBasicSysInDiscards 1.3.6.1.4.1.23.2.5.1.1.1.9
The number of IPX packets received but discarded due to reasons other than those accounted for by ipxBasicSysInHdrErrors, ipxBasicSysInUnknownSockets, ipxAdvSysInDiscards, and ipxAdvSysInCompressDiscards.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxBasicSysInBadChecksums 1.3.6.1.4.1.23.2.5.1.1.1.10
The number of IPX packets received with incorrect checksums.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxBasicSysInDelivers 1.3.6.1.4.1.23.2.5.1.1.1.11
The total number of IPX packets delivered locally, including packets from local applications.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxBasicSysNoRoutes 1.3.6.1.4.1.23.2.5.1.1.1.12
The number of times no route to a destination was found.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxBasicSysOutRequests 1.3.6.1.4.1.23.2.5.1.1.1.13
The number of IPX packets supplied locally for transmission, not including any packets counted in ipxAdvForwPackets.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxBasicSysOutMalformedRequests 1.3.6.1.4.1.23.2.5.1.1.1.14
The number of IPX packets supplied locally that contained errors in their structure.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxBasicSysOutDiscards 1.3.6.1.4.1.23.2.5.1.1.1.15
The number of outgoing IPX packets discarded due to reasons other than those accounted for in ipxBasicSysOutMalformedRequests, ipxAdvSysOutFiltered, and ipxAdvSysOutCompressDiscards.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxBasicSysOutPackets 1.3.6.1.4.1.23.2.5.1.1.1.16
The total number of IPX packets transmitted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxBasicSysConfigSockets 1.3.6.1.4.1.23.2.5.1.1.1.17
The configured maximum number of IPX sockets that may be open at one time.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipxBasicSysOpenSocketFails 1.3.6.1.4.1.23.2.5.1.1.1.18
The number of IPX socket open calls which failed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxAdvSysTable 1.3.6.1.4.1.23.2.5.1.2
The IPX System table - advanced information.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IPXAdvSysEntry

ipxAdvSysEntry 1.3.6.1.4.1.23.2.5.1.2.1
Each entry corresponds to one instance of IPX running on the system.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IPXAdvSysEntry  

ipxAdvSysInstance 1.3.6.1.4.1.23.2.5.1.2.1.1
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ipxAdvSysMaxPathSplits 1.3.6.1.4.1.23.2.5.1.2.1.2
The maximum number of paths with equal routing metric value which this instance of the IPX may split between when forwarding packets.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..32  

ipxAdvSysMaxHops 1.3.6.1.4.1.23.2.5.1.2.1.3
The maximum number of hops a packet may take.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ipxAdvSysInTooManyHops 1.3.6.1.4.1.23.2.5.1.2.1.4
The number of IPX packets discarded due to exceeding the maximum hop count.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxAdvSysInFiltered 1.3.6.1.4.1.23.2.5.1.2.1.5
The number of incoming IPX packets discarded due to filtering.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxAdvSysInCompressDiscards 1.3.6.1.4.1.23.2.5.1.2.1.6
The number of incoming IPX packets discarded due to decompression errors.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxAdvSysNETBIOSPackets 1.3.6.1.4.1.23.2.5.1.2.1.7
The number of NETBIOS packets received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxAdvSysForwPackets 1.3.6.1.4.1.23.2.5.1.2.1.8
The number of IPX packets forwarded.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxAdvSysOutFiltered 1.3.6.1.4.1.23.2.5.1.2.1.9
The number of outgoing IPX packets discarded due to filtering.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxAdvSysOutCompressDiscards 1.3.6.1.4.1.23.2.5.1.2.1.10
The number of outgoing IPX packets discarded due to compression errors.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxAdvSysCircCount 1.3.6.1.4.1.23.2.5.1.2.1.11
The number of circuits known to this instance of IPX.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipxAdvSysDestCount 1.3.6.1.4.1.23.2.5.1.2.1.12
The number of currently reachable destinations known to this instance of IPX.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipxAdvSysServCount 1.3.6.1.4.1.23.2.5.1.2.1.13
The number of services known to this instance of IPX.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipxCircTable 1.3.6.1.4.1.23.2.5.2.1
The Circuit table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IPXCircEntry

ipxCircEntry 1.3.6.1.4.1.23.2.5.2.1.1
Each entry corresponds to one circuit known to the system.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IPXCircEntry  

ipxCircSysInstance 1.3.6.1.4.1.23.2.5.2.1.1.1
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ipxCircIndex 1.3.6.1.4.1.23.2.5.2.1.1.2
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ipxCircExistState 1.3.6.1.4.1.23.2.5.2.1.1.3
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER off(1), on(2)  

ipxCircOperState 1.3.6.1.4.1.23.2.5.2.1.1.4
The operational state of the circuit.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER down(1), up(2), sleeping(3)  

ipxCircIfIndex 1.3.6.1.4.1.23.2.5.2.1.1.5
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ipxCircName 1.3.6.1.4.1.23.2.5.2.1.1.6
The readable name for the circuit.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..48)  

ipxCircType 1.3.6.1.4.1.23.2.5.2.1.1.7
The type of the circuit.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), broadcast(2), ptToPt(3), wanRIP(4), unnumberedRIP(5), dynamic(6), wanWS(7)  

ipxCircDialName 1.3.6.1.4.1.23.2.5.2.1.1.8
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..48)  

ipxCircLocalMaxPacketSize 1.3.6.1.4.1.23.2.5.2.1.1.9
The maximum size (including header), in bytes, that the system supports locally on this circuit.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ipxCircCompressState 1.3.6.1.4.1.23.2.5.2.1.1.10
The compression state on this circuit. This value may be written only when creating a new entry in the table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER off(1), on(2)  

ipxCircCompressSlots 1.3.6.1.4.1.23.2.5.2.1.1.11
The number of compression slots available on this circuit. This value may be written only when creating a new entry in the table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ipxCircStaticStatus 1.3.6.1.4.1.23.2.5.2.1.1.12
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER unknown(1), current(2), changed(3), read(4), reading(5), write(6), writing(7)  

ipxCircCompressedSent 1.3.6.1.4.1.23.2.5.2.1.1.13
The number of compressed packets sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxCircCompressedInitSent 1.3.6.1.4.1.23.2.5.2.1.1.14
The number of compression initialization packets sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxCircCompressedRejectsSent 1.3.6.1.4.1.23.2.5.2.1.1.15
The number of compressed packet rejected packets sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxCircUncompressedSent 1.3.6.1.4.1.23.2.5.2.1.1.16
The number of packets sent without being compressed even though compression was turned on for this circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxCircCompressedReceived 1.3.6.1.4.1.23.2.5.2.1.1.17
The number of compressed packets received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxCircCompressedInitReceived 1.3.6.1.4.1.23.2.5.2.1.1.18
The number of compression initialization packets received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxCircCompressedRejectsReceived 1.3.6.1.4.1.23.2.5.2.1.1.19
The number of compressed packet rejected packets received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxCircUncompressedReceived 1.3.6.1.4.1.23.2.5.2.1.1.20
The number of packets received without having been compressed even though compression was turned on for this circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxCircMediaType 1.3.6.1.4.1.23.2.5.2.1.1.21
The media type used on this circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(2)  

ipxCircNetNumber 1.3.6.1.4.1.23.2.5.2.1.1.22
The IPX network number of this circuit. This value may be written only when creating a new entry in the table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  NetNumber  

ipxCircStateChanges 1.3.6.1.4.1.23.2.5.2.1.1.23
The number of times the circuit has changed state.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxCircInitFails 1.3.6.1.4.1.23.2.5.2.1.1.24
The number of times that initialization of this circuit has failed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

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

ipxCircThroughput 1.3.6.1.4.1.23.2.5.2.1.1.26
The amount of data, in bits per second, that may flow through the circuit if there is no other traffic.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipxCircNeighRouterName 1.3.6.1.4.1.23.2.5.2.1.1.27
The name of the neighboring router on a WAN circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..48)  

ipxCircNeighInternalNetNum 1.3.6.1.4.1.23.2.5.2.1.1.28
The internal network number of the neighboring router on a WAN circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  NetNumber  

ipxDestTable 1.3.6.1.4.1.23.2.5.3.1
The Destination table contains information about all known destinations.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IPXDestEntry

ipxDestEntry 1.3.6.1.4.1.23.2.5.3.1.1
Each entry corresponds to one destination.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IPXDestEntry  

ipxDestSysInstance 1.3.6.1.4.1.23.2.5.3.1.1.1
The unique identifier of the instance of IPX to which this row corresponds.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipxDestNetNum 1.3.6.1.4.1.23.2.5.3.1.1.2
The IPX network number of the destination.
Status: mandatory Access: read-only
OBJECT-TYPE    
  NetNumber  

ipxDestProtocol 1.3.6.1.4.1.23.2.5.3.1.1.3
The routing protocol from which knowledge of this destination was obtained.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), local(2), rip(3), nlsp(4), static(5)  

ipxDestTicks 1.3.6.1.4.1.23.2.5.3.1.1.4
The delay in ticks to reach this destination.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipxDestHopCount 1.3.6.1.4.1.23.2.5.3.1.1.5
The number of hops necessary to reach the destination.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipxDestNextHopCircIndex 1.3.6.1.4.1.23.2.5.3.1.1.6
The unique identifier of the circuit used to reach the next hop.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipxDestNextHopNICAddress 1.3.6.1.4.1.23.2.5.3.1.1.7
The NIC address of the next hop.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PhysAddress  

ipxDestNextHopNetNum 1.3.6.1.4.1.23.2.5.3.1.1.8
The IPX network number of the next hop.
Status: mandatory Access: read-only
OBJECT-TYPE    
  NetNumber  

ipxStaticRouteTable 1.3.6.1.4.1.23.2.5.3.2
The Static Routes table contains information about all destinations reached via statically configured routes.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IPXStaticRouteEntry

ipxStaticRouteEntry 1.3.6.1.4.1.23.2.5.3.2.1
Each entry corresponds to one static route.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IPXStaticRouteEntry  

ipxStaticRouteSysInstance 1.3.6.1.4.1.23.2.5.3.2.1.1
The unique identifier of the instance of IPX to which this row corresponds.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ipxStaticRouteCircIndex 1.3.6.1.4.1.23.2.5.3.2.1.2
The unique identifier of the circuit used to reach the first hop in the static route.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ipxStaticRouteNetNum 1.3.6.1.4.1.23.2.5.3.2.1.3
The IPX network number of the route's destination.
Status: mandatory Access: read-write
OBJECT-TYPE    
  NetNumber  

ipxStaticRouteExistState 1.3.6.1.4.1.23.2.5.3.2.1.4
The validity of this static route. Entries with the value set to off may be deleted from the table at the implementation's discretion.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER off(1), on(2)  

ipxStaticRouteTicks 1.3.6.1.4.1.23.2.5.3.2.1.5
The delay, in ticks, to reach the route's destination.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ipxStaticRouteHopCount 1.3.6.1.4.1.23.2.5.3.2.1.6
The number of hops necessary to reach the destination.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ipxServTable 1.3.6.1.4.1.23.2.5.4.1
The table of services, indexed by name and type.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IPXServEntry

ipxServEntry 1.3.6.1.4.1.23.2.5.4.1.1
Each entry corresponds to one service.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IPXServEntry  

ipxServSysInstance 1.3.6.1.4.1.23.2.5.4.1.1.1
The unique identifier of the instance of IPX to which this entry corresponds.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipxServType 1.3.6.1.4.1.23.2.5.4.1.1.2
The service type.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(2)  

ipxServName 1.3.6.1.4.1.23.2.5.4.1.1.3
The service name.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..48)  

ipxServProtocol 1.3.6.1.4.1.23.2.5.4.1.1.4
The protocol from which knowledge of this service was obtained.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), local(2), nlsp(4), static(5), sap(6)  

ipxServNetNum 1.3.6.1.4.1.23.2.5.4.1.1.5
The IPX network number portion of the IPX address of the service.
Status: mandatory Access: read-only
OBJECT-TYPE    
  NetNumber  

ipxServNode 1.3.6.1.4.1.23.2.5.4.1.1.6
The node portion of the IPX address of the service.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(6)  

ipxServSocket 1.3.6.1.4.1.23.2.5.4.1.1.7
The socket portion of the IPX address of the service.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(2)  

ipxServHopCount 1.3.6.1.4.1.23.2.5.4.1.1.8
The number of hops to the service.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipxDestServTable 1.3.6.1.4.1.23.2.5.4.2
The table of services, indexed by address, name, and type.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IPXDestServEntry

ipxDestServEntry 1.3.6.1.4.1.23.2.5.4.2.1
Each entry corresponds to one service.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IPXDestServEntry  

ipxDestServSysInstance 1.3.6.1.4.1.23.2.5.4.2.1.1
The unique identifier of the instance of IPX to which this entry corresponds.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipxDestServNetNum 1.3.6.1.4.1.23.2.5.4.2.1.2
The IPX network number portion of the IPX address of the service.
Status: mandatory Access: read-only
OBJECT-TYPE    
  NetNumber  

ipxDestServNode 1.3.6.1.4.1.23.2.5.4.2.1.3
The node portion of the IPX address of the service.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(6)  

ipxDestServSocket 1.3.6.1.4.1.23.2.5.4.2.1.4
The socket portion of the IPX address of the service.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(2)  

ipxDestServName 1.3.6.1.4.1.23.2.5.4.2.1.5
The service name.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..48)  

ipxDestServType 1.3.6.1.4.1.23.2.5.4.2.1.6
The service type.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(2)  

ipxDestServProtocol 1.3.6.1.4.1.23.2.5.4.2.1.7
The protocol from which knowledge of this service was obtained.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), local(2), nlsp(4), static(5), sap(6)  

ipxDestServHopCount 1.3.6.1.4.1.23.2.5.4.2.1.8
The number of hops to the service.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipxStaticServTable 1.3.6.1.4.1.23.2.5.4.3
The Static Services table contains information about all services reached via statically configured routes.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IPXStaticServEntry

ipxStaticServEntry 1.3.6.1.4.1.23.2.5.4.3.1
Each entry corresponds to one service.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IPXStaticServEntry  

ipxStaticServSysInstance 1.3.6.1.4.1.23.2.5.4.3.1.1
The unique identifier of the instance of IPX to which this entry corresponds.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ipxStaticServCircIndex 1.3.6.1.4.1.23.2.5.4.3.1.2
The circuit used to reach this service.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ipxStaticServName 1.3.6.1.4.1.23.2.5.4.3.1.3
The service name.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(1..48)  

ipxStaticServType 1.3.6.1.4.1.23.2.5.4.3.1.4
The service type.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(2)  

ipxStaticServExistState 1.3.6.1.4.1.23.2.5.4.3.1.5
The validity of this static service. Entries with the value set to off may be deleted from the table at the implementation's discretion.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER off(1), on(2)  

ipxStaticServNetNum 1.3.6.1.4.1.23.2.5.4.3.1.6
The IPX network number portion of the IPX address of the service.
Status: mandatory Access: read-write
OBJECT-TYPE    
  NetNumber  

ipxStaticServNode 1.3.6.1.4.1.23.2.5.4.3.1.7
The node portion of the IPX address of the service.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(6)  

ipxStaticServSocket 1.3.6.1.4.1.23.2.5.4.3.1.8
The socket portion of the IPX address of the service.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(2)  

ipxStaticServHopCount 1.3.6.1.4.1.23.2.5.4.3.1.9
The number of hops to the service.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ipxTrapCircuitDown 1
This trap signifies that the specified circuit has gone down.
TRAP-TYPE    

ipxTrapCircuitUp 2
This trap signifies that the specified circuit has come up.
TRAP-TYPE