MRV-IN-REACH-IPX-MIB

File: MRV-IN-REACH-IPX-MIB.mib (56922 bytes)

Imported modules

RFC1155-SMI RFC1213-MIB MRV-IN-REACH-PRODUCT-DIVISION-MIB
RFC-1212

Imported symbols

Counter DisplayString mrvInReachProductDivision
OBJECT-TYPE

Defined Types

IpxIfEntry  
SEQUENCE    
  ipxIfIndex INTEGER
  ipxIfState INTEGER
  ipxIfNetwork INTEGER
  ipxIfFrameStyle INTEGER
  ipxIfFramesIn Counter
  ipxIfFramesOut Counter
  ipxIfErrors Counter
  ipxIfTransitDelay INTEGER
  ipxIfTransitDelayActual INTEGER
  ipxIfProtocolPriority INTEGER
  ipxIfWatchdogSpoof INTEGER
  ipxIfStatusNetwork 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

IpxRipRtEntry  
SEQUENCE    
  ipxRipRtNetwork INTEGER
  ipxRipRtRouter OCTET STRING
  ipxRipRtInterface INTEGER
  ipxRipRtHops INTEGER
  ipxRipRtTransTime INTEGER
  ipxRipRtOrigin INTEGER
  ipxRipRtRowStatus 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

IpxSapSvEntry  
SEQUENCE    
  ipxSapSvName DisplayString
  ipxSapSvNetwork INTEGER
  ipxSapSvHost OCTET STRING
  ipxSapSvSocket INTEGER
  ipxSapSvInterface INTEGER
  ipxSapSvOrigin INTEGER
  ipxSapSvType INTEGER
  ipxSapSvHops INTEGER
  ipxSapSvRowStatus INTEGER
  ipxSapSvAge INTEGER

IpxIfFilterEntry  
SEQUENCE    
  ipxIfFilterIndex INTEGER
  ipxIfFilterDestNetwork INTEGER
  ipxIfFilterDestNode OCTET STRING
  ipxIfFilterSourceNetwork INTEGER
  ipxIfFilterSourceNode OCTET STRING
  ipxIfFilterPacketType INTEGER
  ipxIfFilterAction INTEGER
  ipxIfFilterRowStatus INTEGER
  ipxIfFilterStatusDestNetworkAll INTEGER
  ipxIfFilterStatusDestNodeAll INTEGER
  ipxIfFilterStatusSourceNetworkAll INTEGER
  ipxIfFilterStatusSourceNodeAll INTEGER
  ipxIfFilterStatusPacketTypeAll INTEGER

IpxIfRipFilterEntry  
SEQUENCE    
  ipxIfRipFilterNetwork INTEGER
  ipxIfRipFilterType INTEGER
  ipxIfRipFilterAction INTEGER
  ipxIfRipFilterRowStatus INTEGER
  ipxIfRipFilterNetworkAll INTEGER
  ipxIfRipFilterHost OCTET STRING

IpxIfSapFilterEntry  
SEQUENCE    
  ipxIfSapFilterNetwork INTEGER
  ipxIfSapFilterType INTEGER
  ipxIfSapFilterServiceType INTEGER
  ipxIfSapFilterAction INTEGER
  ipxIfSapFilterRowStatus INTEGER
  ipxIfSapFilterNetworkAll INTEGER
  ipxIfSapFilterServiceTypeAll INTEGER
  ipxIfSapFilterName DisplayString
  ipxIfSapFilterHost OCTET STRING

IpxPrinterPortEntry  
SEQUENCE    
  ipxPrinterPortIndex INTEGER
  ipxPrinterPortStatus INTEGER
  ipxPrinterPortServer DisplayString
  ipxPrinterPortPrinter INTEGER
  ipxTimeout INTEGER

Defined Values

xIpx 1.3.6.1.4.1.33.15
OBJECT IDENTIFIER    

xIpxSystem 1.3.6.1.4.1.33.15.1
OBJECT IDENTIFIER    

xIpxIf 1.3.6.1.4.1.33.15.2
OBJECT IDENTIFIER    

xIpxNetbios 1.3.6.1.4.1.33.15.3
OBJECT IDENTIFIER    

xIpxRip 1.3.6.1.4.1.33.15.4
OBJECT IDENTIFIER    

xIpxSap 1.3.6.1.4.1.33.15.5
OBJECT IDENTIFIER    

xIpxFilter 1.3.6.1.4.1.33.15.6
OBJECT IDENTIFIER    

xIpxPrinter 1.3.6.1.4.1.33.15.8
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)  

ipxInternalNetwork 1.3.6.1.4.1.33.15.1.2
The IPX Internal Network to use on the the IPX Router.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..4294967294  

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), ieee8023(2), ieee8022(3), ieee802Snap(4)  

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  

ipxIfProtocolPriority 1.3.6.1.4.1.33.15.2.1.1.10
This value defines the priority at which all Internet Routed packets will be placed on the WAN output queue.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER low(1), medium(3), high(5)  

ipxIfWatchdogSpoof 1.3.6.1.4.1.33.15.2.1.1.11
Control for whether or not this router responds to IPX watchog requests on this interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

ipxIfStatusNetwork 1.3.6.1.4.1.33.15.2.1.1.12
The IPX network number that is actually in use on the attached interface. This value may have been learned via listening to the attached network.
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), propUpdateOnly(3), demandCircuit(4)  

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  

ipxRipRtTable 1.3.6.1.4.1.33.15.4.3
A list of RIP Routing entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpxRipRtEntry

ipxRipRtEntry 1.3.6.1.4.1.33.15.4.3.1
IPX Routing Entry information
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IpxRipRtEntry  

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

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

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

ipxRipRtHops 1.3.6.1.4.1.33.15.4.3.1.4
The number of hops to reach the router.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..16  

ipxRipRtTransTime 1.3.6.1.4.1.33.15.4.3.1.5
The number of 55 millisecond ticks it takes for a packet to travel to the router.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

ipxRipRtOrigin 1.3.6.1.4.1.33.15.4.3.1.6
The source of the RIP entry, either Learned via RIP or Static.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER ripLearned(1), static(2), nlspLearned(3)  

ipxRipRtRowStatus 1.3.6.1.4.1.33.15.4.3.1.7
Create or Delete RIP routing table entries.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER invalid(1), valid(2)  

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), propUpdateOnly(3), demandCircuit(4)  

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. The enumeration is an incomplete set of all possible values.
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  

ipxSapSvTable 1.3.6.1.4.1.33.15.5.3
A list of SAP entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpxSapSvEntry

ipxSapSvEntry 1.3.6.1.4.1.33.15.5.3.1
IPX interface parameters and counters.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IpxSapSvEntry  

ipxSapSvName 1.3.6.1.4.1.33.15.5.3.1.1
The name of the service.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..48)  

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

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

ipxSapSvSocket 1.3.6.1.4.1.33.15.5.3.1.4
The socket number of the service on the host.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

ipxSapSvInterface 1.3.6.1.4.1.33.15.5.3.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  

ipxSapSvOrigin 1.3.6.1.4.1.33.15.5.3.1.6
The source of the RIP entry, either Learned via RIP or Static.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER ipxSapLearned(1), ipxStatic(2)  

ipxSapSvType 1.3.6.1.4.1.33.15.5.3.1.7
The type of the service. The enumeration is an incomplete set of all possible values.
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)  

ipxSapSvHops 1.3.6.1.4.1.33.15.5.3.1.8
The number of hops to the Service.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..16  

ipxSapSvRowStatus 1.3.6.1.4.1.33.15.5.3.1.9
Create or Delete SAP Service table entries.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

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

ipxIfFilterTable 1.3.6.1.4.1.33.15.6.1
A list of IPX interface Source and Destination address Filter entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpxIfFilterEntry

ipxIfFilterEntry 1.3.6.1.4.1.33.15.6.1.1
IPX Source and Destination interface Filters.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IpxIfFilterEntry  

ipxIfFilterIndex 1.3.6.1.4.1.33.15.6.1.1.1
The interface to which this IPX Address filter applies. A value of ifIndex.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipxIfFilterDestNetwork 1.3.6.1.4.1.33.15.6.1.1.2
The destination IPX network to be filtered.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipxIfFilterDestNode 1.3.6.1.4.1.33.15.6.1.1.3
The destination IPX node to be filtered.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(6)  

ipxIfFilterSourceNetwork 1.3.6.1.4.1.33.15.6.1.1.4
The destination IPX network to be filtered.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipxIfFilterSourceNode 1.3.6.1.4.1.33.15.6.1.1.5
The destination IPX node to be filtered.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(6)  

ipxIfFilterPacketType 1.3.6.1.4.1.33.15.6.1.1.6
The IPX packet type to be filtered.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

ipxIfFilterAction 1.3.6.1.4.1.33.15.6.1.1.7
The IPX filter action to be taken, either Forward or Discard.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER forward(1), discard(2)  

ipxIfFilterRowStatus 1.3.6.1.4.1.33.15.6.1.1.8
The IPX Filter create or delete function.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER invalid(1), valid(2)  

ipxIfFilterStatusDestNetworkAll 1.3.6.1.4.1.33.15.6.1.1.9
The IPX Filter flag meaning ALL destination networks.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

ipxIfFilterStatusDestNodeAll 1.3.6.1.4.1.33.15.6.1.1.10
The IPX Filter flag meaning ALL destination nodes.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

ipxIfFilterStatusSourceNetworkAll 1.3.6.1.4.1.33.15.6.1.1.11
The IPX Filter flag meaning ALL source networks.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

ipxIfFilterStatusSourceNodeAll 1.3.6.1.4.1.33.15.6.1.1.12
The IPX Filter flag meaning ALL source nodes.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

ipxIfFilterStatusPacketTypeAll 1.3.6.1.4.1.33.15.6.1.1.13
The IPX Filter flag meaning ALL packet types.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

ipxIfRipFilterTable 1.3.6.1.4.1.33.15.6.2
A list of IPX interface RIP Filter entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpxIfRipFilterEntry

ipxIfRipFilterEntry 1.3.6.1.4.1.33.15.6.2.1
IPX RIP interface Filters.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IpxIfRipFilterEntry  

ipxIfRipFilterNetwork 1.3.6.1.4.1.33.15.6.2.1.1
The IPX RIP network to be filtered.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipxIfRipFilterType 1.3.6.1.4.1.33.15.6.2.1.2
The IPX RIP filter type, either IMPORT or EXPORT.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER import(1), export(2)  

ipxIfRipFilterAction 1.3.6.1.4.1.33.15.6.2.1.3
The IPX RIP filter action to be taken, either ALLOW or DENY.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER allow(1), deny(2)  

ipxIfRipFilterRowStatus 1.3.6.1.4.1.33.15.6.2.1.4
The IPX RIP Filter create or delete function.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER invalid(1), valid(2)  

ipxIfRipFilterNetworkAll 1.3.6.1.4.1.33.15.6.2.1.5
The IPX RIP Filter flag meaning filter ALL networks.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

ipxIfRipFilterHost 1.3.6.1.4.1.33.15.6.2.1.6
The RIP Filter IPX Host Address from which RIP will ALLOW/DENY IMPORT of routes.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(6)  

ipxIfSapFilterTable 1.3.6.1.4.1.33.15.6.3
A list of IPX interface SAP Filter entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpxIfSapFilterEntry

ipxIfSapFilterEntry 1.3.6.1.4.1.33.15.6.3.1
IPX SAP interface Filters.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IpxIfSapFilterEntry  

ipxIfSapFilterNetwork 1.3.6.1.4.1.33.15.6.3.1.1
The IPX SAP network to be filtered.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipxIfSapFilterType 1.3.6.1.4.1.33.15.6.3.1.2
The IPX SAP filter type, either IMPORT or EXPORT.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER import(1), export(2)  

ipxIfSapFilterServiceType 1.3.6.1.4.1.33.15.6.3.1.3
The IPX SAP service type to which this filter applies.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

ipxIfSapFilterAction 1.3.6.1.4.1.33.15.6.3.1.4
The IPX SAP filter action to be taken, either ALLOW or DENY.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER allow(1), deny(2)  

ipxIfSapFilterRowStatus 1.3.6.1.4.1.33.15.6.3.1.5
The IPX SAP Filter create or delete function.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER invalid(1), valid(2)  

ipxIfSapFilterNetworkAll 1.3.6.1.4.1.33.15.6.3.1.6
The IPX SAP Filter flag meaning filter ALL networks.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

ipxIfSapFilterServiceTypeAll 1.3.6.1.4.1.33.15.6.3.1.7
The IPX SAP Filter flag meaning filter ALL service types.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

ipxIfSapFilterName 1.3.6.1.4.1.33.15.6.3.1.8
The name of the service to be filtered.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..48)  

ipxIfSapFilterHost 1.3.6.1.4.1.33.15.6.3.1.9
The IPX Host address from which SAP will ALLOW/DENY IMPORT of services .
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(6)  

ipxPrinterPortTable 1.3.6.1.4.1.33.15.8.1
A list of IPX printer character port entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpxPrinterPortEntry

ipxPrinterPortEntry 1.3.6.1.4.1.33.15.8.1.1
IPX printer parameter values for a character port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IpxPrinterPortEntry  

ipxPrinterPortIndex 1.3.6.1.4.1.33.15.8.1.1.1
An index value that uniquely identifies a port. The port identified by a particular value of this index is the same port as identified by charPortIndex in the Proposed Standard Internet Character MIB.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipxPrinterPortStatus 1.3.6.1.4.1.33.15.8.1.1.2
Status of this entry. Setting the value to 'invalid' invalidates the entry. It is an implementation-specific matter as to whether the agent removes an invalidated entry from the table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER invalid(1), valid(2)  

ipxPrinterPortServer 1.3.6.1.4.1.33.15.8.1.1.3
The name of an active print server on the network.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..48)  

ipxPrinterPortPrinter 1.3.6.1.4.1.33.15.8.1.1.4
An available remote printer on ixpPrinterPortServer.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..255  

ipxTimeout 1.3.6.1.4.1.33.15.8.1.1.5
A control to set the the time at which a print job from a print server will be timed out and the port freed.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 15..300  

ipxPrinterEthernet 1.3.6.1.4.1.33.15.8.2
Control for use of Ethernet-style message framing, with the IPX protocol type. Mutually exclusive with ipxPrinterMac, ipxPrinterMac802_2_Snap, and ipxPrinterMac802_2.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

ipxPrinterMac 1.3.6.1.4.1.33.15.8.3
Control for use of MAC-only message framing, with no protocol type. Mutually exclusive with ipxPrinterEthernet, ipxPrinterMac802_2_Snap, and ipxPrinterMac802_2.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

ipxPrinterMac802-2 1.3.6.1.4.1.33.15.8.4
Control for use of MAC message framing with 802.2 framing. Mutually exclusive with ipxPrinterEthernet, ipxPrinterMac, and ipxPrinterMac802_2_Snap.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

ipxPrinterMac802-2-Snap 1.3.6.1.4.1.33.15.8.5
Control for use of MAC-only message framing with 802 Snap framing. Mutually exclusive with ipxPrinterEthernet, ipxPrinterMac, and ipxPrinterMac802_2.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)