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.
Status: mandatory Access: read-write
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.
Status: obsolete Access: read-write
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.
Status: obsolete Access: read-write
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.
Status: obsolete Access: read-write
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).
Status: obsolete Access: read-only
OBJECT-TYPE    
  INTEGER  

accRipInCmdCnts 1.3.6.1.4.1.5.1.1.16.6
Number of RIP command packets successfully received.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Counter  

accRipInRspCnts 1.3.6.1.4.1.5.1.1.16.7
Number of RIP response packets successfully received.
Status: obsolete Access: read-only
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.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Counter  

accRipOutCmdCnts 1.3.6.1.4.1.5.1.1.16.9
Number of RIP command packets successfully transmitted.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Counter  

accRipOutRspCounts 1.3.6.1.4.1.5.1.1.16.10
Number of RIP response packets successfully transmitted.
Status: obsolete Access: read-only
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.
Status: mandatory Access: read-write
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER v1(1), v2(2)  

accRip2IfConfExtTable 1.3.6.1.4.1.5.1.1.16.12
An extension of the rip2IfConfTable.
Status: mandatory Access: not-accessible
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
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccRip2IfConfExtEntry  

accRip2IfConfExtAddress 1.3.6.1.4.1.5.1.1.16.12.1.1
Same definition as rip2IfConfAddress.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

accRip2IfConfExtProfile 1.3.6.1.4.1.5.1.1.16.12.1.2
An index into the accRipProfileTable
Status: mandatory Access: read-write
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.
Status: mandatory Access: read-write
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.
Status: mandatory Access: read-write
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.
Status: mandatory Access: read-write
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.
Status: mandatory Access: read-write
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.
Status: mandatory Access: read-write
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.
Status: mandatory Access: not-accessible
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.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccRipProfileEntry  

accRipProfileId 1.3.6.1.4.1.5.1.1.16.13.1.1
The index into the accRipTimerGroupTable
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..4  

accRipProfileUpdateInterval 1.3.6.1.4.1.5.1.1.16.13.1.2
The periodic RIP update interval.
Status: mandatory Access: read-write
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.
Status: mandatory Access: read-write
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.
Status: mandatory Access: read-write
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).
Status: mandatory Access: read-write
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.
Status: mandatory Access: read-write
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.
Status: mandatory Access: read-write
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

accRipNbrTable 1.3.6.1.4.1.5.1.1.16.16
A table describing RIP neighbor relationships.
Status: mandatory Access: not-accessible
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 too.
Status: mandatory Access: not-accessible
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.
Status: mandatory Access: read-only
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.
Status: mandatory Access: read-write
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

accRipNbrStatus 1.3.6.1.4.1.5.1.1.16.16.1.4
The current status of this protocol entry.
Status: mandatory Access: read-write
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.
Status: mandatory Access: not-accessible
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.
Status: mandatory Access: not-accessible
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.
Status: mandatory Access: read-only
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.
Status: mandatory Access: read-only
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.
Status: mandatory Access: read-only
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.
Status: mandatory Access: read-only
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.
Status: mandatory Access: read-only
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.
Status: mandatory Access: read-only
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.
Status: mandatory Access: read-only
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.
Status: mandatory Access: not-accessible
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.
Status: mandatory Access: not-accessible
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.
Status: mandatory Access: read-only
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.
Status: mandatory Access: read-only
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.
Status: mandatory Access: read-only
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.
Status: mandatory Access: read-only
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.
Status: mandatory Access: read-only
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.
Status: mandatory Access: read-write
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.
Status: mandatory Access: read-write
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

accRipImportTable 1.3.6.1.4.1.5.1.1.16.19
A table describing RIP import policies.
Status: mandatory Access: not-accessible
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.
Status: mandatory Access: not-accessible
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

accRipImportPeerAddress 1.3.6.1.4.1.5.1.1.16.19.1.2
The RIP neighbors address.
Status: mandatory Access: read-only
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.
Status: mandatory Access: read-only
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.
Status: mandatory Access: read-only
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.
Status: mandatory Access: read-write
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.
Status: mandatory Access: read-write
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.
Status: mandatory Access: read-write
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.
Status: mandatory Access: read-write
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

accRipFiltPolAllocTrap 1
Is due the memory shortage. This may mean that maximum number of filter policies were already allocated. SEVERITY-DEFAULT: Warning EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accRipTrapMsg } PCAUSE-DEFAULT: 32
TRAP-TYPE    

accRipFiltPolTrap 2
It happens when the user tries to delete a filter policy that doesnt exist. SEVERITY-DEFAULT: Warning EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accRipTrapMsg } PCAUSE-DEFAULT: 7
TRAP-TYPE    

accRipImpPolAllocTrap 3
Is due the memory shortage. This may mean that maximum number of Import policies were already allocated. SEVERITY-DEFAULT: Warning EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accRipTrapMsg } PCAUSE-DEFAULT: 32
TRAP-TYPE    

accRipImpPolTrap 4
It happens when the user tries to delete an Import policy that doesnt exist. SEVERITY-DEFAULT: Warning EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accRipTrapMsg } PCAUSE-DEFAULT: 7
TRAP-TYPE    

accRipNbrTrap 5
The rip neighbor address entered by the user is unreachable. SEVERITY-DEFAULT: Warning EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accRipTrapMsg } PCAUSE-DEFAULT: 7
TRAP-TYPE    

accRipNbrIncompatTrap 6
This is due the fact that either Unumbered Ip Neighbor is on a Numbered Link or vice versa. SEVERITY-DEFAULT: Warning EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accRipTrapMsg } PCAUSE-DEFAULT: 7
TRAP-TYPE    

accRipDefProfTrap 7
User tried to delete default profile. Default profile entry cant be deleted. SEVERITY-DEFAULT: Warning EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accRipTrapMsg } PCAUSE-DEFAULT: 7
TRAP-TYPE    

accRipProfUsedByIntfTrap 8
User can delete only if the profile is not being used. SEVERITY-DEFAULT: Warning EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accRipTrapMsg } PCAUSE-DEFAULT: 7
TRAP-TYPE    

accRipMustBeDisbldTrap 9
Can change profiles only if RIP disabled. SEVERITY-DEFAULT: Warning EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accRipTrapMsg } PCAUSE-DEFAULT: 7
TRAP-TYPE    

accRipUpdateIntTrap 10
Occurs when the number of routes that RIP must send in the updates out an interface causes the ppu value and inter-packet gap to exceed the RIP update interval of the iterface. To rectify this, either shorten the inter-packet interval or increase the number of packets-per-update. Another solution is to reduce the number of routes sent out the interface by implementing policy or aggregation. SEVERITY-DEFAULT: Major EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accRipTrapMsg } PCAUSE-DEFAULT: 8
TRAP-TYPE    

accRipInitNbrTrap 11
Failed initializing the neighbor due to the memory shortage encoutered in allocating memory for either the trigger timer for the group or for the structure to hold Neighbors triggered RIP related information. SEVERITY-DEFAULT: Major EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accRipTrapMsg } PCAUSE-DEFAULT: 32
TRAP-TYPE    

accRipNbrAvlInsrtTrap 12
Is due the memory shortage. This trap is while creating a neighbor strucutre for the RIP interface. SEVERITY-DEFAULT: Major EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accRipTrapMsg } PCAUSE-DEFAULT: 32
TRAP-TYPE    

accRipRtNotifIdTrap 13
This is a NBMA interface and it is up. Trap occured while acquiring cl_id for this neighbor. SEVERITY-DEFAULT: Warning EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accRipTrapMsg } PCAUSE-DEFAULT: 0
TRAP-TYPE    

accRipNbrNxtHopMemTrap 14
SEVERITY-DEFAULT: Major EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accRipTrapMsg } PCAUSE-DEFAULT: 32
TRAP-TYPE    

accRipNoIntfMemTrap 15
No memory for RIP interface. SEVERITY-DEFAULT: Major EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accRipTrapMsg } PCAUSE-DEFAULT: 32
TRAP-TYPE    

accRipAddNbrRtTrap 16
Add nbr route faild due to the memory shortage. SEVERITY-DEFAULT: Major EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accRipTrapMsg } PCAUSE-DEFAULT: 32
TRAP-TYPE    

accRipMaxIntfGrpTrap 17
The number of different interface groups is limited to the constant by RIP_MAX_INTF_GROUPS. SEVERITY-DEFAULT: Warning EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accRipTrapMsg } PCAUSE-DEFAULT: 7
TRAP-TYPE    

accRipMemReqTrap 18
Memory request failure. SEVERITY-DEFAULT: Major EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accRipTrapMsg } PCAUSE-DEFAULT: 32
TRAP-TYPE    

accRipUpdateEvntHndlrTrap 19
Is due the memory shortage. It is while creating update timer. SEVERITY-DEFAULT: Major EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accRipTrapMsg } PCAUSE-DEFAULT: 32
TRAP-TYPE    

accRipIntfLnkUpTrap 20
Is due the memory shortage. It is while creating update timer. SEVERITY-DEFAULT: Major EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accRipTrapMsg } PCAUSE-DEFAULT: 32
TRAP-TYPE    

accRipEnableTrap 21
This is when enabling the RIP interface is failed which is due to either Insufficient info or rip interface group not bound. SEVERITY-DEFAULT: Major EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accRipTrapMsg } PCAUSE-DEFAULT: 7
TRAP-TYPE    

accRipInitFiltPolTrap 22
Failed initializing nbr due to memory shortage. SEVERITY-DEFAULT: Major EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accRipTrapMsg } PCAUSE-DEFAULT: 32
TRAP-TYPE    

accRipInitImpPolTrap 23
Indicates that the function rip_mgr_init_import_policy returned FALSE. SEVERITY-DEFAULT: Warning EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accRipTrapMsg } PCAUSE-DEFAULT: 7
TRAP-TYPE    

accRipNoNotifIdTrap 24
Each instance of a routing protocol or the IP instance itself has a bit in the RTH for a change list entry. The trap indicates that it is due to the inability of getting bit offset in this field which is reserved for it in each rt_head in the routing table. SEVERITY-DEFAULT: Major EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accRipTrapMsg } PCAUSE-DEFAULT: 152
TRAP-TYPE    

accRipMaxReTxTrap 25
Retransmission reaches its limit .max_retransmission period is defined in the profile group. SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accRipTrapMsg } PCAUSE-DEFAULT: 7
TRAP-TYPE