ACC-RIP

MIB Reference — IPNetwork Monitor

All MIBsACC-RIP

Category: Routing Protocols, Vendor: ACC/Ericsson

Description:

Manages RIP routing protocol configuration on ACC/Ericsson routers, including version selection, authentication, split horizon, and interface timers.

Imported Objects

From ACC-MIB

DisplayString
IfIndex
RowStatus
SmdsAddress
accBRGOBJECT-IDENTITY

From ACC-SYSTEM

accTrapLogSeqNumOBJECT-TYPE

From RFC-1215

TRAP-TYPE

From RFC1155-SMI

Counter
Gauge
IpAddress
OBJECT-TYPE
TimeTicks

From RFC1213-MIB

ifIndex

What Is ACC-RIP?

ACC-RIP is a vendor-private MIB from ACC (later part of Ericsson) that manages the RIP (Routing Information Protocol) implementation on ACC broadband router platforms. It covers global RIP control via accRipAdminStatus and accRipDefaultVersion, per-interface extensions to the standard RIPv2 MIB in accRip2IfConfExtTable (profile assignment, default-route-only mode, default metric, diagnostic message level, admin state, transmit-only mode), an accRipProfileTable of reusable timer/retry profiles (update interval, inter-packet gap, max packets per burst, retransmit timeout, poll retries), an accRipNbrTable of administratively configured neighbors and an accDemandRipTable tracking demand-RIP neighbor state transitions, plus accRipExportTable/accRipImportTable route redistribution policies keyed on protocol, network, and mask. A large set of enterprise traps (accRipNbrTrap, accRipMaxReTxTrap, accRipUpdateIntTrap, accRipMemReqTrap, and others) report neighbor unreachability, retransmission limits, and internal resource exhaustion. Monitoring this MIB is useful for diagnosing RIP adjacency flaps, misconfigured import/export policies, and memory-pressure conditions on the router, and it depends on and extends the standard RFC 1724 rip2IfConfTable; it is deployed on ACC/Ericsson routers running RIP, and the full ACC-RIP MIB reference documents every object and trap listed here.

IPNetwork Monitor allows you to monitor SNMP objects defined in ACC-RIP. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.

What Can Be Monitored

  • RIP neighbor adjacency status
  • demand-RIP retransmission and retry counters
  • RIP profile timer/retry configuration
  • route export/import policy entries
  • RIP packet in/out counters and errors
  • enterprise trap conditions (memory exhaustion, neighbor unreachable, retransmit limit)

Supported Devices

  • ACC/Ericsson routers and broadband access platforms

Monitoring Examples

An operator polls accRipNbrTable to confirm accRipNbrStatus is active for each configured RIP neighbor and checks accDemandRipTransitions for unexpected down-to-up flapping; a rising accRipMaxReTxTrap count combined with a non-responding accDemandRipStatus would indicate the neighbor relationship is failing to establish reliably.

OIDs
OID symbolicOID numericTypeAccessDescription
accRip1.3.6.1.4.1.5.1.1.16
INT accRipAdminStatus1.3.6.1.4.1.5.1.1.16.1INTEGERread-writeAdminstrative status of RIP protocol. Extended causes subnet mask information to be included in RIP packets, permitting variable-length subnet masking.
TIK accRipUpdateTimer1.3.6.1.4.1.5.1.1.16.2TimeTicksread-writeThis 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.
INT accRipGateway1.3.6.1.4.1.5.1.1.16.3INTEGERread-writeDeclares 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.
accRipNeighborList1.3.6.1.4.1.5.1.1.16.5
IP accRipNeighbor1.3.6.1.4.1.5.1.1.16.5.1IpAddressread-writeA 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.
INT accRipNeighborIfindex1.3.6.1.4.1.5.1.1.16.5.2INTEGERread-onlyThe ifIndex of the port this RIP neighbor is conected to. It is derived from the IP network table (accIpAddrTable).
CTR accRipInCmdCnts1.3.6.1.4.1.5.1.1.16.6Counterread-onlyNumber of RIP command packets successfully received.
CTR accRipInRspCnts1.3.6.1.4.1.5.1.1.16.7Counterread-onlyNumber of RIP response packets successfully received.
CTR accRipInErrors1.3.6.1.4.1.5.1.1.16.8Counterread-onlyNumber of RIP response and command packets received with errors. Also includes count of packets that could not be handled due to internal errors.
CTR accRipOutCmdCnts1.3.6.1.4.1.5.1.1.16.9Counterread-onlyNumber of RIP command packets successfully transmitted.
CTR accRipOutRspCounts1.3.6.1.4.1.5.1.1.16.10Counterread-onlyNumber of RIP response packets successfully transmitted.
accRipGeneral1.3.6.1.4.1.5.1.1.16.11
INT accRipMessageLevel1.3.6.1.4.1.5.1.1.16.11.1INTEGERread-writeThe 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.
INT accRipDefaultVersion1.3.6.1.4.1.5.1.1.16.11.2INTEGERread-writeThe default verison of RIP to use on new RIP interfaces.
accRip2IfConfExtTable1.3.6.1.4.1.5.1.1.16.12not-accessibleAn extension of the rip2IfConfTable.
accRip2IfConfExtEntry1.3.6.1.4.1.5.1.1.16.12.1not-accessibleEach entry in this table contains proprietary extensions to the rip2IfConfTable
IP accRip2IfConfExtAddress1.3.6.1.4.1.5.1.1.16.12.1.1IpAddressread-onlySame definition as rip2IfConfAddress.
INT accRip2IfConfExtProfile1.3.6.1.4.1.5.1.1.16.12.1.2INTEGERread-writeAn index into the accRipProfileTable
INT accRip2IfConfExtDefaultOnly1.3.6.1.4.1.5.1.1.16.12.1.3INTEGERread-writeGenerate a default route only on this interface.
INT accRip2IfConfExtDefaultMetric1.3.6.1.4.1.5.1.1.16.12.1.4INTEGERread-writeIf generating a default route this is the metric that will be used in updates sent out this interface.
INT accRip2IfConfExtMessageLevel1.3.6.1.4.1.5.1.1.16.12.1.5INTEGERread-writeThe 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.
INT accRip2IfConfExtAdminStat1.3.6.1.4.1.5.1.1.16.12.1.6INTEGERread-writeThe administrative state of this RIP interface.
INT accRip2IfConfExtTxOnly1.3.6.1.4.1.5.1.1.16.12.1.7INTEGERread-writeSend RIP updates and ignore received updates on this interface.
accRipProfileTable1.3.6.1.4.1.5.1.1.16.13not-accessibleA table describing each of the RIP Profile groups.
accRipProfileEntry1.3.6.1.4.1.5.1.1.16.13.1not-accessibleEach entry in this table describes a Rip Profile Entry.
INT accRipProfileId1.3.6.1.4.1.5.1.1.16.13.1.1INTEGERread-onlyThe index into the accRipTimerGroupTable
INT accRipProfileUpdateInterval1.3.6.1.4.1.5.1.1.16.13.1.2INTEGERread-writeThe periodic RIP update interval.
INT accRipProfilePacketGap1.3.6.1.4.1.5.1.1.16.13.1.3INTEGERread-writeThe inter-packet gap between fragmented updates in 1/100's of a second.
INT accRipProfileMaxPkts1.3.6.1.4.1.5.1.1.16.13.1.4INTEGERread-writeThe maximum number of packets that can be issued during any update burst.
INT accRipProfileRetxTO1.3.6.1.4.1.5.1.1.16.13.1.5INTEGERread-writeThe interval in seconds that RIP will wait before retransmitting a triggered update (fragment).
INT accRipProfileShortPollRetries1.3.6.1.4.1.5.1.1.16.13.1.6INTEGERread-writeThe 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.
INT accRipProfileBackground1.3.6.1.4.1.5.1.1.16.13.1.7INTEGERread-writeThe background poll interval that RIP will attempt to re-establish a neighbor relationship.
ROW accRipProfileStatus1.3.6.1.4.1.5.1.1.16.13.1.8RowStatusread-writeThe current status of this protocol entry.
accRipNbrTable1.3.6.1.4.1.5.1.1.16.16not-accessibleA table describing RIP neighbor relationships.
accRipNbrEntry1.3.6.1.4.1.5.1.1.16.16.1not-accessibleEach entry in this table describes a administratively configured RIP neighbor. Only the neighbors listed on a interface are listened to�.
IP accRipNbrIpAddr1.3.6.1.4.1.5.1.1.16.16.1.1IpAddressread-onlyThe IP address of this system on the indicated subnet.
INT accRipNbrTriggered1.3.6.1.4.1.5.1.1.16.16.1.2INTEGERread-writeIndicates the RIP neighbor is using triggered (on demand) RIP.
INT accRipNbrType1.3.6.1.4.1.5.1.1.16.16.1.3INTEGERread-writeThe 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.
ROW accRipNbrStatus1.3.6.1.4.1.5.1.1.16.16.1.4RowStatusread-writeThe current status of this protocol entry.
accDemandRipTable1.3.6.1.4.1.5.1.1.16.17not-accessibleThis table contains information about demand RIP neighbors that have been either administratively configured or dynamically learnt.
accDemandRipEntry1.3.6.1.4.1.5.1.1.16.17.1not-accessibleEach entry of this table represents a single demand RIP neighbor.
IP accDemandRipNeighbor1.3.6.1.4.1.5.1.1.16.17.1.1IpAddressread-onlyThe RIP neighbors IP address. If this is an unnumbered link then this object will represent the ifIndex of the interface.
GAU accDemandRipRetxTimeouts1.3.6.1.4.1.5.1.1.16.17.1.2Gaugeread-onlyThe number of times a retransmit timeout has occurred on a demand RIP interface.
GAU accDemandRipShortPollRetries1.3.6.1.4.1.5.1.1.16.17.1.3Gaugeread-onlyThe number of short poll retries to this neighbor.
GAU accDemandRipBackGroundRetries1.3.6.1.4.1.5.1.1.16.17.1.4Gaugeread-onlyThe number of background poll retries to this neighbor.
CTR accDemandRipTransitions1.3.6.1.4.1.5.1.1.16.17.1.5Counterread-onlyThe number of times this neighbor has transitioned from the Down state to an Up state.
INT accDemandRipSeqNumber1.3.6.1.4.1.5.1.1.16.17.1.6INTEGERread-onlyThe sequence number of the last received update.
INT accDemandRipStatus1.3.6.1.4.1.5.1.1.16.17.1.7INTEGERread-onlyThe current status of the demand RIP neighbor.
accRipExportTable1.3.6.1.4.1.5.1.1.16.18not-accessibleA table describing RIP export policies.
accRipExportEntry1.3.6.1.4.1.5.1.1.16.18.1not-accessibleEach entry in this table describes a administratively configured export policy.
INT accRipExportProtocol1.3.6.1.4.1.5.1.1.16.18.1.1INTEGERread-onlyThe routing protocol by which the route was learned.
INT accRipExportProtoSpecific1.3.6.1.4.1.5.1.1.16.18.1.2INTEGERread-onlyProtocol dependant. Not currently used. Should always have an instance value of zero.
IP accRipExportNetwork1.3.6.1.4.1.5.1.1.16.18.1.3IpAddressread-onlyThe prefix to be used when matching policies. Routes are logically anded with the policies mask and compared to this prefix.
IP accRipExportMask1.3.6.1.4.1.5.1.1.16.18.1.4IpAddressread-onlyThe mask to be used when matching policies.
IP accRipExportDestIf1.3.6.1.4.1.5.1.1.16.18.1.5IpAddressread-onlyThe outbound interface for the update being created.
INT accRipExportAction1.3.6.1.4.1.5.1.1.16.18.1.6INTEGERread-writeDetermines the policy taken on routes matching this set of criteria.
INT accRipExportMetric1.3.6.1.4.1.5.1.1.16.18.1.7INTEGERread-writeThe 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.
ROW accRipExportStatus1.3.6.1.4.1.5.1.1.16.18.1.8RowStatusread-writeThe current status of this protocol entry.
accRipImportTable1.3.6.1.4.1.5.1.1.16.19not-accessibleA table describing RIP import policies.
accRipImportEntry1.3.6.1.4.1.5.1.1.16.19.1not-accessibleEach entry in this table describes a administratively configured import policy.
IP accRipImportInterface1.3.6.1.4.1.5.1.1.16.19.1.1IpAddressread-onlyThe interface from which the RIP update was received.
IP accRipImportPeerAddress1.3.6.1.4.1.5.1.1.16.19.1.2IpAddressread-onlyThe RIP neighbors address.
IP accRipImportNetwork1.3.6.1.4.1.5.1.1.16.19.1.3IpAddressread-onlyThe prefix to be used when matching policies. Routes are logically anded with the policies mask and compared to this prefix.
IP accRipImportMask1.3.6.1.4.1.5.1.1.16.19.1.4IpAddressread-onlyThe mask to be used when matching policies.
INT accRipImportAction1.3.6.1.4.1.5.1.1.16.19.1.5INTEGERread-writeThe action to take when a policy match occurs.
INT accRipImportMetric1.3.6.1.4.1.5.1.1.16.19.1.6INTEGERread-writeThe 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.
INT accRipImportPref1.3.6.1.4.1.5.1.1.16.19.1.7INTEGERread-writeThe 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.
ROW accRipImportStatus1.3.6.1.4.1.5.1.1.16.19.1.8RowStatusread-writeThe current status of this protocol entry.
accRipTraps1.3.6.1.4.1.5.1.1.16.20
NTF accRipFiltPolAllocTrap1.3.6.1.4.1.5.1.1.16.20.0.1Is 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
NTF accRipFiltPolTrap1.3.6.1.4.1.5.1.1.16.20.0.2It 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
NTF accRipImpPolAllocTrap1.3.6.1.4.1.5.1.1.16.20.0.3Is 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
NTF accRipImpPolTrap1.3.6.1.4.1.5.1.1.16.20.0.4It 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
NTF accRipNbrTrap1.3.6.1.4.1.5.1.1.16.20.0.5The rip neighbor address entered by the user is unreachable. SEVERITY-DEFAULT: Warning EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accRipTrapMsg } PCAUSE-DEFAULT: 7
NTF accRipNbrIncompatTrap1.3.6.1.4.1.5.1.1.16.20.0.6This 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
NTF accRipDefProfTrap1.3.6.1.4.1.5.1.1.16.20.0.7User 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
NTF accRipProfUsedByIntfTrap1.3.6.1.4.1.5.1.1.16.20.0.8User can delete only if the profile is not being used. SEVERITY-DEFAULT: Warning EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accRipTrapMsg } PCAUSE-DEFAULT: 7
NTF accRipMustBeDisbldTrap1.3.6.1.4.1.5.1.1.16.20.0.9Can change profiles only if RIP disabled. SEVERITY-DEFAULT: Warning EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accRipTrapMsg } PCAUSE-DEFAULT: 7
NTF accRipUpdateIntTrap1.3.6.1.4.1.5.1.1.16.20.0.10Occurs 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
NTF accRipInitNbrTrap1.3.6.1.4.1.5.1.1.16.20.0.11Failed 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
NTF accRipNbrAvlInsrtTrap1.3.6.1.4.1.5.1.1.16.20.0.12Is 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
NTF accRipRtNotifIdTrap1.3.6.1.4.1.5.1.1.16.20.0.13This 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
NTF accRipNbrNxtHopMemTrap1.3.6.1.4.1.5.1.1.16.20.0.14SEVERITY-DEFAULT: Major EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accRipTrapMsg } PCAUSE-DEFAULT: 32
NTF accRipNoIntfMemTrap1.3.6.1.4.1.5.1.1.16.20.0.15No memory for RIP interface. SEVERITY-DEFAULT: Major EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accRipTrapMsg } PCAUSE-DEFAULT: 32
NTF accRipAddNbrRtTrap1.3.6.1.4.1.5.1.1.16.20.0.16Add nbr route faild due to the memory shortage. SEVERITY-DEFAULT: Major EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accRipTrapMsg } PCAUSE-DEFAULT: 32
NTF accRipMaxIntfGrpTrap1.3.6.1.4.1.5.1.1.16.20.0.17The 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
NTF accRipMemReqTrap1.3.6.1.4.1.5.1.1.16.20.0.18Memory request failure. SEVERITY-DEFAULT: Major EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accRipTrapMsg } PCAUSE-DEFAULT: 32
NTF accRipUpdateEvntHndlrTrap1.3.6.1.4.1.5.1.1.16.20.0.19Is due the memory shortage. It is while creating update timer. SEVERITY-DEFAULT: Major EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accRipTrapMsg } PCAUSE-DEFAULT: 32
NTF accRipIntfLnkUpTrap1.3.6.1.4.1.5.1.1.16.20.0.20Is due the memory shortage. It is while creating update timer. SEVERITY-DEFAULT: Major EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accRipTrapMsg } PCAUSE-DEFAULT: 32
NTF accRipEnableTrap1.3.6.1.4.1.5.1.1.16.20.0.21This 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
NTF accRipInitFiltPolTrap1.3.6.1.4.1.5.1.1.16.20.0.22Failed initializing nbr due to memory shortage. SEVERITY-DEFAULT: Major EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accRipTrapMsg } PCAUSE-DEFAULT: 32
NTF accRipInitImpPolTrap1.3.6.1.4.1.5.1.1.16.20.0.23Indicates that the function rip_mgr_init_import_policy returned FALSE. SEVERITY-DEFAULT: Warning EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accRipTrapMsg } PCAUSE-DEFAULT: 7
NTF accRipNoNotifIdTrap1.3.6.1.4.1.5.1.1.16.20.0.24Each 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
NTF accRipMaxReTxTrap1.3.6.1.4.1.5.1.1.16.20.0.25Retransmission 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
STR accRipTrapMsg1.3.6.1.4.1.5.1.1.16.20.1DisplayStringread-onlyEnterprise Trap Message for rip.

RFC description

RIP routing protocol configuration and management for ACC bridge/router systems.

Start monitoring ACC/Ericsson WAN access routers (legacy) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.

Download ACC-RIP