MSIPRIP2-MIB

File: MSIPRIP2-MIB.mib (34333 bytes)

Imported modules

RFC1155-SMI RFC-1212 MSFT-MIB

Imported symbols

enterprises TimeTicks Counter
IpAddress OBJECT-TYPE microsoft
software

Defined Types

GlobalPeerFilterEntry  
SEQUENCE    
  globalPFAddr IpAddress
  globalPFTag INTEGER

IfStatsEntry  
SEQUENCE    
  ifSEIndex INTEGER
  ifSEState INTEGER
  ifSESendFailures Counter
  ifSEReceiveFailures Counter
  ifSERequestSends Counter
  ifSERequestReceiveds Counter
  ifSEResponseSends Counter
  ifSEResponseReceiveds Counter
  ifSEBadResponsePacketReceiveds Counter
  ifSEBadResponseEntriesReceiveds Counter
  ifSETriggeredUpdateSends Counter

IfConfigEntry  
SEQUENCE    
  ifCEIndex INTEGER
  ifCEState INTEGER
  ifCEMetric INTEGER
  ifCEUpdateMode INTEGER
  ifCEAcceptMode INTEGER
  ifCEAnnounceMode INTEGER
  ifCEProtocolFlags INTEGER
  ifCERouteExpirationInterval TimeTicks
  ifCERouteRemovalInterval TimeTicks
  ifCEFullUpdateInterval TimeTicks
  ifCEAuthenticationType INTEGER
  ifCEAuthenticationKey OCTET STRING
  ifCERouteTag INTEGER
  ifCEUnicastPeerMode INTEGER
  ifCEAcceptFilterMode INTEGER
  ifCEAnnounceFilterMode INTEGER
  ifCEUnicastPeerCount INTEGER
  ifCEAcceptFilterCount INTEGER
  ifCEAnnounceFilterCount INTEGER

IfUnicastPeersEntry  
SEQUENCE    
  ifUPIfIndex INTEGER
  ifUPAddress IpAddress
  ifUPTag INTEGER

IfAcceptRouteFilterEntry  
SEQUENCE    
  ifAcceptRFIfIndex INTEGER
  ifAcceptRFLoAddress IpAddress
  ifAcceptRFHiAddress IpAddress
  ifAcceptRFTag INTEGER

IfAnnounceRouteFilterEntry  
SEQUENCE    
  ifAnnounceRFIfIndex INTEGER
  ifAnnounceRFLoAddress IpAddress
  ifAnnounceRFHiAddress IpAddress
  ifAnnounceRFTag INTEGER

IfBindingEntry  
SEQUENCE    
  ifBindingIndex INTEGER
  ifBindingState INTEGER
  ifBindingCounts Counter

IfAddressEntry  
SEQUENCE    
  ifAEIfIndex INTEGER
  ifAEAddress IpAddress
  ifAEMask IpAddress

IfPeerStatsEntry  
SEQUENCE    
  ifPSAddress IpAddress
  ifPSLastPeerRouteTag INTEGER
  ifPSLastPeerUpdateTickCount TimeTicks
  ifPSLastPeerUpdateVersion INTEGER
  ifPSPeerBadResponsePackets Counter
  ifPSPeerBadResponseEntries Counter

Defined Values

msiprip2 1.3.6.1.4.1.311.1.11
OBJECT IDENTIFIER    

global 1.3.6.1.4.1.311.1.11.1
OBJECT IDENTIFIER    

interface 1.3.6.1.4.1.311.1.11.2
OBJECT IDENTIFIER    

peer 1.3.6.1.4.1.311.1.11.3
OBJECT IDENTIFIER    

globalSystemRouteChanges 1.3.6.1.4.1.311.1.11.1.1
Number of changes RIP has made to the system routing tables.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

globalTotalResponseSends 1.3.6.1.4.1.311.1.11.1.2
Number of request messages for which responses have been sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

