UpdateTime. The time between transmission of RIP updates on all interfaces.
RouteChanges. The number of route changes made to the IP Route Database by RIP. This does not include the refresh of a route's age.
Queries. The number of responses sent to RIP queries from other systems.
HoldDownTime.Used to set the system-wide RIP hold down time in seconds.
RcvBadPackets. The number of RIP response packets received by the RIP process which were subsequently discarded for any reason (e.g. a version 0 packet, or an unknown command type).
RcvBadRoutes. The number of routes, in valid RIP packets, which were ignored for any reason (e.g. unknown address family, or invalid metric).
SentUpdates. The number of triggered RIP updates actually sent on this interface. This explicitly does NOT include full updates sent containing new information.
Domain. Value inserted into the Routing Domain field of all RIP packets sent on this interface.
AuthType. The type of Authentication used on this interface.
AuthKey. The value to be used as the Authentication Key whenever the corresponding instance of rip2IfConfAuthType has a value other than noAuthentication. A modification of the corresponding instance of rip2IfConfAuthType does not modify the rip2IfConfAuthKey value. If a string shorter than 16 octets is supplied, it will be left- justified and padded to 16 octets, on the right, with nulls (0x00).
Send. What the router sends on this interface. ripVersion1 implies sending RIP updates compliant with RFC 1058. rip1Compatible implies broadcasting RIP-2 updates using RFC 1058 route subsumption rules. ripVersion2 implies multicasting RIP-2 updates. ripV1Demand indicates the use of Demand RIP on a WAN interface under RIP Version 1 rules. ripV2Demand indicates the use of Demand RIP on a WAN interface under Version 2 rules.
Receive. This indicates which version of RIP updates are to be accepted. Note that rip2 and rip1OrRip2 implies reception of multicast packets.
DefaultMetric. This variable indicates the metric that is to be used for the default route entry in RIP updates originated on this interface. A value of zero indicates that no default route should be originated; in this case, a default route via another router may be propagated.
OspfToRipUseExplicitMetric. Used to indicate whether or not to use the user specified default metric for redistributing OSPF routes to RIP.
OspfToRipExplicitMetric. Value of metric that is used to translate the OSPF route to RIP.
DirectToRipEnable. Used to indicate whether directly connected networks through non-rip interfaces are distributed to RIP or not.
StaticToRipEnable. Used to indicate whether static routes (that are configured locally through management protocol) are distributed to RIP database or not. If set to true all the static routes will be added as external routes to RIP routing domain.