MSIPX-MIB

File: MSIPX-MIB.mib (21388 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC-1215
MSFT-MIB

Imported symbols

enterprises Counter OBJECT-TYPE
TRAP-TYPE microsoft software

Defined Types

NetNumber  
OCTET STRING Size(4)    

PhysAddress  
OCTET STRING Size(6)    

IPXIfEntry  
SEQUENCE    
  ipxIfIndex INTEGER
  ipxIfAdminState INTEGER
  ipxIfOperState INTEGER
  ipxIfAdapterIndex INTEGER
  ipxIfName OCTET STRING
  ipxIfType INTEGER
  ipxIfLocalMaxPacketSize INTEGER
  ipxIfMediaType INTEGER
  ipxIfNetNumber NetNumber
  ipxIfMacAddress PhysAddress
  ipxIfDelay INTEGER
  ipxIfThroughput INTEGER
  ipxIfIpxWanEnable INTEGER
  ipxIfNetbiosAccept INTEGER
  ipxIfNetbiosDeliver INTEGER
  ipxIfInHdrErrors Counter
  ipxIfInFilterDrops Counter
  ipxIfInNoRoutes Counter
  ipxIfInDiscards Counter
  ipxIfInDelivers Counter
  ipxIfOutFilterDrops Counter
  ipxIfOutDiscards Counter
  ipxIfOutDelivers Counter
  ipxIfInNetbiosPackets Counter
  ipxIfOutNetbiosPackets Counter

IPXDestEntry  
SEQUENCE    
  ipxDestNetNum NetNumber
  ipxDestProtocol INTEGER
  ipxDestTicks INTEGER
  ipxDestHopCount INTEGER
  ipxDestNextHopIfIndex INTEGER
  ipxDestNextHopMacAddress PhysAddress
  ipxDestFlags INTEGER

IPXStaticRouteEntry  
SEQUENCE    
  ipxStaticRouteIfIndex INTEGER
  ipxStaticRouteNetNum NetNumber
  ipxStaticRouteEntryStatus INTEGER
  ipxStaticRouteTicks INTEGER
  ipxStaticRouteHopCount INTEGER
  ipxStaticRouteNextHopMacAddress PhysAddress

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

IPXStaticServEntry  
SEQUENCE    
  ipxStaticServIfIndex INTEGER
  ipxStaticServType OCTET STRING
  ipxStaticServName OCTET STRING
  ipxStaticServEntryStatus INTEGER
  ipxStaticServNetNum NetNumber
  ipxStaticServNode PhysAddress
  ipxStaticServSocket OCTET STRING
  ipxStaticServHopCount INTEGER

Defined Values

ipx 1.3.6.1.4.1.311.1.8
OBJECT IDENTIFIER    

ipxBase 1.3.6.1.4.1.311.1.8.1
OBJECT IDENTIFIER    

ipxInterface 1.3.6.1.4.1.311.1.8.2
OBJECT IDENTIFIER    

ipxForwarding 1.3.6.1.4.1.311.1.8.3
OBJECT IDENTIFIER    

ipxServices 1.3.6.1.4.1.311.1.8.4
OBJECT IDENTIFIER    

ipxTraps 1.3.6.1.4.1.311.1.8.5
OBJECT IDENTIFIER    

ipxBaseOperState 1.3.6.1.4.1.311.1.8.1.1
The current operational state of the software.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER down(1), up(2)  

ipxBasePrimaryNetNumber 1.3.6.1.4.1.311.1.8.1.2
The 'internal' network number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  NetNumber  

ipxBaseNode 1.3.6.1.4.1.311.1.8.1.3
The node number portion of the IPX address of this system.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PhysAddress  

ipxBaseSysName 1.3.6.1.4.1.311.1.8.1.4
The readable name for this system.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..48)  

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

ipxBaseIfCount 1.3.6.1.4.1.311.1.8.1.6
The number of interfaces known to this instance of IPX.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

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

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

ipxIfTable 1.3.6.1.4.1.311.1.8.2.1
The interface table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IPXIfEntry

ipxIfEntry 1.3.6.1.4.1.311.1.8.2.1.1
Each entry corresponds to one interface known to the system.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IPXIfEntry  

ipxIfIndex 1.3.6.1.4.1.311.1.8.2.1.1.1
The identifier of this interface, unique within the system.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipxIfAdminState 1.3.6.1.4.1.311.1.8.2.1.1.2
The desired state of the interface.Default is enabled(2). The interface state can be set to disabled(1) by explicit management action or by configuration information.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

ipxIfOperState 1.3.6.1.4.1.311.1.8.2.1.1.3
The current operational state of the interface. If ipxIfAdminState is disabled(1) then ipxIfOperState should be down(1). If ipxIfAdminState is changed to enabled(2) then ipxIfOperState should change to up(2) if the interface is ready to transmit and receive network traffic; it should change to sleeping(3) if the interface is waiting for external actions (such as a serial line waiting for an incomming connection); it should remain in the down(1) state if and only if there is a fault that prevents it from going to the up(2) state.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER down(1), up(2), sleeping(3)  

ipxIfAdapterIndex 1.3.6.1.4.1.311.1.8.2.1.1.4
The value of adapter index for the adapter used by this interface. On-demand interfaces in a sleeping state are not mapped to any adapter.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipxIfName 1.3.6.1.4.1.311.1.8.2.1.1.5
The readable name for the interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..48)  

ipxIfType 1.3.6.1.4.1.311.1.8.2.1.1.6
The type of the interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), lan(2), wanRouter(3), wanWorkstation(4), internal(5), personalWanRouter(6), routerWorkstationDialout(7), standaloneWorkstationDialout(8)  

ipxIfLocalMaxPacketSize 1.3.6.1.4.1.311.1.8.2.1.1.7
The maximum size (including header), in bytes, that the system supports locally on this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipxIfMediaType 1.3.6.1.4.1.311.1.8.2.1.1.8
The media type used on this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipxIfNetNumber 1.3.6.1.4.1.311.1.8.2.1.1.9
The IPX network number of this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  NetNumber  

ipxIfMacAddress 1.3.6.1.4.1.311.1.8.2.1.1.10
The MAC address of this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PhysAddress  

ipxIfDelay 1.3.6.1.4.1.311.1.8.2.1.1.11
The period of time, in microseconds, that it takes to transmit one byte of data, excluding protocol headers, to a destination on the other end of the interface, if the interface is free of other traffic.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

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

ipxIfIpxWanEnable 1.3.6.1.4.1.311.1.8.2.1.1.13
Enable IPXWAN negotiation.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

ipxIfNetbiosAccept 1.3.6.1.4.1.311.1.8.2.1.1.14
Accept Netbios Broadcast Packets.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

ipxIfNetbiosDeliver 1.3.6.1.4.1.311.1.8.2.1.1.15
Deliver Netbios Broadcast Packets.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2), enabledForStaticlySeededNames(3), enabledWhenOperStateUp(4)  

ipxIfInHdrErrors 1.3.6.1.4.1.311.1.8.2.1.1.16
The total number of IPX packets received and discarded due to errors in their IPX headers, including any packet with a size less than the minimum 30 bytes, bad checksums, other format errors, etc.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxIfInFilterDrops 1.3.6.1.4.1.311.1.8.2.1.1.17
The total number of incoming IPX packets discarded due to input filtering.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxIfInNoRoutes 1.3.6.1.4.1.311.1.8.2.1.1.18
The total number of IPX packets received and discarded because no route was found to forward them to their destination
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxIfInDiscards 1.3.6.1.4.1.311.1.8.2.1.1.19
The total number of IPX packets received and discarded for any other reason not counted in ipxIfInHdrErrors, ipxIfInFilterDrops and ipxIfNoRoutes.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxIfInDelivers 1.3.6.1.4.1.311.1.8.2.1.1.20
The total number of IPX packets successfully received
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxIfOutFilterDrops 1.3.6.1.4.1.311.1.8.2.1.1.21
The total number of outgoing IPX packets discarded due to output filtering.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxIfOutDiscards 1.3.6.1.4.1.311.1.8.2.1.1.22
The total number of IPX packets discarded for any other reason not counted in ipxIfOutFilterDrops.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxIfOutDelivers 1.3.6.1.4.1.311.1.8.2.1.1.23
The total number of IPX packets successfully sent
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxIfInNetbiosPackets 1.3.6.1.4.1.311.1.8.2.1.1.24
The total number of IPX Type 20 packets received on this interface. This includes the Type 20 packets received and discarded for various reasons.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxIfOutNetbiosPackets 1.3.6.1.4.1.311.1.8.2.1.1.25
The total number of IPX Type 20 packets successfully sent on this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxDestTable 1.3.6.1.4.1.311.1.8.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.311.1.8.3.1.1
Each entry corresponds to one destination.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IPXDestEntry  

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

ipxDestProtocol 1.3.6.1.4.1.311.1.8.3.1.1.2
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.311.1.8.3.1.1.3
The delay in ticks to reach this destination.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

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

ipxDestNextHopIfIndex 1.3.6.1.4.1.311.1.8.3.1.1.5
The unique identifier of the interface used to reach the next hop.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipxDestNextHopMacAddress 1.3.6.1.4.1.311.1.8.3.1.1.6
The MAC address of the next hop.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PhysAddress  

ipxDestFlags 1.3.6.1.4.1.311.1.8.3.1.1.7
A value that indicates of a special meaning of the route 1 - this route is for a network used for dialing in clients 2 - this route should not be advertised.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..3  

ipxStaticRouteTable 1.3.6.1.4.1.311.1.8.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.311.1.8.3.2.1
Each entry corresponds to one static route.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IPXStaticRouteEntry  

ipxStaticRouteIfIndex 1.3.6.1.4.1.311.1.8.3.2.1.1
The unique identifier of the interface used to reach the first hop in the static route.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

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

ipxStaticRouteEntryStatus 1.3.6.1.4.1.311.1.8.3.2.1.3
Create/Delete parameter. Default is created. Users perform an SNMP SET operation on this object in order to create/delete the IPX static route.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER deleted(1), created(2)  

ipxStaticRouteTicks 1.3.6.1.4.1.311.1.8.3.2.1.4
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.311.1.8.3.2.1.5
The number of hops necessary to reach the destination.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ipxStaticRouteNextHopMacAddress 1.3.6.1.4.1.311.1.8.3.2.1.6
The Mac address of the next hop.
Status: mandatory Access: read-write
OBJECT-TYPE    
  PhysAddress  

ipxServTable 1.3.6.1.4.1.311.1.8.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.311.1.8.4.1.1
Each entry corresponds to one service.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IPXServEntry  

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

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

ipxServProtocol 1.3.6.1.4.1.311.1.8.4.1.1.3
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.311.1.8.4.1.1.4
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.311.1.8.4.1.1.5
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.311.1.8.4.1.1.6
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.311.1.8.4.1.1.7
The number of hops to the service.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipxStaticServTable 1.3.6.1.4.1.311.1.8.4.2
The Static Services table contains information about all staticly seeded services.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IPXStaticServEntry

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

ipxStaticServIfIndex 1.3.6.1.4.1.311.1.8.4.2.1.1
The interface used to reach this service.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

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

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

ipxStaticServEntryStatus 1.3.6.1.4.1.311.1.8.4.2.1.4
Create/Delete parameter. Default is created. Users perform an SNMP SET operation on this object in order to create/delete the IPX static service.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER deleted(1), created(2)  

ipxStaticServNetNum 1.3.6.1.4.1.311.1.8.4.2.1.5
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.311.1.8.4.2.1.6
The node portion of the IPX address of the service.
Status: mandatory Access: read-write
OBJECT-TYPE    
  PhysAddress  

ipxStaticServSocket 1.3.6.1.4.1.311.1.8.4.2.1.7
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.311.1.8.4.2.1.8
The number of hops to the service.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER