ACC-RIP

File: ACC-RIP.mib (40961 bytes)

Imported modules

RFC1155-SMI RFC-1215 RFC1213-MIB
ACC-SYSTEM ACC-MIB SNMPv2-TC

Imported symbols

OBJECT-TYPE IpAddress TimeTicks
Gauge Counter TRAP-TYPE
ifIndex accTrapLogSeqNum accBRG
DisplayString IfIndex SmdsAddress
RowStatus

Defined Types

AccRip2IfConfExtEntry  
SEQUENCE    
  accRip2IfConfExtAddress IpAddress
  accRip2IfConfExtProfile INTEGER
  accRip2IfConfExtDefaultOnly INTEGER
  accRip2IfConfExtDefaultMetric INTEGER
  accRip2IfConfExtMessageLevel INTEGER
  accRip2IfConfExtAdminStat INTEGER
  accRip2IfConfExtTxOnly INTEGER

AccRipProfileEntry  
SEQUENCE    
  accRipProfileId INTEGER
  accRipProfileUpdateInterval INTEGER
  accRipProfilePacketGap INTEGER
  accRipProfileMaxPkts INTEGER
  accRipProfileRetxTO INTEGER
  accRipProfileShortPollRetries INTEGER
  accRipProfileBackground INTEGER
  accRipProfileStatus RowStatus

AccRipNbrEntry  
SEQUENCE    
  accRipNbrIpAddr IpAddress
  accRipNbrTriggered INTEGER
  accRipNbrType INTEGER
  accRipNbrStatus RowStatus

AccDemandRipEntry  
SEQUENCE    
  accDemandRipNeighbor IpAddress
  accDemandRipRetxTimeouts Gauge
  accDemandRipShortPollRetries Gauge
  accDemandRipBackGroundRetries Gauge
  accDemandRipTransitions Counter
  accDemandRipSeqNumber INTEGER
  accDemandRipStatus INTEGER

AccRipExportEntry  
SEQUENCE    
  accRipExportProtocol INTEGER
  accRipExportProtoSpecific INTEGER
  accRipExportNetwork IpAddress
  accRipExportMask IpAddress
  accRipExportDestIf IpAddress
  accRipExportAction INTEGER
  accRipExportMetric INTEGER
  accRipExportStatus RowStatus

AccRipImportEntry  
SEQUENCE    
  accRipImportInterface IpAddress
  accRipImportPeerAddress IpAddress
  accRipImportNetwork IpAddress
  accRipImportMask IpAddress
  accRipImportAction INTEGER
  accRipImportMetric INTEGER
  accRipImportPref INTEGER
  accRipImportStatus RowStatus

Defined Values

accRip 1.3.6.1.4.1.5.1.1.16
OBJECT IDENTIFIER    

accRipGeneral 1.3.6.1.4.1.5.1.1.16.11
OBJECT IDENTIFIER    

accRipAdminStatus 1.3.6.1.4.1.5.1.1.16.1
Adminstrative status of RIP protocol. Extended causes subnet mask information to be included in RIP packets, permitting variable-length subnet masking.
OBJECT-TYPE    
  INTEGER on(1), off(2)  

accRipUpdateTimer 1.3.6.1.4.1.5.1.1.16.2
This unit will send updates to its neighbors at the interval established by this timer. Note that all other RIP timers are scaled off this value.
OBJECT-TYPE    
  TimeTicks  

accRipGateway 1.3.6.1.4.1.5.1.1.16.3
Declares if the unit is the gateway unit for an AS. Indicates if the unit does or does not advertise that it is the default route. Extended mode causes EGP-derived information to be included in RIP packets.
OBJECT-TYPE    
  INTEGER on(1), off(2), extended(3)  

accRipNeighborList 1.3.6.1.4.1.5.1.1.16.5
OBJECT IDENTIFIER    

accRipNeighbor 1.3.6.1.4.1.5.1.1.16.5.1
A neighbor to whom routing updates are sent, and from whom updates are accepted. RIP neighbors must be on the local network. In the case of an unnumbered link this object indicates the ifIndex of the link the neighbor is connected to.
OBJECT-TYPE    
  IpAddress  

accRipNeighborIfindex 1.3.6.1.4.1.5.1.1.16.5.2
The ifIndex of the port this RIP neighbor is conected to. It is derived from the IP network table (accIpAddrTable).
OBJECT-TYPE    
  INTEGER  

accRipInCmdCnts 1.3.6.1.4.1.5.1.1.16.6
Number of RIP command packets successfully received.
OBJECT-TYPE    
  Counter  

accRipInRspCnts 1.3.6.1.4.1.5.1.1.16.7
Number of RIP response packets successfully received.
OBJECT-TYPE    
  Counter  

accRipInErrors 1.3.6.1.4.1.5.1.1.16.8
Number of RIP response and command packets received with errors. Also includes count of packets that could not be handled due to internal errors.
OBJECT-TYPE    
  Counter  

accRipOutCmdCnts 1.3.6.1.4.1.5.1.1.16.9
Number of RIP command packets successfully transmitted.
OBJECT-TYPE    
  Counter  

accRipOutRspCounts 1.3.6.1.4.1.5.1.1.16.10
Number of RIP response packets successfully transmitted.
OBJECT-TYPE    
  Counter  

accRipMessageLevel 1.3.6.1.4.1.5.1.1.16.11.1
The configured diagnostic level for RIP. Setting this value to 1 enables RIP to generate important diagnostic information. Increasing the value increases the diagnostic information. Level 7 is mostly informational.
OBJECT-TYPE    
  INTEGER 1..7  

accRipDefaultVersion 1.3.6.1.4.1.5.1.1.16.11.2
The default verison of RIP to use on new RIP interfaces.
OBJECT-TYPE    
  INTEGER v1(1), v2(2)  

accRip2IfConfExtTable 1.3.6.1.4.1.5.1.1.16.12
An extension of the rip2IfConfTable.
OBJECT-TYPE    
  SEQUENCE OF  
    AccRip2IfConfExtEntry

accRip2IfConfExtEntry 1.3.6.1.4.1.5.1.1.16.12.1
Each entry in this table contains proprietary extensions to the rip2IfConfTable
OBJECT-TYPE    
  AccRip2IfConfExtEntry  

accRip2IfConfExtAddress 1.3.6.1.4.1.5.1.1.16.12.1.1
Same definition as rip2IfConfAddress.
OBJECT-TYPE    
  IpAddress  

accRip2IfConfExtProfile 1.3.6.1.4.1.5.1.1.16.12.1.2
An index into the accRipProfileTable
OBJECT-TYPE    
  INTEGER 1..4  

accRip2IfConfExtDefaultOnly 1.3.6.1.4.1.5.1.1.16.12.1.3
Generate a default route only on this interface.
OBJECT-TYPE    
  INTEGER yes(1), no(2)  

accRip2IfConfExtDefaultMetric 1.3.6.1.4.1.5.1.1.16.12.1.4
If generating a default route this is the metric that will be used in updates sent out this interface.
OBJECT-TYPE    
  INTEGER 1..15  

accRip2IfConfExtMessageLevel 1.3.6.1.4.1.5.1.1.16.12.1.5
The configured diagnostic level for this RIP interface. Setting this value to 1 will enable the interface to generate critical diagnostic information. Increasing the value increases the diagnostic information. Level 7 is mostly informational.
OBJECT-TYPE    
  INTEGER 1..7  

accRip2IfConfExtAdminStat 1.3.6.1.4.1.5.1.1.16.12.1.6
The administrative state of this RIP interface.
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

accRip2IfConfExtTxOnly 1.3.6.1.4.1.5.1.1.16.12.1.7
Send RIP updates and ignore received updates on this interface.
OBJECT-TYPE    
  INTEGER yes(1), no(2)  

accRipProfileTable 1.3.6.1.4.1.5.1.1.16.13
A table describing each of the RIP Profile groups.
OBJECT-TYPE    
  SEQUENCE OF  
    AccRipProfileEntry

accRipProfileEntry 1.3.6.1.4.1.5.1.1.16.13.1
Each entry in this table describes a Rip Profile Entry.
OBJECT-TYPE    
  AccRipProfileEntry  

accRipProfileId 1.3.6.1.4.1.5.1.1.16.13.1.1
The index into the accRipTimerGroupTable
OBJECT-TYPE    
  INTEGER 1..4  

accRipProfileUpdateInterval 1.3.6.1.4.1.5.1.1.16.13.1.2
The periodic RIP update interval.
OBJECT-TYPE    
  INTEGER 5..3600  

accRipProfilePacketGap 1.3.6.1.4.1.5.1.1.16.13.1.3
The inter-packet gap between fragmented updates in 1/100's of a second.
OBJECT-TYPE    
  INTEGER 0..100  

accRipProfileMaxPkts 1.3.6.1.4.1.5.1.1.16.13.1.4
The maximum number of packets that can be issued during any update burst.
OBJECT-TYPE    
  INTEGER 0..100  

accRipProfileRetxTO 1.3.6.1.4.1.5.1.1.16.13.1.5
The interval in seconds that RIP will wait before retransmitting a triggered update (fragment).
OBJECT-TYPE    
  INTEGER 1..30  

accRipProfileShortPollRetries 1.3.6.1.4.1.5.1.1.16.13.1.6
The number of times RIP will retry to establish a non-responding neighbor using the short poll interval (5 minutes) after the neighbor has gone non-responding.
OBJECT-TYPE    
  INTEGER 0..120  

accRipProfileBackground 1.3.6.1.4.1.5.1.1.16.13.1.7
The background poll interval that RIP will attempt to re-establish a neighbor relationship.
OBJECT-TYPE    
  INTEGER 0..1440  

accRipProfileStatus 1.3.6.1.4.1.5.1.1.16.13.1.8
The current status of this protocol entry.
OBJECT-TYPE    
  RowStatus  

accRipNbrTable 1.3.6.1.4.1.5.1.1.16.16
A table describing RIP neighbor relationships.
OBJECT-TYPE    
  SEQUENCE OF  
    AccRipNbrEntry

accRipNbrEntry 1.3.6.1.4.1.5.1.1.16.16.1
Each entry in this table describes a administratively configured RIP neighbor. Only the neighbors listed on a interface are listened toÕ.
OBJECT-TYPE    
  AccRipNbrEntry  

accRipNbrIpAddr 1.3.6.1.4.1.5.1.1.16.16.1.1
The IP address of this system on the indicated subnet.
OBJECT-TYPE    
  IpAddress  

accRipNbrTriggered 1.3.6.1.4.1.5.1.1.16.16.1.2
Indicates the RIP neighbor is using triggered (on demand) RIP.
OBJECT-TYPE    
  INTEGER yes(1), no(4)  

accRipNbrType 1.3.6.1.4.1.5.1.1.16.16.1.3
The ifIndex for the associated IP Interface. A non-zero valueindicates that the interface is an unnumbered interface and ripNbrIfIpAddr has the value of 0.0.0.0.
OBJECT-TYPE    
  INTEGER  

accRipNbrStatus 1.3.6.1.4.1.5.1.1.16.16.1.4
The current status of this protocol entry.
OBJECT-TYPE    
  RowStatus  

accDemandRipTable 1.3.6.1.4.1.5.1.1.16.17
This table contains information about demand RIP neighbors that have been either administratively configured or dynamically learnt.
OBJECT-TYPE    
  SEQUENCE OF  
    AccDemandRipEntry

accDemandRipEntry 1.3.6.1.4.1.5.1.1.16.17.1
Each entry of this table represents a single demand RIP neighbor.
OBJECT-TYPE    
  AccDemandRipEntry  

accDemandRipNeighbor 1.3.6.1.4.1.5.1.1.16.17.1.1
The RIP neighbors IP address. If this is an unnumbered link then this object will represent the ifIndex of the interface.
OBJECT-TYPE    
  IpAddress  

accDemandRipRetxTimeouts 1.3.6.1.4.1.5.1.1.16.17.1.2
The number of times a retransmit timeout has occurred on a demand RIP interface.
OBJECT-TYPE    
  Gauge  

accDemandRipShortPollRetries 1.3.6.1.4.1.5.1.1.16.17.1.3
The number of short poll retries to this neighbor.
OBJECT-TYPE    
  Gauge  

accDemandRipBackGroundRetries 1.3.6.1.4.1.5.1.1.16.17.1.4
The number of background poll retries to this neighbor.
OBJECT-TYPE    
  Gauge  

accDemandRipTransitions 1.3.6.1.4.1.5.1.1.16.17.1.5
The number of times this neighbor has transitioned from the Down state to an Up state.
OBJECT-TYPE    
  Counter  

accDemandRipSeqNumber 1.3.6.1.4.1.5.1.1.16.17.1.6
The sequence number of the last received update.
OBJECT-TYPE    
  INTEGER  

accDemandRipStatus 1.3.6.1.4.1.5.1.1.16.17.1.7
The current status of the demand RIP neighbor.
OBJECT-TYPE    
  INTEGER up(1), down(2), notResponding(3), attempt(4), exchange(5), flushed(6)  

accRipExportTable 1.3.6.1.4.1.5.1.1.16.18
A table describing RIP export policies.
OBJECT-TYPE    
  SEQUENCE OF  
    AccRipExportEntry

accRipExportEntry 1.3.6.1.4.1.5.1.1.16.18.1
Each entry in this table describes a administratively configured export policy.
OBJECT-TYPE    
  AccRipExportEntry  

accRipExportProtocol 1.3.6.1.4.1.5.1.1.16.18.1.1
The routing protocol by which the route was learned.
OBJECT-TYPE    
  INTEGER any(1), local(2), static(3), iospf(4), eospf(5), rip(6), ebgp(7), ibgp(8)  

accRipExportProtoSpecific 1.3.6.1.4.1.5.1.1.16.18.1.2
Protocol dependant. Not currently used. Should always have an instance value of zero.
OBJECT-TYPE    
  INTEGER  

accRipExportNetwork 1.3.6.1.4.1.5.1.1.16.18.1.3
The prefix to be used when matching policies. Routes are logically anded with the policies mask and compared to this prefix.
OBJECT-TYPE    
  IpAddress  

accRipExportMask 1.3.6.1.4.1.5.1.1.16.18.1.4
The mask to be used when matching policies.
OBJECT-TYPE    
  IpAddress  

accRipExportDestIf 1.3.6.1.4.1.5.1.1.16.18.1.5
The outbound interface for the update being created.
OBJECT-TYPE    
  IpAddress  

accRipExportAction 1.3.6.1.4.1.5.1.1.16.18.1.6
Determines the policy taken on routes matching this set of criteria.
OBJECT-TYPE    
  INTEGER export(1), block(2)  

accRipExportMetric 1.3.6.1.4.1.5.1.1.16.18.1.7
The metric that is to be used when exporting a route into the routing domain on the outgoing interface. The value 16 tells RIP to use the protocol owners metric. Reading the value 17 means that this object is not used.
OBJECT-TYPE    
  INTEGER 0..17  

accRipExportStatus 1.3.6.1.4.1.5.1.1.16.18.1.8
The current status of this protocol entry.
OBJECT-TYPE    
  RowStatus  

accRipImportTable 1.3.6.1.4.1.5.1.1.16.19
A table describing RIP import policies.
OBJECT-TYPE    
  SEQUENCE OF  
    AccRipImportEntry

accRipImportEntry 1.3.6.1.4.1.5.1.1.16.19.1
Each entry in this table describes a administratively configured import policy.
OBJECT-TYPE    
  AccRipImportEntry  

accRipImportInterface 1.3.6.1.4.1.5.1.1.16.19.1.1
The interface from which the RIP update was received.
OBJECT-TYPE    
  IpAddress  

accRipImportPeerAddress 1.3.6.1.4.1.5.1.1.16.19.1.2
The RIP neighbors address.
OBJECT-TYPE    
  IpAddress  

accRipImportNetwork 1.3.6.1.4.1.5.1.1.16.19.1.3
The prefix to be used when matching policies. Routes are logically anded with the policies mask and compared to this prefix.
OBJECT-TYPE    
  IpAddress  

accRipImportMask 1.3.6.1.4.1.5.1.1.16.19.1.4
The mask to be used when matching policies.
OBJECT-TYPE    
  IpAddress  

accRipImportAction 1.3.6.1.4.1.5.1.1.16.19.1.5
The action to take when a policy match occurs.
OBJECT-TYPE    
  INTEGER import(1), ignore(2)  

accRipImportMetric 1.3.6.1.4.1.5.1.1.16.19.1.6
The metric that is to be used when importing a route that has matched this policy. The value 16 tells RIP to use the protocol owners metric.
OBJECT-TYPE    
  INTEGER 1..16  

accRipImportPref 1.3.6.1.4.1.5.1.1.16.19.1.7
The preference that RIP will assign to a route matching this policy. The preference is used to determine precedence between other routing protocols that learn paths to the same destination.
OBJECT-TYPE    
  INTEGER 1..255  

accRipImportStatus 1.3.6.1.4.1.5.1.1.16.19.1.8
The current status of this protocol entry.
OBJECT-TYPE    
  RowStatus  

accRipTraps 1.3.6.1.4.1.5.1.1.16.20
OBJECT IDENTIFIER    

accRipTrapMsg 1.3.6.1.4.1.5.1.1.16.20.1
Enterprise Trap Message for rip.
OBJECT-TYPE    
  DisplayString