home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1997 December / Internet_Info_CD-ROM_Walnut_Creek_December_1997.iso / drafts / draft_ietf_i / draft-ietf-intserv-mib-07.txt < prev    next >
Text File  |  1997-06-12  |  37KB  |  1,683 lines

  1.  
  2.  
  3.  
  4.  
  5. Internet Draft     Integrated Services MIB           June 1997
  6.  
  7.  
  8.        Integrated Services Management Information Base
  9.                 draft-ietf-intserv-mib-06.txt
  10.  
  11.                  Thu Jun  5 10:32:00 PDT 1997
  12.  
  13.  
  14.                           Fred Baker
  15.  
  16.                         Cisco Systems
  17.                         519 Lado Drive
  18.                Santa Barbara, California 93111
  19.  
  20.                         fred@cisco.com
  21.  
  22.  
  23.                         John Krawczyk
  24.  
  25.                   ArrowPoint Communications
  26.                       235 Littleton Road
  27.                 Westford, Massachusetts 01886
  28.  
  29.                       jj@BayNetworks.com
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36. 1.  Status of this Memo
  37.  
  38. This document is an Internet Draft.  Internet Drafts are
  39. working documents of the Internet Engineering Task Force
  40. (IETF), its Areas, and its Working Groups. Note that other
  41. groups may also distribute working documents as Internet
  42. Drafts.
  43.  
  44. Internet Drafts are draft documents valid for a maximum of six
  45. months. Internet Drafts may be updated, replaced, or obsoleted
  46. by other documents at any time.  It is not appropriate to use
  47. Internet Drafts as reference material or to cite them other
  48. than as a "working draft" or "work in progress."
  49.  
  50. Please check the I-D abstract listing contained in each
  51. Internet Draft directory to learn the current status of this
  52. or any other Internet Draft.
  53.  
  54.  
  55.  
  56.  
  57.  
  58. Baker and Krawczyk  Expires December 1997             [Page 1]
  59.  
  60.  
  61.  
  62.  
  63. Internet Draft     Integrated Services MIB           June 1997
  64.  
  65.  
  66. 2.  Abstract
  67.  
  68. This memo defines a portion of the Management Information Base
  69. (MIB) for use with network management protocols in TCP/IP-
  70. based internets.  In particular, it defines objects for
  71. managing the the interface attributes defined in the
  72. Integrated Services Model.  Comments should be made to the
  73. Integrated Services Working Group, int-serv@isi.edu.
  74.  
  75. This memo does not, in its draft form, specify a standard for
  76. the Internet community.
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116. Baker and Krawczyk  Expires December 1997             [Page 2]
  117.  
  118.  
  119.  
  120.  
  121. Internet Draft     Integrated Services MIB           June 1997
  122.  
  123.  
  124. 3.  The SNMPv2 Network Management Framework
  125.  
  126. The SNMPv2 Network Management Framework consists of four major
  127. components.  They are:
  128.  
  129. o    RFC 1441 which defines the SMI, the mechanisms used for
  130.      describing and naming objects for the purpose of
  131.      management.
  132.  
  133. o    RFC 1213 defines MIB-II, the core set of managed objects
  134.      for the Internet suite of protocols.
  135.  
  136. o    RFC 1445 which defines the administrative and other
  137.      architectural aspects of the framework.
  138.  
  139. o    RFC 1448 which defines the protocol used for network
  140.      access to managed objects.
  141.  
  142. The Framework permits new objects to be defined for the
  143. purpose of experimentation and evaluation.
  144.  
  145.  
  146. 3.1.  Object Definitions
  147.  
  148. Managed objects are accessed via a virtual information store,
  149. termed the Management Information Base or MIB.  Objects in the
  150. MIB are defined using the subset of Abstract Syntax Notation
  151. One (ASN.1) defined in the SMI.  In particular, each object
  152. type is named by an OBJECT IDENTIFIER, an administratively
  153. assigned name.  The object type together with an object
  154. instance serves to uniquely identify a specific instantiation
  155. of the object.  For human convenience, we often use a textual
  156. string, termed the descriptor, to refer to the object type.
  157.  
  158.  
  159. 4.  Overview
  160.  
  161. 4.1.  Textual Conventions
  162.  
  163. Several new data types are introduced as a textual convention
  164. in this MIB document.  These textual conventions enhance the
  165. readability of the specification and can ease comparison with
  166. other specifications if appropriate.  It should be noted that
  167. the introduction of the these textual conventions has no
  168. effect on either the syntax nor the semantics of any managed
  169.  
  170.  
  171.  
  172.  
  173.  
  174. Baker and Krawczyk  Expires December 1997             [Page 3]
  175.  
  176.  
  177.  
  178.  
  179. Internet Draft     Integrated Services MIB           June 1997
  180.  
  181.  
  182. objects.  The use of these is merely an artifact of the
  183. explanatory method used.  Objects defined in terms of one of
  184. these methods are always encoded by means of the rules that
  185. define the primitive type.  Hence, no changes to the SMI or
  186. the SNMP are necessary to accommodate these textual
  187. conventions which are adopted merely for the convenience of
  188. readers and writers in pursuit of the elusive goal of clear,
  189. concise, and unambiguous MIB documents.
  190.  
  191. 4.2.  Structure of MIB
  192.  
  193. The MIB is composed of the following sections:
  194.      Integrated Services
  195.           Interface Attributes Table
  196.           Interface Flow Table
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232. Baker and Krawczyk  Expires December 1997             [Page 4]
  233.  
  234.  
  235.  
  236.  
  237. Internet Draft     Integrated Services MIB           June 1997
  238.  
  239.  
  240. 5.  Definitions
  241.  
  242. INTEGRATED-SERVICES-MIB DEFINITIONS ::= BEGIN
  243.  
  244.     IMPORTS
  245.             MODULE-IDENTITY, OBJECT-TYPE, Counter32,
  246.             Gauge32, Integer32, experimental         FROM SNMPv2-SMI
  247.             TimeInterval, TEXTUAL-CONVENTION, RowStatus,
  248.             TruthValue                               FROM SNMPv2-TC
  249.             MODULE-COMPLIANCE, OBJECT-GROUP          FROM SNMPv2-CONF
  250.             ifIndex, InterfaceIndex                  FROM IF-MIB;
  251.  
  252. --  This MIB module uses the extended OBJECT-TYPE macro as
  253. --  defined in [9].
  254.  
  255. intSrv MODULE-IDENTITY
  256.         LAST-UPDATED "9511030500Z" -- Thu Jun  5 10:32:00 PDT 1997
  257.         ORGANIZATION "IETF Integrated Services Working Group"
  258.         CONTACT-INFO
  259.        "       Fred Baker
  260.        Postal: Cisco Systems
  261.                519 Lado Drive
  262.                Santa Barbara, California 93111
  263.        Tel:    +1 805 681 0115
  264.        E-Mail: fred@cisco.com
  265.  
  266.                John Krawczyk
  267.        Postal: ArrowPoint Communications
  268.                235 Littleton Road
  269.                Westford, Massachusetts 01886
  270.        Tel:    +1 508 692 5875
  271.        E-Mail: jjk@tiac.net"
  272.     DESCRIPTION
  273.        "The MIB module to describe the Integrated Services
  274.        Protocol"
  275.     ::= { experimental 72 }
  276.  
  277. intSrvObjects          OBJECT IDENTIFIER ::= { intSrv 1 }
  278. intSrvGenObjects       OBJECT IDENTIFIER ::= { intSrv 2 }
  279. intSrvNotifications    OBJECT IDENTIFIER ::= { intSrv 3 }
  280. intSrvConformance      OBJECT IDENTIFIER ::= { intSrv 4 }
  281.  
  282. -- Textual Conventions
  283. --
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290. Baker and Krawczyk  Expires December 1997             [Page 5]
  291.  
  292.  
  293.  
  294.  
  295. Internet Draft     Integrated Services MIB           June 1997
  296.  
  297.  
  298.     SessionNumber ::= TEXTUAL-CONVENTION
  299.         STATUS   current
  300.         DESCRIPTION
  301.            "The Session  Number  convention  is  used  for
  302.            numbers  identifying  sessions or saved PATH or
  303.            RESV information. It is a number in  the  range
  304.            returned  by  a TestAndIncr variable, having no
  305.            protocol meaning whatsoever but serving instead
  306.            as simple identifier.
  307.  
  308.            The alternative was a very complex instance  or
  309.            instance object that became unwieldy."
  310.        SYNTAX   INTEGER (0..2147483647)
  311.  
  312.  
  313.     Protocol ::= TEXTUAL-CONVENTION
  314.         DISPLAY-HINT "d"
  315.         STATUS   current
  316.         DESCRIPTION
  317.            "The value of the IP Protocol field  of  an  IP
  318.            Datagram  Header.  This identifies the protocol
  319.            layer above IP.  For example, the  value  6  is
  320.            used  for TCP and the value 17 is used for UDP.
  321.            The values of this field are defined in the As-
  322.            signed Numbers RFC."
  323.        SYNTAX   INTEGER (1..255)
  324.  
  325.  
  326.     SessionType ::= TEXTUAL-CONVENTION
  327.         STATUS   current
  328.         DESCRIPTION
  329.            "The value of the C-Type field of a Session ob-
  330.            ject,  as  defined  in  the RSVP specification.
  331.            This value  determines  the  lengths  of  octet
  332.            strings  and use of certain objects such as the
  333.            'port' variables. If the C-Type  calls  for  an
  334.            IP6  address, one would expect all source, des-
  335.            tination, and next/previous hop addresses to be
  336.            16  bytes long, and for the ports to be UDP/TCP
  337.            port numbers, for example."
  338.        SYNTAX   INTEGER (1..255)
  339.  
  340.  
  341.  
  342.  
  343.  
  344.  
  345.  
  346.  
  347.  
  348. Baker and Krawczyk  Expires December 1997             [Page 6]
  349.  
  350.  
  351.  
  352.  
  353. Internet Draft     Integrated Services MIB           June 1997
  354.  
  355.  
  356.     Port ::= TEXTUAL-CONVENTION
  357.         DISPLAY-HINT "d"
  358.         STATUS   current
  359.         DESCRIPTION
  360.            "The value of the UDP or TCP Source or Destina-
  361.            tion  Port field, a virtual destination port or
  362.            generalized port identifier used with the IPSEC
  363.            Authentication Header or Encapsulating Security
  364.            Payload, or other session discriminator.  If it
  365.            is  not  used, the value should be of length 0.
  366.            This pair, when coupled with the  IP  Addresses
  367.            of the source and destination system and the IP
  368.            protocol  field,  uniquely  identifies  a  data
  369.            stream."
  370.        SYNTAX   OCTET STRING (SIZE(2..4))
  371.  
  372.  
  373.     MessageSize ::= TEXTUAL-CONVENTION
  374.         DISPLAY-HINT "d"
  375.         STATUS   current
  376.         DESCRIPTION
  377.            "The size of a message in bytes. This  is  used
  378.            to  specify  the  minimum and maximum size of a
  379.            message along an integrated services route."
  380.        SYNTAX   INTEGER (0..'7FFFFFFF'h)
  381.  
  382.  
  383.     BitRate ::= TEXTUAL-CONVENTION
  384.         DISPLAY-HINT "d"
  385.         STATUS   current
  386.         DESCRIPTION
  387.            "The rate, in bits/second, that data  may  move
  388.            in  the context.  Applicable contexts minimally
  389.            include the speed of an  interface  or  virtual
  390.            circuit, the data rate of a (potentially aggre-
  391.            gated) data flow, or the data rate to be  allo-
  392.            cated for use by a flow."
  393.        SYNTAX   INTEGER (0..'7FFFFFFF'h)
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.  
  402.  
  403.  
  404.  
  405.  
  406. Baker and Krawczyk  Expires December 1997             [Page 7]
  407.  
  408.  
  409.  
  410.  
  411. Internet Draft     Integrated Services MIB           June 1997
  412.  
  413.  
  414.     BurstSize ::= TEXTUAL-CONVENTION
  415.          DISPLAY-HINT "d"
  416.          STATUS   current
  417.          DESCRIPTION
  418.            "The number of octets of IP Data, including  IP
  419.            Headers, that a stream may send without concern
  420.            for policing."
  421.         SYNTAX   INTEGER (0..'7FFFFFFF'h)
  422.  
  423.  
  424.     QosService ::= TEXTUAL-CONVENTION
  425.          STATUS   current
  426.          DESCRIPTION
  427.            "The class of service in use by a flow."
  428.         SYNTAX   INTEGER {
  429.                    bestEffort (1),         -- Best Effort Service
  430.                    guaranteedDelay (2),    -- Guaranteed Delay
  431.                    controlledLoad (5)      -- Controlled Load
  432.                  }
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464. Baker and Krawczyk  Expires December 1997             [Page 8]
  465.  
  466.  
  467.  
  468.  
  469. Internet Draft     Integrated Services MIB           June 1997
  470.  
  471.  
  472. --      The Integrated Services Interface Attributes Database contains
  473. --      information about resources allocated by resource reservation
  474. --      protocols, such as RSVP and ST-II.
  475.  
  476.  
  477.     intSrvIfAttribTable OBJECT-TYPE
  478.         SYNTAX      SEQUENCE OF IntSrvIfAttribEntry
  479.         MAX-ACCESS  not-accessible
  480.         STATUS      current
  481.         DESCRIPTION
  482.            "The reservable attributes of the system's  in-
  483.            terfaces."
  484.        ::= { intSrvObjects 1 }
  485.  
  486.  
  487.     intSrvIfAttribEntry OBJECT-TYPE
  488.         SYNTAX      IntSrvIfAttribEntry
  489.         MAX-ACCESS  not-accessible
  490.         STATUS      current
  491.         DESCRIPTION
  492.            "The reservable attributes of  a  given  inter-
  493.            face."
  494.        INDEX { ifIndex }
  495.        ::= { intSrvIfAttribTable 1 }
  496.  
  497. IntSrvIfAttribEntry ::=
  498.     SEQUENCE {
  499.         intSrvIfAttribAllocatedBits     BitRate,
  500.         intSrvIfAttribMaxAllocatedBits  BitRate,
  501.         intSrvIfAttribAllocatedBuffer   BurstSize,
  502.         intSrvIfAttribFlows             Gauge32,
  503.         intSrvIfAttribPropagationDelay  Integer32,
  504.         intSrvIfAttribStatus            RowStatus
  505.     }
  506.  
  507.     intSrvIfAttribAllocatedBits OBJECT-TYPE
  508.         SYNTAX      BitRate
  509.         UNITS       "Bits per second"
  510.         MAX-ACCESS  read-only
  511.         STATUS      current
  512.         DESCRIPTION
  513.            "The number of bits/second currently  allocated
  514.            to reserved sessions on the interface."
  515.        ::= { intSrvIfAttribEntry 1 }
  516.  
  517.  
  518.  
  519.  
  520.  
  521.  
  522. Baker and Krawczyk  Expires December 1997             [Page 9]
  523.  
  524.  
  525.  
  526.  
  527. Internet Draft     Integrated Services MIB           June 1997
  528.  
  529.  
  530.     intSrvIfAttribMaxAllocatedBits OBJECT-TYPE
  531.         SYNTAX      BitRate
  532.         UNITS       "Bits per second"
  533.         MAX-ACCESS  read-create
  534.         STATUS      current
  535.         DESCRIPTION
  536.            "The maximum number of bits/second that may  be
  537.            allocated  to  reserved  sessions on the inter-
  538.            face."
  539.        ::= { intSrvIfAttribEntry 2 }
  540.  
  541.  
  542.     intSrvIfAttribAllocatedBuffer OBJECT-TYPE
  543.         SYNTAX      BurstSize
  544.         UNITS       "Bytes"
  545.         MAX-ACCESS  read-only
  546.         STATUS      current
  547.         DESCRIPTION
  548.            "The amount of buffer space  required  to  hold
  549.            the simultaneous burst of all reserved flows on
  550.            the interface."
  551.        ::= { intSrvIfAttribEntry 3 }
  552.  
  553.  
  554.     intSrvIfAttribFlows OBJECT-TYPE
  555.         SYNTAX      Gauge32
  556.         MAX-ACCESS  read-only
  557.         STATUS      current
  558.         DESCRIPTION
  559.            "The number of reserved flows currently  active
  560.            on  this  interface.  A flow can be created ei-
  561.            ther from a reservation protocol (such as  RSVP
  562.            or ST-II) or via configuration information."
  563.        ::= { intSrvIfAttribEntry 4 }
  564.  
  565.  
  566.  
  567.  
  568.  
  569.  
  570.  
  571.  
  572.  
  573.  
  574.  
  575.  
  576.  
  577.  
  578.  
  579.  
  580. Baker and Krawczyk  Expires December 1997            [Page 10]
  581.  
  582.  
  583.  
  584.  
  585. Internet Draft     Integrated Services MIB           June 1997
  586.  
  587.  
  588.     intSrvIfAttribPropagationDelay OBJECT-TYPE
  589.         SYNTAX      Integer32
  590.         UNITS       "microseconds"
  591.         MAX-ACCESS  read-create
  592.         STATUS      current
  593.         DESCRIPTION
  594.            "The amount of propagation delay that this  in-
  595.            terface  introduces  in addition to that intro-
  596.            diced by bit propagation delays."
  597.        DEFVAL { 0 }-- by default, interfaces are presumed to add no extra delays
  598.        ::= { intSrvIfAttribEntry 5 }
  599.  
  600.  
  601.     intSrvIfAttribStatus OBJECT-TYPE
  602.         SYNTAX      RowStatus
  603.         MAX-ACCESS  read-create
  604.         STATUS      current
  605.         DESCRIPTION
  606.            "'active' on interfaces that are configured for
  607.            RSVP."
  608.        ::= { intSrvIfAttribEntry 6 }
  609.  
  610.  
  611.  
  612.  
  613.  
  614.  
  615.  
  616.  
  617.  
  618.  
  619.  
  620.  
  621.  
  622.  
  623.  
  624.  
  625.  
  626.  
  627.  
  628.  
  629.  
  630.  
  631.  
  632.  
  633.  
  634.  
  635.  
  636.  
  637.  
  638. Baker and Krawczyk  Expires December 1997            [Page 11]
  639.  
  640.  
  641.  
  642.  
  643. Internet Draft     Integrated Services MIB           June 1997
  644.  
  645.  
  646. --      The Integrated Services Active Flows Database
  647. --      lists all flows active on an outgoing interface, including
  648. --      relevant attributes.
  649.  
  650.  
  651.     intSrvFlowTable OBJECT-TYPE
  652.         SYNTAX      SEQUENCE OF IntSrvFlowEntry
  653.         MAX-ACCESS  not-accessible
  654.         STATUS      current
  655.         DESCRIPTION
  656.            "Information describing the reserved flows  us-
  657.            ing the system's interfaces."
  658.        ::= { intSrvObjects 2 }
  659.  
  660.  
  661.     intSrvFlowEntry OBJECT-TYPE
  662.         SYNTAX      IntSrvFlowEntry
  663.         MAX-ACCESS  not-accessible
  664.         STATUS      current
  665.         DESCRIPTION
  666.            "Information describing the use of a given  in-
  667.            terface   by   a   given   flow.   The  counter
  668.            intSrvFlowPoliced starts counting  at  the  in-
  669.            stallation of the flow."
  670.        INDEX { intSrvFlowNumber }
  671.        ::= { intSrvFlowTable 1 }
  672.  
  673.  
  674.  
  675.  
  676.  
  677.  
  678.  
  679.  
  680.  
  681.  
  682.  
  683.  
  684.  
  685.  
  686.  
  687.  
  688.  
  689.  
  690.  
  691.  
  692.  
  693.  
  694.  
  695.  
  696. Baker and Krawczyk  Expires December 1997            [Page 12]
  697.  
  698.  
  699.  
  700.  
  701. Internet Draft     Integrated Services MIB           June 1997
  702.  
  703.  
  704.     IntSrvFlowEntry ::=
  705.         SEQUENCE {
  706.             intSrvFlowNumber                  SessionNumber,
  707.             intSrvFlowType                    SessionType,
  708.             intSrvFlowOwner                   INTEGER,
  709.             intSrvFlowDestAddr                OCTET STRING,
  710.             intSrvFlowSenderAddr              OCTET STRING,
  711.             intSrvFlowDestAddrLength          INTEGER,
  712.             intSrvFlowSenderAddrLength        INTEGER,
  713.             intSrvFlowProtocol                Protocol,
  714.             intSrvFlowDestPort                Port,
  715.             intSrvFlowPort                    Port,
  716.             intSrvFlowInterface               InterfaceIndex,
  717.             intSrvFlowIfAddr                  OCTET STRING,
  718.             intSrvFlowRate                    BitRate,
  719.             intSrvFlowBurst                   BurstSize,
  720.             intSrvFlowWeight                  Integer32,
  721.             intSrvFlowQueue                   Integer32,
  722.             intSrvFlowMinTU                   MessageSize,
  723.             intSrvFlowMaxTU                   MessageSize,
  724.             intSrvFlowDontAsk                 TimeInterval,
  725.             intSrvFlowPoliced                 Counter32,
  726.             intSrvFlowDiscard                 TruthValue,
  727.             intSrvFlowService                 QosService,
  728.             intSrvFlowOrder                   INTEGER,
  729.             intSrvFlowStatus                  RowStatus
  730.         }
  731.  
  732.  
  733.     intSrvFlowNumber OBJECT-TYPE
  734.         SYNTAX      SessionNumber
  735.         MAX-ACCESS  not-accessible
  736.         STATUS      current
  737.         DESCRIPTION
  738.            "The number of this flow.  This is for SNMP In-
  739.            dexing purposes only and has no relation to any
  740.            protocol value."
  741.        ::= { intSrvFlowEntry 1 }
  742.  
  743.  
  744.  
  745.  
  746.  
  747.  
  748.  
  749.  
  750.  
  751.  
  752.  
  753.  
  754. Baker and Krawczyk  Expires December 1997            [Page 13]
  755.  
  756.  
  757.  
  758.  
  759. Internet Draft     Integrated Services MIB           June 1997
  760.  
  761.  
  762.     intSrvFlowType OBJECT-TYPE
  763.         SYNTAX      SessionType
  764.         MAX-ACCESS  read-create
  765.         STATUS      current
  766.         DESCRIPTION
  767.            "The type of session (IP4, IP6, IP6  with  flow
  768.            information, etc)."
  769.        ::= { intSrvFlowEntry 2 }
  770.  
  771.  
  772.     intSrvFlowOwner OBJECT-TYPE
  773.         SYNTAX      INTEGER {
  774.                          rsvp(1),
  775.                          management(2),
  776.                          other(3)
  777.                     }
  778.         MAX-ACCESS  read-create
  779.         STATUS      current
  780.         DESCRIPTION
  781.            "The process that installed this  flow  in  the
  782.            queue policy database."
  783.        ::= { intSrvFlowEntry 3 }
  784.  
  785.  
  786.     intSrvFlowDestAddr OBJECT-TYPE
  787.         SYNTAX      OCTET STRING (SIZE(4..16))
  788.         MAX-ACCESS  read-create
  789.         STATUS      current
  790.         DESCRIPTION
  791.            "The destination address used by all senders in
  792.            this  session.   This object may not be changed
  793.            when the value of the RowStatus object is  'ac-
  794.            tive'."
  795.        ::= { intSrvFlowEntry 4 }
  796.  
  797.  
  798.  
  799.  
  800.  
  801.  
  802.  
  803.  
  804.  
  805.  
  806.  
  807.  
  808.  
  809.  
  810.  
  811.  
  812. Baker and Krawczyk  Expires December 1997            [Page 14]
  813.  
  814.  
  815.  
  816.  
  817. Internet Draft     Integrated Services MIB           June 1997
  818.  
  819.  
  820.     intSrvFlowSenderAddr OBJECT-TYPE
  821.         SYNTAX      OCTET STRING (SIZE(4..16))
  822.         MAX-ACCESS  read-create
  823.         STATUS      current
  824.         DESCRIPTION
  825.            "The source address of the sender  selected  by
  826.            this  reservation.  The value of all zeroes in-
  827.            dicates 'all senders'.  This object may not  be
  828.            changed  when the value of the RowStatus object
  829.            is 'active'."
  830.        ::= { intSrvFlowEntry 5 }
  831.  
  832.  
  833.     intSrvFlowDestAddrLength OBJECT-TYPE
  834.         SYNTAX      INTEGER(0..128)
  835.         MAX-ACCESS  read-create
  836.         STATUS      current
  837.         DESCRIPTION
  838.            "The length of the destination address in bits.
  839.            This  is  the CIDR Prefix Length, which for IP4
  840.            hosts and multicast addresses is 32 bits.  This
  841.            object may not be changed when the value of the
  842.            RowStatus object is 'active'."
  843.        ::= { intSrvFlowEntry 6 }
  844.  
  845.  
  846.     intSrvFlowSenderAddrLength OBJECT-TYPE
  847.         SYNTAX      INTEGER(0..128)
  848.         MAX-ACCESS  read-create
  849.         STATUS      current
  850.         DESCRIPTION
  851.            "The length of the sender's  address  in  bits.
  852.            This  is  the CIDR Prefix Length, which for IP4
  853.            hosts and multicast addresses is 32 bits.  This
  854.            object may not be changed when the value of the
  855.            RowStatus object is 'active'."
  856.                ::= { intSrvFlowEntry 7 }
  857.  
  858.  
  859.  
  860.  
  861.  
  862.  
  863.  
  864.  
  865.  
  866.  
  867.  
  868.  
  869.  
  870. Baker and Krawczyk  Expires December 1997            [Page 15]
  871.  
  872.  
  873.  
  874.  
  875. Internet Draft     Integrated Services MIB           June 1997
  876.  
  877.  
  878.     intSrvFlowProtocol OBJECT-TYPE
  879.         SYNTAX      Protocol
  880.         MAX-ACCESS  read-create
  881.         STATUS      current
  882.         DESCRIPTION
  883.            "The IP Protocol used by a session.   This  ob-
  884.            ject  may  not be changed when the value of the
  885.            RowStatus object is 'active'."
  886.        ::= { intSrvFlowEntry 8 }
  887.  
  888.  
  889.     intSrvFlowDestPort OBJECT-TYPE
  890.         SYNTAX      Port
  891.         MAX-ACCESS  read-create
  892.         STATUS      current
  893.         DESCRIPTION
  894.            "The UDP or TCP port number used as a  destina-
  895.            tion  port for all senders in this session.  If
  896.            the  IP   protocol   in   use,   specified   by
  897.            intSrvResvFwdProtocol,  is 50 (ESP) or 51 (AH),
  898.            this  represents  a  virtual  destination  port
  899.            number.   A value of zero indicates that the IP
  900.            protocol in use does not have ports.  This  ob-
  901.            ject  may  not be changed when the value of the
  902.            RowStatus object is 'active'."
  903.        ::= { intSrvFlowEntry 9 }
  904.  
  905.  
  906.     intSrvFlowPort OBJECT-TYPE
  907.         SYNTAX      Port
  908.         MAX-ACCESS  read-create
  909.         STATUS      current
  910.         DESCRIPTION
  911.            "The UDP or TCP port number used  as  a  source
  912.            port  for  this sender in this session.  If the
  913.            IP    protocol    in    use,    specified    by
  914.            intSrvResvFwdProtocol  is  50 (ESP) or 51 (AH),
  915.            this represents a generalized  port  identifier
  916.            (GPI).   A  value of zero indicates that the IP
  917.            protocol in use does not have ports.  This  ob-
  918.            ject  may  not be changed when the value of the
  919.            RowStatus object is 'active'."
  920.        ::= { intSrvFlowEntry 10 }
  921.  
  922.  
  923.  
  924.  
  925.  
  926.  
  927.  
  928. Baker and Krawczyk  Expires December 1997            [Page 16]
  929.  
  930.  
  931.  
  932.  
  933. Internet Draft     Integrated Services MIB           June 1997
  934.  
  935.  
  936.     intSrvFlowInterface OBJECT-TYPE
  937.         SYNTAX      InterfaceIndex
  938.         MAX-ACCESS  read-create
  939.         STATUS      current
  940.         DESCRIPTION
  941.            "The ifIndex value of the  interface  on  which
  942.            this reservation exists."
  943.        ::= { intSrvFlowEntry 11 }
  944.  
  945.  
  946.     intSrvFlowIfAddr OBJECT-TYPE
  947.         SYNTAX      OCTET STRING (SIZE(4..16))
  948.         MAX-ACCESS  read-create
  949.         STATUS      current
  950.         DESCRIPTION
  951.            "The IP Address on the ifEntry  on  which  this
  952.            reservation  exists.  This is present primarily
  953.            to support those interfaces which layer  multi-
  954.            ple IP Addresses on the interface."
  955.        ::= { intSrvFlowEntry 12 }
  956.  
  957.  
  958.     intSrvFlowRate OBJECT-TYPE
  959.         SYNTAX      BitRate
  960.         UNITS       "bits per second"
  961.         MAX-ACCESS  read-create
  962.         STATUS      current
  963.         DESCRIPTION
  964.            "The Reserved Rate of the sender's data stream.
  965.            If this is a Controlled Load service flow, this
  966.            rate is derived from the Tspec  rate  parameter
  967.            (r).   If  this  is  a Guaranteed service flow,
  968.            this rate is derived from  the  Rspec  clearing
  969.            rate parameter (R)."
  970.        ::= { intSrvFlowEntry 13 }
  971.  
  972.  
  973.  
  974.  
  975.  
  976.  
  977.  
  978.  
  979.  
  980.  
  981.  
  982.  
  983.  
  984.  
  985.  
  986. Baker and Krawczyk  Expires December 1997            [Page 17]
  987.  
  988.  
  989.  
  990.  
  991. Internet Draft     Integrated Services MIB           June 1997
  992.  
  993.  
  994.     intSrvFlowBurst OBJECT-TYPE
  995.         SYNTAX      BurstSize
  996.         UNITS       "bytes"
  997.         MAX-ACCESS  read-create
  998.         STATUS      current
  999.         DESCRIPTION
  1000.            "The size of the largest  burst  expected  from
  1001.            the sender at a time.
  1002.  
  1003.            If this is less than  the  sender's  advertised
  1004.            burst  size, the receiver is asking the network
  1005.            to provide flow pacing  beyond  what  would  be
  1006.            provided  under normal circumstances. Such pac-
  1007.            ing is at the network's option."
  1008.        ::= { intSrvFlowEntry 14 }
  1009.  
  1010.  
  1011.     intSrvFlowWeight OBJECT-TYPE
  1012.         SYNTAX      Integer32
  1013.         MAX-ACCESS  read-create
  1014.         STATUS      current
  1015.         DESCRIPTION
  1016.            "The weight used  to  prioritize  the  traffic.
  1017.            Note  that the interpretation of this object is
  1018.            implementation-specific,   as   implementations
  1019.            vary in their use of weighting procedures."
  1020.        ::= { intSrvFlowEntry 15 }
  1021.  
  1022.  
  1023.     intSrvFlowQueue OBJECT-TYPE
  1024.         SYNTAX      Integer32
  1025.         MAX-ACCESS  read-create
  1026.         STATUS      current
  1027.         DESCRIPTION
  1028.            "The number of the queue used by this  traffic.
  1029.            Note  that the interpretation of this object is
  1030.            implementation-specific,   as   implementations
  1031.            vary in their use of queue identifiers."
  1032.        ::= { intSrvFlowEntry 16 }
  1033.  
  1034.  
  1035.  
  1036.  
  1037.  
  1038.  
  1039.  
  1040.  
  1041.  
  1042.  
  1043.  
  1044. Baker and Krawczyk  Expires December 1997            [Page 18]
  1045.  
  1046.  
  1047.  
  1048.  
  1049. Internet Draft     Integrated Services MIB           June 1997
  1050.  
  1051.  
  1052.     intSrvFlowMinTU OBJECT-TYPE
  1053.         SYNTAX      MessageSize
  1054.         MAX-ACCESS  read-create
  1055.         STATUS      current
  1056.         DESCRIPTION
  1057.            "The minimum message size for  this  flow.  The
  1058.            policing  algorithm will treat smaller messages
  1059.            as though they are this size."
  1060.        ::= { intSrvFlowEntry 17 }
  1061.  
  1062.  
  1063.     intSrvFlowMaxTU OBJECT-TYPE
  1064.         SYNTAX      MessageSize
  1065.         MAX-ACCESS  read-create
  1066.         STATUS      current
  1067.         DESCRIPTION
  1068.            "The maximum datagram size for this  flow  that
  1069.            will conform to the traffic specification. This
  1070.            value cannot exceed the MTU of the interface."
  1071.        ::= { intSrvFlowEntry 18 }
  1072.  
  1073.  
  1074.     intSrvFlowDontAsk OBJECT-TYPE
  1075.         SYNTAX      TimeInterval
  1076.         MAX-ACCESS  read-create
  1077.         STATUS      current
  1078.         DESCRIPTION
  1079.            "A period of time, measured in hundredths of  a
  1080.            second,  during  which  the  agent is precluded
  1081.            from sending a newFlow  notification  for  this
  1082.            conversation.
  1083.  
  1084.            If   an    authorizing    application    leaves
  1085.            intSrvFlowStatus  in a state other than neither
  1086.            consider the flow active for admission or queu-
  1087.            ing  purposes,  or  re-request authorization to
  1088.            install it, until the indicated amount of  time
  1089.            has elapsed."
  1090.        ::= { intSrvFlowEntry 19 }
  1091.  
  1092.  
  1093.  
  1094.  
  1095.  
  1096.  
  1097.  
  1098.  
  1099.  
  1100.  
  1101.  
  1102. Baker and Krawczyk  Expires December 1997            [Page 19]
  1103.  
  1104.  
  1105.  
  1106.  
  1107. Internet Draft     Integrated Services MIB           June 1997
  1108.  
  1109.  
  1110.     intSrvFlowPoliced OBJECT-TYPE
  1111.         SYNTAX      Counter32
  1112.         MAX-ACCESS  read-only
  1113.         STATUS      current
  1114.         DESCRIPTION
  1115.            "The number of packets policed since the incep-
  1116.            tion of the flow's service."
  1117.        ::= { intSrvFlowEntry 20 }
  1118.  
  1119.  
  1120.     intSrvFlowDiscard OBJECT-TYPE
  1121.         SYNTAX      TruthValue
  1122.         MAX-ACCESS  read-create
  1123.         STATUS      current
  1124.         DESCRIPTION
  1125.            "If 'true', the flow  is  to  incur  loss  when
  1126.            traffic is policed.  If 'false', policed traff-
  1127.            ic is treated as best effort traffic."
  1128.        DEFVAL { false } -- traffic is, by default, treated as best effort
  1129.        ::= { intSrvFlowEntry 21 }
  1130.  
  1131.  
  1132.     intSrvFlowService OBJECT-TYPE
  1133.         SYNTAX      QosService
  1134.         MAX-ACCESS  read-only
  1135.         STATUS      current
  1136.         DESCRIPTION
  1137.            "The QoS service being applied to this flow."
  1138.        ::= { intSrvFlowEntry 22 }
  1139.  
  1140.  
  1141.     intSrvFlowOrder OBJECT-TYPE
  1142.         SYNTAX      INTEGER (0..65535)
  1143.         MAX-ACCESS  read-create
  1144.         STATUS      current
  1145.         DESCRIPTION
  1146.            "In the event of ambiguity, the order in  which
  1147.            the  classifier  should  make  its comparisons.
  1148.            The row with intSrvFlowOrder=0 is tried  first,
  1149.            and  comparisons  proceed  in  the order of in-
  1150.            creasing value.  Non-serial implementations  of
  1151.            the classifier should emulate this behavior."
  1152.        ::= { intSrvFlowEntry 23 }
  1153.  
  1154.  
  1155.  
  1156.  
  1157.  
  1158.  
  1159.  
  1160. Baker and Krawczyk  Expires December 1997            [Page 20]
  1161.  
  1162.  
  1163.  
  1164.  
  1165. Internet Draft     Integrated Services MIB           June 1997
  1166.  
  1167.  
  1168.     intSrvFlowStatus OBJECT-TYPE
  1169.         SYNTAX      RowStatus
  1170.         MAX-ACCESS  read-create
  1171.         STATUS      current
  1172.         DESCRIPTION
  1173.            "'active' for all active  flows.   This  object
  1174.            may be used to install static classifier infor-
  1175.            mation, delete classifier information,  or  au-
  1176.            thorize such."
  1177.        ::= { intSrvFlowEntry 24 }
  1178.  
  1179.  
  1180.     intSrvFlowNewIndex OBJECT-TYPE
  1181.         SYNTAX      TestAndIncr
  1182.         MAX-ACCESS  read-write
  1183.         STATUS      current
  1184.         DESCRIPTION
  1185.            "This  object  is  used  to  assign  values  to
  1186.            intSrvFlowNumber  as described in 'Textual Con-
  1187.            ventions  for  SNMPv2'.   The  network  manager
  1188.            reads  the  object,  and  then writes the value
  1189.            back in the SET that creates a new instance  of
  1190.            intSrvFlowEntry.   If  the  SET  fails with the
  1191.            code 'inconsistentValue', then the process must
  1192.            be  repeated; If the SET succeeds, then the ob-
  1193.            ject is incremented, and the  new  instance  is
  1194.            created according to the manager's directions."
  1195.        ::= { intSrvGenObjects 1 }
  1196.  
  1197.  
  1198.  
  1199.  
  1200.  
  1201.  
  1202.  
  1203.  
  1204.  
  1205.  
  1206.  
  1207.  
  1208.  
  1209.  
  1210.  
  1211.  
  1212.  
  1213.  
  1214.  
  1215.  
  1216.  
  1217.  
  1218. Baker and Krawczyk  Expires December 1997            [Page 21]
  1219.  
  1220.  
  1221.  
  1222.  
  1223. Internet Draft     Integrated Services MIB           June 1997
  1224.  
  1225.  
  1226. -- conformance information
  1227.  
  1228.  
  1229. intSrvGroups      OBJECT IDENTIFIER ::= { intSrvConformance 1 }
  1230. intSrvCompliances OBJECT IDENTIFIER ::= { intSrvConformance 2 }
  1231.  
  1232. -- compliance statements
  1233.  
  1234.  
  1235.  
  1236.  
  1237.  
  1238.  
  1239.  
  1240.  
  1241.  
  1242.  
  1243.  
  1244.  
  1245.  
  1246.  
  1247.  
  1248.  
  1249.  
  1250.  
  1251.  
  1252.  
  1253.  
  1254.  
  1255.  
  1256.  
  1257.  
  1258.  
  1259.  
  1260.  
  1261.  
  1262.  
  1263.  
  1264.  
  1265.  
  1266.  
  1267.  
  1268.  
  1269.  
  1270.  
  1271.  
  1272.  
  1273.  
  1274.  
  1275.  
  1276. Baker and Krawczyk  Expires December 1997            [Page 22]
  1277.  
  1278.  
  1279.  
  1280.  
  1281. Internet Draft     Integrated Services MIB           June 1997
  1282.  
  1283.  
  1284.     intSrvCompliance MODULE-COMPLIANCE
  1285.         STATUS  current
  1286.         DESCRIPTION
  1287.            "The compliance statement "
  1288.        MODULE  -- this module
  1289.        MANDATORY-GROUPS { intSrvIfAttribGroup, intSrvFlowsGroup }
  1290.  
  1291.        OBJECT       intSrvFlowType
  1292.          MIN-ACCESS read-only
  1293.          DESCRIPTION
  1294.           "read-create access is not required. This may be
  1295.           read-only."
  1296.  
  1297.       OBJECT       intSrvFlowOwner
  1298.         MIN-ACCESS read-only
  1299.         DESCRIPTION
  1300.          "read-create access is not required. This may  be
  1301.          read-only."
  1302.  
  1303.      OBJECT       intSrvFlowDestAddr
  1304.        MIN-ACCESS read-only
  1305.        DESCRIPTION
  1306.         "read-create access is not required. This  may  be
  1307.         read-only."
  1308.  
  1309.     OBJECT       intSrvFlowSenderAddr
  1310.       MIN-ACCESS read-only
  1311.       DESCRIPTION
  1312.        "read-create access is not required.  This  may  be
  1313.        read-only."
  1314.  
  1315.     OBJECT       intSrvFlowDestAddrLength
  1316.       MIN-ACCESS read-only
  1317.       DESCRIPTION
  1318.        "read-create access is not required.  This  may  be
  1319.        read-only."
  1320.  
  1321.     OBJECT       intSrvFlowSenderAddrLength
  1322.       MIN-ACCESS read-only
  1323.       DESCRIPTION
  1324.        "read-create access is not required.  This  may  be
  1325.        read-only."
  1326.  
  1327.     OBJECT       intSrvFlowProtocol
  1328.       MIN-ACCESS read-only
  1329.  
  1330.  
  1331.  
  1332.  
  1333.  
  1334. Baker and Krawczyk  Expires December 1997            [Page 23]
  1335.  
  1336.  
  1337.  
  1338.  
  1339. Internet Draft     Integrated Services MIB           June 1997
  1340.  
  1341.  
  1342.       DESCRIPTION
  1343.        "read-create access is not required.  This  may  be
  1344.        read-only."
  1345.  
  1346.     OBJECT       intSrvFlowDestPort
  1347.       MIN-ACCESS read-only
  1348.       DESCRIPTION
  1349.        "read-create access is not required.  This  may  be
  1350.        read-only."
  1351.  
  1352.     OBJECT       intSrvFlowPort
  1353.       MIN-ACCESS read-only
  1354.       DESCRIPTION
  1355.        "read-create access is not required.  This  may  be
  1356.        read-only."
  1357.  
  1358.     OBJECT       intSrvFlowInterface
  1359.       MIN-ACCESS read-only
  1360.       DESCRIPTION
  1361.        "read-create access is not required.  This  may  be
  1362.        read-only."
  1363.  
  1364.     OBJECT       intSrvFlowRate
  1365.       MIN-ACCESS read-only
  1366.       DESCRIPTION
  1367.        "read-create access is not required.  This  may  be
  1368.        read-only."
  1369.  
  1370.     OBJECT       intSrvFlowBurst
  1371.       MIN-ACCESS read-only
  1372.       DESCRIPTION
  1373.        "read-create access is not required.  This  may  be
  1374.        read-only."
  1375.  
  1376.     OBJECT       intSrvFlowWeight
  1377.       MIN-ACCESS read-only
  1378.       DESCRIPTION
  1379.        "read-create access is not required.  This  may  be
  1380.        read-only."
  1381.  
  1382.     OBJECT       intSrvFlowQueue
  1383.       MIN-ACCESS read-only
  1384.       DESCRIPTION
  1385.        "read-create access is not required.  This  may  be
  1386.        read-only."
  1387.  
  1388.  
  1389.  
  1390.  
  1391.  
  1392. Baker and Krawczyk  Expires December 1997            [Page 24]
  1393.  
  1394.  
  1395.  
  1396.  
  1397. Internet Draft     Integrated Services MIB           June 1997
  1398.  
  1399.  
  1400.     OBJECT       intSrvFlowMinTU
  1401.       MIN-ACCESS read-only
  1402.       DESCRIPTION
  1403.        "read-create access is not required.  This  may  be
  1404.        read-only."
  1405.  
  1406.     OBJECT       intSrvFlowMaxTU
  1407.       MIN-ACCESS read-only
  1408.       DESCRIPTION
  1409.        "read-create access is not required.  This  may  be
  1410.        read-only."
  1411.  
  1412.     OBJECT       intSrvFlowDontAsk
  1413.       MIN-ACCESS read-only
  1414.       DESCRIPTION
  1415.        "read-create access is not required.  This  may  be
  1416.        read-only."
  1417.  
  1418.     OBJECT       intSrvFlowStatus
  1419.       MIN-ACCESS read-only
  1420.       DESCRIPTION
  1421.        "read-create access is not required.  This  may  be
  1422.        read-only."
  1423.  
  1424.     ::= { intSrvCompliances 1 }
  1425.  
  1426.  
  1427.     intSrvIfAttribGroup OBJECT-GROUP
  1428.          OBJECTS {
  1429.             intSrvIfAttribAllocatedBits, intSrvIfAttribMaxAllocatedBits,
  1430.             intSrvIfAttribAllocatedBuffer, intSrvIfAttribFlows,
  1431.             intSrvIfAttribPropagationDelay, intSrvIfAttribStatus
  1432.         }
  1433.         STATUS  current
  1434.         DESCRIPTION
  1435.            "These objects are required  for  Systems  sup-
  1436.            porting the Integrated Services Architecture."
  1437.        ::= { intSrvGroups 1 }
  1438.  
  1439.  
  1440.  
  1441.  
  1442.  
  1443.  
  1444.  
  1445.  
  1446.  
  1447.  
  1448.  
  1449.  
  1450. Baker and Krawczyk  Expires December 1997            [Page 25]
  1451.  
  1452.  
  1453.  
  1454.  
  1455. Internet Draft     Integrated Services MIB           June 1997
  1456.  
  1457.  
  1458.     intSrvFlowsGroup OBJECT-GROUP
  1459.          OBJECTS {
  1460.             intSrvFlowType, intSrvFlowOwner, intSrvFlowDestAddr,
  1461.             intSrvFlowSenderAddr, intSrvFlowDestAddrLength,
  1462.             intSrvFlowSenderAddrLength, intSrvFlowProtocol,
  1463.             intSrvFlowDestPort, intSrvFlowPort, intSrvFlowInterface,
  1464.             intSrvFlowDontAsk, intSrvFlowRate, intSrvFlowBurst,
  1465.             intSrvFlowWeight, intSrvFlowQueue, intSrvFlowMinTU,
  1466.             intSrvFlowDiscard, intSrvFlowPoliced, intSrvFlowService,
  1467.             intSrvFlowIfAddr, intSrvFlowOrder, intSrvFlowStatus
  1468.         }
  1469.         STATUS  current
  1470.         DESCRIPTION
  1471.            "These objects are required  for  Systems  sup-
  1472.            porting the Integrated Services Architecture."
  1473.        ::= { intSrvGroups 2 }
  1474.  
  1475. END
  1476.  
  1477.  
  1478.  
  1479.  
  1480.  
  1481.  
  1482.  
  1483.  
  1484.  
  1485.  
  1486.  
  1487.  
  1488.  
  1489.  
  1490.  
  1491.  
  1492.  
  1493.  
  1494.  
  1495.  
  1496.  
  1497.  
  1498.  
  1499.  
  1500.  
  1501.  
  1502.  
  1503.  
  1504.  
  1505.  
  1506.  
  1507.  
  1508. Baker and Krawczyk  Expires December 1997            [Page 26]
  1509.  
  1510.  
  1511.  
  1512.  
  1513. Internet Draft     Integrated Services MIB           June 1997
  1514.  
  1515.  
  1516. 6.  Security Issues
  1517.  
  1518. Security issues for this MIB are entirely covered by the SNMP
  1519. Security Architecture, and have not been expanded within the
  1520. contents of this MIB.
  1521.  
  1522. 7.  Authors' Addresses
  1523.  
  1524.          Fred Baker
  1525.  Postal: Cisco Systems
  1526.          519 Lado Drive
  1527.          Santa Barbara, California 93111
  1528.  Tel:    +1 805 681 0115
  1529.  E-Mail: fred@cisco.com
  1530.  
  1531.  
  1532.          John Krawczyk
  1533.  Postal: ArrowPoint Communications
  1534.          235 Littleton Road
  1535.          Westford, Massachusetts 01886
  1536.  Tel:    +1 508 692 5875
  1537.  E-Mail: jjk@tiac.net"
  1538.  
  1539. 8.  Acknowledgements
  1540.  
  1541. This document was produced by the Integrated Services Working
  1542. Group.
  1543.  
  1544. The authors would like to thank the following people for
  1545. providing feedback on this document:
  1546.  
  1547. Lou Berger, Fore Systems
  1548. Bob Braden, ISI
  1549. Viswanatha Rao, Compaq
  1550. John Wroclawski, MIT
  1551.  
  1552.  
  1553.  
  1554.  
  1555.  
  1556.  
  1557.  
  1558.  
  1559.  
  1560.  
  1561.  
  1562.  
  1563.  
  1564.  
  1565.  
  1566. Baker and Krawczyk  Expires December 1997            [Page 27]
  1567.  
  1568.  
  1569.  
  1570.  
  1571. Internet Draft     Integrated Services MIB           June 1997
  1572.  
  1573.  
  1574. 9.  References
  1575.  
  1576. [1]  M.T. Rose (editor), Management Information Base for
  1577.      Network Management of TCP/IP-based internets, Internet
  1578.      Working Group Request for Comments 1213.  Network
  1579.      Information Center, SRI International, Menlo Park,
  1580.      California, (May, 1990).
  1581.  
  1582. [2]  Information processing systems - Open Systems
  1583.      Interconnection - Specification of Abstract Syntax
  1584.      Notation One (ASN.1), International Organization for
  1585.      Standardization.  International Standard 8824, (December,
  1586.      1987).
  1587.  
  1588. [3]  Information processing systems - Open Systems
  1589.      Interconnection - Specification of Basic Encoding Rules
  1590.      for Abstract Notation One (ASN.1), International
  1591.      Organization for Standardization.  International Standard
  1592.      8825, (December, 1987).
  1593.  
  1594.  
  1595.  
  1596.  
  1597.  
  1598.  
  1599.  
  1600.  
  1601.  
  1602.  
  1603.  
  1604.  
  1605.  
  1606.  
  1607.  
  1608.  
  1609.  
  1610.  
  1611.  
  1612.  
  1613.  
  1614.  
  1615.  
  1616.  
  1617.  
  1618.  
  1619.  
  1620.  
  1621.  
  1622.  
  1623.  
  1624. Baker and Krawczyk  Expires December 1997            [Page 28]
  1625.  
  1626.  
  1627.  
  1628.  
  1629. Internet Draft     Integrated Services MIB           June 1997
  1630.  
  1631.  
  1632. Table of Contents
  1633.  
  1634.  
  1635. 1 Status of this Memo ...................................    1
  1636. 2 Abstract ..............................................    2
  1637. 3 The SNMPv2 Network Management Framework ...............    3
  1638. 3.1 Object Definitions ..................................    3
  1639. 4 Overview ..............................................    3
  1640. 4.1 Textual Conventions .................................    3
  1641. 4.2 Structure of MIB ....................................    4
  1642. 5 Definitions ...........................................    5
  1643. 5.2 Interface Attributes Database .......................    8
  1644. 5.3 Integrated Services Interface Flows Database ........   11
  1645. 6 Security Issues .......................................   27
  1646. 7 Authors' Addresses ....................................   27
  1647. 8 Acknowledgements ......................................   27
  1648. 9 References ............................................   28
  1649.  
  1650.  
  1651.  
  1652.  
  1653.  
  1654.  
  1655.  
  1656.  
  1657.  
  1658.  
  1659.  
  1660.  
  1661.  
  1662.  
  1663.  
  1664.  
  1665.  
  1666.  
  1667.  
  1668.  
  1669.  
  1670.  
  1671.  
  1672.  
  1673.  
  1674.  
  1675.  
  1676.  
  1677.  
  1678.  
  1679.  
  1680.  
  1681.  
  1682. Baker and Krawczyk  Expires December 1997            [Page 29]
  1683.