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

📄 rfc2214.txt

📁 著名的RFC文档,其中有一些文档是已经翻译成中文的的.
💻 TXT
📖 第 1 页 / 共 2 页
字号:
Network Working Group                                       F. BakerRequest for Comments: 2214                             Cisco SystemsCategory: Standards Track                                J. Krawczyk                                           ArrowPoint Communications                                                           A. Sastry                                                       Cisco Systems                                                      September 1997            Integrated Services Management Information Base               Guaranteed Service Extensions using SMIv2Status of this Memo   This document specifies an Internet standards track protocol for the   Internet community, and requests discussion and suggestions for   improvements.  Please refer to the current edition of the "Internet   Official Protocol Standards" (STD 1) for the standardization state   and status of this protocol.  Distribution of this memo is unlimited.Abstract   This memo defines a portion of the Management Information Base (MIB)   for use with network management protocols in TCP/IP-based internets.   In particular, it defines objects for managing the the interface   attributes defined in the Guaranteed Service of the Integrated   Services Model.  Comments should be made to the Integrated Services   Working Group, intserv@isi.edu.Table of Contents   1 The SNMPv2 Network Management Framework ...............    2   1.1 Object Definitions ..................................    2   2 Overview ..............................................    2   2.1 Textual Conventions .................................    2   3 Definitions ...........................................    3   3.1 Interface Attributes Database .......................    3   3.2 Notifications .......................................    6   4 Security Considerations ...............................    7   5 Authors' Addresses ....................................    8   6 Acknowledgements ......................................    8   7 References ............................................    8Baker, et. al.              Standards Track                     [Page 1]RFC 2214         IS Guaranteed Service MIB using SMIv2    September 19971.  The SNMPv2 Network Management Framework   The SNMPv2 Network Management Framework consists of four major   components.  They are:   o    RFC 1441 which defines the SMI, the mechanisms used for        describing and naming objects for the purpose of        management.   o    STD 17, RFC 1213 defines MIB-II, the core set of managed objects        for the Internet suite of protocols.   o    RFC 1445 which defines the administrative and other        architectural aspects of the framework.   o    RFC 1448 which defines the protocol used for network        access to managed objects.   The Framework permits new objects to be defined for the purpose of   experimentation and evaluation.1.1.  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.2.  Overview2.1.  Textual Conventions   Several new data types are introduced as a textual convention in this   MIB document.  These textual conventions enhance the readability of   the specification and can ease comparison with other specifications   if appropriate.  It should be noted that the introduction of the   these textual conventions has no effect on either the syntax nor the   semantics of any managed objects.  The use of these is merely an   artifact of the explanatory method used.  Objects defined in terms of   one of these methods are always encoded by means of the rules that   define the primitive type.  Hence, no changes to the SMI or the SNMP   are necessary to accommodate these textual conventions which are   adopted merely for the convenience of readers and writers in pursuitBaker, et. al.              Standards Track                     [Page 2]RFC 2214         IS Guaranteed Service MIB using SMIv2    September 1997   of the elusive goal of clear, concise, and unambiguous MIB documents.3.  DefinitionsINTEGRATED-SERVICES-GUARANTEED-MIB DEFINITIONS ::= BEGIN    IMPORTS            MODULE-IDENTITY, OBJECT-TYPE             FROM SNMPv2-SMI            RowStatus                                FROM SNMPv2-TC            MODULE-COMPLIANCE, OBJECT-GROUP          FROM SNMPv2-CONF            intSrv                        FROM INTEGRATED-SERVICES-MIB            ifIndex                                  FROM IF-MIB;--  This MIB module uses the extended OBJECT-TYPE macro as--  defined in [9].intSrvGuaranteed MODULE-IDENTITY        LAST-UPDATED "9511030500Z" -- Thu Aug 28 09:04:22 PDT 1997        ORGANIZATION "IETF Integrated Services Working Group"        CONTACT-INFO       "       Fred Baker       Postal: Cisco Systems               519 Lado Drive               Santa Barbara, California 93111       Tel:    +1 805 681 0115       E-Mail: fred@cisco.com"    DESCRIPTION       "The MIB module to describe the Guaranteed Service of       the Integrated Services Protocol"    ::= { intSrv 5 }intSrvGuaranteedObjects          OBJECT IDENTIFIER                                 ::= { intSrvGuaranteed 1 }intSrvGuaranteedNotifications    OBJECT IDENTIFIER                                 ::= { intSrvGuaranteed 2 }intSrvGuaranteedConformance      OBJECT IDENTIFIER                                 ::= { intSrvGuaranteed 3 }--      The Integrated Services Interface Attributes Database--      contains information that is shared with other reservation--      procedures such as ST-II.    intSrvGuaranteedIfTable OBJECT-TYPE        SYNTAX      SEQUENCE OF IntSrvGuaranteedIfEntry        MAX-ACCESS  not-accessible        STATUS      currentBaker, et. al.              Standards Track                     [Page 3]RFC 2214         IS Guaranteed Service MIB using SMIv2    September 1997        DESCRIPTION           "The attributes of the system's interfaces  ex-           ported by the Guaranteed Service."       ::= { intSrvGuaranteedObjects 1 }    intSrvGuaranteedIfEntry OBJECT-TYPE        SYNTAX      IntSrvGuaranteedIfEntry        MAX-ACCESS  not-accessible        STATUS      current        DESCRIPTION           "The reservable attributes of  a  given  inter-           face."       INDEX { ifIndex }       ::= { intSrvGuaranteedIfTable 1 }IntSrvGuaranteedIfEntry ::=    SEQUENCE {        intSrvGuaranteedIfBacklog INTEGER,        intSrvGuaranteedIfDelay   INTEGER,        intSrvGuaranteedIfSlack   INTEGER,        intSrvGuaranteedIfStatus  RowStatus    }    intSrvGuaranteedIfBacklog OBJECT-TYPE        SYNTAX      INTEGER (0..'0FFFFFFF'h)        UNITS       "bytes"        MAX-ACCESS  read-create        STATUS      current        DESCRIPTION           "The Backlog  parameter  is  the  data  backlog           resulting  from  the vagaries of how a specific           implementation deviates from a  strict  bit-by-           bit  service.  So, for instance, for packetized           weighted fair queueing, Backlog is set  to  the           Maximum Packet Size.           The Backlog term is measured in units of bytes.           An  individual  element can advertise a Backlog           value between 1 and 2**28 (a  little  over  250           megabytes)  and  the  total added over all ele-           ments can range as high as  (2**32)-1.   Should           the  sum of the different elements delay exceed           (2**32)-1, the end-to-end error term should  be           (2**32)-1."       ::= { intSrvGuaranteedIfEntry 1 }    intSrvGuaranteedIfDelay OBJECT-TYPEBaker, et. al.              Standards Track                     [Page 4]RFC 2214         IS Guaranteed Service MIB using SMIv2    September 1997        SYNTAX      INTEGER (0..'0FFFFFFF'h)        UNITS       "microseconds"        MAX-ACCESS  read-create        STATUS      current        DESCRIPTION           "The Delay parameter at  each  service  element           should  be  set  to the maximum packet transfer           delay (independent of bucket size) through  the           service  element.   For  instance,  in a simple           router, one might compute the worst case amount           of  time  it  make  take  for a datagram to get           through the input interface to  the  processor,           and how long it would take to get from the pro-           cessor to the outbound interface (assuming  the           queueing  schemes work correctly).  For an Eth-           ernet, it might represent the worst case  delay           if  the maximum number of collisions is experi-           enced.           The Delay term is measured in units of one  mi-           crosecond.  An individual element can advertise           a delay value between  1  and  2**28  (somewhat           over two minutes) and the total delay added all           elements  can  range  as  high  as   (2**32)-1.

⌨️ 快捷键说明

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