RFC1389-MIB
- Namespace
- standard
- Source file
RFC1389-MIB- Digest
sha256:fd593756d0ec2152d3bf5868ed8db356ce2f83694ee06f7389a70f49acf7840c
Imports
| From | Symbols |
|---|---|
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | Counter32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TimeTicks, iso, mib-2 |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION |
Imported by
2 module(s) in this corpus import this one.
Load order
Every file a consumer needs in order to load this module, dependencies first.
RFC1389-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| RouteTag type | ||||
| Validation type |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| rip2 OBJECT-IDENTITY | 1.3.6.1.2.1.23 | |||
| rip2GlobalGroup OBJECT-IDENTITY | 1.3.6.1.2.1.23.1 | |||
| rip2GlobalRouteChanges OBJECT-TYPE The number of changes made to the IP Route Da- tabase by RIP. | 1.3.6.1.2.1.23.1.1 | Counter | read-only | mandatory |
| rip2GlobalQueries OBJECT-TYPE The number of responses sent to RIP queries from other systems. | 1.3.6.1.2.1.23.1.2 | Counter | read-only | mandatory |
| rip2IfStatTable OBJECT-TYPE A list of subnets which require separate status monitoring in RIP. | 1.3.6.1.2.1.23.2 | not-accessible | mandatory | |
| rip2IfStatEntry OBJECT-TYPE A Single Routing Domain in a single Subnet. | 1.3.6.1.2.1.23.2.1 | not-accessible | mandatory | |
| rip2IfStatAddress OBJECT-TYPE The IP Address of this system on the indicated subnet. | 1.3.6.1.2.1.23.2.1.1 | IpAddress | read-only | mandatory |
| rip2IfStatRcvBadPackets OBJECT-TYPE The number of RIP response packets received by the RIP process which were subsequently dis- carded for any reason (e.g. a version 0 packet, or an unknown command type). | 1.3.6.1.2.1.23.2.1.2 | Counter | read-only | mandatory |
| 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 | Counter | read-only | mandatory |
| 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 | Counter | read-only | mandatory |
| rip2IfStatStatus OBJECT-TYPE Writing invalid has the effect of deleting this interface. | 1.3.6.1.2.1.23.2.1.5 | Validation | read-write | mandatory |
| rip2IfConfTable OBJECT-TYPE A list of subnets which require separate con- figuration in RIP. | 1.3.6.1.2.1.23.3 | not-accessible | mandatory | |
| rip2IfConfEntry OBJECT-TYPE A Single Routing Domain in a single Subnet. | 1.3.6.1.2.1.23.3.1 | not-accessible | mandatory | |
| rip2IfConfAddress OBJECT-TYPE The IP Address of this system on the indicated subnet. | 1.3.6.1.2.1.23.3.1.1 | IpAddress | read-only | mandatory |
| 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-write | mandatory |
| rip2IfConfAuthType OBJECT-TYPE The type of Authentication used on this inter- face. | 1.3.6.1.2.1.23.3.1.3 | INTEGER {noAuthentication(1), simplePassword(2)} | read-write | mandatory |
| rip2IfConfAuthKey OBJECT-TYPE The value to be used as the Authentication Key whenever the corresponding instance of rip2IfConfAuthType has the value simplePass- word. A modification of the corresponding in- stance 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 oc- tets, 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-write | mandatory |
| rip2IfConfSend OBJECT-TYPE What the router sends on this interface. ripVersion1 implies sending RIP updates compli- ant with RFC 1058. rip1Compatible implies broadcasting RIP-2 updates using RFC 1058 route subsumption rules. ripVersion2 implies multi- casting RIP-2 updates. | 1.3.6.1.2.1.23.3.1.5 | INTEGER {doNotSend(1), ripVersion1(2), rip1Compatible(3), ripVersion2(4)} | read-write | mandatory |
| rip2IfConfReceive OBJECT-TYPE This indicates which version of RIP updates are to be accepted. Note that rip2 and rip1OrRip2 implies reception of multicast pack- ets. | 1.3.6.1.2.1.23.3.1.6 | INTEGER {rip1(1), rip2(2), rip1OrRip2(3)} | read-write | mandatory |
| rip2IfConfDefaultMetric OBJECT-TYPE This variable indicates what metric is to be used as a default route in RIP updates ori- ginated on this interface. A value of zero in- dicates that no default route should be ori- ginated; 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-write | mandatory |
| rip2IfConfStatus OBJECT-TYPE Writing invalid has the effect of deleting this interface. | 1.3.6.1.2.1.23.3.1.8 | Validation | read-write | mandatory |
| rip2PeerTable OBJECT-TYPE A list of RIP Peers. | 1.3.6.1.2.1.23.4 | not-accessible | mandatory | |
| rip2PeerEntry OBJECT-TYPE Information regarding a single routing peer. | 1.3.6.1.2.1.23.4.1 | not-accessible | mandatory | |
| rip2PeerAddress OBJECT-TYPE The IP Address of the Peer System. | 1.3.6.1.2.1.23.4.1.1 | IpAddress | read-only | mandatory |
| rip2PeerDomain OBJECT-TYPE The value in the Routing Domain field in RIP packets received from the peer. | 1.3.6.1.2.1.23.4.1.2 | RouteTag | read-only | mandatory |
| 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 | mandatory |
| 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 | mandatory |
| 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 | Counter | read-only | mandatory |
| 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 | Counter | read-only | mandatory |