RIP-IP-PRIVATE-MIB

File: RIP-IP-PRIVATE-MIB.mib (10412 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC Cajun-ROOT

Imported symbols

MODULE-IDENTITY OBJECT-TYPE IpAddress
RowStatus cjnProtocol

Defined Types

CjnIpRipIfEntry  
SEQUENCE    
  cjnIpRipIfIpAddr IpAddress
  cjnIpRipIfRowStatus RowStatus
  cjnIpRipIfSendRcvMode INTEGER
  cjnIpRipIfSendVersion INTEGER
  cjnIpRipIfRcvVersion INTEGER
  cjnIpRipIfDefaultRouteMode INTEGER
  cjnIpRipIfPoisonMethod INTEGER
  cjnIpRipIfAuthType INTEGER
  cjnIpRipIfAuthKey OCTET STRING

CjnIpRipIfStatEntry  
SEQUENCE    
  cjnIpRipIfStatIpAddr IpAddress
  cjnIpRipIfUpdatesSent INTEGER
  cjnIpRipIfUpdatesRcvd INTEGER
  cjnIpRipIfTrigUpdatesSent INTEGER
  cjnIpRipIfBadPktRcvd INTEGER
  cjnIpRipIfBadRoutesRcvd INTEGER

CjnIpRipNeighborEntry  
SEQUENCE    
  cjnIpRipNeighborIpAddr IpAddress
  cjnIpRipNeighborRowStatus RowStatus

Defined Values

cjnRip 1.3.6.1.4.1.1751.2.43.2.10
Cajun Private RIP MIB
MODULE-IDENTITY    

cjnIpRipGblGroup 1.3.6.1.4.1.1751.2.43.2.10.1
OBJECT IDENTIFIER    

cjnIpRipIsEnabled 1.3.6.1.4.1.1751.2.43.2.10.1.1
Enables IP RIP services on this device.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER false(0), true(1)  

cjnIpRipUpdateTimer 1.3.6.1.4.1.1751.2.43.2.10.1.2
RIP route Advertisement Interval (sec)
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

cjnIpRipPurgeTTL 1.3.6.1.4.1.1751.2.43.2.10.1.3
TTL for purged RIP routes
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

cjnIpRipTriggeredUpdates 1.3.6.1.4.1.1751.2.43.2.10.1.4
Enable/Disable Triggered RIP updates
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

cjnIpRipInterPktDelay 1.3.6.1.4.1.1751.2.43.2.10.1.5
Delay between two successive RIP route Advertisements (sec)
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

cjnIpRipStatGroup 1.3.6.1.4.1.1751.2.43.2.10.2
OBJECT IDENTIFIER    

cjnIpRipIfGroup 1.3.6.1.4.1.1751.2.43.2.10.3
OBJECT IDENTIFIER    

cjnIpRipIfTable 1.3.6.1.4.1.1751.2.43.2.10.3.1
A list of interface specific RIP Entries
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CjnIpRipIfEntry

cjnIpRipIfEntry 1.3.6.1.4.1.1751.2.43.2.10.3.1.1
An cajun RIP Interface instance
Status: current Access: not-accessible
OBJECT-TYPE    
  CjnIpRipIfEntry  

cjnIpRipIfIpAddr 1.3.6.1.4.1.1751.2.43.2.10.3.1.1.1
The globally unique IP Address identifier for this interface. This number MUST exist in the cjnIpIfTable to be valid.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

cjnIpRipIfRowStatus 1.3.6.1.4.1.1751.2.43.2.10.3.1.1.2
The Status of this entry in the table. Note the available states: active(1), -- Obviously Active on this interface. notInService(2) -- Configured on Interface but disabled. notReady(3), -- Interface entry NOT FULLY configured. createAndGo(4), -- NOT SUPPORTED. createAndWait(5) or destroy(6)
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cjnIpRipIfSendRcvMode 1.3.6.1.4.1.1751.2.43.2.10.3.1.1.3
RIP Send & Receive mode setting.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER talkOnly(1), listenOnly(2), talkAndListen(3)  

cjnIpRipIfSendVersion 1.3.6.1.4.1.1751.2.43.2.10.3.1.1.4
RIP version to adhere to, while sending updates
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER v1(1), v2(2), v1v2(3), off(4)  

cjnIpRipIfRcvVersion 1.3.6.1.4.1.1751.2.43.2.10.3.1.1.5
RIP version to adhere to, while receiving updates
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER v1(1), v2(2), v1v2(3), off(4)  

cjnIpRipIfDefaultRouteMode 1.3.6.1.4.1.1751.2.43.2.10.3.1.1.6
RIP default route characteristics. If this MIB Object is set to talkOnly(1) then the known default route is advertised in RIP updates but ignored on incoming neighbor updates. Is this MIB object is set to listenOnly(2) then the known default route is supressed from outgoing RIP updates but accepted on incoming neighbor updates.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER talkOnly(1), listenOnly(2), talkAndListen(3), disable(4)  

cjnIpRipIfPoisonMethod 1.3.6.1.4.1.1751.2.43.2.10.3.1.1.7
RIP Poison Reverse Mode.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER splitHorizon(1), splitHorizonWithPoisonReverse(2)  

cjnIpRipIfAuthType 1.3.6.1.4.1.1751.2.43.2.10.3.1.1.8
RIP authentication type
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER none(1), simplePassword(2), mD5(3)  

cjnIpRipIfAuthKey 1.3.6.1.4.1.1751.2.43.2.10.3.1.1.9
RIP authentication key-valid only when cjnIpRipIfAuthType is not set to NONE
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..16)  

cjnIpRipIfStatTable 1.3.6.1.4.1.1751.2.43.2.10.3.2
A list of interface specific RIP Statictics Entries
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CjnIpRipIfStatEntry

cjnIpRipIfStatEntry 1.3.6.1.4.1.1751.2.43.2.10.3.2.1
An cajun RIP Interface Statistics instance
Status: current Access: not-accessible
OBJECT-TYPE    
  CjnIpRipIfStatEntry  

cjnIpRipIfStatIpAddr 1.3.6.1.4.1.1751.2.43.2.10.3.2.1.1
The globally unique IP Address identifier for this interface. This number MUST exist in the cjnIpIfTable to be valid.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

cjnIpRipIfUpdatesSent 1.3.6.1.4.1.1751.2.43.2.10.3.2.1.2
Total# of RIP updates sent on this if
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

cjnIpRipIfUpdatesRcvd 1.3.6.1.4.1.1751.2.43.2.10.3.2.1.3
Total# of RIP updates received on this if
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

cjnIpRipIfTrigUpdatesSent 1.3.6.1.4.1.1751.2.43.2.10.3.2.1.4
Total# of RIP triggered updates sent on this if
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

cjnIpRipIfBadPktRcvd 1.3.6.1.4.1.1751.2.43.2.10.3.2.1.5
Total# of RIP packets received in error on this if
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

cjnIpRipIfBadRoutesRcvd 1.3.6.1.4.1.1751.2.43.2.10.3.2.1.6
Total# of bad RIP network routes received in error on this if
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

cjnIpRipNeighborGroup 1.3.6.1.4.1.1751.2.43.2.10.4
OBJECT IDENTIFIER    

cjnIpRipNeighborTable 1.3.6.1.4.1.1751.2.43.2.10.4.1
A list of RIP Trusted Neighbors
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CjnIpRipNeighborEntry

cjnIpRipNeighborEntry 1.3.6.1.4.1.1751.2.43.2.10.4.1.1
A RIP Trusted Neighbor Entry
Status: current Access: not-accessible
OBJECT-TYPE    
  CjnIpRipNeighborEntry  

cjnIpRipNeighborIpAddr 1.3.6.1.4.1.1751.2.43.2.10.4.1.1.1
The IP Address identifier for this neighbor.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

cjnIpRipNeighborRowStatus 1.3.6.1.4.1.1751.2.43.2.10.4.1.1.2
The Status of this entry in the table. Note the available states: active(1), -- Obviously Active on this interface. notInService(2) -- Configured on Interface but disabled. notReady(3), -- Interface entry NOT FULLY configured. createAndGo(4), -- NOT SUPPORTED. createAndWait(5) or destroy(6)
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus