home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1997 December / Internet_Info_CD-ROM_Walnut_Creek_December_1997.iso / drafts / draft_ietf_q_t / draft-ietf-radius-clientmib-02.txt < prev    next >
Text File  |  1997-04-28  |  22KB  |  656 lines

  1.  
  2.  
  3.      RADIUS Working Group                                     Bernard Aboba
  4.      INTERNET-DRAFT                                               Microsoft
  5.      <draft-ietf-radius-clientmib-02.txt>                         Glen Zorn
  6.      3 April 1997                                                 Microsoft
  7.  
  8.  
  9.                                RADIUS Client MIB
  10.  
  11.  
  12.      1.  Status of this Memo
  13.  
  14.      This document is an Internet-Draft.  Internet-Drafts are working docu-
  15.      ments of the Internet Engineering Task Force (IETF),  its  areas,  and
  16.      its  working groups.  Note that other groups may also distribute work-
  17.      ing documents as Internet-Drafts.
  18.  
  19.      Internet-Drafts are draft documents valid for a maximum of six  months
  20.      and  may  be updated, replaced, or obsoleted by other documents at any
  21.      time.  It is inappropriate to use Internet-Drafts as  reference  mate-
  22.      rial or to cite them other than as ``work in progress.''
  23.  
  24.      To  learn  the  current status of any Internet-Draft, please check the
  25.      ``1id-abstracts.txt'' listing contained in the Internet-Drafts  Shadow
  26.      Directories   on   ds.internic.net   (US  East  Coast),  nic.nordu.net
  27.      (Europe), ftp.isi.edu (US West Coast), or munnari.oz.au (Pacific Rim).
  28.  
  29.      The  distribution  of  this memo is unlimited.  It is filed as <draft-
  30.      ietf-radius-clientmib-02.txt>, and  expires October  1,  1997.  Please
  31.      send comments to the authors.
  32.  
  33.  
  34.      2.  Abstract
  35.  
  36.      This  memo  defines a set of extensions which instrument RADIUS client
  37.      functions. These extensions represent  a  portion  of  the  Management
  38.      Information  Base  (MIB)  for use with network management protocols in
  39.      the Internet community.  Using these  extensions  IP-based  management
  40.      stations can manage RADIUS clients.
  41.  
  42.  
  43.      3.  Introduction
  44.  
  45.      This  memo  defines a portion of the Management Information Base (MIB)
  46.      for use with network management protocols in the  Internet  community.
  47.      In  particular,  it describes managed objects used for managing RADIUS
  48.      clients.
  49.  
  50.      Today a wide range of network devices, including  routers  and  NASes,
  51.      act  as  RADIUS clients in order to provide authentication, authoriza-
  52.      tion, and accounting services. As a result, the  effective  management
  53.      of RADIUS clients is of considerable importance.
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.      Aboba & Zorn                                                  [Page 1]
  61.  
  62.  
  63.  
  64.  
  65.  
  66.      INTERNET-DRAFT                                            3 April 1997
  67.  
  68.  
  69.      4.  The SNMPv2 Network Management Framework
  70.  
  71.      The  SNMPv2 Network Management Framework consists of four major compo-
  72.      nents.  They are:
  73.  
  74.            o  RFC 1902 which defines the SMI, the mechanisms used for
  75.               describing and naming objects for the purpose of management.
  76.  
  77.            o  RFC 1905 which defines the protocol used for network access to
  78.               managed objects.
  79.  
  80.            o  RFC 1907 defines the core set of managed objects for the
  81.               Internet suite of protocols.
  82.  
  83.            o  RFC 1909 which defines the administrative aspects of the
  84.               framework.
  85.  
  86.      The Framework permits new objects to be defined  for  the  purpose  of
  87.      experimentation and evaluation.
  88.  
  89.  
  90.      4.1.  Object Definitions
  91.  
  92.      Managed  objects  are accessed via a virtual information store, termed
  93.      the Management Information Base  or  MIB.   Objects  in  the  MIB  are
  94.      defined  using  the  subset  of  Abstract  Syntax Notation One (ASN.1)
  95.      defined in the SMI. In particular, each object object type is named by
  96.      an  OBJECT  IDENTIFIER, an administratively assigned name.  The object
  97.      type together with an object instance serves to  uniquely  identify  a
  98.      specific  instantiation of the object. For human convenience, we often
  99.      use a textual string, termed the descriptor, to refer  to  the  object
  100.      type.
  101.  
  102.  
  103.      5.  Overview
  104.  
  105.      This MIB module contains two scalars as well as a single table:
  106.  
  107.      (1)  the RADIUS Server Table contains one row for each
  108.           RADIUS server that the client shares a secret with.
  109.  
  110.      Each entry in the RADIUS Server Table includes twenty entries present-
  111.      ing a view of the activity of the RADIUS client.
  112.  
  113.  
  114.      6.  Definitions
  115.  
  116.      RADIUS-CLIENT-MIB DEFINITIONS ::= BEGIN
  117.  
  118.      IMPORTS
  119.          MODULE-IDENTITY, OBJECT-TYPE,
  120.          OBJECT-IDENTITY, experimental,
  121.          Counter32, Gauge32, Integer32,
  122.          IpAddress, TimeTicks             FROM SNMPv2-SMI
  123.  
  124.  
  125.  
  126.      Aboba & Zorn                                                  [Page 2]
  127.  
  128.  
  129.  
  130.  
  131.  
  132.      INTERNET-DRAFT                                            3 April 1997
  133.  
  134.  
  135.          RowStatus, TruthValue,
  136.          DisplayString                    FROM SNMPv2-TC
  137.          MODULE-COMPLIANCE, OBJECT-GROUP  FROM SNMPv2-CONF;
  138.  
  139.  
  140.      radius OBJECT-IDENTITY
  141.             STATUS  current
  142.             DESCRIPTION
  143.                     "The OID assigned to RADIUS MIB work by the IANA."
  144.             ::= { not-assigned-yet }
  145.  
  146.      radiusClientMIB MODULE-IDENTITY
  147.          LAST-UPDATED "9704021659Z"
  148.          ORGANIZATION "IETF RADIUS Working Group."
  149.          CONTACT-INFO
  150.                  " Bernard Aboba
  151.                    Microsoft
  152.                    One Microsoft Way
  153.                    Redmond, WA  98052
  154.                    US
  155.  
  156.                    Phone: +1 206 936 6605
  157.                    EMail: bernarda@microsoft.com"
  158.          DESCRIPTION
  159.                  "The MIB module for RADIUS Client Management."
  160.          ::= { radius 2 }
  161.  
  162.      radiusClientMIBObjects     OBJECT IDENTIFIER ::= { radiusClientMIB 1 }
  163.  
  164.      radiusClient      OBJECT IDENTIFIER ::= { radiusClientMIBObjects 1 }
  165.  
  166.      radiusClientInvalidServerAddresses OBJECT-TYPE
  167.             SYNTAX Counter32
  168.             MAX-ACCESS read-only
  169.             STATUS current
  170.             DESCRIPTION
  171.      "The total number of RADIUS Access-Response messages received
  172.      from unknown addresses since client start-up"
  173.             ::= { radiusClient 1 }
  174.  
  175.      radiusClientIdentifier OBJECT-TYPE
  176.      SYNTAX DisplayString
  177.             MAX-ACCESS read-only
  178.             STATUS current
  179.             DESCRIPTION
  180.                "The NAS-Identifier of the RADIUS client."
  181.             ::= { radiusClient 2 }
  182.  
  183.      radiusServerTable OBJECT-TYPE
  184.          SYNTAX     SEQUENCE OF RadiusServerEntry
  185.          MAX-ACCESS not-accessible
  186.          STATUS     current
  187.          DESCRIPTION
  188.                  "The (conceptual) table listing the RADIUS servers with
  189.  
  190.  
  191.  
  192.      Aboba & Zorn                                                  [Page 3]
  193.  
  194.  
  195.  
  196.  
  197.  
  198.      INTERNET-DRAFT                                            3 April 1997
  199.  
  200.  
  201.                  which the client shares a secret."
  202.          ::= { radiusClient 3 }
  203.  
  204.      radiusServerEntry OBJECT-TYPE
  205.          SYNTAX     RadiusServerEntry
  206.          MAX-ACCESS not-accessible
  207.          STATUS     current
  208.          DESCRIPTION
  209.                  "An entry (conceptual row) representing a RADIUS server
  210.                  with which the client shares a secret."
  211.          INDEX      { radiusServerIndex }
  212.          ::= { radiusServerTable 1 }
  213.  
  214.      RadiusServerEntry ::= SEQUENCE {
  215.          radiusServerIndex                           Integer32,
  216.          radiusServerAddress                         IpAddress,
  217.          radiusClientRoundTripTime                   TimeTicks,
  218.          radiusClientAccessRequests                  Counter32,
  219.          radiusClientAccessRetransmissions           Counter32,
  220.          radiusClientAccessAccepts                   Counter32,
  221.          radiusClientAccessRejects                   Counter32,
  222.          radiusClientAccessChallenges                Counter32,
  223.          radiusClientMalformedAccessResponses        Counter32,
  224.          radiusClientAuthenticationBadAuthenticators Counter32,
  225.          radiusClientAuthenticationPendingRequests   Counter32,
  226.          radiusClientAuthenticationTimeouts          Counter32,
  227.          radiusClientAccountingRequests              Counter32,
  228.          radiusClientAccountingRetransmissions       Counter32,
  229.          radiusClientAccountingResponses             Counter32,
  230.          radiusClientMalformedAccountingResponses    Counter32,
  231.          radiusClientAccountingBadAuthenticators     Counter32,
  232.          radiusClientAccountingPendingRequests       Counter32,
  233.          radiusClientAccountingTimeouts              Counter32,
  234.          radiusClientUnknownType                     Counter32
  235.      }
  236.  
  237.      radiusServerIndex OBJECT-TYPE
  238.          SYNTAX     Integer32
  239.          MAX-ACCESS not-accessible
  240.          STATUS     current
  241.          DESCRIPTION
  242.                  "The RADIUS server with which the client interacts"
  243.          ::= { radiusServerEntry 1 }
  244.  
  245.      radiusServerAddress OBJECT-TYPE
  246.          SYNTAX     IpAddress
  247.          MAX-ACCESS read-only
  248.          STATUS     current
  249.          DESCRIPTION
  250.                  "The IP address of the RADIUS server
  251.                  referred to in this table entry"
  252.          ::= { radiusServerEntry 2 }
  253.  
  254.      radiusClientRoundTripTime  OBJECT-TYPE
  255.  
  256.  
  257.  
  258.      Aboba & Zorn                                                  [Page 4]
  259.  
  260.  
  261.  
  262.  
  263.  
  264.      INTERNET-DRAFT                                            3 April 1997
  265.  
  266.  
  267.       SYNTAX TimeTicks
  268.             MAX-ACCESS read-only
  269.             STATUS current
  270.             DESCRIPTION
  271.      "The total roundtrip time of the last packet sent
  272.      between the client and the RADIUS server referred
  273.      to in this table entry"
  274.             ::= { radiusServerEntry 3 }
  275.  
  276.      radiusClientAccessRequests OBJECT-TYPE
  277.             SYNTAX Counter32
  278.             MAX-ACCESS read-only
  279.             STATUS current
  280.             DESCRIPTION
  281.      "The total number of RADIUS Access-Request messages sent
  282.      since client start-up"
  283.             ::= { radiusServerEntry 4 }
  284.  
  285.      radiusClientAccessRetransmissions OBJECT-TYPE
  286.             SYNTAX Counter32
  287.             MAX-ACCESS read-only
  288.             STATUS current
  289.             DESCRIPTION
  290.      "The total number of RADIUS Access-Request messages retransmitted
  291.      since client start-up"
  292.             ::= { radiusServerEntry 5 }
  293.  
  294.      radiusClientAccessAccepts OBJECT-TYPE
  295.             SYNTAX Counter32
  296.             MAX-ACCESS read-only
  297.             STATUS current
  298.             DESCRIPTION
  299.      "The total number of RADIUS Access-Accept messages received
  300.      since client start-up"
  301.             ::= { radiusServerEntry 6 }
  302.  
  303.      radiusClientAccessRejects OBJECT-TYPE
  304.           SYNTAX Counter32
  305.           MAX-ACCESS read-only
  306.           STATUS current
  307.           DESCRIPTION
  308.      "The total number of RADIUS Access-Reject messages received since client start-up"
  309.             ::= { radiusServerEntry  7 }
  310.  
  311.      radiusClientAccessChallenges OBJECT-TYPE
  312.             SYNTAX Counter32
  313.             MAX-ACCESS read-only
  314.             STATUS current
  315.             DESCRIPTION
  316.      "The total number of RADIUS Access-Challenge messages received
  317.      since client start-up"
  318.             ::= { radiusServerEntry 8 }
  319.  
  320.      -- "Access-Response" includes an Access-Accept, Access-Challenge or Access-Reject
  321.  
  322.  
  323.  
  324.      Aboba & Zorn                                                  [Page 5]
  325.  
  326.  
  327.  
  328.  
  329.  
  330.      INTERNET-DRAFT                                            3 April 1997
  331.  
  332.  
  333.      radiusClientMalformedAccessResponses OBJECT-TYPE
  334.             SYNTAX Counter32
  335.             MAX-ACCESS read-only
  336.             STATUS current
  337.             DESCRIPTION
  338.      "The total number of malformed RADIUS Access-Response messages received
  339.      since client start-up"
  340.             ::= { radiusServerEntry 9 }
  341.  
  342.      radiusClientAuthenticationBadAuthenticators OBJECT-TYPE
  343.             SYNTAX Counter32
  344.             MAX-ACCESS read-only
  345.             STATUS current
  346.             DESCRIPTION
  347.      "The total number of RADIUS Access-Response messages containing invalid
  348.      authenticators received since client start-up"
  349.             ::= { radiusServerEntry 10 }
  350.  
  351.      radiusClientAuthenticationPendingRequests OBJECT-TYPE
  352.             SYNTAX Counter32
  353.             MAX-ACCESS read-only
  354.             STATUS current
  355.             DESCRIPTION
  356.      "The total number of RADIUS Access-Request messages that have not yet
  357.      timed out or received a response"
  358.             ::= { radiusServerEntry 11 }
  359.  
  360.      radiusClientAuthenticationTimeouts OBJECT-TYPE
  361.           SYNTAX Counter32
  362.           MAX-ACCESS read-only
  363.           STATUS current
  364.           DESCRIPTION
  365.      "The total number of authentication timeouts since client startup"
  366.             ::= { radiusServerEntry  12 }
  367.  
  368.      radiusClientAccountingRequests OBJECT-TYPE
  369.             SYNTAX Counter32
  370.             MAX-ACCESS read-only
  371.             STATUS current
  372.             DESCRIPTION
  373.      "The total number of RADIUS Accounting-Request messages sent
  374.      since client start-up"
  375.             ::= { radiusServerEntry 13 }
  376.  
  377.      radiusClientAccountingRetransmissions OBJECT-TYPE
  378.             SYNTAX Counter32
  379.             MAX-ACCESS read-only
  380.             STATUS current
  381.             DESCRIPTION
  382.      "The total number of RADIUS Accounting-Request messages retransmitted
  383.      since client start-up"
  384.             ::= { radiusServerEntry 14 }
  385.  
  386.      radiusClientAccountingResponses OBJECT-TYPE
  387.  
  388.  
  389.  
  390.      Aboba & Zorn                                                  [Page 6]
  391.  
  392.  
  393.  
  394.  
  395.  
  396.      INTERNET-DRAFT                                            3 April 1997
  397.  
  398.  
  399.             SYNTAX Counter32
  400.             MAX-ACCESS read-only
  401.             STATUS current
  402.             DESCRIPTION
  403.      "The total number of RADIUS Accounting-Response messages received
  404.      since client start-up"
  405.             ::= { radiusServerEntry 15 }
  406.  
  407.      radiusClientMalformedAccountingResponses OBJECT-TYPE
  408.             SYNTAX Counter32
  409.             MAX-ACCESS read-only
  410.             STATUS current
  411.             DESCRIPTION
  412.      "The total number of malformed RADIUS Accounting-Response messages received
  413.      since client start-up"
  414.             ::= { radiusServerEntry 16 }
  415.  
  416.      radiusClientAccountingBadAuthenticators OBJECT-TYPE
  417.             SYNTAX Counter32
  418.             MAX-ACCESS read-only
  419.             STATUS current
  420.             DESCRIPTION
  421.      "The total number of RADIUS Accounting-Response messages which
  422.      contained invalid authenticators received since client start-up"
  423.             ::= { radiusServerEntry 17 }
  424.  
  425.      radiusClientAccountingPendingRequests OBJECT-TYPE
  426.             SYNTAX Counter32
  427.             MAX-ACCESS read-only
  428.             STATUS current
  429.             DESCRIPTION
  430.      "The total number of RADIUS Accounting-Request messages that have not yet
  431.      timed out or received a response"
  432.             ::= { radiusServerEntry 18 }
  433.  
  434.      radiusClientAccountingTimeouts OBJECT-TYPE
  435.           SYNTAX Counter32
  436.           MAX-ACCESS read-only
  437.           STATUS current
  438.           DESCRIPTION
  439.      "The total number of accounting timeouts since client startup"
  440.             ::= { radiusServerEntry  19 }
  441.  
  442.      radiusClientUnknownType OBJECT-TYPE
  443.             SYNTAX Counter32
  444.             MAX-ACCESS read-only
  445.             STATUS current
  446.             DESCRIPTION
  447.      "The total number of RADIUS messages of unknown type which
  448.      were received since client start-up"
  449.             ::= { radiusServerEntry  20 }
  450.  
  451.      -- conformance information
  452.  
  453.  
  454.  
  455.  
  456.      Aboba & Zorn                                                  [Page 7]
  457.  
  458.  
  459.  
  460.  
  461.  
  462.      INTERNET-DRAFT                                            3 April 1997
  463.  
  464.  
  465.      radiusClientMIBConformance
  466.                       OBJECT IDENTIFIER ::= { radiusClientMIB 2 }
  467.      radiusClientMIBCompliances
  468.                       OBJECT IDENTIFIER ::= { radiusClientMIBConformance 1 }
  469.      radiusClientMIBGroups  OBJECT IDENTIFIER ::= { radiusClientMIBConformance 2 }
  470.  
  471.  
  472.      -- compliance statements
  473.  
  474.      radiusClientMIBCompliance MODULE-COMPLIANCE
  475.          STATUS  current
  476.          DESCRIPTION
  477.                  "The compliance statement for Clients implementing the RADIUS Client
  478.                  MIB."
  479.          MODULE  -- this module
  480.              MANDATORY-GROUPS { radiusClientMIBGroup }
  481.  
  482.          ::= { radiusClientMIBCompliances 1 }
  483.  
  484.  
  485.      -- units of conformance
  486.  
  487.      radiusClientMIBGroup OBJECT-GROUP
  488.          OBJECTS { radiusClientInvalidServerAddresses,
  489.                    radiusServerAddress,
  490.                    radiusClientRoundTripTime,
  491.                    radiusClientAccessRequests,
  492.                    radiusClientAccessRetransmissions,
  493.                    radiusClientAccessAccepts,
  494.                    radiusClientAccessRejects,
  495.                    radiusClientAccessChallenges,
  496.                    radiusClientMalformedAccessResponses,
  497.                    radiusClientAuthenticationBadAuthenticators,
  498.                    radiusClientAuthenticationPendingRequests,
  499.                    radiusClientAuthenticationTimeouts,
  500.                    radiusClientRoundTripTime,
  501.                    radiusClientAccountingRequests,
  502.                    radiusClientAccountingRetransmissions,
  503.                    radiusClientAccountingResponses,
  504.                    radiusClientMalformedAccountingResponses,
  505.                    radiusClientAccountingBadAuthenticators,
  506.                    radiusClientAccountingPendingRequests,
  507.                    radiusClientAccountingTimeouts,
  508.                    radiusClientUnknownType
  509.                  }
  510.          STATUS  current
  511.          DESCRIPTION
  512.                  "The basic collection of objects providing management of
  513.                  RADIUS Clients."
  514.          ::= { radiusClientMIBGroups 1 }
  515.  
  516.      END
  517.  
  518.  
  519.  
  520.  
  521.  
  522.      Aboba & Zorn                                                  [Page 8]
  523.  
  524.  
  525.  
  526.  
  527.  
  528.      INTERNET-DRAFT                                            3 April 1997
  529.  
  530.  
  531.      7.  Security considerations
  532.  
  533.      All MIB variables described in this document are read-only.
  534.  
  535.  
  536.      8.  Acknowledgments
  537.  
  538.      Thanks to Narendra Gidwani of Microsoft, Allan  C.  Rubens  of  MERIT,
  539.      Carl  Rigney of Livingston and Peter Heitman of American Internet Cor-
  540.      poration for useful discussions of this problem space.
  541.  
  542.  
  543.      9.  References
  544.  
  545.       [1]  C. Rigney, A. Rubens, W. Simpson, S. Willens.  "Remote Authenti-
  546.      cation  Dial  In  User Service (RADIUS)." RFC 2058, Livingston, Merit,
  547.      Daydreamer, January, 1997.
  548.  
  549.      [2]  C. Rigney.  "RADIUS Accounting." RFC 2059,  Livingston,  January,
  550.      1997.
  551.  
  552.      [3]  C.  Rigney,  W. Willats.  "RADIUS Extensions." draft-ietf-radius-
  553.      ext-00.txt, Livingston, January, 1997.
  554.  
  555.      [4] "Information processing systems - Open Systems  Interconnection  -
  556.      Specification  of Abstract Syntax Notation One (ASN.1)", International
  557.      Organization for Standardization, International Standard 8824,  Decem-
  558.      ber 1987.
  559.  
  560.      [5]  Case, J., McCloghrie, K., Rose, M., and S. Waldbusser, "Introduc-
  561.      tion to Community-based SNMPv2", RFC 1901, SNMP Research, Inc.,  Cisco
  562.      Systems, Dover Beach Consulting, Inc., International Network Services,
  563.      January, 1996.
  564.  
  565.      [6] Case, J., McCloghrie, K., Rose, M., and S. Waldbusser,  "Structure
  566.      of  Management Information for Version 2 of the Simple Network Manage-
  567.      ment Protocol (SNMPv2)", RFC 1902, SNMP Research, Inc., Cisco Systems,
  568.      Dover Beach Consulting, Inc., International Network Services, January,
  569.      1996.
  570.  
  571.      [7] Case, J., McCloghrie, K., Rose, M., and  S.  Waldbusser,  "Textual
  572.      Conventions  for version 2 of the the Simple Network Management Proto-
  573.      col (SNMPv2)", RFC 1903, SNMP Research,  Inc.,  Cisco  Systems,  Dover
  574.      Beach Consulting, Inc., International Network Services, January, 1996.
  575.  
  576.      [8] Case, J., McCloghrie, K., Rose, M., and  S.  Waldbusser,  "Confor-
  577.      mance  Statements  for  version 2 of the the Simple Network Management
  578.      Protocol (SNMPv2)", RFC 1904,  SNMP  Research,  Inc.,  Cisco  Systems,
  579.      Dover Beach Consulting, Inc., International Network Services, January,
  580.      1996.
  581.  
  582.      [9] Case, J., McCloghrie, K., Rose, M., and S.  Waldbusser,  "Protocol
  583.      Operations  for  Version  2  of the Simple Network Management Protocol
  584.      (SNMPv2)", RFC 1905, SNMP Research, Inc., Cisco Systems,  Dover  Beach
  585.  
  586.  
  587.  
  588.      Aboba & Zorn                                                  [Page 9]
  589.  
  590.  
  591.  
  592.  
  593.  
  594.      INTERNET-DRAFT                                            3 April 1997
  595.  
  596.  
  597.      Consulting, Inc., International Network Services, January, 1996.
  598.  
  599.      [10] Case, J., McCloghrie, K., Rose, M., and S. Waldbusser, "Transport
  600.      Mappings for Version 2  of  the  Simple  Network  Management  Protocol
  601.      (SNMPv2)",  RFC  1906, SNMP Research, Inc., Cisco Systems, Dover Beach
  602.      Consulting, Inc., International Network Services, January, 1996.
  603.  
  604.      [11] Case, J., McCloghrie, K., Rose, M., and S.  Waldbusser,  "Manage-
  605.      ment  Information  Base for Version 2 of the Simple Network Management
  606.      Protocol (SNMPv2)", RFC 1907,  SNMP  Research,  Inc.,  Cisco  Systems,
  607.      Dover Beach Consulting, Inc., International Network Services, January,
  608.      1996.
  609.  
  610.      [12] Case, J., McCloghrie, K., Rose, M., and S.  Waldbusser,  "Coexis-
  611.      tence between Version 1 and Version 2 of the Internet-standard Network
  612.      Management Framework", RFC 1908, SNMP Research, Inc.,  Cisco  Systems,
  613.      Dover Beach Consulting, Inc., International Network Services, January,
  614.      1996.
  615.  
  616.      [13] McCloghrie, K., "An Administrative  Infrastructure  for  SNMPv2",
  617.      RFC 1909, Cisco Systems, February, 1996.
  618.  
  619.  
  620.  
  621.  
  622.      10.  Authors' Addresses
  623.  
  624.      Bernard Aboba
  625.      Microsoft Corporation
  626.      One Microsoft Way
  627.      Redmond, WA 98052
  628.  
  629.      Phone: 206-936-6605
  630.      EMail: bernarda@microsoft.com
  631.  
  632.      Glen Zorn
  633.      Microsoft Corporation
  634.      One Microsoft Way
  635.      Redmond, WA 98052
  636.  
  637.      Phone: 206-703-1559
  638.      EMail: glennz@microsoft.com
  639.  
  640.  
  641.  
  642.  
  643.  
  644.  
  645.  
  646.  
  647.  
  648.  
  649.  
  650.  
  651.  
  652.  
  653.  
  654.      Aboba & Zorn                                                 [Page 10]
  655.  
  656.