RIPv2-MIB
- Registered at
- 1.3.6.1.2.1.23
- Last updated
- 1994-07-27 22:53
- Organization
- IETF RIP-II Working Group
- Namespace
- standard
- Source file
RIPv2-MIB- Digest
sha256:81dd66c812abf37669ac8cd6dceedd1af6b492e0b5a066bd185ff23bd21b2e8a
Description
The MIB module to describe the RIP2 Version 2 Protocol
Contact
Fred Baker Postal: Cisco Systems 519 Lado Drive Santa Barbara, California 93111 Tel: +1 805 681 0115 E-Mail: fbaker@cisco.com Postal: Gary Malkin Xylogics, Inc. 53 Third Avenue Burlington, MA 01803 Phone: (617) 272-8140 EMail: gmalkin@Xylogics.COM
Imports
| From | Symbols |
|---|---|
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Counter32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TimeTicks, iso, mib-2 |
| SNMPv2-TC | DisplayString, RowStatus, TEXTUAL-CONVENTION |
Imported by
8 module(s) in this corpus import this one.
Load order
Every file a consumer needs in order to load this module, dependencies first.
RIPv2-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| RouteTag TEXTUAL-CONVENTION the RouteTag type represents the contents of the Route Domain field in the packet header or route entry | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| rip2Globals OBJECT-IDENTITY | 1.3.6.1.2.1.23.1 | |||
| rip2GlobalRouteChanges OBJECT-TYPE The number of route changes made to the IP Route Database by RIP. This does not include the refresh of a route's age. | 1.3.6.1.2.1.23.1.1 | Counter32 | read-only | current |
| rip2GlobalQueries OBJECT-TYPE The number of responses sent to RIP queries from other systems. | 1.3.6.1.2.1.23.1.2 | Counter32 | read-only | current |
| rip2IfStatTable OBJECT-TYPE A list of subnets which require separate status monitoring in RIP. | 1.3.6.1.2.1.23.2 | not-accessible | current | |
| rip2IfStatEntry OBJECT-TYPE A Single Routing Domain in a single Subnet. | 1.3.6.1.2.1.23.2.1 | not-accessible | current | |
| rip2IfStatAddress OBJECT-TYPE The IP Address of this system on the indicated subnet. For unnumbered interfaces, the value 0.0.0.N, where the least significant 24 bits (N) is the ifIndex for the IP Interface in network byte order. | 1.3.6.1.2.1.23.2.1.1 | IpAddress | read-only | current |
| rip2IfStatRcvBadPackets OBJECT-TYPE 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). | 1.3.6.1.2.1.23.2.1.2 | Counter32 | read-only | current |
| rip2IfStatRcvBadRoutes OBJECT-TYPE The number of routes, in valid RIP packets, which were ignored for any reason (e.g. unknown address family, or invalid metric). | 1.3.6.1.2.1.23.2.1.3 | Counter32 | read-only | current |
| rip2IfStatSentUpdates OBJECT-TYPE The number of triggered RIP updates actually sent on this interface. This explicitly does NOT include full updates sent containing new information. | 1.3.6.1.2.1.23.2.1.4 | Counter32 | read-only | current |
| rip2IfStatStatus OBJECT-TYPE Writing invalid has the effect of deleting this interface. | 1.3.6.1.2.1.23.2.1.5 | RowStatus | read-create | current |
| rip2IfConfTable OBJECT-TYPE A list of subnets which require separate configuration in RIP. | 1.3.6.1.2.1.23.3 | not-accessible | current | |
| rip2IfConfEntry OBJECT-TYPE A Single Routing Domain in a single Subnet. | 1.3.6.1.2.1.23.3.1 | not-accessible | current | |
| rip2IfConfAddress OBJECT-TYPE The IP Address of this system on the indicated subnet. For unnumbered interfaces, the value 0.0.0.N, where the least significant 24 bits (N) is the ifIndex for the IP Interface in network byte order. | 1.3.6.1.2.1.23.3.1.1 | IpAddress | read-only | current |
| rip2IfConfDomain OBJECT-TYPE Value inserted into the Routing Domain field of all RIP packets sent on this interface. | 1.3.6.1.2.1.23.3.1.2 | RouteTag | read-create | obsolete |
| rip2IfConfAuthType OBJECT-TYPE The type of Authentication used on this interface. | 1.3.6.1.2.1.23.3.1.3 | INTEGER {noAuthentication(1), simplePassword(2), md5(3)} | read-create | current |
| rip2IfConfAuthKey OBJECT-TYPE 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). Reading this object always results in an OCTET STRING of length zero; authentication may not be bypassed by reading the MIB object. | 1.3.6.1.2.1.23.3.1.4 | OCTET STRING (SIZE(0..16)) | read-create | current |
| rip2IfConfSend OBJECT-TYPE 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. | 1.3.6.1.2.1.23.3.1.5 | INTEGER {doNotSend(1), ripVersion1(2), rip1Compatible(3), ripVersion2(4), ripV1Demand(5), ripV2Demand(6)} | read-create | current |
| rip2IfConfReceive OBJECT-TYPE This indicates which version of RIP updates are to be accepted. Note that rip2 and rip1OrRip2 implies reception of multicast packets. | 1.3.6.1.2.1.23.3.1.6 | INTEGER {rip1(1), rip2(2), rip1OrRip2(3), doNotRecieve(4)} | read-create | current |
| rip2IfConfDefaultMetric OBJECT-TYPE 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. | 1.3.6.1.2.1.23.3.1.7 | INTEGER (0..15) | read-create | current |
| rip2IfConfStatus OBJECT-TYPE Writing invalid has the effect of deleting this interface. | 1.3.6.1.2.1.23.3.1.8 | RowStatus | read-create | current |
| rip2IfConfSrcAddress OBJECT-TYPE The IP Address this system will use as a source address on this interface. If it is a numbered interface, this MUST be the same value as rip2IfConfAddress. On unnumbered interfaces, it must be the value of rip2IfConfAddress for some interface on the system. | 1.3.6.1.2.1.23.3.1.9 | IpAddress | read-create | current |
| rip2PeerTable OBJECT-TYPE A list of RIP Peers. | 1.3.6.1.2.1.23.4 | not-accessible | current | |
| rip2PeerEntry OBJECT-TYPE Information regarding a single routing peer. | 1.3.6.1.2.1.23.4.1 | not-accessible | current | |
| rip2PeerAddress OBJECT-TYPE The IP Address that the peer is using as its source address. Note that on an unnumbered link, this may not be a member of any subnet on the system. | 1.3.6.1.2.1.23.4.1.1 | IpAddress | read-only | current |
| rip2PeerDomain OBJECT-TYPE The value in the Routing Domain field in RIP packets received from the peer. As domain suuport is deprecated, this must be zero. | 1.3.6.1.2.1.23.4.1.2 | RouteTag | read-only | current |
| rip2PeerLastUpdate OBJECT-TYPE The value of sysUpTime when the most recent RIP update was received from this system. | 1.3.6.1.2.1.23.4.1.3 | TimeTicks | read-only | current |
| rip2PeerVersion OBJECT-TYPE The RIP version number in the header of the last RIP packet received. | 1.3.6.1.2.1.23.4.1.4 | INTEGER (0..255) | read-only | current |
| rip2PeerRcvBadPackets OBJECT-TYPE The number of RIP response packets from this peer discarded as invalid. | 1.3.6.1.2.1.23.4.1.5 | Counter32 | read-only | current |
| rip2PeerRcvBadRoutes OBJECT-TYPE The number of routes from this peer that were ignored because the entry format was invalid. | 1.3.6.1.2.1.23.4.1.6 | Counter32 | read-only | current |
| rip2Conformance OBJECT-IDENTITY | 1.3.6.1.2.1.23.5 | |||
| rip2Groups OBJECT-IDENTITY | 1.3.6.1.2.1.23.5.1 | |||
| rip2Compliances OBJECT-IDENTITY | 1.3.6.1.2.1.23.5.2 |
Conformance
| Name | OID | Status |
|---|---|---|
| rip2GlobalGroup OBJECT-GROUP This group defines global controls for RIP-II systems. | 1.3.6.1.2.1.23.5.1.1 | current |
| rip2IfStatGroup OBJECT-GROUP This group defines interface statistics for RIP-II systems. | 1.3.6.1.2.1.23.5.1.2 | current |
| rip2IfConfGroup OBJECT-GROUP This group defines interface configuration for RIP-II systems. | 1.3.6.1.2.1.23.5.1.3 | current |
| rip2PeerGroup OBJECT-GROUP This group defines peer information for RIP-II systems. | 1.3.6.1.2.1.23.5.1.4 | current |
| rip2Compliance MODULE-COMPLIANCE The compliance statement | 1.3.6.1.2.1.23.5.2.1 | current |