⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ripv2-mib.txt

📁 大名鼎鼎的路由器源码。程序分ZEBRA、OSPFRIP等3个包。程序框架采用一个路由协议一个进程的方式
💻 TXT
📖 第 1 页 / 共 2 页
字号:
    rip2IfConfSend OBJECT-TYPE        SYNTAX   INTEGER {                    doNotSend (1),                    ripVersion1 (2),                    rip1Compatible (3),                    ripVersion2 (4),                    ripV1Demand (5),                    ripV2Demand (6)                 }        MAX-ACCESS   read-create        STATUS   current        DESCRIPTION           "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."       DEFVAL { rip1Compatible }       ::= { rip2IfConfEntry 5 }    rip2IfConfReceive OBJECT-TYPE        SYNTAX   INTEGER {                    rip1 (1),                    rip2 (2),                    rip1OrRip2 (3),                    doNotRecieve (4)                 }        MAX-ACCESS   read-create        STATUS   current        DESCRIPTION           "This indicates which version of RIP updates           are to be accepted.  Note that rip2 and           rip1OrRip2 implies reception of multicast           packets."       DEFVAL { rip1OrRip2 }       ::= { rip2IfConfEntry 6 }    rip2IfConfDefaultMetric OBJECT-TYPE        SYNTAX   INTEGER ( 0..15 )        MAX-ACCESS   read-create        STATUS   current        DESCRIPTION           "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."       ::= { rip2IfConfEntry 7 }    rip2IfConfStatus OBJECT-TYPE        SYNTAX   RowStatus        MAX-ACCESS   read-create        STATUS   current        DESCRIPTION           "Writing invalid has  the  effect  of  deleting           this interface."       ::= { rip2IfConfEntry 8 }    rip2IfConfSrcAddress OBJECT-TYPE        SYNTAX   IpAddress        MAX-ACCESS   read-create        STATUS   current        DESCRIPTION           "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."       ::= { rip2IfConfEntry 9 }--4.3 Peer Table--  Peer Table--      The RIP Peer Group--      Implementation of this Group is Optional--      This group provides information about active peer--      relationships intended to assist in debugging.  An--      active peer is a router from which a valid RIP--      updated has been heard in the last 180 seconds.    rip2PeerTable OBJECT-TYPE        SYNTAX   SEQUENCE OF Rip2PeerEntry        MAX-ACCESS   not-accessible        STATUS   current        DESCRIPTION           "A list of RIP Peers."       ::= { rip2 4 }   rip2PeerEntry OBJECT-TYPE       SYNTAX   Rip2PeerEntry       MAX-ACCESS   not-accessible       STATUS   current       DESCRIPTION          "Information regarding a single routing peer."      INDEX { rip2PeerAddress, rip2PeerDomain }      ::= { rip2PeerTable 1 }    Rip2PeerEntry ::=        SEQUENCE {            rip2PeerAddress                IpAddress,            rip2PeerDomain                RouteTag,            rip2PeerLastUpdate                TimeTicks,            rip2PeerVersion                INTEGER,            rip2PeerRcvBadPackets                Counter32,            rip2PeerRcvBadRoutes                Counter32            }    rip2PeerAddress OBJECT-TYPE        SYNTAX   IpAddress        MAX-ACCESS   read-only        STATUS   current        DESCRIPTION           "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."       ::= { rip2PeerEntry 1 }    rip2PeerDomain OBJECT-TYPE        SYNTAX   RouteTag        MAX-ACCESS   read-only        STATUS   current        DESCRIPTION           "The value in the Routing Domain field  in  RIP           packets received from the peer.  As domain suuport           is deprecated, this must be zero."       ::= { rip2PeerEntry 2 }    rip2PeerLastUpdate OBJECT-TYPE        SYNTAX   TimeTicks        MAX-ACCESS   read-only        STATUS   current        DESCRIPTION           "The value of sysUpTime when the most recent           RIP update was received from this system."       ::= { rip2PeerEntry 3 }    rip2PeerVersion OBJECT-TYPE        SYNTAX   INTEGER ( 0..255 )        MAX-ACCESS   read-only        STATUS   current        DESCRIPTION           "The RIP version number in the header of the           last RIP packet received."       ::= { rip2PeerEntry 4 }    rip2PeerRcvBadPackets OBJECT-TYPE        SYNTAX   Counter32        MAX-ACCESS   read-only        STATUS   current        DESCRIPTION           "The number of RIP response packets from this           peer discarded as invalid."       ::= { rip2PeerEntry 5 }    rip2PeerRcvBadRoutes OBJECT-TYPE        SYNTAX   Counter32        MAX-ACCESS   read-only        STATUS   current        DESCRIPTION           "The number of routes from this peer that were           ignored because the entry format was invalid."       ::= { rip2PeerEntry 6 }-- conformance informationrip2Conformance OBJECT IDENTIFIER ::= { rip2 5 }rip2Groups      OBJECT IDENTIFIER ::= { rip2Conformance 1 }rip2Compliances OBJECT IDENTIFIER ::= { rip2Conformance 2 }-- compliance statementsrip2Compliance MODULE-COMPLIANCE    STATUS  current    DESCRIPTION       "The compliance statement "    MODULE  -- this module    MANDATORY-GROUPS {                 rip2GlobalGroup,                 rip2IfStatGroup,                 rip2IfConfGroup,                 rip2PeerGroup        }    GROUP       rip2GlobalGroup    DESCRIPTION       "This group defines global controls for RIP-II systems."    GROUP       rip2IfStatGroup    DESCRIPTION       "This group defines interface statistics for RIP-II systems."    GROUP       rip2IfConfGroup    DESCRIPTION       "This group defines interface configuration for RIP-II systems."    GROUP       rip2PeerGroup    DESCRIPTION       "This group defines peer information for RIP-II systems."    ::= { rip2Compliances 1 }-- units of conformancerip2GlobalGroup    OBJECT-GROUP    OBJECTS {                rip2GlobalRouteChanges,                rip2GlobalQueries    }    STATUS  current    DESCRIPTION       "This group defines global controls for RIP-II systems."    ::= { rip2Groups 1 }rip2IfStatGroup    OBJECT-GROUP    OBJECTS {            rip2IfStatAddress,            rip2IfStatRcvBadPackets,            rip2IfStatRcvBadRoutes,            rip2IfStatSentUpdates,            rip2IfStatStatus    }    STATUS  current    DESCRIPTION       "This group defines interface statistics for RIP-II systems."    ::= { rip2Groups 2 }rip2IfConfGroup    OBJECT-GROUP    OBJECTS {            rip2IfConfAddress,            rip2IfConfAuthType,            rip2IfConfAuthKey,            rip2IfConfSend,            rip2IfConfReceive,            rip2IfConfDefaultMetric,            rip2IfConfStatus,            rip2IfConfSrcAddress    }    STATUS  current    DESCRIPTION       "This group defines interface configuration for RIP-II systems."    ::= { rip2Groups 3 }rip2PeerGroup    OBJECT-GROUP    OBJECTS {            rip2PeerAddress,            rip2PeerDomain,            rip2PeerLastUpdate,            rip2PeerVersion,            rip2PeerRcvBadPackets,            rip2PeerRcvBadRoutes    }    STATUS  current    DESCRIPTION       "This group defines peer information for RIP-II systems."    ::= { rip2Groups 4 }END

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -