ZHONE-COM-IP-RIPv2-MIB: View SNMP OID List / Download MIB

VENDOR: ZHONE TECHNOLOGIES


 Home MIB: ZHONE-COM-IP-RIPv2-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
     rip2 1.3.6.1.4.1.5504.4.1.2
The MIB module to describe the RIP2 Version 2 Protocol as represented in Zhone products. The notion of a Routing Domain (RD) is used to group instances of RIP within a system.
         zhRip2GlobalTable 1.3.6.1.4.1.5504.4.1.2.1 no-access
A list of global RIP values. Rows are created and destroyed whenever a routing domain is created and destroyed. Rows cannot be created or destroyed via SNMP.
             zhRip2GlobalEntry 1.3.6.1.4.1.5504.4.1.2.1.1 no-access
A single routing domain in a single subnet.
                 zhRip2GlobalRouteChanges 1.3.6.1.4.1.5504.4.1.2.1.1.1 counter32 read-only
The number of route changes made to the IP Route Database by RIP. This does not include the refresh of a route's age.
                 zhRip2GlobalQueries 1.3.6.1.4.1.5504.4.1.2.1.1.2 counter32 read-only
The number of responses sent to RIP queries from other systems.
                 zhRip2GlobalAdminState 1.3.6.1.4.1.5504.4.1.2.1.1.3 integer read-write
An enumeration of the operational state of RIP for a RD. The possible values are either 'disabled' or 'enabled', where the operation of RIP is completely disabled or enabled on all interfaces within a RD. The default is 'enabled'. Enumeration: 'disabled': 1, 'enabled': 2.
                 zhRip2GlobalUpdateTime 1.3.6.1.4.1.5504.4.1.2.1.1.4 unsigned32 read-write
The time in seconds between transmissions of RIP updates on all interfaces within a RD. The default is 30 seconds, which follows RFC 1058 and subsequent RIP RFCs.
         zhRip2IfStatTable 1.3.6.1.4.1.5504.4.1.2.2 no-access
A list of subnets that require separate status monitoring in RIP. Rows are created and destroyed whenever an interface within the RD is created and destroyed. Rows cannot be created or destroyed via SNMP.
             zhRip2IfStatEntry 1.3.6.1.4.1.5504.4.1.2.2.1 no-access
A single routing domain in a single subnet.
                 zhRip2IfStatAddress 1.3.6.1.4.1.5504.4.1.2.2.1.1 ipaddress no-access
The IP Address of this system on the indicated subnet. For unnumbered interfaces, a unique internal identifier is used.
                 zhRip2IfStatRcvBadPackets 1.3.6.1.4.1.5504.4.1.2.2.1.2 counter32 read-only
The number of RIP response packets received by the RIP process that were subsequently discarded for any reason (e.g. a version 0 packet, or an unknown command type).
                 zhRip2IfStatRcvBadRoutes 1.3.6.1.4.1.5504.4.1.2.2.1.3 counter32 read-only
The number of routes, in valid RIP packets, that were ignored for any reason (e.g. unknown address family, or invalid metric).
                 zhRip2IfStatSentUpdates 1.3.6.1.4.1.5504.4.1.2.2.1.4 counter32 read-only
The number of triggered RIP updates actually sent on this interface. This explicitly does NOT include full updates sent containing new information.
         zhRip2IfConfTable 1.3.6.1.4.1.5504.4.1.2.3 no-access
A list of subnets that require separate configuration in RIP. Rows are created and destroyed whenever an interface within the RD is created and destroyed. Rows cannot be created or destroyed via SNMP.
             zhRip2IfConfEntry 1.3.6.1.4.1.5504.4.1.2.3.1 no-access
A single routing domain in a single subnet.
                 zhRip2IfConfAddress 1.3.6.1.4.1.5504.4.1.2.3.1.1 ipaddress no-access
The IP Address of this system on the indicated subnet. For unnumbered interfaces, a unique internal identifier is used.
                 zhRip2IfConfAuthType 1.3.6.1.4.1.5504.4.1.2.3.1.2 integer read-write
The type of Authentication used when receiving RIP packets on this interface. When set to 'noAuthentication', no authentication is performed. For 'simplePassword', a clear text password is used in zhRip2IfConfAuthKey. When set to 'md5', an MD5 string is used in zhRip2IfConfAuthKey (see RFC 1321). Enumeration: 'noAuthentication': 1, 'simplePassword': 2, 'md5': 3.
                 zhRip2IfConfAuthKey 1.3.6.1.4.1.5504.4.1.2.3.1.3 ripauthkey read-write
The value to be used as the Authentication Key whenever the corresponding instance of zhRip2IfConfAuthType has a value other than noAuthentication. A modification of the corresponding instance of zhRip2IfConfAuthType does not modify the zhRip2IfConfAuthKey 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.
                 zhRip2IfConfSend 1.3.6.1.4.1.5504.4.1.2.3.1.4 integer read-write
What the router sends on this interface. If set to 'doNotSend', no RIP updates are sent out on this interface. If set to 'ripVersion1', RIP updates compliant with RFC 1058 are sent. '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. The default is 'rip1Compatible'. Enumeration: 'doNotSend': 1, 'ripV2Demand': 6, 'ripVersion2': 4, 'ripVersion1': 2, 'ripV1Demand': 5, 'rip1Compatible': 3.
                 zhRip2IfConfReceive 1.3.6.1.4.1.5504.4.1.2.3.1.5 integer read-write
This indicates which version of RIP updates are to be accepted. When set to 'rip1', only RIP updates compliant with RFC 1058 are received. 'rip2' specifies to receive RIP updates compliant with RFC 1388 only. Setting 'rip1OrRip2' allows reception of RFC 1058 and RFC 1388 compliant RIP updates. If set to 'doNotReceive', the intreface accepts no RIP updates. Note that 'rip2' and 'rip1OrRip2' implies reception of multicast packets. The default is 'rip1OrRip2'. Enumeration: 'rip2': 2, 'rip1': 1, 'doNotReceive': 4, 'rip1OrRip2': 3.
                 zhRip2IfConfDefaultMetric 1.3.6.1.4.1.5504.4.1.2.3.1.6 integer read-write
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. The default is set using the metric in the received update.
                 zhRip2IfConfSrcAddress 1.3.6.1.4.1.5504.4.1.2.3.1.7 ipaddress read-write
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 ipIfAddr (from ZHONE-IP-REC-MIB). On unnumbered interfaces, it must be the value of ipIfAddr for some interface on the system.
                 zhRip2IfConfStaticRouteAdvertisement 1.3.6.1.4.1.5504.4.1.2.3.1.8 integer read-write
This variable specifies whether to advertise static routes. When set to 'none', no static routes are advertised. For 'low', only low preference static routes are advertised, and when set to 'high' only high preference static routes are advertised. 'both' specifies to advertise both low and high preference static routes. Low preference routes are default routes. The default value is 'none'. Enumeration: 'high': 3, 'both': 4, 'none': 1, 'low': 2.
                 zhRip2IfConfPoison 1.3.6.1.4.1.5504.4.1.2.3.1.9 integer read-write
This variable specifies whether to send poison reverse updates on this interface. Poison reverse updates are used to prevent larger loops within the network by setting the metric (cost) of neighboring routes to infinity. This will prevent two-hop loops. By default, RIP uses a technique called split horizon to avoid routing loops and allow smaller update packets. Split horizon specifies that when a RIP update is sent out a particular network interface, it should not include routing information acquired over that same interface. Poison Reverse is a variation of the split horizon technique that specifies that all routes are included in an update out a particular interface, but that the metric is set to infinity for routes acquired over that interface. One drawback is that routing update packet sizes are increased when using poison reverse. Setting the value of this object to 'disable' prevents poison reverse updates, where 'enable' allows poison updates to be sent on this interface. The default value is 'disabled'. Enumeration: 'disabled': 1, 'enabled': 2.
         zhRip2PeerTable 1.3.6.1.4.1.5504.4.1.2.4 no-access
A list of RIP Peers. A row (new peer) is created whenever an interface running RIP receives a RIP update from a new peer. The row is destroyed when the interface has not received a RIP update for more tha 180 seconds. Rows cannot be created or destroyed via SNMP.
             zhRip2PeerEntry 1.3.6.1.4.1.5504.4.1.2.4.1 no-access
Information regarding a single routing peer.
                 zhRip2PeerAddress 1.3.6.1.4.1.5504.4.1.2.4.1.1 ipaddress no-access
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.
                 zhRip2PeerLastUpdate 1.3.6.1.4.1.5504.4.1.2.4.1.2 timeticks read-only
The value of sysUpTime when the most recent RIP update was received from this system.
                 zhRip2PeerVersion 1.3.6.1.4.1.5504.4.1.2.4.1.3 integer read-only
The RIP version number in the header of the last RIP packet received.
                 zhRip2PeerRcvBadPackets 1.3.6.1.4.1.5504.4.1.2.4.1.4 counter32 read-only
The number of RIP response packets from this peer discarded as invalid.
                 zhRip2PeerRcvBadRoutes 1.3.6.1.4.1.5504.4.1.2.4.1.5 counter32 read-only
The number of routes from this peer that were ignored because the entry format was invalid.
 comIpRip2 1.3.6.1.4.1.5504.6.52
RIPv2 MIB IP Software Minneapolis, MN