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-03.txt < prev    next >
Text File  |  1997-05-05  |  22KB  |  659 lines

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