XYPLEX-IPX-MIB

File: XYPLEX-IPX-MIB.mib (26111 bytes)

Imported modules

RFC1155-SMI RFC-1212 SNMPv2-TC

Imported symbols

Counter enterprises OBJECT-TYPE
DisplayString

Defined Types

IpxIfEntry  
SEQUENCE    
  ipxIfIndex INTEGER
  ipxIfState INTEGER
  ipxIfNetwork INTEGER
  ipxIfFrameStyle INTEGER
  ipxIfFramesIn Counter
  ipxIfFramesOut Counter
  ipxIfErrors Counter
  ipxIfTransitDelay INTEGER
  ipxIfTransitDelayActual INTEGER

IpxNetbiosIfEntry  
SEQUENCE    
  ipxNetbiosIfIndex INTEGER
  ipxIfNetbiosForwarding INTEGER
  ipxIfNetbiosIn Counter
  ipxIfNetbiosOut Counter

IpxRipIfEntry  
SEQUENCE    
  ipxRipIfIndex INTEGER
  ipxIfRipBcst INTEGER
  ipxIfRipBcstDiscardTimeout INTEGER
  ipxIfRipBcstTimer INTEGER
  ipxIfRipIn Counter
  ipxIfRipOut Counter
  ipxIfRipAgedOut Counter

IpxRipEntry  
SEQUENCE    
  ipxRipNetwork INTEGER
  ipxRipRouter OCTET STRING
  ipxRipInterface INTEGER
  ipxRipHops INTEGER
  ipxRipTransTime INTEGER
  ipxRipAge INTEGER

IpxSapIfEntry  
SEQUENCE    
  ipxSapIfIndex INTEGER
  ipxIfSapBcst INTEGER
  ipxIfSapBcstDiscardTimeout INTEGER
  ipxIfSapBcstTimer INTEGER
  ipxIfSapIn Counter
  ipxIfSapOut Counter
  ipxIfSapAgedOut Counter

IpxSapEntry  
SEQUENCE    
  ipxSapName DisplayString
  ipxSapNetwork INTEGER
  ipxSapHost OCTET STRING
  ipxSapSocket INTEGER
  ipxSapInterface INTEGER
  ipxSapType INTEGER
  ipxSapAge INTEGER

Defined Values

xyplex 1.3.6.1.4.1.33
OBJECT IDENTIFIER    

ipx 1.3.6.1.4.1.33.15
OBJECT IDENTIFIER    

ipxSystem 1.3.6.1.4.1.33.15.1
OBJECT IDENTIFIER    

ipxIf 1.3.6.1.4.1.33.15.2
OBJECT IDENTIFIER    

ipxNetbios 1.3.6.1.4.1.33.15.3
OBJECT IDENTIFIER    

ipxRip 1.3.6.1.4.1.33.15.4
OBJECT IDENTIFIER    

ipxSap 1.3.6.1.4.1.33.15.5
OBJECT IDENTIFIER    

ipxRouting 1.3.6.1.4.1.33.15.1.1
Control for IPX routing services.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

ipxIfTable 1.3.6.1.4.1.33.15.2.1
A list of IPX interface entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpxIfEntry

ipxIfEntry 1.3.6.1.4.1.33.15.2.1.1
IPX interface parameters and counters.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IpxIfEntry  

ipxIfIndex 1.3.6.1.4.1.33.15.2.1.1.1
An index value that uniquely identifies an IPX interface. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipxIfState 1.3.6.1.4.1.33.15.2.1.1.2
Control for IPX routing services for this interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

ipxIfNetwork 1.3.6.1.4.1.33.15.2.1.1.3
The IPX network number of the network to which this interface is attached.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ipxIfFrameStyle 1.3.6.1.4.1.33.15.2.1.1.4
Control for the CSMA/CD frame style to use on this interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ethernet(1), ieee8022(2)  

ipxIfFramesIn 1.3.6.1.4.1.33.15.2.1.1.5
The number of IPX frames received on this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxIfFramesOut 1.3.6.1.4.1.33.15.2.1.1.6
The number of IPX frames sent on this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxIfErrors 1.3.6.1.4.1.33.15.2.1.1.7
The number of IPX errors seen on this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxIfTransitDelay 1.3.6.1.4.1.33.15.2.1.1.8
The number of 55 millisecond ticks it takes for a packet to travel from one destination to another on the interface. A value of 0 means that the system will calculate this value based on the measured speed of the interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ipxIfTransitDelayActual 1.3.6.1.4.1.33.15.2.1.1.9
The number of 55 millisecond ticks it takes for a packet to travel from one destination to another on the interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipxNetbiosHopLimit 1.3.6.1.4.1.33.15.3.1
Maximum number of hops that an IPX Netbios packet may make.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..255  

ipxNetbiosIfTable 1.3.6.1.4.1.33.15.3.2
A list of IPX interface entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpxNetbiosIfEntry

ipxNetbiosIfEntry 1.3.6.1.4.1.33.15.3.2.1
IPX interface parameters and counters.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IpxNetbiosIfEntry  

ipxNetbiosIfIndex 1.3.6.1.4.1.33.15.3.2.1.1
An index value that uniquely identifies an IPX interface. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipxIfNetbiosForwarding 1.3.6.1.4.1.33.15.3.2.1.2
Control whether Netbios packet will be forwarded in or out on this interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

ipxIfNetbiosIn 1.3.6.1.4.1.33.15.3.2.1.3
The number of IPX Netbios frames received on this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxIfNetbiosOut 1.3.6.1.4.1.33.15.3.2.1.4
The number of IPX Netbios frames sent on this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxRipIfTable 1.3.6.1.4.1.33.15.4.1
A list of IPX interface entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpxRipIfEntry

ipxRipIfEntry 1.3.6.1.4.1.33.15.4.1.1
IPX interface parameters and counters.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IpxRipIfEntry  

ipxRipIfIndex 1.3.6.1.4.1.33.15.4.1.1.1
An index value that uniquely identifies an IPX interface. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipxIfRipBcst 1.3.6.1.4.1.33.15.4.1.1.2
Control whether RIP packets will be broadcasted out this interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

ipxIfRipBcstDiscardTimeout 1.3.6.1.4.1.33.15.4.1.1.3
The number of seconds to wait before discarding information learned from a RIP broadcast.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ipxIfRipBcstTimer 1.3.6.1.4.1.33.15.4.1.1.4
The number of seconds to wait between sending out RIP broadcasts.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ipxIfRipIn 1.3.6.1.4.1.33.15.4.1.1.5
The number of RIP broadcasts received on this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxIfRipOut 1.3.6.1.4.1.33.15.4.1.1.6
The number of RIP broadcasts sent on this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxIfRipAgedOut 1.3.6.1.4.1.33.15.4.1.1.7
The number of entries timed out and discarded on this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxRipTable 1.3.6.1.4.1.33.15.4.2
A list of RIP entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpxRipEntry

ipxRipEntry 1.3.6.1.4.1.33.15.4.2.1
IPX interface parameters and counters.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IpxRipEntry  

ipxRipNetwork 1.3.6.1.4.1.33.15.4.2.1.1
An IPX network number to which this router knows a path.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipxRipRouter 1.3.6.1.4.1.33.15.4.2.1.2
The Ethernet address of an IPX router on this network.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(6)  

ipxRipInterface 1.3.6.1.4.1.33.15.4.2.1.3
The interface to reach the router. A value of ifIndex.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipxRipHops 1.3.6.1.4.1.33.15.4.2.1.4
The number of hops to reach the router.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipxRipTransTime 1.3.6.1.4.1.33.15.4.2.1.5
The number of 55 millisecond ticks it takes for a packet to travel to the router.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipxRipAge 1.3.6.1.4.1.33.15.4.2.1.6
The age of the RIP entry in seconds.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipxSapIfTable 1.3.6.1.4.1.33.15.5.1
A list of IPX interface entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpxSapIfEntry

ipxSapIfEntry 1.3.6.1.4.1.33.15.5.1.1
IPX interface parameters and counters.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IpxSapIfEntry  

ipxSapIfIndex 1.3.6.1.4.1.33.15.5.1.1.1
An index value that uniquely identifies an IPX interface. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipxIfSapBcst 1.3.6.1.4.1.33.15.5.1.1.2
Control whether SAP packets will be broadcasted out this interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

ipxIfSapBcstDiscardTimeout 1.3.6.1.4.1.33.15.5.1.1.3
The number of seconds to wait before discarding information learned from a SAP broadcast.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ipxIfSapBcstTimer 1.3.6.1.4.1.33.15.5.1.1.4
The number of seconds to wait between sending out SAP broadcasts.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ipxIfSapIn 1.3.6.1.4.1.33.15.5.1.1.5
The number SAP broadcasts received on this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxIfSapOut 1.3.6.1.4.1.33.15.5.1.1.6
The number SAP broadcasts sent on this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxIfSapAgedOut 1.3.6.1.4.1.33.15.5.1.1.7
The number entries for this interface discarded due to aging timeout.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipxSapTable 1.3.6.1.4.1.33.15.5.2
A list of SAP entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpxSapEntry

ipxSapEntry 1.3.6.1.4.1.33.15.5.2.1
IPX interface parameters and counters.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IpxSapEntry  

ipxSapName 1.3.6.1.4.1.33.15.5.2.1.1
The name of the service, null filled.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(48)  

ipxSapNetwork 1.3.6.1.4.1.33.15.5.2.1.2
The IPX network number on which the service's host resides.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipxSapHost 1.3.6.1.4.1.33.15.5.2.1.3
The Ethernet address of the IPX host of the service.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(6)  

ipxSapSocket 1.3.6.1.4.1.33.15.5.2.1.4
The socket number of the service on the host.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipxSapInterface 1.3.6.1.4.1.33.15.5.2.1.5
The interface of the router in the direction of the service. A value of ifIndex.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipxSapType 1.3.6.1.4.1.33.15.5.2.1.6
The type of the service.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER user(1), userGroup(2), printQueue(3), novellFileServer(4), jobServer(5), gateway1(6), printServer(7), archiveQueue(8), archiveServer(9), jobQueue(10), administration(11)  

ipxSapAge 1.3.6.1.4.1.33.15.5.2.1.7
The age of the Sap entry in seconds.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER