RIPSAP

File: RIPSAP.mib (13529 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC1213-MIB

Imported symbols

enterprises Counter OBJECT-TYPE
PhysAddress

Defined Types

NetNumber  
OCTET STRING Size(4)    

RIPSysEntry  
SEQUENCE    
  ripSysInstance INTEGER
  ripSysState INTEGER
  ripSysIncorrectPackets Counter

SAPSysEntry  
SEQUENCE    
  sapSysInstance INTEGER
  sapSysState INTEGER
  sapSysIncorrectPackets Counter

RIPCircEntry  
SEQUENCE    
  ripCircSysInstance INTEGER
  ripCircIndex INTEGER
  ripCircState INTEGER
  ripCircPace INTEGER
  ripCircUpdate INTEGER
  ripCircAgeMultiplier INTEGER
  ripCircPacketSize INTEGER
  ripCircOutPackets Counter
  ripCircInPackets Counter

SAPCircEntry  
SEQUENCE    
  sapCircSysInstance INTEGER
  sapCircIndex INTEGER
  sapCircState INTEGER
  sapCircPace INTEGER
  sapCircUpdate INTEGER
  sapCircAgeMultiplier INTEGER
  sapCircPacketSize INTEGER
  sapCircGetNearestServerReply INTEGER
  sapCircOutPackets Counter
  sapCircInPackets Counter

Defined Values

novell 1.3.6.1.4.1.23
OBJECT IDENTIFIER    

mibDoc 1.3.6.1.4.1.23.2
OBJECT IDENTIFIER    

ripsap 1.3.6.1.4.1.23.2.20
OBJECT IDENTIFIER    

ripsapSystem 1.3.6.1.4.1.23.2.20.1
OBJECT IDENTIFIER    

ripsapCircuit 1.3.6.1.4.1.23.2.20.2
OBJECT IDENTIFIER    

ripSysTable 1.3.6.1.4.1.23.2.20.1.1
The RIP system table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RIPSysEntry

ripSysEntry 1.3.6.1.4.1.23.2.20.1.1.1
Each entry corresponds to one instance of RIP running on the system.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  RIPSysEntry  

ripSysInstance 1.3.6.1.4.1.23.2.20.1.1.1.1
The unique identifier of the instance of RIP to which this row corresponds. This value links the instance of RIP to an instance of IPX running on the system (i.e. the value of ripSysInstance should be the same as a value of ipxSysInstance). This value may be written only when creating a new entry in the table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ripSysState 1.3.6.1.4.1.23.2.20.1.1.1.2
Indicates the operational state of this instance of RIP.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER off(1), on(2)  

ripSysIncorrectPackets 1.3.6.1.4.1.23.2.20.1.1.1.3
The number of times that an incorrectly formatted RIP packet was received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sapSysTable 1.3.6.1.4.1.23.2.20.1.2
The SAP system table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SAPSysEntry

sapSysEntry 1.3.6.1.4.1.23.2.20.1.2.1
Each entry corresponds to one instance of SAP running on the system.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SAPSysEntry  

sapSysInstance 1.3.6.1.4.1.23.2.20.1.2.1.1
The unique identifier of the instance of SAP to which this row corresponds. This value links the instance of SAP to an instance of IPX running on the system (i.e. the value of SApSysInstance should be the same as a value of ipxSysInstance). This value may be written only when creating a new entry in the table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

sapSysState 1.3.6.1.4.1.23.2.20.1.2.1.2
Indicates the operational state of this instance of SAP.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER off(1), on(2)  

sapSysIncorrectPackets 1.3.6.1.4.1.23.2.20.1.2.1.3
The number of times that an incorrectly formatted SAP packet was received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ripCircTable 1.3.6.1.4.1.23.2.20.2.1
The RIP Circuit table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RIPCircEntry

ripCircEntry 1.3.6.1.4.1.23.2.20.2.1.1
Each entry corresponds to one circuit known to the system.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  RIPCircEntry  

ripCircSysInstance 1.3.6.1.4.1.23.2.20.2.1.1.1
The unique identifier of the instance of RIP and IPX (via ipxSysInstance) 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  

ripCircIndex 1.3.6.1.4.1.23.2.20.2.1.1.2
The identifier of this circuit, unique within the instance of RIP. This value corresponds to the circuit identifier found in ipxCircIndex. This value may be written only when creating a new entry in the table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ripCircState 1.3.6.1.4.1.23.2.20.2.1.1.3
Indicates whether RIP information may be sent/received over this circuit.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER off(1), on(2), auto-on(3), auto-off(4)  

ripCircPace 1.3.6.1.4.1.23.2.20.2.1.1.4
The maximum pace, in packets per second, at which RIP packets may be sent on this circuit.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ripCircUpdate 1.3.6.1.4.1.23.2.20.2.1.1.5
The RIP periodic update interval, in seconds.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ripCircAgeMultiplier 1.3.6.1.4.1.23.2.20.2.1.1.6
The holding multiplier for information received in RIP periodic updates.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ripCircPacketSize 1.3.6.1.4.1.23.2.20.2.1.1.7
The RIP packet size used on this circuit.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ripCircOutPackets 1.3.6.1.4.1.23.2.20.2.1.1.8
The number of RIP packets sent on this circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ripCircInPackets 1.3.6.1.4.1.23.2.20.2.1.1.9
The number of RIP packets received on this circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sapCircTable 1.3.6.1.4.1.23.2.20.2.2
The SAP Circuit table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SAPCircEntry

sapCircEntry 1.3.6.1.4.1.23.2.20.2.2.1
Each entry corresponds to one circuit known to the system.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SAPCircEntry  

sapCircSysInstance 1.3.6.1.4.1.23.2.20.2.2.1.1
The unique identifier of the instance of SAP and IPX (via ipxSysInstance) 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  

sapCircIndex 1.3.6.1.4.1.23.2.20.2.2.1.2
The identifier of this circuit, unique within the instance of SAP. This value corresponds to the circuit identifier found in ipxCircIndex. This value may be written only when creating a new entry in the table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

sapCircState 1.3.6.1.4.1.23.2.20.2.2.1.3
Indicates whether SAP information may be sent/received over this circuit.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER off(1), on(2), auto-on(3), auto-off(4)  

sapCircPace 1.3.6.1.4.1.23.2.20.2.2.1.4
The maximum pace, in packets per second, at which SAP packets may be sent on this circuit.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

sapCircUpdate 1.3.6.1.4.1.23.2.20.2.2.1.5
The SAP periodic update interval, in seconds.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

sapCircAgeMultiplier 1.3.6.1.4.1.23.2.20.2.2.1.6
The holding multiplier for information received in SAP periodic updates.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

sapCircPacketSize 1.3.6.1.4.1.23.2.20.2.2.1.7
The SAP packet size used on this circuit.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

sapCircGetNearestServerReply 1.3.6.1.4.1.23.2.20.2.2.1.8
Indicates whether to respond to SAP get nearest server requests received on this circuit.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER no(1), yes(2)  

sapCircOutPackets 1.3.6.1.4.1.23.2.20.2.2.1.9
The number of SAP packets sent on this circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sapCircInPackets 1.3.6.1.4.1.23.2.20.2.2.1.10
The number of SAP packets received on this circuit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter