home *** CD-ROM | disk | FTP | other *** search
/ Handbook of Infosec Terms 2.0 / Handbook_of_Infosec_Terms_Version_2.0_ISSO.iso / text / rfcs / rfc1749.txt < prev    next >
Text File  |  1996-05-07  |  18KB  |  288 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. Network Working Group                                      K. McCloghrie Request for Comments: 1749                                      F. Baker Updates: 1748                                                  E. Decker Category: Standards Track                            cisco Systems, Inc.                                                            December 1994 
  8.  
  9.             IEEE 802.5 Station Source Routing MIB using SMIv2 
  10.  
  11. Status of this Memo 
  12.  
  13.    This document specifies an Internet standards track protocol for the    Internet community, and requests discussion and suggestions for    improvements.  Please refer to the current edition of the "Internet    Official Protocol Standards" (STD 1) for the standardization state    and status of this protocol.  Distribution of this memo is unlimited. 
  14.  
  15. Table of Contents 
  16.  
  17.    1. Introduction .............................................    1    2. The SNMPv2 Network Management Framework ..................    2    2.1 Object Definitions ......................................    2    3. Overview .................................................    2    3.1 Source Routing ..........................................    2    3.2 Relationship to RFC 1748 ................................    3    3.3 Relationship to RFC 1525 ................................    3    3.4 Static Source Routes ....................................    4    3.5 Destinations on the Local Ring ..........................    4    4. Definitions ..............................................    4    5. Acknowledgements .........................................    8    6. References ...............................................    8    7. Security Considerations ..................................    9    8. Authors' Addresses .......................................   10 
  18.  
  19. 1.  Introduction 
  20.  
  21.    This memo defines a portion of the Management Information Base (MIB)    for use with network management protocols in the Internet community.    In particular, it describes managed objects used by IEEE 802.5 end-    stations for managing source routes on a Token Ring network where    IEEE source-routing is in use.  IEEE source-routing is described in    802.5 Token Ring Access Method and Physical Layer Specifications [8]    and related ISO publications [9, 10, 11]. 
  22.  
  23.    This memo is an incremental update to RFC 1748 [6].  It is documented    separately from the RFC 1748 solely due to the latter's maturity    within the Internet standardization process. 
  24.  
  25.  
  26.  
  27.  McCloghrie, Baker & Decker                                      [Page 1] 
  28.  RFC 1749      802.5 Station Source Routing MIB using SMIv2 December 1994 
  29.  
  30.  2.  The SNMPv2 Network Management Framework 
  31.  
  32.    The SNMPv2 Network Management Framework consists of four major    components.  They are: 
  33.  
  34.       o    RFC 1442 [1] which defines the SMI, the mechanisms used for            describing and naming objects for the purpose of management. 
  35.  
  36.       o    STD 17, RFC 1213 [2] defines MIB-II, the core set of managed            objects for the Internet suite of protocols. 
  37.  
  38.       o    RFC 1445 [3] which defines the administrative and other            architectural aspects of the framework. 
  39.  
  40.       o    RFC 1448 [4] which defines the protocol used for network            access to managed objects. 
  41.  
  42.    The Framework permits new objects to be defined for the purpose of    experimentation and evaluation. 
  43.  
  44. 2.1.  Object Definitions 
  45.  
  46.    Managed objects are accessed via a virtual information store, termed    the Management Information Base or MIB.  Objects in the MIB are    defined using the subset of Abstract Syntax Notation One (ASN.1)    defined in the SMI.  In particular, each object type is named by an    OBJECT IDENTIFIER, an administratively assigned name.  The object    type together with an object instance serves to uniquely identify a    specific instantiation of the object.  For human convenience, we    often use a textual string, termed the descriptor, to refer to the    object type. 
  47.  
  48. 3.  Overview 
  49.  
  50.    This memo defines a single table: the 802.5 Station Source Routing    Table, which contains the source routes known by a end-station on an    IEEE 802.5 Token Ring network in which IEEE source-routing is in use. 
  51.  
  52. 3.1.  Source Routing 
  53.  
  54.    Source routing extends the 802.5 protocol [8] by assigning a unique    ring number to each ring within the extended LAN, and a bridge number    to each source routing bridge's connection to a ring.  A Routing    Information Field (RIF) must be included in frames which need to    traverse multiple rings.  The format of the RIF is: 
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  McCloghrie, Baker & Decker                                      [Page 2] 
  61.  RFC 1749      802.5 Station Source Routing MIB using SMIv2 December 1994 
  62.  
  63.                octets octets octets         octets                1&2    3&4    5&6            17&18              +------+------+------+-------+------+              |  RC  |  RD  |  RD  | ...   |  RD  |              +------+------+------+-------+------+                      <---- 0 to 8 RD fields ----> 
  64.  
  65.    The format of the Routing Control (RC) field is: 
  66.  
  67.                             octet 1         octet 2                        +---------------+---------------+                        |b b b l l l l l|d f f f 0 0 0 0|                        +---------------+---------------+                           ^       ^     ^   ^                           |       |     |   |      Explorer indicator --+       |     |   +-- Max frame length*             Length of RIF field --+     +-- Direction to use RDs 
  68.  
  69.      * Note that the length of the Maximum frame length subfield        has recently been extended to 6 bits. 
  70.  
  71.    The format of each Routing Descriptor (RD) field is: 
  72.  
  73.                      octet 1         octet 2                  +---------------+---------------+                  |r r r r r r r r r r r r i i i i|                  +---------------+---------------+                   <---- ring number ----> <----->                                              ^                                              |                              bridge number --+ 
  74.  
  75. 3.2.  Relationship to RFC 1748 
  76.  
  77.    RFC 1748 [6], the IEEE 802.5 MIB, defines managed objects used for    interfaces to IEEE 802.5 Token Ring subnetworks.  This memo is an    incremental update to RFC 1748, and is documented independently    solely due to the maturity of the definitions contained within RFC    1748. 
  78.  
  79. 3.3.  Relationship to RFC 1525 
  80.  
  81.    RFC 1525 [7] defines the MIB objects specific to source-routing for    source-routing and SRT bridges.  This memo defines the MIB objects    specific to source-routing for source-routing end-stations. 
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  McCloghrie, Baker & Decker                                      [Page 3] 
  88.  RFC 1749      802.5 Station Source Routing MIB using SMIv2 December 1994 
  89.  
  90.  3.4.  Static Source Routes 
  91.  
  92.    It is unclear how many, if any, existing systems allow the creation    or deletion of "static" 802.5 source routes by network management.    However, SNMPv2 SMI defines that the MAX-ACCESS clause as specifying    the maximal level of access which makes "protocol sense".  Thus, this    memo provides support for static source routes through the    dot5SrRouteStatus object, but the conformance statements allow for    stations which do not support static source routes, by requiring that    compliant agents only need provide read-access to dot5SrRouteStatus. 
  93.  
  94. 3.5.  Destinations on the Local Ring 
  95.  
  96.    Entries should be included in the dot5SrRouteTable for destination    MAC addresses which are on the same ring as the instrumented 802.5    interface.  For such entries, dot5SrRouteDescr has the value of the    zero-length string, and dot5SrRouteControl has the corresponding    value. 
  97.  
  98. 4.  Definitions 
  99.  
  100. TOKENRING-STATION-SR-MIB DEFINITIONS ::= BEGIN 
  101.  
  102. IMPORTS     MODULE-IDENTITY, OBJECT-TYPE                                          FROM SNMPv2-SMI     TEXTUAL-CONVENTION, RowStatus, MacAddress                                          FROM SNMPv2-TC     MODULE-COMPLIANCE, OBJECT-GROUP      FROM SNMPv2-CONF     mib-2, ifIndex                       FROM RFC1213-MIB; 
  103.  
  104. dot5SrMIB MODULE-IDENTITY     LAST-UPDATED "9412161000Z"     ORGANIZATION "IETF Interfaces MIB Working Group"     CONTACT-INFO             "       Keith McCloghrie             Postal: Cisco Systems, Inc.                     170 West Tasman Drive                     San Jose, CA  95134-1706                     US 
  105.  
  106.              Phone: +1 408 526 5260              Email: kzm@cisco.com"     DESCRIPTION             "The MIB module for managing source routes in             end-stations on IEEE 802.5 Token Ring networks."     ::= { mib-2 42 } 
  107.  
  108.  
  109.  
  110.  McCloghrie, Baker & Decker                                      [Page 4] 
  111.  RFC 1749      802.5 Station Source Routing MIB using SMIv2 December 1994 
  112.  
  113.  dot5SrMIBObjects OBJECT IDENTIFIER ::= { dot5SrMIB 1 } 
  114.  
  115. SourceRoute ::= TEXTUAL-CONVENTION     DISPLAY-HINT "1x:"     STATUS       current     DESCRIPTION                  "Represents a Source Route, containing an                  embedded sequence of bridge and ring ID's,                  as used by 802.5 Source Routing."     REFERENCE    "Annex C of ISO/IEC 10038: 1993,                  [ANSI/IEEE Std 802.1D, 1993]"     SYNTAX       OCTET STRING (SIZE(0..30)) 
  116.  
  117.  --           The 802.5 Station Source Route Table -- 
  118.  
  119. dot5SrRouteTable   OBJECT-TYPE     SYNTAX      SEQUENCE OF Dot5SrRouteEntry     MAX-ACCESS  not-accessible     STATUS      current     DESCRIPTION                "The table of source-routing routes.                This represents the 802.5 RIF database."     ::= { dot5SrMIBObjects 1 } 
  120.  
  121. dot5SrRouteEntry  OBJECT-TYPE     SYNTAX      Dot5SrRouteEntry     MAX-ACCESS  not-accessible     STATUS      current     DESCRIPTION                 "Information on a specific route. 
  122.  
  123.                 An entry is created whenever a 'Single Path                 Explorer' or an 'All Paths Explorer' discovers                 a route to a neighbor not currently in the table,                 or whenever an 'All Paths Explorer' discovers a                 better (e.g., shorter) route than the route currently                 stored in the table.  This is done on behalf of                 any network layer client. 
  124.  
  125.                 The ifIndex value in the INDEX clause refers to                 the value of MIB-II's ifIndex object for the                 interface on which the route is in effect."     INDEX  { ifIndex, dot5SrRouteDestination }     ::= { dot5SrRouteTable 1 } 
  126.  
  127. Dot5SrRouteEntry ::= SEQUENCE { 
  128.  
  129.  
  130.  
  131. McCloghrie, Baker & Decker                                      [Page 5] 
  132.  RFC 1749      802.5 Station Source Routing MIB using SMIv2 December 1994 
  133.  
  134.      dot5SrRouteDestination   MacAddress,     dot5SrRouteControl       OCTET STRING,     dot5SrRouteDescr         SourceRoute,     dot5SrRouteStatus        RowStatus } 
  135.  
  136. dot5SrRouteDestination  OBJECT-TYPE     SYNTAX      MacAddress     MAX-ACCESS  not-accessible     STATUS      current     DESCRIPTION                "The destination of this route."     ::= { dot5SrRouteEntry 2 } 
  137.  
  138. dot5SrRouteControl  OBJECT-TYPE     SYNTAX      OCTET STRING (SIZE(2))     MAX-ACCESS  read-create     STATUS      current     DESCRIPTION                "The value of Routing Control field for this                route."     REFERENCE  "Annex C of ISO/IEC 10038: 1993,                [ANSI/IEEE Std 802.1D, 1993]"     ::= { dot5SrRouteEntry 3 } 
  139.  
  140. dot5SrRouteDescr  OBJECT-TYPE     SYNTAX      SourceRoute     MAX-ACCESS  read-create     STATUS      current     DESCRIPTION                "The embedded sequence of bridge and ring ID's                for this route.  For destinations on the                local ring, the value of this object is                the zero-length string."     REFERENCE  "Annex C of ISO/IEC 10038: 1993,                [ANSI/IEEE Std 802.1D, 1993]"     ::= { dot5SrRouteEntry 4 } 
  141.  
  142. dot5SrRouteStatus  OBJECT-TYPE     SYNTAX      RowStatus     MAX-ACCESS  read-create     STATUS      current     DESCRIPTION              "The status of this row.  Values of the instances              of dot5SrRouteControl and dot5SrRouteDescr can be              modified while the row's status is 'active."     ::= { dot5SrRouteEntry 5 } 
  143.  
  144.  
  145.  
  146.  McCloghrie, Baker & Decker                                      [Page 6] 
  147.  RFC 1749      802.5 Station Source Routing MIB using SMIv2 December 1994 
  148.  
  149.  -- conformance information 
  150.  
  151. dot5SrConformance OBJECT IDENTIFIER ::= { dot5SrMIB 2 } 
  152.  
  153. dot5SrGroups      OBJECT IDENTIFIER ::= { dot5SrConformance 1 } dot5SrCompliances OBJECT IDENTIFIER ::= { dot5SrConformance 2 } 
  154.  
  155.  -- compliance statements 
  156.  
  157. dot5SrCompliance MODULE-COMPLIANCE     STATUS  current     DESCRIPTION         "The compliance statement for SNMPv2 entities         which implement the IEEE 802.5 Station Source Route         MIB." 
  158.  
  159.     MODULE  -- this module         MANDATORY-GROUPS { dot5SrRouteGroup } 
  160.  
  161.         OBJECT      dot5SrRouteStatus         SYNTAX      INTEGER { active(1) }   -- subset of values         MIN-ACCESS  read-only         DESCRIPTION             "Write access is not required, and only the 'active'             value need be supported." 
  162.  
  163.         OBJECT      dot5SrRouteControl         MIN-ACCESS  read-only         DESCRIPTION             "Write access is not required." 
  164.  
  165.         OBJECT      dot5SrRouteDescr         MIN-ACCESS  read-only         DESCRIPTION             "Write access is not required." 
  166.  
  167.     ::= { dot5SrCompliances 1 } 
  168.  
  169.  -- units of conformance 
  170.  
  171. dot5SrRouteGroup  OBJECT-GROUP     OBJECTS   { dot5SrRouteControl,                 dot5SrRouteDescr,                 dot5SrRouteStatus               }     STATUS    current 
  172.  
  173.  
  174.  
  175. McCloghrie, Baker & Decker                                      [Page 7] 
  176.  RFC 1749      802.5 Station Source Routing MIB using SMIv2 December 1994 
  177.  
  178.      DESCRIPTION         "A collection of objects providing for the management of         source routes in stations on IEEE 802.5 source-routing         networks."     ::= { dot5SrGroups 1 } 
  179.  
  180. END 
  181.  
  182. 5.  Acknowledgements 
  183.  
  184.    The need for this MIB module was agreed upon by the members of the    IETF Interfaces Working Group, and the definitions were derived from    experience with enterprise-specific MIBs presented to the Working    Group. 
  185.  
  186. 6.  References 
  187.  
  188.    [1] Case, J., McCloghrie, K., Rose, M., and S. Waldbusser, "Structure        of Management Information for version 2 of the Simple Network        Management Protocol (SNMPv2)", RFC 1442, SNMP Research,Inc.,        Hughes LAN Systems, Dover Beach Consulting, Inc., Carnegie Mellon        University, April 1993. 
  189.  
  190.    [2] McCloghrie, K., and M. Rose, Editors, "Management Information        Base for Network Management of TCP/IP-based internets: MIB- II",        STD 17, RFC 1213, Hughes LAN Systems, Performance Systems        International, March 1991. 
  191.  
  192.    [3] Galvin, J., and K. McCloghrie, "Administrative Model for version        2 of the Simple Network Management Protocol (SNMPv2)", RFC 1445,        Trusted Information Systems, Hughes LAN Systems, April 1993. 
  193.  
  194.    [4] Case, J., McCloghrie, K., Rose, M., and S. Waldbusser, "Protocol        Operations for version 2 of the Simple Network Management        Protocol (SNMPv2)", RFC 1448, SNMP Research,Inc., Hughes LAN        Systems, Dover Beach Consulting, Inc., Carnegie Mellon        University, April 1993. 
  195.  
  196.    [5] Case, J., McCloghrie, K., Rose, M., and S. Waldbusser, "Textual        Conventions for version 2 of the Simple Network Management        Protocol (SNMPv2)", RFC 1443, SNMP Research Inc., Hughes LAN        Systems, Dover Beach Consulting, Inc., Carnegie Mellon        University, April 1993. 
  197.  
  198.    [6] McCloghrie, K., and E. Decker, "IEEE 802.5 Token Ring MIB using        SMIv2", RFC 1748 cisco Systems, Inc., December 1994. 
  199.  
  200.  
  201.  
  202.  
  203.  
  204. McCloghrie, Baker & Decker                                      [Page 8] 
  205.  RFC 1749      802.5 Station Source Routing MIB using SMIv2 December 1994 
  206.  
  207.     [7] McCloghrie, K., Decker, E., Langville, P., and A.  Rijsinghani,        "Definitions of Managed Objects for Source Routing Bridges", RFC        1525, Hughes LAN Systems, cisco Systems, Inc., Digital Equipment        Corporation, September 1993. 
  208.  
  209.    [8] "Token Ring Access Method and Physical Layer Specifications",        IEEE Standard 802.5-1989, 1989. 
  210.  
  211.    [9] "Information technology - Local and metropolitan area networks -        Part 5: Token ring access method and physical layer        specifications", ISO/IEC 8802-5, 1992. 
  212.  
  213.   [10] "Information technology - Telecommunications and information        exchange between systems - Local area networks - Media access        control (MAC) bridges", ISO/IEC 10038, 1993 [ANSI/IEEE Std        802.1D, 1993 Edition]. 
  214.  
  215.   [11] "Source Routing Operation by End Systems", ISO/IEC 8802-2 PDAM5.3        (6N7721). 
  216.  
  217. 7.  Security Considerations 
  218.  
  219.    Security issues are not discussed in this memo. 
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  McCloghrie, Baker & Decker                                      [Page 9] 
  248.  RFC 1749      802.5 Station Source Routing MIB using SMIv2 December 1994 
  249.  
  250.  8.  Authors' Addresses 
  251.  
  252.    Keith McCloghrie    cisco Systems, Inc.    170 West Tasman Drive,    San Jose CA 95134-1706. 
  253.  
  254.    Phone: (408) 526-5260    EMail: kzm@cisco.com 
  255.  
  256.     Fred Baker    cisco Systems, Inc.    519 Lado Drive    Santa Barbara, CA 93111 
  257.  
  258.    Phone: (805) 681-0115    EMail: fred@cisco.com 
  259.  
  260.     Eric B. Decker    cisco Systems, Inc.    1525 O'Brien Dr.    Menlo Park, California 94025 
  261.  
  262.    Phone: (415) 688-8241    EMail: cire@cisco.com 
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  McCloghrie, Baker & Decker                                     [Page 10] 
  287.  
  288.