ZHONE-COM-IP-RIPv2-MIB

File: ZHONE-COM-IP-RIPv2-MIB.mib (17012 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC ZHONE-COM-IP-RD-MIB
Zhone

Imported symbols

TimeTicks IpAddress Unsigned32
Counter32 OBJECT-TYPE MODULE-IDENTITY
OBJECT-IDENTITY TEXTUAL-CONVENTION rdIndex
zhoneIp zhoneModules

Defined Types

RipAuthKey  
The RIP authentication key specification. Only the RIP mib should use this.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..16)  

ZhRip2GlobalEntry  
SEQUENCE    
  zhRip2GlobalRouteChanges Counter32
  zhRip2GlobalQueries Counter32
  zhRip2GlobalAdminState INTEGER
  zhRip2GlobalUpdateTime Unsigned32

ZhRip2IfStatEntry  
SEQUENCE    
  zhRip2IfStatAddress IpAddress
  zhRip2IfStatRcvBadPackets Counter32
  zhRip2IfStatRcvBadRoutes Counter32
  zhRip2IfStatSentUpdates Counter32

ZhRip2IfConfEntry  
SEQUENCE    
  zhRip2IfConfAddress IpAddress
  zhRip2IfConfAuthType INTEGER
  zhRip2IfConfAuthKey RipAuthKey
  zhRip2IfConfSend INTEGER
  zhRip2IfConfReceive INTEGER
  zhRip2IfConfDefaultMetric INTEGER
  zhRip2IfConfSrcAddress IpAddress
  zhRip2IfConfStaticRouteAdvertisement INTEGER
  zhRip2IfConfPoison INTEGER

ZhRip2PeerEntry  
SEQUENCE    
  zhRip2PeerAddress IpAddress
  zhRip2PeerLastUpdate TimeTicks
  zhRip2PeerVersion INTEGER
  zhRip2PeerRcvBadPackets Counter32
  zhRip2PeerRcvBadRoutes Counter32

Defined Values

comIpRip2 1.3.6.1.4.1.5504.6.52
RIPv2 MIB IP Software Minneapolis, MN
MODULE-IDENTITY    

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.
Status: current Access: read-only
OBJECT-IDENTITY    

zhRip2GlobalTable 1.3.6.1.4.1.5504.4.1.2.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ZhRip2GlobalEntry

zhRip2GlobalEntry 1.3.6.1.4.1.5504.4.1.2.1.1
A single routing domain in a single subnet.
Status: current Access: not-accessible
OBJECT-TYPE    
  ZhRip2GlobalEntry  

zhRip2GlobalRouteChanges 1.3.6.1.4.1.5504.4.1.2.1.1.1
The number of route changes made to the IP Route Database by RIP. This does not include the refresh of a route's age.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

zhRip2GlobalQueries 1.3.6.1.4.1.5504.4.1.2.1.1.2
The number of responses sent to RIP queries from other systems.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

zhRip2GlobalAdminState 1.3.6.1.4.1.5504.4.1.2.1.1.3
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'.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

zhRip2GlobalUpdateTime 1.3.6.1.4.1.5504.4.1.2.1.1.4
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.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

zhRip2IfStatTable 1.3.6.1.4.1.5504.4.1.2.2
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ZhRip2IfStatEntry

zhRip2IfStatEntry 1.3.6.1.4.1.5504.4.1.2.2.1
A single routing domain in a single subnet.
Status: current Access: not-accessible
OBJECT-TYPE    
  ZhRip2IfStatEntry  

zhRip2IfStatAddress 1.3.6.1.4.1.5504.4.1.2.2.1.1
The IP Address of this system on the indicated subnet. For unnumbered interfaces, a unique internal identifier is used.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

zhRip2IfStatRcvBadPackets 1.3.6.1.4.1.5504.4.1.2.2.1.2
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).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

zhRip2IfStatRcvBadRoutes 1.3.6.1.4.1.5504.4.1.2.2.1.3
The number of routes, in valid RIP packets, that were ignored for any reason (e.g. unknown address family, or invalid metric).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

zhRip2IfStatSentUpdates 1.3.6.1.4.1.5504.4.1.2.2.1.4
The number of triggered RIP updates actually sent on this interface. This explicitly does NOT include full updates sent containing new information.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

zhRip2IfConfTable 1.3.6.1.4.1.5504.4.1.2.3
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ZhRip2IfConfEntry

zhRip2IfConfEntry 1.3.6.1.4.1.5504.4.1.2.3.1
A single routing domain in a single subnet.
Status: current Access: not-accessible
OBJECT-TYPE    
  ZhRip2IfConfEntry  

zhRip2IfConfAddress 1.3.6.1.4.1.5504.4.1.2.3.1.1
The IP Address of this system on the indicated subnet. For unnumbered interfaces, a unique internal identifier is used.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

zhRip2IfConfAuthType 1.3.6.1.4.1.5504.4.1.2.3.1.2
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).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noAuthentication(1), simplePassword(2), md5(3)  

zhRip2IfConfAuthKey 1.3.6.1.4.1.5504.4.1.2.3.1.3
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.
Status: current Access: read-write
OBJECT-TYPE    
  RipAuthKey  

zhRip2IfConfSend 1.3.6.1.4.1.5504.4.1.2.3.1.4
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'.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER doNotSend(1), ripVersion1(2), rip1Compatible(3), ripVersion2(4), ripV1Demand(5), ripV2Demand(6)  

zhRip2IfConfReceive 1.3.6.1.4.1.5504.4.1.2.3.1.5
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'.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER rip1(1), rip2(2), rip1OrRip2(3), doNotReceive(4)  

zhRip2IfConfDefaultMetric 1.3.6.1.4.1.5504.4.1.2.3.1.6
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..15  

zhRip2IfConfSrcAddress 1.3.6.1.4.1.5504.4.1.2.3.1.7
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.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

zhRip2IfConfStaticRouteAdvertisement 1.3.6.1.4.1.5504.4.1.2.3.1.8
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'.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), low(2), high(3), both(4)  

zhRip2IfConfPoison 1.3.6.1.4.1.5504.4.1.2.3.1.9
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'.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

zhRip2PeerTable 1.3.6.1.4.1.5504.4.1.2.4
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ZhRip2PeerEntry

zhRip2PeerEntry 1.3.6.1.4.1.5504.4.1.2.4.1
Information regarding a single routing peer.
Status: current Access: not-accessible
OBJECT-TYPE    
  ZhRip2PeerEntry  

zhRip2PeerAddress 1.3.6.1.4.1.5504.4.1.2.4.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

zhRip2PeerLastUpdate 1.3.6.1.4.1.5504.4.1.2.4.1.2
The value of sysUpTime when the most recent RIP update was received from this system.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

zhRip2PeerVersion 1.3.6.1.4.1.5504.4.1.2.4.1.3
The RIP version number in the header of the last RIP packet received.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

zhRip2PeerRcvBadPackets 1.3.6.1.4.1.5504.4.1.2.4.1.4
The number of RIP response packets from this peer discarded as invalid.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

zhRip2PeerRcvBadRoutes 1.3.6.1.4.1.5504.4.1.2.4.1.5
The number of routes from this peer that were ignored because the entry format was invalid.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32