globalLoggingLevel 1.3.6.1.4.1.311.1.11.1.3
Information logged can be None, Error only, Error + Warning, Error + Warn + Logging. This variable controls the amount of information logged
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER none(1), error(2), warning(3), information(4)  

globalMaxRecQueueSize 1.3.6.1.4.1.311.1.11.1.4
Maximum size to use for queueing incoming packets.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

globalMaxSendQueueSize 1.3.6.1.4.1.311.1.11.1.5
Maximum size to use for queueing outgoing packets.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

globalMinTriggeredUpdateInterval 1.3.6.1.4.1.311.1.11.1.6
Minimum lag time before sending a triggered update. Used to consolidate updates to the route table and reduce number of updates sent.
Status: mandatory Access: read-write
OBJECT-TYPE    
  TimeTicks  

globalPeerFilterMode 1.3.6.1.4.1.311.1.11.1.7
Controls the use of update messages from the list of peers in the peer filter table. If set to include routes will be only be accepted if they are from the routers in the peer array. If set to exclude routes will be rejected that come from the routers whose addresses are in the peer array, and all other routers will be accepted.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disable(1), include(2), exclude(3)  

globalPeerFilterCount 1.3.6.1.4.1.311.1.11.1.8
Number of entries in the peer filter table
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

globalPeerFilterTable 1.3.6.1.4.1.311.1.11.1.9
Table of peer routers communicating with this router via RIP
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    GlobalPeerFilterEntry

globalPeerFilterEntry 1.3.6.1.4.1.311.1.11.1.9.1
Peer router entry. Contains the IP address of peer router
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  GlobalPeerFilterEntry  

globalPFAddr 1.3.6.1.4.1.311.1.11.1.9.1.1
IP Address of peer router
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

globalPFTag 1.3.6.1.4.1.311.1.11.1.9.1.2
create : Creates an entry in the Global Peer Filter table delete : Deletes an entry in the Global Peer Filter table
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER create(1), delete(2)  

ifStatsTable 1.3.6.1.4.1.311.1.11.2.1
Table of RIP statistics for interfaces
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IfStatsEntry

ifStatsEntry 1.3.6.1.4.1.311.1.11.2.1.1
RIP interface statistics entry. Each entry contains counts of send/receive failures, requests/resposes sent/received, bad packets/entries reveived and triggered updates sent
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IfStatsEntry  

ifSEIndex 1.3.6.1.4.1.311.1.11.2.1.1.1
Index for the RIP interface Statistics table
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ifSEState 1.3.6.1.4.1.311.1.11.2.1.1.2
Current state of RIP on this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), bound(2)  

ifSESendFailures 1.3.6.1.4.1.311.1.11.2.1.1.3
Number of times a failure occurred while attempting to send a packet on this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ifSEReceiveFailures 1.3.6.1.4.1.311.1.11.2.1.1.4
Number of times a failure occurred while attempting to receive a packet on this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ifSERequestSends 1.3.6.1.4.1.311.1.11.2.1.1.5
Number of RIP REQUEST packets sent on this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ifSERequestReceiveds 1.3.6.1.4.1.311.1.11.2.1.1.6
Number of RIP REQUEST packets received on this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ifSEResponseSends 1.3.6.1.4.1.311.1.11.2.1.1.7
Number of RIP RESPONSE packets sent on this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ifSEResponseReceiveds 1.3.6.1.4.1.311.1.11.2.1.1.8
Number of RIP RESPONSE packets received on this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ifSEBadResponsePacketReceiveds 1.3.6.1.4.1.311.1.11.2.1.1.9
Number of RIP RESPONSE packets discarded due to errors in the header.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ifSEBadResponseEntriesReceiveds 1.3.6.1.4.1.311.1.11.2.1.1.10
Number of RIP RESPONSE routes ignored due to errors in the entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ifSETriggeredUpdateSends 1.3.6.1.4.1.311.1.11.2.1.1.11
Count of triggered updates sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ifConfigTable 1.3.6.1.4.1.311.1.11.2.2
RIP Interface configuration table. List of subnets that require separate configuration in RIP.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IfConfigEntry

ifConfigEntry 1.3.6.1.4.1.311.1.11.2.2.1
RIP configuration entry for an interface. A single routing domain in a single subnet.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IfConfigEntry  

ifCEIndex 1.3.6.1.4.1.311.1.11.2.2.1.1
Index for RIP interface config. table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ifCEState 1.3.6.1.4.1.311.1.11.2.2.1.2
Current state of RIP on this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), bound(2)  

ifCEMetric 1.3.6.1.4.1.311.1.11.2.2.1.3
Metric for the network connected to this interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..16  

ifCEUpdateMode 1.3.6.1.4.1.311.1.11.2.2.1.4
Mode for sending update messages. If set to periodic, then messages are sent based on the value of ifCEFullUpdateInterval. Otherwise update messages are sent only on demand.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER periodic(1), demand(2)  

ifCEAcceptMode 1.3.6.1.4.1.311.1.11.2.2.1.5
Specifies the type of RIP messages that will be accepted by this router disable : No RIP messages wil be accepted rip1 : Only RIP-1 messages will be accepted rip1Compat : Both RIP-1 and RIP-2 messages will be accepted rip2 : Only RIP-2 messages will be accepted
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disable(1), rip1(2), rip1Compat(3), rip2(4)  

ifCEAnnounceMode 1.3.6.1.4.1.311.1.11.2.2.1.6
Specifies the type of RIP messages that will be sent by this router. disable : No RIP messages wil be sent rip1 : Only RIP-1 messages will be sent in compliance with RFC 1058. rip1Compat : RIP-2 messages will be broadcast using RFC 1058 subsumption rules. rip2 : RIP-2 messages will be multicast
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disable(1), rip1(2), rip1Compat(3), rip2(4)  

ifCEProtocolFlags 1.3.6.1.4.1.311.1.11.2.2.1.7
Options for control of RIP operation. These options can be used in combination. Option value -------------------------------------------------- 1. ACCEPT_HOST_ROUTES 0x00000001 2. ANNOUNCE_HOST_ROUTES 0x00000002 3. ACCEPT_DEFAULT_ROUTES 0x00000004 4. ANNOUNCE_DEFAULT_ROUTES 0x00000008 5. SPLIT_HORIZON 0x00000010 6. POISON_REVERSE 0x00000020 7. GRACEFUL_SHUTDOWN 0x00000040 8. TRIGGERED_UPDATES 0x00000080 9. OVERWRITE_STATIC_ROUTES 0x00000100
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ifCERouteExpirationInterval 1.3.6.1.4.1.311.1.11.2.2.1.8
Interval after which route is marked for deletion.
Status: mandatory Access: read-write
OBJECT-TYPE    
  TimeTicks  

ifCERouteRemovalInterval 1.3.6.1.4.1.311.1.11.2.2.1.9
Interval after which a route marked for deletion is removed.
Status: mandatory Access: read-write
OBJECT-TYPE    
  TimeTicks  

ifCEFullUpdateInterval 1.3.6.1.4.1.311.1.11.2.2.1.10
Interval between route table annoucements.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

ifCEAuthenticationType 1.3.6.1.4.1.311.1.11.2.2.1.11
Type of authentication to be used on this interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER noAuthentication(1), simplePassword(2), md5(3)  

ifCEAuthenticationKey 1.3.6.1.4.1.311.1.11.2.2.1.12
The value to be used as the Authentication key whenever the corresponding instance of ifCEAuthenticationType has a value other than noAuthentication. A modification of the corresponding instance of ifCEAuthentiationType does not modify the ifCEAuthenticationKey value. If a string shorter than 16 octects is supplied, it will be left-justified and padded to 16 octects, on the right with nulls (0x00). Reading this object always results in an OCTET STRING of length zero; authentication may not be bypasssed by reading the MIB object
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..16)  

ifCERouteTag 1.3.6.1.4.1.311.1.11.2.2.1.13
Value inserted into the Routing Domain field of all RIP packets sent on this interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ifCEUnicastPeerMode 1.3.6.1.4.1.311.1.11.2.2.1.14
Determines the unicast behavior when route update messages are sent. If set to peerAlso, updates are sent to those peers in the RIP unicast peer table corresponding to this interace as well as being sent via broadcast/multicast. If set to peerOnly, updates are sent only those peers listed in in the RIP Unicast peer table corresponding to this interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disable(1), peerAlso(2), peerOnly(3)  

ifCEAcceptFilterMode 1.3.6.1.4.1.311.1.11.2.2.1.15
Determines the accept behaviour of the RIP router. If set to include the entries in the Accept Filter Table corresponding to this interface specify the routes to be included. All other routes are excluded. If set to exclude the entries in the Accept Filter Table corresponding to this interface specify the routes to be excluded.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disable(1), include(2), exclude(3)  

ifCEAnnounceFilterMode 1.3.6.1.4.1.311.1.11.2.2.1.16
Determines the annouce behaviour of the RIP router. If set to include the entries in the Announce Filter Table corresponding to this interface specify the routes to be included. All other routes are excluded. If set to exclude the entries in the Announce Filter Table corresponding to this interface specify the routes to be excluded.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disable(1), include(2), exclude(3)  

ifCEUnicastPeerCount 1.3.6.1.4.1.311.1.11.2.2.1.17
Number of entries in the Unicast Peer Table corresponding to this interface entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ifCEAcceptFilterCount 1.3.6.1.4.1.311.1.11.2.2.1.18
Number of entries in the Accept Filter Table corresponding to this interface entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ifCEAnnounceFilterCount 1.3.6.1.4.1.311.1.11.2.2.1.19
Number of entries in the Announce Filter Table corresponding to this interface entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ifUnicastPeersTable 1.3.6.1.4.1.311.1.11.2.3
Table of the peers routers to which update messages need to be unicast
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IfUnicastPeersEntry

ifUnicastPeersEntry 1.3.6.1.4.1.311.1.11.2.3.1
Entry for a peer router for an interface
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IfUnicastPeersEntry  

ifUPIfIndex 1.3.6.1.4.1.311.1.11.2.3.1.1
Interface index corresponding to the interface with which this peer router is associated.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ifUPAddress 1.3.6.1.4.1.311.1.11.2.3.1.2
IP Address of a peer router.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

ifUPTag 1.3.6.1.4.1.311.1.11.2.3.1.3
create : Creates an entry in the unicast peer table delete : Deletes an entry in the unicast peer table
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER create(1), delete(2)  

ifAcceptRouteFilterTable 1.3.6.1.4.1.311.1.11.2.4
Table of the route filters used to filter the set of routes accepted over an interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IfAcceptRouteFilterEntry

ifAcceptRouteFilterEntry 1.3.6.1.4.1.311.1.11.2.4.1
Entry for a route filter for an interface
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IfAcceptRouteFilterEntry  

ifAcceptRFIfIndex 1.3.6.1.4.1.311.1.11.2.4.1.1
Interface index corresponding to the interface to which this route filter entry corresponds
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ifAcceptRFLoAddress 1.3.6.1.4.1.311.1.11.2.4.1.2
Lowest address in the range of routes covered by this filter.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

ifAcceptRFHiAddress 1.3.6.1.4.1.311.1.11.2.4.1.3
Higher address in the range routes covered by this filter.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

ifAcceptRFTag 1.3.6.1.4.1.311.1.11.2.4.1.4
create : Creates an entry in the Accept Route Filter table delete : Deletes an entry in the Accept Route Filter table
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER create(1), delete(2)  

ifAnnounceRouteFilterTable 1.3.6.1.4.1.311.1.11.2.5
Table of the route filters used to filter the set of routes annouced over an interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IfAnnounceRouteFilterEntry

ifAnnounceRouteFilterEntry 1.3.6.1.4.1.311.1.11.2.5.1
Entry for a route filter for an interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IfAnnounceRouteFilterEntry  

ifAnnounceRFIfIndex 1.3.6.1.4.1.311.1.11.2.5.1.1
Interface index corresponding to the interface to which this route filter entry corresponds
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ifAnnounceRFLoAddress 1.3.6.1.4.1.311.1.11.2.5.1.2
Lowest address in the range of routes covered by this filter.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

ifAnnounceRFHiAddress 1.3.6.1.4.1.311.1.11.2.5.1.3
Higher address in the range routes covered by this filter.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

ifAnnounceRFTag 1.3.6.1.4.1.311.1.11.2.5.1.4
create : Creates an entry in the Announce Route Filter table delete : Deletes an entry in the Announce Route Filter table
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER create(1), delete(2)  

ifBindingTable 1.3.6.1.4.1.311.1.11.2.6
Table containing binding information for each interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IfBindingEntry

ifBindingEntry 1.3.6.1.4.1.311.1.11.2.6.1
Binding information entry for an interface
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IfBindingEntry  

ifBindingIndex 1.3.6.1.4.1.311.1.11.2.6.1.1
Index corresponding to an interface entry in the binding table
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ifBindingState 1.3.6.1.4.1.311.1.11.2.6.1.2
State of the interface binding
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), bound(2)  

ifBindingCounts 1.3.6.1.4.1.311.1.11.2.6.1.3
Number of IP address bound to this interface. This is also the number of entries in the Interface Address Table corresponding to this interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ifAddressTable 1.3.6.1.4.1.311.1.11.2.7
Table of IP addresses bound to interfaces
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IfAddressEntry

ifAddressEntry 1.3.6.1.4.1.311.1.11.2.7.1
Entry for an IP address for an interface
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IfAddressEntry  

ifAEIfIndex 1.3.6.1.4.1.311.1.11.2.7.1.1
Index corresponding to the Interface with which this entry is associated.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ifAEAddress 1.3.6.1.4.1.311.1.11.2.7.1.2
Ip address bound to the associated interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

ifAEMask 1.3.6.1.4.1.311.1.11.2.7.1.3
Address Mask associated with the IP address contained in the corresponding ifAEAddress field.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

ifPeerStatsTable 1.3.6.1.4.1.311.1.11.3.1
Table of peer router statistics
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IfPeerStatsEntry

ifPeerStatsEntry 1.3.6.1.4.1.311.1.11.3.1.1
Entry corresponding to a peer router.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IfPeerStatsEntry  

ifPSAddress 1.3.6.1.4.1.311.1.11.3.1.1.1
IP Address that the peer is using as its source address.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

ifPSLastPeerRouteTag 1.3.6.1.4.1.311.1.11.3.1.1.2
The route-tag of the last route in the last RIP RESPONSE received from this peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ifPSLastPeerUpdateTickCount 1.3.6.1.4.1.311.1.11.3.1.1.3
The tick-count in milliseconds at the time of the last RIP RESPONSE received from this peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

ifPSLastPeerUpdateVersion 1.3.6.1.4.1.311.1.11.3.1.1.4
The update version of the last RIP RESPONSE received from this peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

ifPSPeerBadResponsePackets 1.3.6.1.4.1.311.1.11.3.1.1.5
The number of RIP RESPONSE packets which were received from this peer and subsequently discarded.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ifPSPeerBadResponseEntries 1.3.6.1.4.1.311.1.11.3.1.1.6
The number of routes in RIP RESPONSE packets which were received from this peer and subsequently discarded.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter