home *** CD-ROM | disk | FTP | other *** search
/ Internet Core Protocols / Oreilly-InternetCoreProtocols.iso / RFCs / rfc2584.txt < prev    next >
Encoding:
Text File  |  1999-10-14  |  40.4 KB  |  1,180 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. Network Working Group                                B. Clouston, Ed.
  8. Request for Comments: 2584                              Cisco Systems
  9. Category: Standards Track                               B. Moore, Ed.
  10.                                                       IBM Corporation
  11.                                                              May 1999
  12.  
  13.  
  14.                      Definitions of Managed Objects
  15.                       for APPN/HPR in IP Networks
  16.  
  17. Status of this Memo
  18.  
  19.    This document specifies an Internet standards track protocol for the
  20.    Internet community, and requests discussion and suggestions for
  21.    improvements.  Please refer to the current edition of the "Internet
  22.    Official Protocol Standards" (STD 1) for the standardization state
  23.    and status of this protocol.  Distribution of this memo is unlimited.
  24.  
  25. Copyright Notice
  26.  
  27.    Copyright (C) The Internet Society (1999).  All Rights Reserved.
  28.  
  29. Abstract
  30.  
  31.    This memo defines a portion of the Management Information Base (MIB)
  32.    for use with network management protocols in the Internet community.
  33.    In particular, it defines objects for monitoring and controlling HPR
  34.    (High Performance Routing) network devices which have the capability
  35.    to communicate in IP (Internet Protocol) networks. This memo
  36.    identifies managed objects for the HPR in IP network communications.
  37.  
  38. Table of Contents
  39.  
  40.    1.     Introduction  ...........................................  2
  41.    2.     The SNMP Network Management Framework  ..................  2
  42.    3.     Overview  ...............................................  3
  43.    3.1      HPR/IP Values for Objects in the APPN MIB .............  3
  44.    3.2      APPN/HPR in IP Networks MIB structure .................  4
  45.    3.2.1      hprIpMonitoringGroup ................................  5
  46.    3.2.2      hprIpConfigurationGroup .............................  5
  47.    4.     Definitions  ............................................  6
  48.    5.     Security Considerations  ................................ 16
  49.    6.     Intellectual Property  .................................. 17
  50.    7.     Acknowledgments  ........................................ 18
  51.    8.     References  ............................................. 18
  52.    9.     Authors' Addresses  ..................................... 20
  53.    10.    Full Copyright Statement  ............................... 21
  54.  
  55.  
  56.  
  57.  
  58. Clouston & Moore            Standards Track                     [Page 1]
  59.  
  60. RFC 2584              APPN/HPR in IP Networks MIB               May 1999
  61.  
  62.  
  63. 1.  Introduction
  64.  
  65.    This document is a product of the SNA NAU Services MIB Working Group.
  66.    It defines a MIB module for managing devices with HPR in IP networks
  67.    capabilities.
  68.  
  69.    The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
  70.    "SHOULD", "SHOULD NOT", "RECOMMENDED",  "MAY", and "OPTIONAL" in this
  71.    document are to be interpreted as described in RFC 2119 [17].
  72.  
  73. 2.  The SNMP Network Management Framework
  74.  
  75.    The SNMP Management Framework presently consists of five major
  76.    components:
  77.  
  78.    o    An overall architecture, described in RFC 2271 [1].
  79.  
  80.    o    Mechanisms for describing and naming objects and events for the
  81.         purpose of management. The first version of this Structure of
  82.         Management Information (SMI) is called SMIv1 and described in
  83.         STD 16, RFC 1155 [2], STD 16, RFC 1212 [3] and RFC 1215 [4]. The
  84.         second version, called SMIv2, is described in STD 58, RFC 2478
  85.         [5], RFC 2579 [6] and RFC 2580 [7].
  86.  
  87.    o    Message protocols for transferring management information. The
  88.         first version of the SNMP message protocol is called SNMPv1 and
  89.         described in STD 15, RFC 1157 [8]. A second version of the SNMP
  90.         message protocol, which is not an Internet standards track
  91.         protocol, is called SNMPv2c and described in RFC 1901 [9] and
  92.         RFC 1906 [10]. The third version of the message protocol is
  93.         called SNMPv3 and described in RFC 1906 [10], RFC 2272 [11] and
  94.         RFC 2274 [12].
  95.  
  96.    o    Protocol operations for accessing management information. The
  97.         first set of protocol operations and associated PDU formats is
  98.         described in STD 15, RFC 1157 [8]. A second set of protocol
  99.         operations and associated PDU formats is described in RFC 1905
  100.         [13].
  101.  
  102.    o    A set of fundamental applications described in RFC 2273 [14] and
  103.         the view-based access control mechanism described in RFC 2275
  104.         [15].
  105.  
  106.    Managed objects are accessed via a virtual information store, termed
  107.    the Management Information Base or MIB.  Objects in the MIB are
  108.    defined using the mechanisms defined in the SMI.
  109.  
  110.  
  111.  
  112.  
  113.  
  114. Clouston & Moore            Standards Track                     [Page 2]
  115.  
  116. RFC 2584              APPN/HPR in IP Networks MIB               May 1999
  117.  
  118.  
  119.    This memo specifies a MIB module that is compliant to the SMIv2. A
  120.    MIB conforming to the SMIv1 can be produced through the appropriate
  121.    translations. The resulting translated MIB must be semantically
  122.    equivalent, except where objects or events are omitted because no
  123.    translation is possible (use of Counter64). Some machine readable
  124.    information in SMIv2 will be converted into textual descriptions in
  125.    SMIv1 during the translation process. However, this loss of machine
  126.    readable information is not considered to change the semantics of the
  127.    MIB.
  128.  
  129. 3.  Overview
  130.  
  131.    This document identifies a set of objects for monitoring the
  132.    configuration and active characteristics of devices with HPR in IP
  133.    network capabilities.  HPR is an enhancement to the Advanced Peer-
  134.    to-Peer Network (APPN) architecture that provides fast data routing
  135.    and improved session reliability.  APPN is the aspect of Systems
  136.    Network Architecture (SNA) that supports peer-to-peer networking.
  137.    APPN/HPR in IP Networks is a further enhancement to the APPN/HPR
  138.    architecture, described in RFC 2353 [18].  It provides a method with
  139.    which APPN/HPR nodes can communicate in IP networks.
  140.  
  141.    APPN management information is defined by the APPN MIB [19].  HPR
  142.    management information is defined by the HPR MIB, RFC 2238 [20].
  143.  
  144.    Highlights of the management functions supported by the APPN/HPR in
  145.    IP Networks MIB module include the following:
  146.  
  147.    o    A count of UDP packets sent with each type of APPN traffic on
  148.         HPR/IP links.
  149.  
  150.    o    Monitoring and setting configuration parameters for the mappings
  151.         between APPN traffic types on Type of Service (TOS) Precedence
  152.         settings in the IP header.  Note that the TOS Precedence
  153.         settings have been redefined in RFC 2474 [21] as the first three
  154.         bits of the differentiated services code point (DSCP).
  155.  
  156.    This MIB module does not support:
  157.  
  158.    o    Configuration of IP addresses used for APPN ports or link
  159.         stations.
  160.  
  161. 3.1.  HPR/IP Values for Objects in the APPN MIB
  162.  
  163.    Ports and link stations are the APPN device's interface to the data
  164.    link control (DLC), which provides the physical transport, or to
  165.    another protocol, such as IP.  The APPN MIB identifies ports and link
  166.    stations using IP as the transport with the following objects:
  167.  
  168.  
  169.  
  170. Clouston & Moore            Standards Track                     [Page 3]
  171.  
  172. RFC 2584              APPN/HPR in IP Networks MIB               May 1999
  173.  
  174.  
  175.    o    appnPortDlcType
  176.  
  177.    o    appnLsDlcType
  178.  
  179.    o    appnLsStatusDlcType
  180.  
  181.    These objects all have the syntax IANAifType, and the value 126,
  182.    defined as "IP (for APPN HPR in IP networks)" shall be returned when
  183.    they identify an HPR/IP port or link station.
  184.  
  185.    The IP address used for the port or link station is returned in the
  186.    following objects:
  187.  
  188.    o    appnPortDlcLocalAddr
  189.  
  190.    o    appnLsLocalAddr
  191.  
  192.    o    appnLsRemoteAddr
  193.  
  194.    o    appnLsStatusLocalAddr
  195.  
  196.    o    appnLsStatusRemoteAddr
  197.  
  198.    These objects have the syntax DisplayableDlcAddress, defined in the
  199.    APPN MIB as a textual convention to represent the address as an octet
  200.    string of ASCII characters.
  201.  
  202.    The following two objects return object identifiers that tie port and
  203.    link table entries in the APPN MIB to lower-layer MIB entries:
  204.  
  205.    o    appnPortSpecific
  206.  
  207.    o    appnLsSpecific
  208.  
  209.    Both objects should return a RowPointer to the ifEntry in the agent's
  210.    ifTable for the physical interface associated with the local IP
  211.    address for the port.  If the agent implements the IP-MIB (RFC 2011),
  212.    this association between the IP address and the physical interface
  213.    will be represented in the ipNetToMediaTable.
  214.  
  215. 3.2.  APPN/HPR in IP Networks MIB Structure
  216.  
  217.    The APPN/HPR in IP Networks MIB module contains two groups of
  218.    objects:
  219.  
  220.    o    hprIpMonitoringGroup - an object for counting outgoing HPR/IP
  221.         traffic for each APPN traffic type
  222.  
  223.  
  224.  
  225.  
  226. Clouston & Moore            Standards Track                     [Page 4]
  227.  
  228. RFC 2584              APPN/HPR in IP Networks MIB               May 1999
  229.  
  230.  
  231.    o    hprIpConfigurationGroup - objects to represent TOS Precedence to
  232.         APPN traffic type mappings
  233.  
  234.    These groups are described below in more detail.
  235.  
  236. 3.2.1.  hprIpMonitoringGroup
  237.  
  238.    The hprIpMonitoringGroup group consists of the hprIpActiveLsTable.
  239.    This table is indexed by the link station name and traffic type, and
  240.    contains a counter for the number of UDP packets sent on a link
  241.    station for that traffic type.
  242.  
  243. 3.2.2.  hprIpConfigurationGroup
  244.  
  245.    The hprIpMonitoringGroup group consists of the following objects and
  246.    tables:
  247.  
  248.    1) hprIpAppnPortTable
  249.  
  250.    This table supports reading and setting the default mapping between
  251.    APPN traffic types and TOS Precedence settings for all link stations
  252.    using a port.  This mapping may be overridden for individual link
  253.    stations or individual connection networks.
  254.  
  255.    2) hprIpLsTable
  256.  
  257.    This table supports reading and setting the mappings between APPN
  258.    traffic types and TOS Precedence settings for an individual link
  259.    station and APPN traffic type.  If there is no entry in this table
  260.    for a given link station and traffic type, then that link station
  261.    inherits its mapping from its port.
  262.  
  263.    3) hprIpCnTable
  264.  
  265.    This table supports reading and setting the mapping between APPN
  266.    traffic types and TOS Precedence settings for an individual
  267.    connection network and traffic type.  If there is no entry in this
  268.    table for a given connection network and traffic type, then that
  269.    connection network inherits its mapping from its port.
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282. Clouston & Moore            Standards Track                     [Page 5]
  283.  
  284. RFC 2584              APPN/HPR in IP Networks MIB               May 1999
  285.  
  286.  
  287. 4.  Definitions
  288.  
  289. HPR-IP-MIB DEFINITIONS ::= BEGIN
  290.  
  291. IMPORTS
  292.         MODULE-IDENTITY,OBJECT-TYPE, Counter32
  293.                     FROM SNMPv2-SMI
  294.         DisplayString, RowStatus, TEXTUAL-CONVENTION
  295.                     FROM SNMPv2-TC
  296.         MODULE-COMPLIANCE, OBJECT-GROUP
  297.                     FROM SNMPv2-CONF
  298.         SnaControlPointName
  299.                     FROM APPN-MIB
  300.         hprObjects, hprCompliances, hprGroups
  301.                     FROM HPR-MIB  ;
  302.  
  303. hprIp   MODULE-IDENTITY
  304.    LAST-UPDATED "9809240000Z" -- September 24, 1998
  305.    ORGANIZATION "IETF SNA NAU MIB WG / AIW APPN MIBs SIG"
  306.    CONTACT-INFO
  307.        "
  308.                Bob Clouston
  309.                Cisco Systems
  310.                7025 Kit Creek Road
  311.                P.O. Box 14987
  312.                Research Triangle Park, NC 27709, USA
  313.                Tel:    1 919 472 2333
  314.                E-mail: clouston@cisco.com
  315.  
  316.                Bob Moore
  317.                IBM Corporation
  318.                4205 S. Miami Boulevard
  319.                BRQA/501
  320.                P.O. Box 12195
  321.                Research Triangle Park, NC 27709, USA
  322.                Tel:    1 919 254 4436
  323.                E-mail: remoore@us.ibm.com
  324.        "
  325.    DESCRIPTION
  326.        "The MIB module for HPR over IP.  This module contains two
  327.        groups:
  328.  
  329.         -  the HPR over IP Monitoring Group provides a count of the UDP
  330.            packets sent by a link station for each APPN traffic type.
  331.  
  332.         -  the HPR over IP Configuration Group provides for reading and
  333.            setting the mappings between APPN traffic types and TOS
  334.            Precedence settings in the IP header.  These mappings are
  335.  
  336.  
  337.  
  338. Clouston & Moore            Standards Track                     [Page 6]
  339.  
  340. RFC 2584              APPN/HPR in IP Networks MIB               May 1999
  341.  
  342.  
  343.            configured at the APPN port level, and are inherited by the
  344.            APPN connection networks and link stations associated with an
  345.            APPN port.  A port-level mapping can, however, be overridden
  346.            for a particular connection network or link station."
  347.    REVISION  "9809240000Z" -- September 24, 1998
  348.    DESCRIPTION
  349.        "Initial version, Published as RFC 2584"
  350.  
  351.    ::= { hprObjects 5 }
  352.  
  353. -- *********************************************************************
  354. -- Textual Conventions
  355. -- *********************************************************************
  356. AppnTrafficType ::= TEXTUAL-CONVENTION
  357.       STATUS current
  358.       DESCRIPTION
  359.           "APPN traffic type.  The first four values correspond
  360.           to APPN transmission priorities (network, high, medium and
  361.           low), while the fifth is used for both LLC commands (XID,
  362.           TEST, DISC, and DM) and function-routed NLPs (XID_DONE_RQ
  363.           and XID_DONE_RSP)."
  364.  
  365.       SYNTAX INTEGER { low (1),
  366.                        medium (2),
  367.                        high (3),
  368.                        network (4),
  369.                        llcAndFnRoutedNlp (5) }
  370.  
  371. AppnTOSPrecedence ::= TEXTUAL-CONVENTION
  372.       STATUS current
  373.       DESCRIPTION
  374.           "A DisplayString representing the setting of the three TOS
  375.           Precedence bits in the IP Type of Service field for this APPN
  376.           traffic type.  The HPR over IP architecture specifies the
  377.           following default mapping:
  378.  
  379.                APPN traffic type           IP TOS Precedence bits
  380.                ------------------          ----------------------
  381.                 Network                     110
  382.                 High                        100
  383.                 Medium                      010
  384.                 Low                         001
  385.                 LLC commands, etc.          110
  386.           "
  387.  
  388.       SYNTAX DisplayString (SIZE(3))
  389.  
  390. -- *******************************************************************
  391.  
  392.  
  393.  
  394. Clouston & Moore            Standards Track                     [Page 7]
  395.  
  396. RFC 2584              APPN/HPR in IP Networks MIB               May 1999
  397.  
  398.  
  399. -- hprObjects              OBJECT IDENTIFIER ::= { hprMIB 1 }
  400. -- *******************************************************************
  401.  
  402. -- *******************************************************************
  403. -- HPR over IP Monitoring Group
  404. --
  405. -- This group contains a single table, the hprIsActiveLsTable,
  406. -- providing a  count of UDP packets sent with each type of
  407. -- APPN traffic on each active link supporting HPR over IP.
  408. -- *******************************************************************
  409. hprIpActiveLsTable OBJECT-TYPE
  410.       SYNTAX SEQUENCE OF HprIpActiveLsEntry
  411.       MAX-ACCESS not-accessible
  412.       STATUS current
  413.       DESCRIPTION
  414.           "The HPR/IP active link station table.  This table provides
  415.           counts of the number of UDP packets sent for each APPN
  416.           traffic type."
  417.  
  418.       ::= { hprIp 1 }
  419.  
  420. hprIpActiveLsEntry OBJECT-TYPE
  421.       SYNTAX HprIpActiveLsEntry
  422.       MAX-ACCESS not-accessible
  423.       STATUS current
  424.       DESCRIPTION
  425.           "Entry of the HPR/IP link station table."
  426.  
  427.       INDEX { hprIpActiveLsLsName,
  428.               hprIpActiveLsAppnTrafficType }
  429.  
  430.       ::= { hprIpActiveLsTable 1 }
  431.  
  432. HprIpActiveLsEntry ::= SEQUENCE {
  433.         hprIpActiveLsLsName              DisplayString,
  434.         hprIpActiveLsAppnTrafficType     AppnTrafficType,
  435.         hprIpActiveLsUdpPackets          Counter32 }
  436.  
  437. hprIpActiveLsLsName OBJECT-TYPE
  438.       SYNTAX DisplayString (SIZE (1..10))
  439.       MAX-ACCESS not-accessible
  440.       STATUS current
  441.       DESCRIPTION
  442.           "Administratively assigned name for the link station.  If this
  443.           object has the same value as the appnLsName in the APPN MIB,
  444.           then the two objects are referring to the same APPN link
  445.           station."
  446.  
  447.  
  448.  
  449.  
  450. Clouston & Moore            Standards Track                     [Page 8]
  451.  
  452. RFC 2584              APPN/HPR in IP Networks MIB               May 1999
  453.  
  454.  
  455.       ::= { hprIpActiveLsEntry 1 }
  456.  
  457. hprIpActiveLsAppnTrafficType OBJECT-TYPE
  458.       SYNTAX AppnTrafficType
  459.       MAX-ACCESS not-accessible
  460.       STATUS current
  461.       DESCRIPTION
  462.           "APPN traffic type being sent through the link station."
  463.  
  464.       ::= { hprIpActiveLsEntry 2 }
  465.  
  466. hprIpActiveLsUdpPackets OBJECT-TYPE
  467.       SYNTAX Counter32
  468.       MAX-ACCESS read-only
  469.       STATUS current
  470.       DESCRIPTION
  471.           "The count of outgoing UDP packets carrying this type of APPN
  472.           traffic.  A discontinuity in the counter is indicated by the
  473.           appnLsCounterDisconTime object in the APPN MIB."
  474.  
  475.       ::= { hprIpActiveLsEntry 3 }
  476.  
  477.  
  478. -- *******************************************************************
  479. -- HPR over IP Configuration Group
  480. --
  481. -- This group contains three tables for reading and setting the
  482. -- mapping between APPN traffic types and values for the TOS
  483. -- Precedence bits in the IP header.  hprIpAppnPortTOSPrecedence
  484. -- represents the APPN port-level mapping.  This mapping can be
  485. -- overridden for an individual link station or an individual
  486. -- connection network via, respectively, the hprIpLsTOSPrecedence
  487. -- and the hprIpCnTOSPrecedence objects.
  488. -- *******************************************************************
  489.  
  490. hprIpAppnPortTable OBJECT-TYPE
  491.       SYNTAX SEQUENCE OF HprIpAppnPortEntry
  492.       MAX-ACCESS not-accessible
  493.       STATUS current
  494.       DESCRIPTION
  495.           "The HPR/IP APPN port table.  This table supports reading and
  496.           setting the mapping between APPN traffic types and TOS
  497.           Precedence settings for all the link stations at this APPN
  498.           port.  This mapping can be overridden for an individual link
  499.           station or an individual connection network via, respectively,
  500.           the hprIpLsTOSPrecedence and the hprIpCnTOSPrecedence objects."
  501.  
  502.       ::= { hprIp 2 }
  503.  
  504.  
  505.  
  506. Clouston & Moore            Standards Track                     [Page 9]
  507.  
  508. RFC 2584              APPN/HPR in IP Networks MIB               May 1999
  509.  
  510.  
  511. hprIpAppnPortEntry OBJECT-TYPE
  512.       SYNTAX HprIpAppnPortEntry
  513.       MAX-ACCESS not-accessible
  514.       STATUS current
  515.       DESCRIPTION
  516.           "Entry of the HPR/IP APPN port table.  Entries exist for
  517.           every APPN port defined to support HPR over IP."
  518.  
  519.       INDEX { hprIpAppnPortName,
  520.               hprIpAppnPortAppnTrafficType }
  521.  
  522.       ::= { hprIpAppnPortTable 1 }
  523.  
  524. HprIpAppnPortEntry ::= SEQUENCE {
  525.         hprIpAppnPortName            DisplayString,
  526.         hprIpAppnPortAppnTrafficType AppnTrafficType,
  527.         hprIpAppnPortTOSPrecedence   AppnTOSPrecedence }
  528.  
  529. hprIpAppnPortName OBJECT-TYPE
  530.       SYNTAX DisplayString (SIZE (1..10))
  531.       MAX-ACCESS not-accessible
  532.       STATUS current
  533.       DESCRIPTION
  534.           "Administratively assigned name for this APPN port.  If this
  535.           object has the same value as the appnPortName in the APPN MIB,
  536.           then the two objects are referring to the same APPN port."
  537.  
  538.       ::= { hprIpAppnPortEntry 1 }
  539.  
  540. hprIpAppnPortAppnTrafficType OBJECT-TYPE
  541.       SYNTAX AppnTrafficType
  542.       MAX-ACCESS not-accessible
  543.       STATUS current
  544.       DESCRIPTION
  545.           "APPN traffic type sent through the port."
  546.  
  547.       ::= { hprIpAppnPortEntry 2 }
  548.  
  549. hprIpAppnPortTOSPrecedence OBJECT-TYPE
  550.       SYNTAX AppnTOSPrecedence
  551.       MAX-ACCESS read-write
  552.       STATUS current
  553.       DESCRIPTION
  554.           "A setting for the three TOS Precedence bits in the IP Type of
  555.           Service field for this APPN traffic type.
  556.  
  557.           When this value is changed via a Set operation, the new setting
  558.           for the TOS Precedence bits takes effect immediately, rather
  559.  
  560.  
  561.  
  562. Clouston & Moore            Standards Track                    [Page 10]
  563.  
  564. RFC 2584              APPN/HPR in IP Networks MIB               May 1999
  565.  
  566.  
  567.           than waiting for some event such as reinitialization of the
  568.           port or of the APPN node itself."
  569.  
  570.       ::= { hprIpAppnPortEntry 3 }
  571.  
  572.  
  573. -- *******************************************************************
  574. hprIpLsTable OBJECT-TYPE
  575.       SYNTAX SEQUENCE OF HprIpLsEntry
  576.       MAX-ACCESS not-accessible
  577.       STATUS current
  578.       DESCRIPTION
  579.           "The HPR/IP link station table.  Values for TOS Precedence at
  580.           the link station level override those at the level of the
  581.           containing port.  If there is no entry in this table for a
  582.           given link station, then that link station inherits its TOS
  583.           Precedence values from its port."
  584.  
  585.       ::= { hprIp 3 }
  586.  
  587. hprIpLsEntry OBJECT-TYPE
  588.       SYNTAX HprIpLsEntry
  589.       MAX-ACCESS not-accessible
  590.       STATUS current
  591.       DESCRIPTION
  592.           "Entry of the HPR/IP link station table."
  593.  
  594.       INDEX { hprIpLsLsName,
  595.               hprIpLsAppnTrafficType }
  596.  
  597.       ::= { hprIpLsTable 1 }
  598.  
  599. HprIpLsEntry ::= SEQUENCE {
  600.         hprIpLsLsName            DisplayString,
  601.         hprIpLsAppnTrafficType   AppnTrafficType,
  602.         hprIpLsTOSPrecedence     AppnTOSPrecedence,
  603.         hprIpLsRowStatus         RowStatus }
  604.  
  605. hprIpLsLsName OBJECT-TYPE
  606.       SYNTAX DisplayString (SIZE (1..10))
  607.       MAX-ACCESS not-accessible
  608.       STATUS current
  609.       DESCRIPTION
  610.           "Administratively assigned name for the link station.  If this
  611.           object has the same value as the appnLsName in the APPN MIB,
  612.           then the two objects are referring to the same APPN link
  613.           station."
  614.  
  615.  
  616.  
  617.  
  618. Clouston & Moore            Standards Track                    [Page 11]
  619.  
  620. RFC 2584              APPN/HPR in IP Networks MIB               May 1999
  621.  
  622.  
  623.       ::= { hprIpLsEntry 1 }
  624.  
  625. hprIpLsAppnTrafficType OBJECT-TYPE
  626.       SYNTAX AppnTrafficType
  627.       MAX-ACCESS not-accessible
  628.       STATUS current
  629.       DESCRIPTION
  630.           "APPN traffic type sent through the link station."
  631.  
  632.       ::= { hprIpLsEntry 2 }
  633.  
  634. hprIpLsTOSPrecedence OBJECT-TYPE
  635.       SYNTAX AppnTOSPrecedence
  636.       MAX-ACCESS read-create
  637.       STATUS current
  638.       DESCRIPTION
  639.           "A setting for the three TOS Precedence bits in the IP Type of
  640.           Service field for this APPN traffic type.
  641.  
  642.           When this value is changed via a Set operation, the new setting
  643.           for the TOS Precedence bits takes effect immediately, rather
  644.           than waiting for some event such as reinitialization of the
  645.           port or of the APPN node itself."
  646.  
  647.       ::= { hprIpLsEntry 3 }
  648.  
  649. hprIpLsRowStatus OBJECT-TYPE
  650.       SYNTAX RowStatus
  651.       MAX-ACCESS read-create
  652.       STATUS current
  653.       DESCRIPTION
  654.           "This object allows entries to be created and deleted in the
  655.           hprIpLsTable.  As soon as an entry becomes active, the mapping
  656.           between APPN traffic types and TOS Precedence settings that it
  657.           specifies becomes effective.
  658.  
  659.           The value of the other accessible object in this entry,
  660.           hprIpLsTOSPrecedence, can be changed via a Set operation when
  661.           this object's value is active(1).
  662.  
  663.           An entry in this table is deleted by setting this object to
  664.           destroy(6).  Deleting an entry in this table causes the
  665.           link station to revert to the default TOS Precedence
  666.           mapping for its port."
  667.  
  668.       ::= { hprIpLsEntry 4 }
  669.  
  670.  
  671.  
  672.  
  673.  
  674. Clouston & Moore            Standards Track                    [Page 12]
  675.  
  676. RFC 2584              APPN/HPR in IP Networks MIB               May 1999
  677.  
  678.  
  679. -- *******************************************************************
  680. hprIpCnTable OBJECT-TYPE
  681.       SYNTAX SEQUENCE OF HprIpCnEntry
  682.       MAX-ACCESS not-accessible
  683.       STATUS current
  684.       DESCRIPTION
  685.           "The HPR/IP connection network table.  Values for TOS
  686.           Precedence at the connection network level override those at
  687.           the level of the containing port.  If there is no entry in
  688.           this table for a given connection network, then that
  689.           connection network inherits its TOS Precedence values from
  690.           its port.
  691.  
  692.           A node may have connections to a given connection network
  693.           through multiple ports.  There is no provision in the HPR-IP
  694.           architecture for variations in TOS Precedence values for
  695.           a single connection network based on the port through which
  696.           traffic is flowing to the connection network.  Thus an entry
  697.           in this table overrides the port-level settings for all the
  698.           ports through which the node can reach the connection
  699.           network."
  700.  
  701.       ::= { hprIp 4 }
  702.  
  703. hprIpCnEntry OBJECT-TYPE
  704.       SYNTAX HprIpCnEntry
  705.       MAX-ACCESS not-accessible
  706.       STATUS current
  707.       DESCRIPTION
  708.           "Entry of the HPR/IP connection network table."
  709.  
  710.       INDEX { hprIpCnVrnName,
  711.               hprIpCnAppnTrafficType }
  712.  
  713.       ::= { hprIpCnTable 1 }
  714.  
  715. HprIpCnEntry ::= SEQUENCE {
  716.         hprIpCnVrnName           SnaControlPointName,
  717.         hprIpCnAppnTrafficType   AppnTrafficType,
  718.         hprIpCnTOSPrecedence     AppnTOSPrecedence,
  719.         hprIpCnRowStatus         RowStatus }
  720.  
  721. hprIpCnVrnName OBJECT-TYPE
  722.       SYNTAX SnaControlPointName
  723.       MAX-ACCESS not-accessible
  724.       STATUS current
  725.       DESCRIPTION
  726.           "SNA control point name of the virtual routing node (VRN) that
  727.  
  728.  
  729.  
  730. Clouston & Moore            Standards Track                    [Page 13]
  731.  
  732. RFC 2584              APPN/HPR in IP Networks MIB               May 1999
  733.  
  734.  
  735.           identifies the connection network in the APPN topology
  736.           database.  If this object has the same value as the appnVrnName
  737.           in the APPN MIB, then the two objects are referring
  738.           to the same APPN VRN."
  739.  
  740.       ::= { hprIpCnEntry 1 }
  741.  
  742. hprIpCnAppnTrafficType OBJECT-TYPE
  743.       SYNTAX AppnTrafficType
  744.       MAX-ACCESS not-accessible
  745.       STATUS current
  746.       DESCRIPTION
  747.           "APPN traffic type sent to this connection network."
  748.  
  749.       ::= { hprIpCnEntry 2 }
  750.  
  751. hprIpCnTOSPrecedence OBJECT-TYPE
  752.       SYNTAX AppnTOSPrecedence
  753.       MAX-ACCESS read-create
  754.       STATUS current
  755.       DESCRIPTION
  756.           "A setting for the three TOS Precedence bits in the IP Type of
  757.           Service field for this APPN traffic type.  This setting applies
  758.           to all traffic sent to this connection network by this node,
  759.           regardless of the port through which the traffic is sent.
  760.  
  761.           When this value is changed via a Set operation, the new setting
  762.           for the TOS Precedence bits takes effect immediately, rather
  763.           than waiting for some event such as reinitialization of a
  764.           port or of the APPN node itself."
  765.       ::= { hprIpCnEntry 3 }
  766.  
  767. hprIpCnRowStatus OBJECT-TYPE
  768.       SYNTAX RowStatus
  769.       MAX-ACCESS read-create
  770.       STATUS current
  771.       DESCRIPTION
  772.           "This object allows entries to be created and deleted in the
  773.           hprIpCnTable.  As soon as an entry becomes active, the mapping
  774.           between APPN traffic types and TOS Precedence settings that it
  775.           specifies becomes effective.
  776.  
  777.           The value of the other accessible object in this entry,
  778.           hprIpCnTOSPrecedence, can be changed via a Set operation when
  779.           this object's value is active(1).
  780.  
  781.           An entry in this table is deleted by setting this object to
  782.           destroy(6).  Deleting an entry in this table causes the
  783.  
  784.  
  785.  
  786. Clouston & Moore            Standards Track                    [Page 14]
  787.  
  788. RFC 2584              APPN/HPR in IP Networks MIB               May 1999
  789.  
  790.  
  791.           connection network to revert to the default TOS Precedence
  792.           mapping for each port through which it is accessed."
  793.  
  794.       ::= { hprIpCnEntry 4 }
  795.  
  796.  
  797. -- *******************************************************************
  798. -- Conformance Statement
  799. -- *******************************************************************
  800. -- Definitions imported from the HPR MIB:
  801. --   hprConformance      OBJECT IDENTIFIER ::= { hprMIB 2 }
  802. --   hprCompliances      OBJECT IDENTIFIER ::= { hprConformance 1 }
  803. --   hprGroups           OBJECT IDENTIFIER ::= { hprConformance 2 }
  804.  
  805. -- Compliance statements
  806. hprIpCompliance MODULE-COMPLIANCE
  807.        STATUS current
  808.        DESCRIPTION
  809.       "Compliance statement for the HPR over IP MIB module."
  810.    MODULE   -- this module
  811.  
  812.    --  Conditionally mandatory groups
  813.    GROUP hprIpMonitoringGroup
  814.       DESCRIPTION
  815.           "The hprIpMonitoringGroup is mandatory for APPN implementations
  816.           supporting HPR over IP."
  817.  
  818.    GROUP hprIpConfigurationGroup
  819.       DESCRIPTION
  820.           "The hprIpConfigurationGroup is mandatory for APPN
  821.           implementations supporting HPR over IP.  It may, however,
  822.           be implemented as a collection of read-only objects."
  823.  
  824.    OBJECT hprIpAppnPortTOSPrecedence
  825.    MIN-ACCESS  read-only
  826.       DESCRIPTION
  827.           "Write access is not required."
  828.  
  829.    OBJECT hprIpLsTOSPrecedence
  830.    MIN-ACCESS  read-only
  831.       DESCRIPTION
  832.           "Write access is not required."
  833.  
  834.    OBJECT hprIpLsRowStatus
  835.    MIN-ACCESS  read-only
  836.       DESCRIPTION
  837.           "Write access is not required."
  838.  
  839.  
  840.  
  841.  
  842. Clouston & Moore            Standards Track                    [Page 15]
  843.  
  844. RFC 2584              APPN/HPR in IP Networks MIB               May 1999
  845.  
  846.  
  847.    OBJECT hprIpCnTOSPrecedence
  848.    MIN-ACCESS  read-only
  849.       DESCRIPTION
  850.           "Write access is not required."
  851.  
  852.    OBJECT hprIpCnRowStatus
  853.    MIN-ACCESS  read-only
  854.       DESCRIPTION
  855.           "Write access is not required."
  856.  
  857. ::= { hprCompliances 2 }
  858.  
  859. -- Group definitions
  860.  
  861. hprIpMonitoringGroup OBJECT-GROUP
  862.       OBJECTS { hprIpActiveLsUdpPackets }
  863.       STATUS current
  864.       DESCRIPTION
  865.           "An object for counting outgoing HPR/IP traffic for each APPN
  866.           traffic type."
  867.  
  868. ::= { hprGroups 5 }
  869.  
  870. hprIpConfigurationGroup OBJECT-GROUP
  871.       OBJECTS { hprIpAppnPortTOSPrecedence,
  872.                 hprIpLsTOSPrecedence,
  873.                 hprIpLsRowStatus,
  874.                 hprIpCnTOSPrecedence,
  875.                 hprIpCnRowStatus }
  876.       STATUS current
  877.       DESCRIPTION
  878.           "A collection of HPR/IP objects representing the mappings
  879.           between APPN traffic types and TOS Precedence bits at the APPN
  880.           port, APPN link station, and APPN connection network levels."
  881.  
  882. ::= { hprGroups 6 }
  883.  
  884. END
  885.  
  886. 5.  Security Considerations
  887.  
  888.    Certain management information defined in this MIB may be considered
  889.    sensitive in some network environments.  Therefore, authentication of
  890.    received SNMP requests and controlled access to management
  891.    information SHOULD be employed in such environments.  An
  892.    authentication protocol is defined in [12].  A protocol for access
  893.    control is defined in [15].  It is a customer responsibility to
  894.    properly set up access control for MIB access.
  895.  
  896.  
  897.  
  898. Clouston & Moore            Standards Track                    [Page 16]
  899.  
  900. RFC 2584              APPN/HPR in IP Networks MIB               May 1999
  901.  
  902.  
  903.    None of the read-only objects in this MIB reports a password, user
  904.    data, or anything else that is particularly sensitive.  Some
  905.    enterprises view their network configuration itself, as well as
  906.    information about network usage and performance, as corporate assets;
  907.    such enterprises may wish to restrict SNMP access to most of the
  908.    objects in the MIB.
  909.  
  910.    The one read-write and four read-create objects in the MIB can affect
  911.    network operations; it is recommended that SNMP access to these
  912.    objects be restricted.  The five objects are:
  913.  
  914.    o    hprIpPortTOSPrecedence:  Setting this object immediately changes
  915.         the mapping for all link stations using this port which do not
  916.         have an entry to override the port value.  Improper mappings may
  917.         cause delays or disruptions in the network.  For example, if
  918.         APPN traffic type 'High' is mapped to IP TOS Precedence bits '
  919.         001', network control traffic will have the same TOS precedence
  920.         as bulk data traffic.  This may cause delays with session
  921.         initializations, and timeouts on control sessions that could
  922.         cause network outages.
  923.  
  924.    o    hprIpLsTOSPrecedence:  Setting this object has the potential for
  925.         delay or disruption for this link station as described above
  926.         with hprIpPortTOSPrecedence.
  927.  
  928.    o    hprIpLsRowStatus:  Setting this object to delete(6) causes this
  929.         link station to revert to the default TOS Precedence mapping for
  930.         its port.  The customized mapping for this link station will no
  931.         longer be in effect.
  932.  
  933.    o    hprIpCnTOSPrecedence:  Setting this object has the potential for
  934.         delay or disruption for this links created for this connection
  935.         network as described above with hprIpPortTOSPrecedence.
  936.  
  937.    o    hprIpCnRowStatus:  Setting this object to delete(6) causes links
  938.         created for this connection network to revert to the default TOS
  939.         Precedence mapping for its port.  The customized mapping for
  940.         this connection network will no longer be in effect.
  941.  
  942. 6.  Intellectual Property
  943.  
  944.    The IETF takes no position regarding the validity or scope of any
  945.    intellectual property or other rights that might be claimed to
  946.    pertain to the implementation or use of the technology described in
  947.    this document or the extent to which any license under such rights
  948.    might or might not be available; neither does it represent that it
  949.    has made any effort to identify any such rights.  Information on the
  950.    IETF's procedures with respect to rights in standards-track and
  951.  
  952.  
  953.  
  954. Clouston & Moore            Standards Track                    [Page 17]
  955.  
  956. RFC 2584              APPN/HPR in IP Networks MIB               May 1999
  957.  
  958.  
  959.    standards-related documentation can be found in BCP-11 [16].  Copies
  960.    of claims of rights made available for publication and any assurances
  961.    of licenses to be made available, or the result of an attempt made to
  962.    obtain a general license or permission for the use of such
  963.    proprietary rights by implementers or users of this specification can
  964.    be obtained from the IETF Secretariat.
  965.  
  966.    The IETF invites any interested party to bring to its attention any
  967.    copyrights, patents or patent applications, or other proprietary
  968.    rights which may cover technology that may be required to practice
  969.    this standard.  Please address the information to the IETF Executive
  970.    Director.
  971.  
  972. 7.  Acknowledgments
  973.  
  974.    This MIB module is the product of the IETF SNA NAU MIB WG and the AIW
  975.    APPN/HPR MIBs SIG.  The editors would like to thank Katie Lee, IBM
  976.    Corporation, for her work in creating the original version of this
  977.    MIB.
  978.  
  979. 8.  References
  980.  
  981.    [1]  Harrington, D., Presuhn, R. and B. Wijnen, "An Architecture for
  982.         Describing SNMP Management Frameworks", RFC 2271, January 1998
  983.  
  984.    [2]  Rose, M. and K. McCloghrie, "Structure and Identification of
  985.         Management Information for TCP/IP-based Internets", STD 16, RFC
  986.         1155, May 1990.
  987.  
  988.    [3]  Rose, M. and K. McCloghrie, "Concise MIB Definitions", STD 16,
  989.         RFC 1212, March 1991.
  990.  
  991.    [4]  Rose, M., "A Convention for Defining Traps for use with the
  992.         SNMP", RFC 1215, March 1991.
  993.  
  994.    [5]   McCloghrie, K., Perkins, D. and J. Schoenwaelder, "Structure of
  995.         Management Information Version 2 (SMIv2)", STD 58, RFC 2578,
  996.         April 1999.
  997.  
  998.    [6]  McCloghrie, K., Perkins, D. and J. Schoenwaelder, "Textual
  999.         Conventions for SMIv2", STD 58, RFC 2579, April 1999.
  1000.  
  1001.    [7]  McCloghrie, K., Perkins, D. and J. Schoenwaelder, "Conformance
  1002.         Statements for SMIv2", STD 58, RFC 2580, April 1999.
  1003.  
  1004.    [8]  Case, J., Fedor, M., Schoffstall, M. and J. Davin, "Simple
  1005.         Network Management Protocol", STD 15, RFC 1157, May 1990.
  1006.  
  1007.  
  1008.  
  1009.  
  1010. Clouston & Moore            Standards Track                    [Page 18]
  1011.  
  1012. RFC 2584              APPN/HPR in IP Networks MIB               May 1999
  1013.  
  1014.  
  1015.    [9]  Case, J., McCloghrie, K., Rose, M. and S. Waldbusser,
  1016.         "Introduction to Community-based SNMPv2", RFC 1901, January
  1017.         1996.
  1018.  
  1019.    [10] Case, J., McCloghrie, K., Rose, M. and S. Waldbusser, "Transport
  1020.         Mappings for Version 2 of the Simple Network Management Protocol
  1021.         (SNMPv2)", RFC 1906, January 1996.
  1022.  
  1023.    [11] Case, J., Harrington D., Presuhn R. and B. Wijnen, "Message
  1024.         Processing and Dispatching for the Simple Network Management
  1025.         Protocol (SNMP)", RFC 2272, January 1998.
  1026.  
  1027.    [12] Blumenthal, U. and B. Wijnen, "User-based Security Model (USM)
  1028.         for version 3 of the Simple Network Management Protocol
  1029.         (SNMPv3)", RFC 2274, January 1998.
  1030.  
  1031.    [13] Case, J., McCloghrie, K., Rose, M. and S. Waldbusser, "Protocol
  1032.         Operations for Version 2 of the Simple Network Management
  1033.         Protocol (SNMPv2)", RFC 1905, January 1996.
  1034.  
  1035.    [14] Levi, D., Meyer, P. and B. Stewart, "SNMPv3 Applications", RFC
  1036.         2273, January 1998.
  1037.  
  1038.    [15] Wijnen, B., Presuhn, R. and K. McCloghrie, "View-based Access
  1039.         Control Model (VACM) for the Simple Network Management Protocol
  1040.         (SNMP)", RFC 2275, January 1998.
  1041.  
  1042.    [16] Hovey, R. and S. Bradner, "The Organizations Involved in the
  1043.         IETF Standards Process", BCP 11, RFC 2028, October 1996.
  1044.  
  1045.    [17] Bradner, S., "Key words for use in RFCs to Indicate Requirement
  1046.         Levels", BCP 14, RFC 2119, March 1997.
  1047.  
  1048.    [18] Dudley, G, "APPN/HPR in IP Networks", RFC 2353, May 1998.
  1049.  
  1050.    [19] Clouston, B. and B. Moore, "Definition of Managed Objects for
  1051.         APPN", RFC 2455, November 1998.
  1052.  
  1053.    [20] Clouston, B. and B. Moore, "Definitions of Managed Objects for
  1054.         HPR", RFC 2238, May 1997.
  1055.  
  1056.    [21] Nichols, K., Blake, S., Baker, F. and D. Black, "Definition of
  1057.         the Differentiated Services Field (DS Field) in the IPv4 and
  1058.         IPv6 Headers", RFC 2474, December 1998.
  1059.  
  1060.  
  1061.  
  1062.  
  1063.  
  1064.  
  1065.  
  1066. Clouston & Moore            Standards Track                    [Page 19]
  1067.  
  1068. RFC 2584              APPN/HPR in IP Networks MIB               May 1999
  1069.  
  1070.  
  1071. 9.  Authors' Addresses
  1072.  
  1073.    Bob Clouston
  1074.    Cisco Systems
  1075.    7025 Kit Creek Road
  1076.    P.O. Box 14987
  1077.    Research Triangle Park, NC 27709, USA
  1078.  
  1079.    Phone: +1 919 472 2333
  1080.    EMail: clouston@cisco.com
  1081.  
  1082.  
  1083.    Robert Moore
  1084.    Dept. BRQA/Bldg. 501/G114
  1085.    IBM Corporation
  1086.    P.O.Box 12195
  1087.    3039 Cornwallis
  1088.    Research Triangle Park, NC 27709, USA
  1089.  
  1090.    Phone: +1 919 254 4436
  1091.    EMail: remoore@us.ibm.com
  1092.  
  1093.  
  1094.  
  1095.  
  1096.  
  1097.  
  1098.  
  1099.  
  1100.  
  1101.  
  1102.  
  1103.  
  1104.  
  1105.  
  1106.  
  1107.  
  1108.  
  1109.  
  1110.  
  1111.  
  1112.  
  1113.  
  1114.  
  1115.  
  1116.  
  1117.  
  1118.  
  1119.  
  1120.  
  1121.  
  1122. Clouston & Moore            Standards Track                    [Page 20]
  1123.  
  1124. RFC 2584              APPN/HPR in IP Networks MIB               May 1999
  1125.  
  1126.  
  1127. 10.  Full Copyright Statement
  1128.  
  1129.    Copyright (C) The Internet Society (1999).  All Rights Reserved.
  1130.  
  1131.    This document and translations of it may be copied and furnished to
  1132.    others, and derivative works that comment on or otherwise explain it
  1133.    or assist in its implementation may be prepared, copied, published
  1134.    and distributed, in whole or in part, without restriction of any
  1135.    kind, provided that the above copyright notice and this paragraph are
  1136.    included on all such copies and derivative works.  However, this
  1137.    document itself may not be modified in any way, such as by removing
  1138.    the copyright notice or references to the Internet Society or other
  1139.    Internet organizations, except as needed for the purpose of
  1140.    developing Internet standards in which case the procedures for
  1141.    copyrights defined in the Internet Standards process must be
  1142.    followed, or as required to translate it into languages other than
  1143.    English.
  1144.  
  1145.    The limited permissions granted above are perpetual and will not be
  1146.    revoked by the Internet Society or its successors or assigns.
  1147.  
  1148.    This document and the information contained herein is provided on an
  1149.    "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING
  1150.    TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
  1151.    BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION
  1152.    HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
  1153.    MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
  1154.  
  1155. Acknowledgement
  1156.  
  1157.    Funding for the RFC Editor function is currently provided by the
  1158.    Internet Society.
  1159.  
  1160.  
  1161.  
  1162.  
  1163.  
  1164.  
  1165.  
  1166.  
  1167.  
  1168.  
  1169.  
  1170.  
  1171.  
  1172.  
  1173.  
  1174.  
  1175.  
  1176.  
  1177.  
  1178. Clouston & Moore            Standards Track                    [Page 21]
  1179.  
  1180.