MSIPRIP2-MIB

MSIPRIP2-MIB Download

MIBs list

This MIB defines the management information for the Routing Information Protocol Version 2 ( RIP v2). The information in this MIB is divided into 3 groups:
1. Global Group. Contains the global information and statistics for the RIP protocol Information contained in this group is independent of the interfaces over which the protocol is enabled.
2. Interface Group. Contains RIP configuration information and statistics specific to each interface.
3. Peer Group. Contains statistics pertaining to RIP peers.

With the IPHost SNMP tool, you can monitor any SNMP objects of the MSIPRIP2-MIB . You can select a variable to monitor using the built-in IPHost MIB browser that provides you with all variables, their current values and descriptions taken from the MSIPRIP2-MIB .

OID list for MSIPRIP2-MIB

globalSystemRouteChanges
Number of changes RIP has made to the system routing tables.
globalTotalResponseSends
Number of request messages for which responses have been sent.
globalLoggingLevel
Information logged can be None, Error only, Error + Warning, Error + Warn + Logging. This variable controls the amount of information logged
globalMaxRecQueueSize
Maximum size to use for queueing incoming packets.
globalMaxSendQueueSize
Maximum size to use for queueing outgoing packets.
globalMinTriggeredUpdateInterval
Minimum lag time before sending a triggered update. Used to consolidate updates to the route table and reduce number of updates sent.
globalPeerFilterMode
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 who ...
globalPeerFilterCount
Number of entries in the peer filter table
globalPeerFilterTable
Table of peer routers communicating with this router via RIP
globalPeerFilterEntry
Peer router entry. Contains the IP address of peer router
globalPFAddr
IP Address of peer router
globalPFTag
create : Creates an entry in the Global Peer Filter table delete : Deletes an entry in the Global Peer Filter table ::= { globalPeerFilterEntry 2 } -- -- RIP Interface group -- -- Contains RIP interface configuration information, RIP interface -- stati ...
ifStatsEntry
RIP interface statistics entry. Each entry contains counts of send/receive failures, requests/resposes sent/received, bad packets/entries reveived and triggered updates sent
ifSEIndex
Index for the RIP interface Statistics table
ifSEState
Current state of RIP on this interface.
ifSESendFailures
Number of times a failure occurred while attempting to send a packet on this interface.
ifSEReceiveFailures
Number of times a failure occurred while attempting to receive a packet on this interface.
ifSERequestSends
Number of RIP REQUEST packets sent on this interface.
ifSERequestReceiveds
Number of RIP REQUEST packets received on this interface.
ifSEResponseSends
Number of RIP RESPONSE packets sent on this interface.
ifSEResponseReceiveds
Number of RIP RESPONSE packets received on this interface.
ifSEBadResponsePacketReceiveds
Number of RIP RESPONSE packets discarded due to errors in the header.
ifSEBadResponseEntriesReceiveds
Number of RIP RESPONSE routes ignored due to errors in the entry.
ifSETriggeredUpdateSends
Count of triggered updates sent.
ifConfigTable
RIP Interface configuration table. List of subnets that require separate configuration in RIP.
ifConfigEntry
RIP configuration entry for an interface. A single routing domain in a single subnet.
ifCEIndex
Index for RIP interface config. table.
ifCEState
Current state of RIP on this interface.
ifCEMetric
Metric for the network connected to this interface.
ifCEUpdateMode
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.
ifCEAcceptMode
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 ...
ifCEAnnounceMode
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 rule ...
ifCEProtocolFlags
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_DEF ...
ifCERouteExpirationInterval
Interval after which route is marked for deletion.
ifCERouteRemovalInterval
Interval after which a route marked for deletion is removed.
ifCEFullUpdateInterval
Interval between route table annoucements.
ifCEAuthenticationType
Type of authentication to be used on this interface.
ifCEAuthenticationKey
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 ifCEAuthentic ...
ifCERouteTag
Value inserted into the Routing Domain field of all RIP packets sent on this interface.
ifCEUnicastPeerMode
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, update ...
ifCEAcceptFilterMode
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 Filt ...
ifCEAnnounceFilterMode
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 ...
ifCEUnicastPeerCount
Number of entries in the Unicast Peer Table corresponding to this interface entry.
ifCEAcceptFilterCount
Number of entries in the Accept Filter Table corresponding to this interface entry.
ifCEAnnounceFilterCount
Number of entries in the Announce Filter Table corresponding to this interface entry.
ifUnicastPeersTable
Table of the peers routers to which update messages need to be unicast
ifUnicastPeersEntry
Entry for a peer router for an interface
ifUPIfIndex
Interface index corresponding to the interface with which this peer router is associated.
ifUPAddress
IP Address of a peer router.
ifUPTag
create : Creates an entry in the unicast peer table delete : Deletes an entry in the unicast peer table ::= { ifUnicastPeersEntry 3 } -- -- Accept Route Filter Table -- -- -- For each interface the list of routes to be used to filter the set -- of routes ...
ifAcceptRouteFilterEntry
Entry for a route filter for an interface
ifAcceptRFIfIndex
Interface index corresponding to the interface to which this route filter entry corresponds
ifAcceptRFLoAddress
Lowest address in the range of routes covered by this filter.
ifAcceptRFHiAddress
Higher address in the range routes covered by this filter.
ifAcceptRFTag
create : Creates an entry in the Accept Route Filter table delete : Deletes an entry in the Accept Route Filter table ::= { ifAcceptRouteFilterEntry 4 } -- -- Announce Route Filter Table -- -- -- For each interface the list of routes to be used to filter ...
ifAnnounceRouteFilterEntry
Entry for a route filter for an interface.
ifAnnounceRFIfIndex
Interface index corresponding to the interface to which this route filter entry corresponds
ifAnnounceRFLoAddress
Lowest address in the range of routes covered by this filter.
ifAnnounceRFHiAddress
Higher address in the range routes covered by this filter.
ifAnnounceRFTag
create : Creates an entry in the Announce Route Filter table delete : Deletes an entry in the Announce Route Filter table ::= { ifAnnounceRouteFilterEntry 4 } -- -- Interface Binding Table. -- -- -- This table stores information pertaining to the binding ...
ifBindingEntry
Binding information entry for an interface
ifBindingIndex
Index corresponding to an interface entry in the binding table
ifBindingState
State of the interface binding
ifBindingCounts
Number of IP address bound to this interface. This is also the number of entries in the Interface Address Table corresponding to this interface.
ifAddressTable
Table of IP addresses bound to interfaces
ifAddressEntry
Entry for an IP address for an interface
ifAEIfIndex
Index corresponding to the Interface with which this entry is associated.
ifAEAddress
Ip address bound to the associated interface.
ifAEMask
Address Mask associated with the IP address contained in the corresponding ifAEAddress field.
ifPeerStatsTable
Table of peer router statistics
ifPeerStatsEntry
Entry corresponding to a peer router.
ifPSAddress
IP Address that the peer is using as its source address.
ifPSLastPeerRouteTag
The route-tag of the last route in the last RIP RESPONSE received from this peer.
ifPSLastPeerUpdateTickCount
The tick-count in milliseconds at the time of the last RIP RESPONSE received from this peer.
ifPSLastPeerUpdateVersion
The update version of the last RIP RESPONSE received from this peer.
ifPSPeerBadResponsePackets
The number of RIP RESPONSE packets which were received from this peer and subsequently discarded.
ifPSPeerBadResponseEntries
The number of routes in RIP RESPONSE packets which were received from this peer and subsequently discarded.

You can start network devices monitoring using free 30-day trial version of IPHost Network Monitor right now. Witn IPHost SNMP monitor you can monitor network performance, audit network usage, detect network faults, or inappropriate access. The IPHost's SNMP monitor can communicate and interact with any SNMP-enabled device.

MIBs list