- Table of Contents
- Related Documents
-
Title | Size | Download |
---|---|---|
07-RIPv2-MIB | 53.57 KB |
Contents
RIPv2-MIB
About this MIB
Use this table to obtain RIPv2 interface statistics information, interface configuration information, and neighbor information.
MIB file name
rfc1724-rip.mib
Root object
iso(1).org(3).dod(6).internet(1).mgmt(2).mib-2(1).rip2(23)
Scalar objects
rip2GlobalRouteChanges
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
rip2GlobalRouteChanges (1.3.6.1.2.1.23.1.1) |
read-only |
Counter32 |
INTEGER(0..4294967295) |
Number of route changes. |
As per the MIB. |
rip2GlobalQueries
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
rip2GlobalQueries (1.3.6.1.2.1.23.1.2) |
read-only |
Counter32 |
INTEGER(0..4294967295) |
Number of RIP responses. |
As per the MIB. |
Tabular objects
rip2IfStatTable
About this table
This table contains interface statistics information.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Not supported |
Not supported |
Not supported |
Supported |
Columns
The table index is rip2IfStatAddress.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
rip2IfStatAddress (1.3.6.1.2.1.23.2.1.1) |
read-only |
IpAddress |
OCTET STRING (4) |
Interface IP address. |
As per the MIB. |
rip2IfStatRcvBadPackets (1.3.6.1.2.1.23.2.1.2) |
read-only |
Counter32 |
INTEGER(0..4294967295) |
Number of received bad packets. |
As per the MIB. |
rip2IfStatRcvBadRoutes (1.3.6.1.2.1.23.2.1.3) |
read-only |
Counter32 |
INTEGER(0..4294967295) |
Number of received bad routes. |
As per the MIB. |
rip2IfStatSentUpdates (1.3.6.1.2.1.23.2.1.4) |
read-only |
Counter32 |
INTEGER(0..4294967295) |
Number of triggered updates sent. |
As per the MIB. |
rip2IfStatStatus (1.3.6.1.2.1.23.2.1.5) |
read-create |
RowStatus |
active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6) |
Interface state. |
Supports only the read operation. |
rip2IfConfTable
About this table
This table contains interface configuration information.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Not supported |
Not supported |
Not supported |
Supported |
Columns
The table index is rip2IfConfAddress.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
rip2IfConfAddress (1.3.6.1.2.1.23.3.1.1) |
read-only |
IpAddress |
OCTET STRING (4) |
Interface IP address. |
As per the MIB. |
rip2IfConfDomain (1.3.6.1.2.1.23.3.1.2) |
read-create |
RouteTag |
OCTET STRING (2) |
Route tag in the packet. |
Supports only the read operation. |
rip2IfConfAuthType (1.3.6.1.2.1.23.3.1.3) |
read-create |
INTEGER |
noAuthentication (1), simplePassword (2), md5 (3) |
Authentication mode. |
Supports only the read operation. |
rip2IfConfAuthKey (1.3.6.1.2.1.23.3.1.4) |
read-create |
OCTET STRING |
OCTET STRING (0..16) |
Authentication key. |
Supports only the read operation. |
rip2IfConfSend (1.3.6.1.2.1.23.3.1.5) |
read-create |
INTEGER |
doNotSend (1), ripVersion1 (2), rip1Compatible (3), ripVersion2 (4), ripV1Demand (5), ripV2Demand (6) |
Version of sent packets. |
Supports only the read operation. |
rip2IfConfReceive (1.3.6.1.2.1.23.3.1.6) |
read-create |
INTEGER |
rip1 (1), rip2 (2), rip1OrRip2 (3), doNotRecieve (4) |
Version of received packets. |
Supports only the read operation. |
rip2IfConfDefaultMetric (1.3.6.1.2.1.23.3.1.7) |
read-create |
INTEGER |
INTEGER( 0..15 ) |
Default cost of redistributed routes. |
Supports only the read operation. |
rip2IfConfStatus (1.3.6.1.2.1.23.3.1.8) |
read-create |
RowStatus |
active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6) |
Interface state. |
Supports only the read operation. |
rip2IfConfSrcAddress (1.3.6.1.2.1.23.3.1.9) |
read-create |
IpAddress |
OCTET STRING (4) |
Packet source IP address. |
Supports only the read operation. |
rip2PeerTable
About this table
This table contains neighbor information.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Not supported |
Not supported |
Not supported |
Supported |
Columns
The table indexes are rip2PeerAddress and rip2PeerDomain.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
rip2PeerAddress (1.3.6.1.2.1.23.4.1.1) |
read-only |
IpAddress |
OCTET STRING (4) |
Neighbor IP address. |
As per the MIB. |
rip2PeerDomain (1.3.6.1.2.1.23.4.1.2) |
read-only |
RouteTag |
OCTET STRING (2) |
Route tag in the packet. |
As per the MIB. |
rip2PeerLastUpdate (1.3.6.1.2.1.23.4.1.3) |
read-only |
TimeTicks |
Standard MIB values. |
Time when the most recent update was received from the neighbor. |
As per the MIB. |
rip2PeerVersion (1.3.6.1.2.1.23.4.1.4) |
read-only |
INTEGER |
INTEGER( 0..255 ) |
Version of the most recent packet received from the neighbor. |
As per the MIB. |
rip2PeerRcvBadPackets (1.3.6.1.2.1.23.4.1.5) |
read-only |
Counter32 |
INTEGER(0..4294967295) |
Number of received bad packets. |
As per the MIB. |
rip2PeerRcvBadRoutes (1.3.6.1.2.1.23.4.1.6) |
read-only |
Counter32 |
INTEGER(0..4294967295) |
Number of received bad routes. |
As per the MIB. |