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

📄 draft-ietf-idr-bgp4-mib-05.txt

📁 BCAST Implementation for NS2
💻 TXT
📖 第 1 页 / 共 4 页
字号:
Network Working Group                                           S. HaresINTERNET DRAFT                                                   NextHop								 J. Haas								 NextHop							       S. Willis                                                          Argon Networks                                                              J. Burruss                                                                 WinData                                                                  J. Chu                                                                  Cosine                                                           December 2000 								                                                                                   Definitions of Managed Objects       for the Fourth Version of Border Gateway Protocol (BGP-4)                    <draft-ietf-idr-bgp4-mib-05.txt>Status of this Memo   This document is an Internet-Draft and is in full conformance with   all provisions of Section 10 of RFC 2026.   Internet-Drafts are working documents of the Internet Engineering   Task Force (IETF), its areas, and its working groups.  Note that   other groups may also distribute working documents as Internet-   Drafts.   Internet-Drafts are draft documents valid for a maximum of six months   and may be updated, replaced, or obsoleted by other documents at any   time.  It is inappropriate to use Internet- Drafts as reference   material or to cite them other than as "work in progress."   The list of current Internet-Drafts can be accessed at   http://www.ietf.org/ietf/1id-abstracts.   The list of Internet-Draft Shadow Directories can be accessed at   http://www.ietf.org/shadow.html.Copyright Notice   Copyright (C) The Internet Society (1999). All Rights Reserved.Expires June 2001                                             [Page 1]INTERNET DRAFT                 BGP-4 MIB                   December 2000Abstract   This memo is an extension to the SNMP MIB.  It specifies an IAB   standards track protocol for the Internet community, and requests   discussion and suggestions for improvements.  The origin of this memo   is from RFC 1269 "Definitions of Managed Objects for the Border   Gateway Protocol (Version 3)", which was updated to support BGP-4 in   RFC 1657.  This memo fixes errors introduced when the MIB was   converted to use the SNMPv2 SMI, as well as updates references to the   current SNMP framework documents.   Distribution of this memo is unlimited.  Please forward comments to   idr@merit.net.1. Introduction   This memo defines a portion of the Management Information Base (MIB)   for use with network management protocols in the Internet community.   In particular, it describes managed objects used for managing the   Border Gateway Protocol Version 4 or lower [1, 2].2. The SNMP Network Management Framework   The SNMP Management Framework presently consists of five major   components:       o   An overall architecture, described in RFC 2271 [3].       o  bgp Mechanisms for describing and naming objects and events for           the purpose of management. The first version of this           Structure of Management Information (SMI) is called SMIv1 and           described in RFC 1155 [4], RFC 1212 [5] and RFC 1215 [6]. The           second version, called SMIv2, is described in RFC 1902 [7],           RFC 1903 [8] and RFC 1904 [9].       o   Message protocols for transferring management information.           The first version of the SNMP message protocol is called           SNMPv1 and described in RFC 1157 [10]. A second version of           the SNMP message protocol, which is not an Internet standards           track protocol, is called SNMPv2c and described in RFC 1901           [11] and RFC 1906 [12]. The third version of the message           protocol is called SNMPv3 and described in RFC 1906 [12], RFC           2272 [13] and RFC 2274 [14].       o   Protocol operations for accessing management information. TheExpires June 2001                                             [Page 2]INTERNET DRAFT                 BGP-4 MIB                   December 2000           first set of protocol operations and associated PDU formats           is described in RFC 1157 [10]. A second set of protocol           operations and associated PDU formats is described in RFC           1905 [15].       o   A set of fundamental applications described in RFC 2273 [16]           and the view-based access control mechanism described in RFC           2275 [17].   Managed objects are accessed via a virtual information store, termed   the Management Information Base or MIB.  Objects in the MIB are   defined using the mechanisms defined in the SMI.   This memo specifies a MIB module that is compliant to the SMIv2. A   MIB conforming to the SMIv1 can be produced through the appropriate   translations. The resulting translated MIB must be semantically   equivalent, except where objects or events are omitted because no   translation is possible (use of Counter64). Some machine readable   information in SMIv2 will be converted into textual descriptions in   SMIv1 during the translation process. However, this loss of machine   readable information is not considered to change the semantics of the   MIB.3. Object Definitions   Managed objects are accessed via a virtual information store, termed   the Management Information Base or MIB.  Objects in the MIB are   defined using the subset of Abstract Syntax Notation One (ASN.1)   defined in the SMI.  In particular, each object type is named by an   OBJECT IDENTIFIER, an administratively assigned name.  The object   type together with an object instance serves to uniquely identify a   specific instantiation of the object.  For human convenience, we   often use a textual string, termed the descriptor, to refer to the   object type.4. Overview   These objects are used to control and manage a BGP-4 implementation.   Apart from a few system-wide scalar objects, this MIB is broken into   three tables: the BGP Peer Table, the BGP Received Path Attribute   Table, and the BGP-4 Received Path Attribute Table.  The BGP Peer   Table contains information about state and current activity of   connections with the BGP peers.  The Received Path Attribute Table   contains path attributes received from all peers running BGP version   3 or less.  The BGP-4 Received Path Attribute Table contains pathExpires June 2001                                              [Page 3]INTERNET DRAFT                 BGP-4 MIB                   December 2000   attributes received from all BGP-4 peers.  The actual attributes used   in determining a route are a subset of the received attribute tables   after local routing policy has been applied.Expires June 2001                                              [Page 4]INTERNET DRAFT                 BGP-4 MIB                   December 20005. Definitions    BGP4-MIB DEFINITIONS ::= BEGIN        IMPORTS            MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE,            IpAddress, Integer32, Counter32, Gauge32, mib-2                FROM SNMPv2-SMI            MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP                FROM SNMPv2-CONF;        bgp MODULE-IDENTITY            LAST-UPDATED "0012100000Z"            ORGANIZATION "IETF IDR Working Group"            CONTACT-INFO "E-mail:  idr@merit.net                          Susan Hares  (Editor)                          517 W. William Street                          Ann Arbor, MI 48103-4943                          Tel: +1 734 936 2095                          Fax: +1 734 615-3241                          E-mail: skh@nexthop.com"            DESCRIPTION                    "The MIB module for BGP-4."            REVISION    "0012100000Z"            DESCRIPTION                    "Corrected duplicate OBJECT IDENTIFIER                     assignment in the conformance information."            REVISION    "9601080000Z"            DESCRIPTION                    "1) Fixed the definitions of the traps to                     make them equivalent to their initial                     definition in RFC 1269.                     2) Added compliance and conformance info.		     3) Updated for latest BGP information			draft-ietf-idr-bgp4-10.txt for value of			bgpPeerNegotiatedVersion, bgp4PathAttrLocalPref,			bgp4PathAttrCalcLocalPref,bgp4PathAttrMultiExitDisc,			bgp4PathAttrASPathSegement." 		            ::= { mib-2 15 }        bgpVersion OBJECT-TYPE            SYNTAX     OCTET STRING (SIZE (1..32))  --- change to match draftExpires June 2001                                              [Page 5]INTERNET DRAFT                 BGP-4 MIB                   December 2000             MAX-ACCESS read-only            STATUS     current            DESCRIPTION                    "Vector of supported BGP protocol version                    numbers.  Each peer negotiates the version                    from this vector.  Versions are identified                    via the string of bits contained within this                    object.  The first octet contains bits 0 to                    7, the second octet contains bits 8 to 15,                    and so on, with the most significant bit                    referring to the lowest bit number in the                    octet (e.g., the MSB of the first octet                    refers to bit 0).  If a bit, i, is present                    and set, then the version (i+1) of the BGP                    is supported."            ::= { bgp 1 }        bgpLocalAs OBJECT-TYPE            SYNTAX     INTEGER (0..65535)            MAX-ACCESS read-only            STATUS     current            DESCRIPTION                    "The local autonomous system number."            ::= { bgp 2 }        -- BGP Peer table.  This table contains, one entry per BGP        -- peer, information about the BGP peer.        bgpPeerTable OBJECT-TYPE            SYNTAX     SEQUENCE OF BgpPeerEntry            MAX-ACCESS not-accessible            STATUS     current            DESCRIPTION                    "BGP peer table.  This table contains,                    one entry per BGP peer, information about the                    connections with BGP peers."            ::= { bgp 3 }        bgpPeerEntry OBJECT-TYPE            SYNTAX     BgpPeerEntry            MAX-ACCESS not-accessible            STATUS     current            DESCRIPTION                    "Entry containing information about the                    connection with a BGP peer."            INDEX { bgpPeerRemoteAddr }Expires June 2001                                               [Page 6]INTERNET DRAFT                 BGP-4 MIB                   December 2000            ::= { bgpPeerTable 1 }        BgpPeerEntry ::= SEQUENCE {                bgpPeerIdentifier                    IpAddress,                bgpPeerState                    INTEGER,                bgpPeerAdminStatus                    INTEGER,                bgpPeerNegotiatedVersion                    Integer32,                bgpPeerLocalAddr                    IpAddress,                bgpPeerLocalPort                    INTEGER,                bgpPeerRemoteAddr                    IpAddress,                bgpPeerRemotePort                    INTEGER,                bgpPeerRemoteAs                    INTEGER,                bgpPeerInUpdates                    Counter32,                bgpPeerOutUpdates                    Counter32,                bgpPeerInTotalMessages                    Counter32,                bgpPeerOutTotalMessages                    Counter32,                bgpPeerLastError                    OCTET STRING,                bgpPeerFsmEstablishedTransitions                    Counter32,                bgpPeerFsmEstablishedTime                    Gauge32,                bgpPeerConnectRetryInterval                    INTEGER,                bgpPeerHoldTime                    INTEGER,                bgpPeerKeepAlive                    INTEGER,                bgpPeerHoldTimeConfigured                    INTEGER,                bgpPeerKeepAliveConfigured                    INTEGER,                bgpPeerMinASOriginationInterval                    INTEGER,                bgpPeerMinRouteAdvertisementIntervalExpires June 2001                                              [Page 7]INTERNET DRAFT                 BGP-4 MIB                   December 2000                    INTEGER,                bgpPeerInUpdateElapsedTime                    Gauge32                }        bgpPeerIdentifier OBJECT-TYPE            SYNTAX     IpAddress            MAX-ACCESS read-only            STATUS     current            DESCRIPTION                    "The BGP Identifier of this entry's BGP peer."            ::= { bgpPeerEntry 1 }        bgpPeerState OBJECT-TYPE            SYNTAX     INTEGER {                                idle(1),                                connect(2),                                active(3),                                opensent(4),                                openconfirm(5),                                established(6)                       }            MAX-ACCESS read-only            STATUS     current            DESCRIPTION                    "The BGP peer connection state."            ::= { bgpPeerEntry 2 }

⌨️ 快捷键说明

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