IPX-RIP-PRIVATE-MIB

File: IPX-RIP-PRIVATE-MIB.mib (13508 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC IPX-PRIVATE-MIB
IPX-INTERFACE-MANAGEMENT-PRIVATE-MIB Cajun-ROOT

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Counter32 RowStatus NetNumber
cjnIpxIfIndex cjnProtocol

Defined Types

FilterPrec  
Integer32 0..9999    

CjnIpxRipFilterEntry  
SEQUENCE    
  cjnIpxRipFilterPrec FilterPrec
  cjnIpxRipFilterRowStatus RowStatus
  cjnIpxRipFilterNetStart NetNumber
  cjnIpxRipFilterNetEnd NetNumber
  cjnIpxRipFilterDirection INTEGER
  cjnIpxRipFilterAction INTEGER
  cjnIpxRipFilterTicks Integer32
  cjnIpxRipFilterHops Integer32

CjnIpxRipIfEntry  
SEQUENCE    
  cjnIpxRipIfRowStatus RowStatus
  cjnIpxRipIfInterpacketGap INTEGER
  cjnIpxRipIfUseMaximumPacketSize INTEGER
  cjnIpxRipIfUpdateInterval Integer32
  cjnIpxRipIfAgeMultiplier Integer32
  cjnIpxRipIfTriggeredUpdates INTEGER
  cjnIpxRipIfAdvertiseDefaultRouteOnly INTEGER
  cjnIpxRipIfMode INTEGER

CjnIpxRipIfStatEntry  
SEQUENCE    
  cjnIpxRipIfStatTriggeredUpdatesSent Counter32
  cjnIpxRipIfStatPeriodicUpdatesSent Counter32
  cjnIpxRipIfStatUpdatesReceived Counter32
  cjnIpxRipIfStatRequestsReceived Counter32
  cjnIpxRipIfStatBadPacketsReceived Counter32

Defined Values

cjnIpxRip 1.3.6.1.4.1.1751.2.43.2.20
Cajun IPX RIP Private MIB
MODULE-IDENTITY    

cjnIpxRipGlobalGroup 1.3.6.1.4.1.1751.2.43.2.20.1
OBJECT IDENTIFIER    

cjnIpxRipEnabled 1.3.6.1.4.1.1751.2.43.2.20.1.1
Enable / Disable IPX RIP on this system.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

cjnIpxRipFilterGroup 1.3.6.1.4.1.1751.2.43.2.20.2
OBJECT IDENTIFIER    

cjnIpxRipFilterTable 1.3.6.1.4.1.1751.2.43.2.20.2.1
A list of Cajun IPX RIP filters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CjnIpxRipFilterEntry

cjnIpxRipFilterEntry 1.3.6.1.4.1.1751.2.43.2.20.2.1.1
A Cajun IPX RIP filter instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  CjnIpxRipFilterEntry  

cjnIpxRipFilterPrec 1.3.6.1.4.1.1751.2.43.2.20.2.1.1.1
The precedence of this RIP filter. The precedence is relative to other RIP filters on the same interface.
Status: current Access: read-only
OBJECT-TYPE    
  FilterPrec  

cjnIpxRipFilterRowStatus 1.3.6.1.4.1.1751.2.43.2.20.2.1.1.2
The status of this row, by which new entries may be created, or old entries deleted from this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cjnIpxRipFilterNetStart 1.3.6.1.4.1.1751.2.43.2.20.2.1.1.3
The first IPX network number in the range which this filter matches.
Status: current Access: read-create
OBJECT-TYPE    
  NetNumber  

cjnIpxRipFilterNetEnd 1.3.6.1.4.1.1751.2.43.2.20.2.1.1.4
The last IPX network number in the range which this filter matches.
Status: current Access: read-create
OBJECT-TYPE    
  NetNumber  

cjnIpxRipFilterDirection 1.3.6.1.4.1.1751.2.43.2.20.2.1.1.5
The direction of IPX RIP packets to which this filter applies. Inbound applies the filter only to RIP packets received on the interface. Outbound applies the filter only to RIP packets sent on the interface. Both applies the filter to RIP packets sent and received on the interface.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER inbound(1), outbound(2), both(3)  

cjnIpxRipFilterAction 1.3.6.1.4.1.1751.2.43.2.20.2.1.1.6
The action to take if this filter matches an IPX RIP entry. Filter causes the RIP entry to be ignored in received RIP packets or suppressed in sent RIP packets. Allow causes the RIP entry to be accepted in received RIP packets or advertised in sent RIP packets.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER filter(1), allow(2)  

cjnIpxRipFilterTicks 1.3.6.1.4.1.1751.2.43.2.20.2.1.1.7
Used to override the delay, in ticks, to reach the IPX network specified in the RIP entry.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

cjnIpxRipFilterHops 1.3.6.1.4.1.1751.2.43.2.20.2.1.1.8
Used to override the hops to reach the IPX network specified in the RIP entry.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

cjnIpxRipIfGroup 1.3.6.1.4.1.1751.2.43.2.20.3
OBJECT IDENTIFIER    

cjnIpxRipIfTable 1.3.6.1.4.1.1751.2.43.2.20.3.1
A list of Cajun IPX RIP interface entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CjnIpxRipIfEntry

cjnIpxRipIfEntry 1.3.6.1.4.1.1751.2.43.2.20.3.1.1
A Cajun IPX RIP interface instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  CjnIpxRipIfEntry  

cjnIpxRipIfRowStatus 1.3.6.1.4.1.1751.2.43.2.20.3.1.1.1
The status of this row, by which new entries may be created, or old entries deleted from this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cjnIpxRipIfInterpacketGap 1.3.6.1.4.1.1751.2.43.2.20.3.1.1.2
If set to enable(1), IPX RIP packets from periodic advertisements are sent with an interpacket gap of 55 milliseconds. If set to disable(2), no interpacket gap is used.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

cjnIpxRipIfUseMaximumPacketSize 1.3.6.1.4.1.1751.2.43.2.20.3.1.1.3
If set to enable(1), IPX RIP packets will contain as many entries as will fit in the maximum packet size allowable on the interface given the configured encapsulation type. If set to disable(2), IPX RIP packets will contain at most 50 entries.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

cjnIpxRipIfUpdateInterval 1.3.6.1.4.1.1751.2.43.2.20.3.1.1.4
The RIP periodic update interval, in seconds.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

cjnIpxRipIfAgeMultiplier 1.3.6.1.4.1.1751.2.43.2.20.3.1.1.5
The holding multiplier for information received in RIP updates. RIP information will be kept for the number of seconds indicated by the cjnIpxRipIfUpdateInterval multiplied by the cjnIpxRipIfAgeMultiplier.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

cjnIpxRipIfTriggeredUpdates 1.3.6.1.4.1.1751.2.43.2.20.3.1.1.6
Specified whether or not RIP updates are immediately sent on the interface in response to changes in the routing table.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

cjnIpxRipIfAdvertiseDefaultRouteOnly 1.3.6.1.4.1.1751.2.43.2.20.3.1.1.7
Specifies whether or not ONLY the default route (FFFFFFFE) is advertised in RIP updates sent on the interface.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

cjnIpxRipIfMode 1.3.6.1.4.1.1751.2.43.2.20.3.1.1.8
The handling of RIP packets on the interface. If set to talk(1), RIP packets may be sent on the interface but not received. If set to listen(2), RIP packets may be received but not sent. If set to both(3), RIP packets may be sent and received.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER talk(1), listen(2), both(3)  

cjnIpxRipIfStatGroup 1.3.6.1.4.1.1751.2.43.2.20.4
OBJECT IDENTIFIER    

cjnIpxRipIfStatTable 1.3.6.1.4.1.1751.2.43.2.20.4.1
A list of Cajun IPX RIP interface statistics entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CjnIpxRipIfStatEntry

cjnIpxRipIfStatEntry 1.3.6.1.4.1.1751.2.43.2.20.4.1.1
A Cajun IPX RIP interface statistics instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  CjnIpxRipIfStatEntry  

cjnIpxRipIfStatTriggeredUpdatesSent 1.3.6.1.4.1.1751.2.43.2.20.4.1.1.1
The number of RIP triggered updates sent on the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cjnIpxRipIfStatPeriodicUpdatesSent 1.3.6.1.4.1.1751.2.43.2.20.4.1.1.2
The number of periodic RIP updates sent on the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cjnIpxRipIfStatUpdatesReceived 1.3.6.1.4.1.1751.2.43.2.20.4.1.1.3
The number of RIP updates received on the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cjnIpxRipIfStatRequestsReceived 1.3.6.1.4.1.1751.2.43.2.20.4.1.1.4
The number of RIP requests received on the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cjnIpxRipIfStatBadPacketsReceived 1.3.6.1.4.1.1751.2.43.2.20.4.1.1.5
The number of incorrectly formatted RIP packets received on the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cjnIpxRipIfStatsReset 1.3.6.1.4.1.1751.2.43.2.20.4.1.1.6
When set to the value enable (1) all IPX RIP statistics for this interface are reset to zero after which the value of this MIB object returns to disable(2).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)