home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1997 December / Internet_Info_CD-ROM_Walnut_Creek_December_1997.iso / rfc / rfc1596 < prev    next >
Text File  |  1994-03-17  |  89KB  |  2,580 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. Network Working Group                                   T. Brown, Editor
  8. Request for Comments: 1596                  Bell Communications Research
  9. Category: Standards Track                                     March 1994
  10.  
  11.  
  12.                      Definitions of Managed Objects
  13.                         for Frame Relay Service
  14.  
  15. Status of this Memo
  16.  
  17.    This document specifies an Internet standards track protocol for the
  18.    Internet community, and requests discussion and suggestions for
  19.    improvements.  Please refer to the current edition of the "Internet
  20.    Official Protocol Standards" (STD 1) for the standardization state
  21.    and status of this protocol.  Distribution of this memo is unlimited.
  22.  
  23. Abstract
  24.  
  25.    This memo defines an extension to the Management Information Base
  26.    (MIB) for use with network management protocols in TCP/IP-based
  27.    internets.  In particular, it defines objects for managing the Frame
  28.    Relay Service.
  29.  
  30. Table of Contents
  31.  
  32.    1. The SNMPv2 Network Management Framework ...............    2
  33.    2. Object Definitions ....................................    2
  34.    3. Overview ..............................................    2
  35.    3.1 Scope of MIB .........................................    3
  36.    3.2 Frame Relay Service MIB Terminology ..................    5
  37.    3.3 Apply MIB II to a Frame Relay Service ................    7
  38.    4. Object Definitions ....................................   12
  39.    4.1 The Frame Relay Service Logical Port Group ...........   12
  40.    4.2 The Frame Relay Management VC Signaling Group ........   15
  41.    4.3 The PVC End-Point Group ..............................   22
  42.    4.4 Frame Relay PVC Connection Group .....................   30
  43.    4.5 Frame Relay Accounting Groups ........................   37
  44.    5. Frame Relay Network Service TRAPS .....................   40
  45.    6. Conformance Information ...............................   43
  46.    7. Acknowledgments .......................................   45
  47.    8. References ............................................   45
  48.    9. Security Considerations ...............................   46
  49.    10. Author's Address .....................................   46
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58. Frame Relay Service MIB Working Group                           [Page 1]
  59.  
  60. RFC 1596                Frame Relay Service MIB               March 1994
  61.  
  62.  
  63. 1.  The SNMPv2 Network Management Framework
  64.  
  65.    The SNMPv2 Network Management Framework consists of four major
  66.    components.  They are:
  67.  
  68.       o    RFC 1442 which defines the SMI, the mechanisms used for
  69.            describing and naming objects for the purpose of
  70.            management.
  71.  
  72.       o    STD 17, RFC 1213 defines MIB-II, the core set of managed
  73.            objects for the Internet suite of protocols.
  74.  
  75.       o    RFC 1445 which defines the administrative and other
  76.            architectural aspects of the framework.
  77.  
  78.       o    RFC 1448 which defines the protocol used for network
  79.            access to managed objects.
  80.  
  81.    The Framework permits new objects to be defined for the purpose of
  82.    experimentation and evaluation.
  83.  
  84. 2.  Object Definitions
  85.  
  86.    Managed objects are accessed via a virtual information store, termed
  87.    the Management Information Base or MIB.  Objects in the MIB are
  88.    defined using the subset of Abstract Syntax Notation One (ASN.1)
  89.    defined in the SMI.  In particular, each object object type is named
  90.    by an OBJECT IDENTIFIER, an administratively assigned name.  The
  91.    object type together with an object instance serves to uniquely
  92.    identify a specific instantiation of the object.  For human
  93.    convenience, we often use a textual string, termed the descriptor, to
  94.    refer to the object type.
  95.  
  96. 3.  Overview
  97.  
  98.    These objects are used when the particular media being used to manage
  99.    is Frame Relay Service.  At present, this applies to these values of
  100.    the ifType variable in the Internet-standard MIB:
  101.  
  102.           frameRelayService (44)
  103.  
  104.    This section provides an overview and background of how to use this
  105.    MIB and other potential MIBs when managing a Frame Relay Service.
  106.  
  107.    Figure 1 shows the MIB stack that could be followed for managing a
  108.    Frame Relay Service.  This is only an example and not meant to be
  109.    inclusive.
  110.  
  111.  
  112.  
  113.  
  114. Frame Relay Service MIB Working Group                           [Page 2]
  115.  
  116. RFC 1596                Frame Relay Service MIB               March 1994
  117.  
  118.  
  119.                 ____________________________________________________
  120.                 |              |              |       |            |
  121.                 |              |              | SIP   |  RFC1490   |
  122.                 |              | X.25 MIB     | Relay | (no applic.|
  123.                 |              | for IW/Encap.| MIB   |  MIB)      |
  124.                 |              |              |       |            |
  125.                 |    MIB II    |-----------------------------------|
  126.                 |              |                                   |
  127.                 |   ifTable    |      Frame Relay Service MIB      |
  128.                 |  ifXTable    |                                   |
  129.                 | ifStackTable |___________________________________|
  130.                 |              |                         |         |
  131.                 |              | Physical Layer MIBs     | ATM MIB |
  132.                 |              |  e.g., DS1/E1 MIB,      |---------|
  133.                 |              |  RS232-like MIB         | Phy.    |
  134.                 |              |                         | Layer   |
  135.                 |              |                         |  MIB    |
  136.                 |--------------|-------------------------|---------|
  137.  
  138.  
  139.                      Figure 1. Frame Relay MIB Architecture
  140.  
  141. 3.1.  Scope of MIB
  142.  
  143.    The Frame Relay Service MIB will only manage the Frame Relay portion
  144.    of the network.  This MIB is based upon the Customer Network
  145.    Management concepts presented in the document "Service Management
  146.    Architecture for Virtual Connection Services" [6].
  147.  
  148.    This MIB will NOT be implemented on User Equipment (e.g., DTE), and
  149.    the Frame Relay DTE MIB (RFC 1315) should be used to manage those
  150.    devices [8].
  151.  
  152.    Frame Relay Service MIB is intended to be used for Customer Network
  153.    Management (CNM) of a Frame Relay Network Service.  It provides
  154.    information that allows end-customers to obtain performance
  155.    monitoring, fault detection, and configuration information about
  156.    their Frame Relay Service.  It is an implementation decision as to
  157.    whether this MIB is used to create/delete/modify PVCs and to turn
  158.    PVCs on or off.
  159.  
  160.    By using this and other related MIBs, a customer's NMS can monitor
  161.    their PVCs and UNI/NNI logical ports.  Internal aspects of the
  162.    network (e.g., switching elements, line cards, and network routing
  163.    tables) are outside the scope of this MIB.  The Customer's NMS will
  164.    typically access the SNMP proxy-agent within the Frame Relay network
  165.    using SNMP over UDP over IP with IP encapsulated in Frame Relay
  166.    according to RFC1490/ANSI T1.617 Annex F [7,9].  The customer, thus,
  167.  
  168.  
  169.  
  170. Frame Relay Service MIB Working Group                           [Page 3]
  171.  
  172. RFC 1596                Frame Relay Service MIB               March 1994
  173.  
  174.  
  175.    has a PVC to the SNMP proxy-agent.  Alternate access mechanisms and
  176.    SNMP agent implementations are possible.  The service capabilities
  177.    include retrieving information and receiving TRAPs.  It is beyond the
  178.    scope of this MIB to define managed objects to monitor the physical
  179.    layer.  Existing physical layer MIBs (e.g., DS1 MIB) and MIB II will
  180.    be used as possible.  The Frame Relay Service SNMP MIB for CNM will
  181.    not contain any managed objects to monitor the physical layer.  This
  182.    MIB primarily addresses Frame Relay PVCs.  This MIB may be extended
  183.    at a later time to handle Frame Relay SVCs.
  184.  
  185.    This MIB is only used to manage a single Frame Relay Service offering
  186.    from one network.  This MIB will typically be implemented on a
  187.    service provider's SNMP proxy-agent. The SNMP proxy-agent proxies for
  188.    all Frame Relay equipment within one service provider's Frame Relay
  189.    network.  (Other SNMP agent implementations are not precluded.)
  190.    Therefore, this MIB models a PVC segment through one Frame Relay
  191.    Network.  See Figure 2.  If the customer's PVCs traverse multiple
  192.    networks, then the customer needs to poll multiple network proxy-
  193.    agents within each Frame Relay Network to retrieve their end-to-end
  194.    view of their service.  See Figure 2 and the Service Management
  195.    Architecture [6].
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226. Frame Relay Service MIB Working Group                           [Page 4]
  227.  
  228. RFC 1596                Frame Relay Service MIB               March 1994
  229.  
  230.  
  231.                 +-------------------------------------+
  232.                 | Customer Network Management Station |
  233.                 |            (SNMP based)             |
  234.                 +-------------------------------------+
  235.                     ^              ^               ^
  236.                     |              |               |
  237.                     |              |               |
  238.            UNI      |      NNI     |       NNI     |       UNI
  239.             |       ^       |      ^        |      ^
  240.             | +-----------+ | +-----------+ | +-----------+ |
  241.             | |           | | |           | | |           | |
  242. Originating | |   FR      | | |   FR      | | |   FR      | |Terminating
  243.  +--------+ | | Network I | | | Network J | | | Network K | | +--------+
  244.  |        | | |           | | |           | | |           | | |        |
  245.  |        |---|           |---|           |---|           |---| User B |
  246.  |        | | |           | | |           | | |           | | |        |
  247.  |     ////////////////////////////////////////////////////////////    |
  248.  |        | | |           | | |           | | |           | | |        |
  249.  +--------+ | +-----------+ | +-----------+ | +-----------+ | +--------+
  250.             |               |               |               |
  251.             |               |               |               |
  252.             | PVC Segment 1 | PVC Segment 2 | PVC Segment 3 |
  253.             |<------------->|<------------->|<------------->|
  254.             |                                               |
  255.             |              Multi-network PVC                |
  256.             |<--------------------------------------------->|
  257.             |  NNI = Network-to Network Interface           |
  258.                UNI = User-to-Network Interface
  259.  
  260.                        Figure 2. Multi-network PVC
  261.  
  262.    Also, since the Frame Relay network is a shared network amongst many
  263.    Frame Relay subscribers, each subscriber will only have access to
  264.    their information (e.g., information with respect to their interfaces
  265.    and PVCs).  Therefore, in order to provide this capability, the Frame
  266.    Relay PVC CNM proxy agent should be able to support instance level
  267.    granularity for MIB views.  See the Service Management Architecture.
  268.  
  269. 3.2.  Frame Relay Service MIB Terminology
  270.  
  271.    Access Channel - An access channel generically refers to the DS1/E1
  272.    or DS3/E3-based UNI access channel or NNI access channel across which
  273.    frame relay data transits. An access channel is the access pathway
  274.    for a single stream of user data.
  275.  
  276.    Within a given T1 line, an access channel can denote any one of the
  277.    following:
  278.  
  279.  
  280.  
  281.  
  282. Frame Relay Service MIB Working Group                           [Page 5]
  283.  
  284. RFC 1596                Frame Relay Service MIB               March 1994
  285.  
  286.  
  287.       o    Unchannelized T1 - the entire T1 line is considered an access
  288.            channel. Each access channel is comprised of 24 T1 time
  289.            slots.
  290.  
  291.       o    Channelized T1 - an access channel is any one of 24 channels.
  292.            Each access channel is comprised of a single T1 time slot.
  293.  
  294.       o    Fractional T1 - an access channel is a grouping of N T1 time
  295.            slots (NX56/64 Kbps, where N = 1-23 T1 Time slots per FT1
  296.            Access Channel) that may be assigned in consecutive or
  297.            non-consecutive order.
  298.  
  299.    Within a given E1 line, a channel can denote any one of the
  300.    following:
  301.  
  302.       o    Unchannelized E1 - the entire E1 line is considered a single
  303.            access channel.  Each access channel is comprised of 31 E1
  304.            time slots.
  305.  
  306.       o    Channelized E1 - an access channel is any one of 31 channels.
  307.            Each access channel is comprised of a single E1 time slot.
  308.  
  309.       o    Fractional E1 - an access channel is a grouping of N E1 time
  310.            slots (NX64 Kbps, where N = 1-30 E1 time slots per FE1 access
  311.            channel) that may be assigned in consecutive or
  312.            non-consecutive order.
  313.  
  314.       in 3 Within a given unformatted line, the entire unformatted line
  315.       is considered an access channel. Examples include RS-232, V.35,
  316.       V.36 and X.21 (non- switched).
  317.  
  318.       Access Rate - The data rate of the access channel, expressed in
  319.       bits/second.  The speed of the user access channel determines how
  320.       rapidly the end user can inject data into the network.
  321.  
  322.       Bc - The Committed Burst Size (Bc) is the maximum amount of
  323.       subscriber data (expressed in bits) that the network agrees to
  324.       transfer, under normal conditions, during a time interval Tc.
  325.  
  326.       Be - The Excess Burst Size (Be) is the maximum amount of
  327.       subscriber data (expressed in bits) in excess of Bc that the
  328.       network will attempt to deliver during the time interval Tc.  This
  329.       data (Be) is delivered in general with a lower probability than
  330.       Bc.
  331.  
  332.       CIR - The Committed Information Rate (CIR) is the subscriber data
  333.       rate (expressed in bits/second) that the network commits to
  334.       deliver under normal network conditions.  CIR is averaged over the
  335.  
  336.  
  337.  
  338. Frame Relay Service MIB Working Group                           [Page 6]
  339.  
  340. RFC 1596                Frame Relay Service MIB               March 1994
  341.  
  342.  
  343.       time interval Tc (CIR = Bc/Tc).
  344.  
  345.       DLCI - Data Link Connection Identifier
  346.  
  347.       Logical Port - This term is used to model the Frame Relay
  348.       "interface" on a device.
  349.  
  350.       NNI - Network to Network Interface
  351.  
  352.       Permanent Virtual Connection (PVC) - A virtual connection that has
  353.       its end-points and bearer capabilities defined at subscription
  354.       time.
  355.  
  356.       Time slot (E1) - An octet within the 256-bit information field in
  357.       each E1 frame is defined as a time slot. Time slots are position
  358.       sensitive within the 256-bit information field.  Fractional E1
  359.       service is provided in contiguous or non- contiguous time slot
  360.       increments.
  361.  
  362.       Time slot (T1) - An octet within the 192-bit information field in
  363.       each T1 frame is defined as a time slot. Time slots are position
  364.       sensitive within the 192-bit information field.  Fractional T1
  365.       service is provided in contiguous or non- contiguous time slot
  366.       increments.
  367.  
  368.       UNI - User to Network Interface
  369.  
  370.       N391 - Full status (status of all PVCs) polling counter
  371.  
  372.       N392 - Error threshold
  373.  
  374.       N393 - Monitored events count
  375.  
  376.       T391 - Link integrity verification polling timer
  377.  
  378.       T392 - Polling verification timer
  379.  
  380.       nT3 - Status enquiry timer
  381.  
  382.       nN3 - Maximum status enquiry counter
  383.  
  384. 3.3.  Apply MIB II to a Frame Relay Service
  385.  
  386.       Use the System Group to apply to the SNMP proxy-agent, since the
  387.       proxy-agent may be monitoring many Frame Relay devices in one
  388.       network.  System Group applies to only one system.  This group is
  389.       not instantiated.
  390.  
  391.  
  392.  
  393.  
  394. Frame Relay Service MIB Working Group                           [Page 7]
  395.  
  396. RFC 1596                Frame Relay Service MIB               March 1994
  397.  
  398.  
  399.           sysDescr:  ASCII string describing the SNMP proxy-agent.
  400.                      Can be up to 255 characters long. This field is
  401.                      generally used to indicate the network providers
  402.                      identification and type of service offered.
  403.  
  404.           sysObjectID:  Unique OBJECT IDENTIFIER (OID) for the SNMP
  405.                         proxy-agent.
  406.  
  407.           sysUpTime:  Clock in the SNMP proxy-agent; TimeTicks
  408.                       in 1/100s of a second.  Elapsed type since
  409.                       the proxy-agent came on line.
  410.  
  411.           sysContact:  Contact for the SNMP proxy-agent.
  412.                        ASCII string of up to 255 characters.
  413.  
  414.           sysName:  Domain name of the SNMP proxy-agent, for example,
  415.                     acme.com
  416.  
  417.           sysLocation:  Location of the SNMP proxy-agent.
  418.                         ASCII string of up to 255 characters.
  419.  
  420.           sysServices:  Services of the managed device.  The value "2",
  421.                         which implies that
  422.                         the Frame Relay network is providing
  423.                         a subnetwork level service, is recommended.
  424.  
  425.    This specifies how the Interfaces Group defined in MIB II shall be
  426.    used for the management of Frame Relay based interfaces, and in
  427.    conjunction with the Frame Relay Service MIB module. This memo
  428.    assumes the interpretation of the evolution of the Interfaces group
  429.    to be in accordance with: "The interfaces table (ifTable) contains
  430.    information on the managed resource's interfaces.  Each sub-layer
  431.    below the internetwork layer of a network interface is considered an
  432.    interface." Thus, the ifTable allows the following Frame Relay-based
  433.    interfaces to be represented as table entries:
  434.  
  435.           - Frame Relay interfaces in the Frame Relay equipment (e.g.,
  436.             switches, routers or networks) with Frame Relay interfaces.
  437.             This level is concerned with generic frame counts and
  438.             not with individual virtual connections.
  439.  
  440.    In accordance with the guidelines of ifTable, frame counts per
  441.    virtual connection are not covered by ifTable, and are considered
  442.    interface specific and covered in the Frame Relay Service MIB module.
  443.    In order to interrelate the ifEntries properly, the Interfaces Stack
  444.    Group shall be supported.
  445.  
  446.    Some specific interpretations of ifTable for Frame Relay follow.
  447.  
  448.  
  449.  
  450. Frame Relay Service MIB Working Group                           [Page 8]
  451.  
  452. RFC 1596                Frame Relay Service MIB               March 1994
  453.  
  454.  
  455.            Object   Use for the generic Frame Relay layer
  456.            ======   =========================================
  457.            ifIndex          Each Frame Relay port is represented
  458.                             by an ifEntry.
  459.  
  460.            ifDescr          Description of the Frame Relay interface.
  461.                             ASCII string describing the UNI/NNI
  462.                             logical port.  Can be up to
  463.                             255 characters long.
  464.  
  465.            ifType           The value allocated for Frame Relay
  466.                             Service is equal to 44.
  467.  
  468.            ifMtu            Set to maximum frame size in octets for
  469.                             this frame relay logical port.
  470.  
  471.            ifSpeed          Peak bandwidth in bits per second
  472.                             available for use.  This could be the
  473.                             speed of the logical port and not
  474.                             the access rate. Actual user information
  475.                             transfer rate (i.e., access rate) of the
  476.                             UNI or NNI logical port in bits per second
  477.                             (this is not the clocking speed).  For
  478.                             example, it is 1,536,000 bits per
  479.                             second for a DS1-based UNI/NNI logical
  480.                             port and 1,984,000 bits per second for an
  481.                             E1-based UNI/NNI logical port.
  482.  
  483.            ifPhysAddress    The primary address for this logical port
  484.                             assigned by the Frame Relay interface
  485.                             provider.  An octet string of zero length
  486.                             if no address is used for this logical
  487.                             port.
  488.  
  489.            ifAdminStatus     The desired administrative status of the
  490.                              frame relay logical port.
  491.  
  492.            ifOperStatus      The current operational status of the
  493.                              Frame Relay UNI or NNI logical port.
  494.  
  495.            ifLastChange      The elapsed time since the last
  496.                              re-initialization of the logical port.
  497.                              The value of sysUpTime at the time the
  498.                              logical port entered its current
  499.                              operational state.  If the current
  500.                              state was entered prior to the last
  501.                              re-initialization of the local
  502.                              network management subsystem, then
  503.  
  504.  
  505.  
  506. Frame Relay Service MIB Working Group                           [Page 9]
  507.  
  508. RFC 1596                Frame Relay Service MIB               March 1994
  509.  
  510.  
  511.                              this object contains a zero value.
  512.  
  513.            ifInOctets        The number of received octets.
  514.                              This counter only counts octets from the
  515.                              beginning of the frame relay header field
  516.                              to the end of user data.
  517.  
  518.            ifInUcastPkts     The number of received unerrored,
  519.                              unicast frames.
  520.  
  521.            ifInDiscards      The number of received frames discarded.
  522.                              Possible reasons are as follows:
  523.                              policing, congestion.
  524.  
  525.            ifInErrors        The number of received frames that are
  526.                              discarded, because of an error.
  527.                              Possible errors can be the following: the
  528.                              frame relay frames were too long or were
  529.                              too short, the frames had an invalid or
  530.                              unrecognized DLCI values, or incorrect
  531.                              header values.
  532.  
  533.            ifInUnknownProtos  The number of packets discarded because
  534.                               of an unknown or unsupported protocol.
  535.                               For Frame Relay Service interfaces, this
  536.                               counter will always be zero.
  537.  
  538.            ifOutOctets       The number of transmitted octets.
  539.                              This counter only counts octets from the
  540.                              beginning of the frame relay header field
  541.                              to the end of user data.
  542.  
  543.            ifOutUcastpkts    The number of frames sent.
  544.  
  545.            ifOutDiscards     The number of frames discarded in the
  546.                              egress direction. Possible
  547.                              reasons are as follows:  policing,
  548.                              congestion.
  549.  
  550.            ifOutErrors       The number of frames discarded in the
  551.                              egress direction, because of errors.
  552.                              Possible reason is transmit underruns.
  553.  
  554.            ifName            This variable is not applicable for
  555.                              Frame Relay Service interfaces,
  556.                              therefore, this variable contains a
  557.                              zero-length string.
  558.  
  559.  
  560.  
  561.  
  562. Frame Relay Service MIB Working Group                          [Page 10]
  563.  
  564. RFC 1596                Frame Relay Service MIB               March 1994
  565.  
  566.  
  567.            ifInMulticastPkts  The number of received unerrored,
  568.                               multicast frames.
  569.  
  570.            ifInBroadcastPkts  This variable is not applicable for
  571.                               Frame Relay Service interfaces,
  572.                               therefore, this counter is always zero.
  573.  
  574.            ifOutMulticastPkts  The number of sent unerrored,
  575.                                multicast frames.
  576.  
  577.            ifOutBroadcastPkts  This variable is not applicable for
  578.                                Frame Relay Service interfaces,
  579.                                therefore, this counter is always zero.
  580.  
  581.            ifHCInOctets      Only used for DS3-based (and greater)
  582.                              Frame Relay logical ports.
  583.                              The number of received octets.
  584.                              This counter only counts octets from the
  585.                              beginning of the frame relay header field
  586.                              to the end of user data.
  587.  
  588.            ifHCOutOctets     Only used for DS3-based (and greater)
  589.                              Frame Relay logical ports.
  590.                              The number of transmitted octets.
  591.                              This counter only counts octets from the
  592.                              beginning of the frame relay header field
  593.                              to the end of user data.
  594.  
  595.            ifLinkUpDownTrapEnble  The value of this object is
  596.                                   implementation specific for Frame
  597.                                   Relay logical ports.
  598.  
  599.            ifHighSpeed         Set to the user data rate of the frame
  600.                                relay logical port in millions of
  601.                                bits per second.  If the user data rate
  602.                                is less than 1 Mbps, then this value is
  603.                                zero.
  604.  
  605.            ifPromiscuousMode   Set to false(2).
  606.  
  607.            ifConnectorPresent  Set to false(2).
  608.  
  609.    Frame Relay Network Service interfaces support the Interface Stack
  610.    Group.  Frame Relay Network Service interfaces do not support any
  611.    other groups or objects in the Interfaces group of MIB II.  Also,
  612.    supporting the SNMP Group of MIB II is an implementation choice.
  613.  
  614.  
  615.  
  616.  
  617.  
  618. Frame Relay Service MIB Working Group                          [Page 11]
  619.  
  620. RFC 1596                Frame Relay Service MIB               March 1994
  621.  
  622.  
  623. 4.  Object Definitions
  624.  
  625.  FRNETSERV-MIB DEFINITIONS ::= BEGIN
  626.  
  627.  IMPORTS
  628.     MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE,
  629.     Counter32, Integer32,
  630.     TimeTicks                                FROM SNMPv2-SMI
  631.     DisplayString, PhysAddress,
  632.     TimeStamp, RowStatus                     FROM SNMPv2-TC
  633.     MODULE-COMPLIANCE, OBJECT-GROUP          FROM SNMPv2-CONF
  634.     ifIndex, transmission                    FROM RFC-1213;
  635.  
  636.  frnetservMIB MODULE-IDENTITY
  637.       LAST-UPDATED "9311161200Z"
  638.       ORGANIZATION "IETF Frame Relay Network MIB Working Group"
  639.       CONTACT-INFO
  640.             "   Tracy A. Brown
  641.                 Bellcore
  642.                 331 Newman Springs Rd.
  643.                 Red Bank, NJ 07701 USA
  644.  
  645.                 Tel: 1-908-758-2107
  646.                 Fax: 1-908-758-4177
  647.                 E-mail: tacox@mail.bellcore.com."
  648.       DESCRIPTION
  649.                "The MIB module to describe generic objects for
  650.                Frame Relay Network Service."
  651.       ::= { transmission 44 }
  652.  
  653.       IfIndex ::= TEXTUAL-CONVENTION
  654.             STATUS  current
  655.             DESCRIPTION
  656.                "The value of this object identifies the
  657.                interface for which this entry contains
  658.                management information.  The value of this
  659.                object for a particular interface has the same
  660.                value as the ifIndex object, defined in RFC
  661.                1213, for the same interface."
  662.             SYNTAX Integer32
  663.  
  664.       frnetservObjects  OBJECT IDENTIFIER ::= { frnetservMIB 1 }
  665.       frnetservTraps    OBJECT IDENTIFIER ::= { frnetservMIB 2 }
  666.  
  667.  
  668.  -- The Frame Relay Service Logical Port Group
  669.  
  670.  --  the Frame Relay Logical Port Group
  671.  
  672.  
  673.  
  674. Frame Relay Service MIB Working Group                          [Page 12]
  675.  
  676. RFC 1596                Frame Relay Service MIB               March 1994
  677.  
  678.  
  679.  --  This table is an interface specific addendum
  680.  --  to the generic ifTable from MIB-II.
  681.  
  682. frLportTable OBJECT-TYPE
  683.  SYNTAX  SEQUENCE OF FrLportEntry
  684.  MAX-ACCESS  not-accessible
  685.  STATUS  current
  686.  DESCRIPTION
  687.          "The Frame Relay Logical Port Information table."
  688.  ::= { frnetservObjects 1 }
  689.  
  690. frLportEntry OBJECT-TYPE
  691.  SYNTAX  FrLportEntry
  692.  MAX-ACCESS  not-accessible
  693.  STATUS  current
  694.  DESCRIPTION
  695.           "An entry in the Frame Relay Logical Port
  696.           Information table."
  697.  INDEX   { ifIndex }
  698.  ::= { frLportTable 1 }
  699.  
  700. FrLportEntry ::=
  701.   SEQUENCE {
  702.       frLportNumPlan
  703.           INTEGER,
  704.       frLportContact
  705.           DisplayString,
  706.       frLportLocation
  707.           DisplayString,
  708.       frLportType
  709.           INTEGER,
  710.       frLportAddrDLCILen
  711.           INTEGER,
  712.       frLportVCSigProtocol
  713.           INTEGER,
  714.       frLportVCSigPointer
  715.           OBJECT IDENTIFIER
  716.  }
  717.  
  718.  
  719.  frLportNumPlan OBJECT-TYPE
  720.      SYNTAX  INTEGER {
  721.                other(1),
  722.                e164(2),
  723.                x121(3),
  724.                none(4)
  725.              }
  726.      MAX-ACCESS  read-only
  727.  
  728.  
  729.  
  730. Frame Relay Service MIB Working Group                          [Page 13]
  731.  
  732. RFC 1596                Frame Relay Service MIB               March 1994
  733.  
  734.  
  735.      STATUS  current
  736.      DESCRIPTION
  737.              "The value of this object identifies the network
  738.              address numbering plan for this UNI/NNI logical
  739.              port. The network address is the object
  740.              ifPhysAddress. The value none implies that there
  741.              is no ifPhysAddress.  The SNMP proxy-agent will
  742.              return an octet string of zero length for
  743.              ifPhysAddress. The value other means that an
  744.              address has been assigned to this interface, but
  745.              the numbering plan is not enumerated here."
  746.      ::= { frLportEntry 1 }
  747.  
  748.  frLportContact OBJECT-TYPE
  749.      SYNTAX  DisplayString (SIZE(0..255))
  750.      MAX-ACCESS  read-only
  751.      STATUS  current
  752.      DESCRIPTION
  753.              "The value of this object identifies the network
  754.              contact for this UNI/NNI logical port."
  755.      ::= { frLportEntry 2 }
  756.  
  757.  frLportLocation OBJECT-TYPE
  758.      SYNTAX  DisplayString (SIZE(0..255))
  759.      MAX-ACCESS  read-only
  760.      STATUS  current
  761.      DESCRIPTION
  762.              "The value of this object identifies the Frame
  763.              Relay network location for this UNI/NNI logical
  764.              port."
  765.      ::= { frLportEntry 3 }
  766.  
  767.  frLportType OBJECT-TYPE
  768.      SYNTAX  INTEGER {
  769.                uni(1),
  770.                nni(2)
  771.              }
  772.      MAX-ACCESS  read-only
  773.      STATUS  current
  774.      DESCRIPTION
  775.              "The value of this object identifies the type of
  776.              network interface for this logical port."
  777.      ::= { frLportEntry 4 }
  778.  
  779.  frLportAddrDLCILen OBJECT-TYPE
  780.      SYNTAX  INTEGER {
  781.       twoOctets10Bits(1),
  782.       threeOctets10Bits(2),
  783.  
  784.  
  785.  
  786. Frame Relay Service MIB Working Group                          [Page 14]
  787.  
  788. RFC 1596                Frame Relay Service MIB               March 1994
  789.  
  790.  
  791.       threeOctets16Bits(3),
  792.       fourOctets17Bits(4),
  793.       fourOctets23Bits(5)
  794.     }
  795.      MAX-ACCESS  read-only
  796.      STATUS  current
  797.      DESCRIPTION
  798.              "The value of this object identifies the Q.922
  799.              Address field length and DLCI length for this
  800.              UNI/NNI logical port."
  801.      ::= { frLportEntry 5 }
  802.  
  803.  frLportVCSigProtocol OBJECT-TYPE
  804.      SYNTAX  INTEGER {
  805.                none(1),
  806.                lmi(2),
  807.                ansiT1617D(3),
  808.                ansiT1617B(4),
  809.                ccittQ933A(5)
  810.              }
  811.      MAX-ACCESS  read-only
  812.      STATUS  current
  813.      DESCRIPTION
  814.              "The value of this object identifies the Local
  815.              In-Channel Signaling Protocol that is used for
  816.              this frame relay UNI/NNI logical port."
  817.      ::= { frLportEntry 6 }
  818.  
  819.  frLportVCSigPointer OBJECT-TYPE
  820.      SYNTAX  OBJECT IDENTIFIER
  821.      MAX-ACCESS  read-only
  822.      STATUS  current
  823.      DESCRIPTION
  824.              "The value of this object is used as a pointer to
  825.              the table that contains the Local In-Channel
  826.              Signaling Protocol parameters and errors for this
  827.              UNI/NNI logical port.  See the Frame Relay
  828.              Management VC Signaling Parameters and Errors
  829.              Group."
  830.      ::= { frLportEntry 7 }
  831.  
  832.  
  833.  -- the Frame Relay Management VC Signaling Group
  834.  
  835.  -- This Group contains managed objects for the
  836.  -- Local In-Channel Signaling Parameters and
  837.  -- for signaling errors.
  838.  
  839.  
  840.  
  841.  
  842. Frame Relay Service MIB Working Group                          [Page 15]
  843.  
  844. RFC 1596                Frame Relay Service MIB               March 1994
  845.  
  846.  
  847.  frMgtVCSigTable OBJECT-TYPE
  848.      SYNTAX  SEQUENCE OF FrMgtVCSigEntry
  849.      MAX-ACCESS  not-accessible
  850.      STATUS  current
  851.      DESCRIPTION
  852.              "The Frame Relay Management VC Signaling
  853.              Parameters and Errors table."
  854.      ::= { frnetservObjects 2 }
  855.  
  856.  frMgtVCSigEntry OBJECT-TYPE
  857.      SYNTAX  FrMgtVCSigEntry
  858.      MAX-ACCESS  not-accessible
  859.      STATUS  current
  860.      DESCRIPTION
  861.              "An entry in the Frame Relay Management VC
  862.              Signaling Parameters Errors table."
  863.      INDEX   { ifIndex }
  864.      ::= { frMgtVCSigTable 1 }
  865.  
  866.  FrMgtVCSigEntry ::=
  867.      SEQUENCE {
  868.          frMgtVCSigProced
  869.              INTEGER,
  870.          frMgtVCSigUserN391
  871.              INTEGER,
  872.          frMgtVCSigUserN392
  873.              INTEGER,
  874.          frMgtVCSigUserN393
  875.              INTEGER,
  876.          frMgtVCSigUserT391
  877.              INTEGER,
  878.          frMgtVCSigNetN392
  879.              INTEGER,
  880.          frMgtVCSigNetN393
  881.              INTEGER,
  882.          frMgtVCSigNetT392
  883.              INTEGER,
  884.          frMgtVCSigNetnN4
  885.              INTEGER,
  886.          frMgtVCSigNetnT3
  887.              INTEGER,
  888.          frMgtVCSigUserLinkRelErrors
  889.              Counter32,
  890.          frMgtVCSigUserProtErrors
  891.              Counter32,
  892.          frMgtVCSigUserChanInactive
  893.              Counter32,
  894.          frMgtVCSigNetLinkRelErrors
  895.  
  896.  
  897.  
  898. Frame Relay Service MIB Working Group                          [Page 16]
  899.  
  900. RFC 1596                Frame Relay Service MIB               March 1994
  901.  
  902.  
  903.              Counter32,
  904.          frMgtVCSigNetProtErrors
  905.              Counter32,
  906.          frMgtVCSigNetChanInactive
  907.              Counter32
  908.  }
  909.  
  910.  
  911.  frMgtVCSigProced OBJECT-TYPE
  912.      SYNTAX  INTEGER {
  913.                u2nnet(1),
  914.                bidirect(2)
  915.              }
  916.      MAX-ACCESS  read-only
  917.      STATUS  current
  918.      DESCRIPTION
  919.              "The value of this object identifies the Local
  920.              In-Channel Signaling Procedure that is used for
  921.              this UNI/NNI logical port.  The UNI/NNI logical
  922.              port can be performing only user-to-network
  923.              network-side procedures or bidirectional
  924.              procedures."
  925.      ::= { frMgtVCSigEntry 1 }
  926.  
  927.  frMgtVCSigUserN391 OBJECT-TYPE
  928.      SYNTAX  INTEGER (1..255)
  929.      MAX-ACCESS  read-only
  930.      STATUS  current
  931.      DESCRIPTION
  932.              "The value of this object identifies the User-side
  933.              N391 full status polling cycle value for this
  934.              UNI/NNI logical port.  If the logical port is not
  935.              performing user-side procedures, then this value
  936.              is equal to noSuchName. This object applies to
  937.              Q.933 Annex A and T1.617 Annex D."
  938.      DEFVAL { 6 }
  939.      ::= { frMgtVCSigEntry 2 }
  940.  
  941.  frMgtVCSigUserN392 OBJECT-TYPE
  942.      SYNTAX  INTEGER (1..10)
  943.      MAX-ACCESS  read-only
  944.      STATUS  current
  945.      DESCRIPTION
  946.              "The value of this object identifies the User-side
  947.              N392 error threshold value for this UNI/NNI
  948.              logical port.  If the logical port is not
  949.              performing user-side procedures, then this value
  950.              is equal to noSuchName. This object applies to
  951.  
  952.  
  953.  
  954. Frame Relay Service MIB Working Group                          [Page 17]
  955.  
  956. RFC 1596                Frame Relay Service MIB               March 1994
  957.  
  958.  
  959.              Q.933 Annex A and T1.617 Annex D."
  960.      DEFVAL { 3 }
  961.      ::= { frMgtVCSigEntry 3 }
  962.  
  963.  frMgtVCSigUserN393 OBJECT-TYPE
  964.      SYNTAX  INTEGER (1..10)
  965.      MAX-ACCESS  read-only
  966.      STATUS  current
  967.      DESCRIPTION
  968.              "The value of this object identifies the User-side
  969.              N393 monitored events count value for this UNI/NNI
  970.              logical port.  If the logical port is not
  971.              performing user-side procedures, then this value
  972.              is equal to noSuchName. This object applies to
  973.              Q.933 Annex A and T1.617 Annex D."
  974.      DEFVAL { 4 }
  975.      ::= { frMgtVCSigEntry 4 }
  976.  
  977.  frMgtVCSigUserT391 OBJECT-TYPE
  978.      SYNTAX  INTEGER (5..30)
  979.      MAX-ACCESS  read-only
  980.      STATUS  current
  981.      DESCRIPTION
  982.              "The value of this object identifies the User-side
  983.              T391 link integrity verification polling timer
  984.              value for this UNI/NNI logical port.  If the
  985.              logical port is not performing user-side
  986.              procedures, then this value is equal to
  987.              noSuchName. This object applies to Q.933 Annex A
  988.              and T1.617 Annex D."
  989.      DEFVAL { 10 }
  990.      ::= { frMgtVCSigEntry 5 }
  991.  
  992.  frMgtVCSigNetN392 OBJECT-TYPE
  993.      SYNTAX  INTEGER (1..10)
  994.      MAX-ACCESS  read-only
  995.      STATUS  current
  996.      DESCRIPTION
  997.              "The value of this object identifies the Network-
  998.              side N392 error threshold value (nN2 for LMI) for
  999.              this UNI/NNI logical port.  If the logical port is
  1000.              not performing network-side procedures, then this
  1001.              value is equal to noSuchName. This object applies
  1002.              to Q.933 Annex A, T1.617 Annex D and LMI."
  1003.      DEFVAL { 3 }
  1004.      ::= { frMgtVCSigEntry 6 }
  1005.  
  1006.  frMgtVCSigNetN393 OBJECT-TYPE
  1007.  
  1008.  
  1009.  
  1010. Frame Relay Service MIB Working Group                          [Page 18]
  1011.  
  1012. RFC 1596                Frame Relay Service MIB               March 1994
  1013.  
  1014.  
  1015.      SYNTAX  INTEGER (1..10)
  1016.      MAX-ACCESS  read-only
  1017.      STATUS  current
  1018.      DESCRIPTION
  1019.              "The value of this object identifies the Network-
  1020.              side N393 monitored events count value (nN3 for
  1021.              LMI) for this UNI/NNI logical port.  If the
  1022.              logical port is not performing network-side
  1023.              procedures, then this value is equal to
  1024.              noSuchName. This object applies to Q.933 Annex A,
  1025.              T1.617 Annex D and LMI."
  1026.      DEFVAL { 4 }
  1027.      ::= { frMgtVCSigEntry 7 }
  1028.  
  1029.  frMgtVCSigNetT392 OBJECT-TYPE
  1030.      SYNTAX  INTEGER (5..30)
  1031.      MAX-ACCESS  read-only
  1032.      STATUS  current
  1033.      DESCRIPTION
  1034.              "The value of this object identifies the Network-
  1035.              side T392 polling verification timer value (nT2
  1036.              for LMI)  for this UNI/NNI logical port.  If the
  1037.              logical port is not performing network-side
  1038.              procedures, then this value is equal to
  1039.              noSuchName. This object applies to Q.933 Annex A,
  1040.              T1.617 Annex D and LMI."
  1041.      DEFVAL { 15 }
  1042.      ::= { frMgtVCSigEntry 8 }
  1043.  
  1044.  frMgtVCSigNetnN4 OBJECT-TYPE
  1045.      SYNTAX  INTEGER (5..5)
  1046.      MAX-ACCESS  read-only
  1047.      STATUS  current
  1048.      DESCRIPTION
  1049.              "The value of this object identifies the Network-
  1050.              side nN4 maximum status enquires received value
  1051.              for this UNI/NNI logical port.  If the logical
  1052.              port is not performing network-side procedures or
  1053.              is not performing LMI procedures, then this value
  1054.              is equal to noSuchName. This object applies only
  1055.              to LMI and always has a value of 5."
  1056.      ::= { frMgtVCSigEntry 9 }
  1057.  
  1058.  frMgtVCSigNetnT3 OBJECT-TYPE
  1059.      SYNTAX  INTEGER (5 | 10 | 15 | 20 | 25 | 30)
  1060.      MAX-ACCESS  read-only
  1061.      STATUS  current
  1062.      DESCRIPTION
  1063.  
  1064.  
  1065.  
  1066. Frame Relay Service MIB Working Group                          [Page 19]
  1067.  
  1068. RFC 1596                Frame Relay Service MIB               March 1994
  1069.  
  1070.  
  1071.              "The value of this object identifies the Network-
  1072.              side nT3 timer (for nN4 status enquires received)
  1073.              value for this UNI/NNI logical port.  If the
  1074.              logical port is not performing network-side
  1075.              procedures or is not performing LMI procedures,
  1076.              then this value is equal to noSuchName. This
  1077.              object applies only to LMI."
  1078.      DEFVAL { 20 }
  1079.      ::= { frMgtVCSigEntry 10 }
  1080.  
  1081.  frMgtVCSigUserLinkRelErrors OBJECT-TYPE
  1082.      SYNTAX  Counter32
  1083.      MAX-ACCESS  read-only
  1084.      STATUS  current
  1085.      DESCRIPTION
  1086.              "The number of user-side local in-channel
  1087.              signaling link reliability errors (i.e., non-
  1088.              receipt of Status/Status Enquiry messages or
  1089.              invalid sequence numbers in a Link Integrity
  1090.              Verification Information Element) for this UNI/NNI
  1091.              logical port.  If the logical port is not
  1092.              performing user-side procedures, then this value
  1093.              is equal to noSuchName."
  1094.      ::= { frMgtVCSigEntry 11 }
  1095.  
  1096.  frMgtVCSigUserProtErrors OBJECT-TYPE
  1097.      SYNTAX  Counter32
  1098.      MAX-ACCESS  read-only
  1099.      STATUS  current
  1100.      DESCRIPTION
  1101.              "The number of user-side local in-channel
  1102.              signaling protocol errors (i.e., protocol
  1103.              discriminator, message type, call reference, and
  1104.              mandatory information element errors) for this
  1105.              UNI/NNI logical port.  If the logical port is not
  1106.              performing user-side procedures, then this value
  1107.              is equal to noSuchName."
  1108.      ::= { frMgtVCSigEntry 12 }
  1109.  
  1110.  frMgtVCSigUserChanInactive OBJECT-TYPE
  1111.      SYNTAX  Counter32
  1112.      MAX-ACCESS  read-only
  1113.      STATUS  current
  1114.      DESCRIPTION
  1115.              "The number of times the user-side channel was
  1116.              declared inactive (i.e., N392 errors in N393
  1117.              events) for this UNI/NNI logical port. If the
  1118.              logical port is not performing user-side
  1119.  
  1120.  
  1121.  
  1122. Frame Relay Service MIB Working Group                          [Page 20]
  1123.  
  1124. RFC 1596                Frame Relay Service MIB               March 1994
  1125.  
  1126.  
  1127.              procedures, then this value is equal to
  1128.              noSuchName."
  1129.      ::= { frMgtVCSigEntry 13 }
  1130.  
  1131.  frMgtVCSigNetLinkRelErrors OBJECT-TYPE
  1132.      SYNTAX  Counter32
  1133.      MAX-ACCESS  read-only
  1134.      STATUS  current
  1135.      DESCRIPTION
  1136.              "The number of network-side local in-channel
  1137.              signaling link reliability errors (i.e., non-
  1138.              receipt of Status/Status Enquiry messages or
  1139.              invalid sequence numbers in a Link Integrity
  1140.              Verification Information Element) for this UNI/NNI
  1141.              logical port.  If the logical port is not
  1142.              performing network-side procedures, then this
  1143.              value is equal to noSuchName."
  1144.      ::= { frMgtVCSigEntry 14 }
  1145.  
  1146.  frMgtVCSigNetProtErrors OBJECT-TYPE
  1147.      SYNTAX  Counter32
  1148.      MAX-ACCESS  read-only
  1149.      STATUS  current
  1150.      DESCRIPTION
  1151.              "The number of network-side local in-channel
  1152.              signaling protocol errors (i.e., protocol
  1153.              discriminator, message type, call reference, and
  1154.              mandatory information element errors) for this
  1155.              UNI/NNI logical port.  If the logical port is not
  1156.              performing network-side procedures, then this
  1157.              value is equal to noSuchName."
  1158.      ::= { frMgtVCSigEntry 15 }
  1159.  
  1160.  frMgtVCSigNetChanInactive OBJECT-TYPE
  1161.      SYNTAX  Counter32
  1162.      MAX-ACCESS  read-only
  1163.      STATUS  current
  1164.      DESCRIPTION
  1165.              "The number of times the network-side channel was
  1166.              declared inactive (i.e., N392 errors in N393
  1167.              events) for this UNI/NNI logical port.  If the
  1168.              logical port is not performing network-side
  1169.              procedures, then this value is equal to
  1170.              noSuchName."
  1171.      ::= { frMgtVCSigEntry 16 }
  1172.  
  1173.  
  1174.  
  1175.  
  1176.  
  1177.  
  1178. Frame Relay Service MIB Working Group                          [Page 21]
  1179.  
  1180. RFC 1596                Frame Relay Service MIB               March 1994
  1181.  
  1182.  
  1183.  -- The PVC End-Point Group
  1184.  
  1185.  -- This table is used to identify the traffic parameters
  1186.  -- for a bi-directional PVC segment end-point, and it also
  1187.  -- provides statistics for a PVC segment
  1188.  -- end-point.
  1189.  
  1190.  -- A PVC segment end-point is identified by a UNI/NNI
  1191.  -- logical port index value and DLCI index value.
  1192.  
  1193.  -- If the Frame Relay service provider allows
  1194.  -- the Frame Relay CNM subscriber to create, modify
  1195.  -- or delete PVCs using SNMP, then this table is used to identify
  1196.  -- and reserve
  1197.  -- the requested traffic parameters of each
  1198.  -- PVC segment end-point.  The Connection table
  1199.  -- is used to "connect" the end-points together.
  1200.  -- Not all implementations will support the
  1201.  -- capability of creating/modifying/deleting
  1202.  -- PVCs using SNMP as a feature of Frame Relay
  1203.  -- CNM service.
  1204.  
  1205.  -- Uni-directional PVCs are modeled with zero
  1206.  -- valued traffic parameters in one of the
  1207.  -- directions (In or Out direction) in this table.
  1208.  
  1209.  -- To create a PVC, the following procedures
  1210.  -- shall be followed:
  1211.  -- 1). Create the entries for the PVC segment endpoints in the
  1212.  --     frPVCEndptTable by specifying the traffic parameters
  1213.  --     for the bi-directional PVC segment endpoints.
  1214.  --     As shown in the figure, a point-to-point PVC has
  1215.  --     two endpoints, thus two entries in this table.
  1216.  --     Uni-directional PVCs are modeled
  1217.  --     with zero valued traffic parameters in one
  1218.  --     direction; all the `In' direction parameters
  1219.  --     for one Frame Relay PVC End-point or
  1220.  --     all the `Out' direction
  1221.  --     parameters for the other Frame Relay PVC
  1222.  --     End-point.
  1223.  
  1224.  
  1225.  
  1226.  
  1227.  
  1228.  
  1229.  
  1230.  
  1231.  
  1232.  
  1233.  
  1234. Frame Relay Service MIB Working Group                          [Page 22]
  1235.  
  1236. RFC 1596                Frame Relay Service MIB               March 1994
  1237.  
  1238.  
  1239.  --     In    ____________________________________ Out
  1240.  --    >>>>>>|                                   |>>>>>>>>
  1241.  --    ______| Frame Relay Network               |__________
  1242.  --     Out  |                                   |  In
  1243.  --    <<<<<<|                                   |<<<<<<<<
  1244.  --          |___________________________________|
  1245.  --  Frame Relay PVC                            Frame Relay
  1246.  --   End-point                                 PVC  End-point
  1247.  
  1248.  -- 2). Go to the Frame Relay Connection Group.
  1249.  --
  1250.  
  1251.  -- The Frame Relay PVC End-point Table
  1252.  
  1253.  frPVCEndptTable OBJECT-TYPE
  1254.      SYNTAX  SEQUENCE OF FrPVCEndptEntry
  1255.      MAX-ACCESS  not-accessible
  1256.      STATUS  current
  1257.      DESCRIPTION
  1258.              "The Frame Relay PVC End-Point table.  This table
  1259.              is used to model a PVC end-point.  This table
  1260.              contains the traffic parameters and statistics for
  1261.              a PVC end-point."
  1262.      ::= { frnetservObjects 3 }
  1263.  
  1264.  frPVCEndptEntry OBJECT-TYPE
  1265.      SYNTAX  FrPVCEndptEntry
  1266.      MAX-ACCESS  not-accessible
  1267.      STATUS  current
  1268.      DESCRIPTION
  1269.              "An entry in the Frame Relay PVC Endpoint table."
  1270.      INDEX   { ifIndex, frPVCEndptDLCIIndex }
  1271.      ::= { frPVCEndptTable 1 }
  1272.  
  1273.  FrPVCEndptEntry ::=
  1274.      SEQUENCE {
  1275.          frPVCEndptDLCIIndex
  1276.              Integer32,
  1277.          frPVCEndptInMaxFrameSize
  1278.              Integer32,
  1279.          frPVCEndptInBc
  1280.              Integer32,
  1281.          frPVCEndptInBe
  1282.              Integer32,
  1283.          frPVCEndptInCIR
  1284.             Integer32,
  1285.          frPVCEndptOutMaxFrameSize
  1286.              Integer32,
  1287.  
  1288.  
  1289.  
  1290. Frame Relay Service MIB Working Group                          [Page 23]
  1291.  
  1292. RFC 1596                Frame Relay Service MIB               March 1994
  1293.  
  1294.  
  1295.          frPVCEndptOutBc
  1296.              Integer32,
  1297.          frPVCEndptOutBe
  1298.              Integer32,
  1299.          frPVCEndptOutCIR
  1300.              Integer32,
  1301.          frPVCEndptConnectIdentifier
  1302.              Integer32,
  1303.          frPVCEndptRowStatus
  1304.              RowStatus,
  1305.          frPVCEndptRcvdSigStatus
  1306.              INTEGER,
  1307.          frPVCEndptInFrames
  1308.              Counter32,
  1309.          frPVCEndptOutFrames
  1310.              Counter32,
  1311.          frPVCEndptInDEFrames
  1312.              Counter32,
  1313.          frPVCEndptInExcessFrames
  1314.              Counter32,
  1315.          frPVCEndptOutExcessFrames
  1316.              Counter32,
  1317.          frPVCEndptInDiscards
  1318.              Counter32,
  1319.          frPVCEndptInOctets
  1320.              Counter32,
  1321.          frPVCEndptOutOctets
  1322.              Counter32
  1323.      }
  1324.  
  1325.  
  1326.  frPVCEndptDLCIIndex OBJECT-TYPE
  1327.      SYNTAX  Integer32
  1328.      MAX-ACCESS  not-accessible
  1329.      STATUS  current
  1330.      DESCRIPTION
  1331.              "The value of this object is equal to the DLCI
  1332.              value for this PVC end-point."
  1333.      ::= { frPVCEndptEntry 1 }
  1334.  
  1335.  frPVCEndptInMaxFrameSize OBJECT-TYPE
  1336.      SYNTAX  Integer32
  1337.      MAX-ACCESS  read-create
  1338.      STATUS  current
  1339.      DESCRIPTION
  1340.              "The value of this object is the size in octets of
  1341.              the largest frame relay information field for this
  1342.              PVC end-point in the ingress direction (into the
  1343.  
  1344.  
  1345.  
  1346. Frame Relay Service MIB Working Group                          [Page 24]
  1347.  
  1348. RFC 1596                Frame Relay Service MIB               March 1994
  1349.  
  1350.  
  1351.              frame relay network).  The value of
  1352.              frPVCEndptInMaxFrameSize must be less than or
  1353.              equal to the corresponding ifMtu for this Frame
  1354.              Relay UNI/NNI logical port."
  1355.      ::= { frPVCEndptEntry 2 }
  1356.  
  1357.  frPVCEndptInBc OBJECT-TYPE
  1358.      SYNTAX  Integer32
  1359.      MAX-ACCESS  read-create
  1360.      STATUS  current
  1361.      DESCRIPTION
  1362.              "The value of this object is equal to the
  1363.              committed burst size (Bc) parameter (measured in
  1364.              bits) for this PVC end-point in the ingress
  1365.              direction (into the frame relay network)."
  1366.      ::= { frPVCEndptEntry 3 }
  1367.  
  1368.  frPVCEndptInBe OBJECT-TYPE
  1369.      SYNTAX  Integer32
  1370.      MAX-ACCESS  read-create
  1371.      STATUS  current
  1372.      DESCRIPTION
  1373.              "The value of this object is equal to the excess
  1374.              burst size (Be) parameter (measured in bits) for
  1375.              this PVC end-point in the ingress direction (into
  1376.              the frame relay network)."
  1377.      ::= { frPVCEndptEntry 4 }
  1378.  
  1379.  frPVCEndptInCIR OBJECT-TYPE
  1380.      SYNTAX  Integer32
  1381.      MAX-ACCESS  read-create
  1382.      STATUS  current
  1383.      DESCRIPTION
  1384.              "The value of this object is equal to the
  1385.              committed information rate (CIR) parameter
  1386.              (measured in bits per second) for this PVC end-
  1387.              point in the ingress direction (into the frame
  1388.              relay network)."
  1389.      ::= { frPVCEndptEntry 5 }
  1390.  
  1391.  frPVCEndptOutMaxFrameSize OBJECT-TYPE
  1392.      SYNTAX  Integer32
  1393.      MAX-ACCESS  read-create
  1394.      STATUS  current
  1395.      DESCRIPTION
  1396.              "The value of this object is the size in octets of
  1397.              the largest frame relay information field for this
  1398.              PVC end-point in the egress direction (out of the
  1399.  
  1400.  
  1401.  
  1402. Frame Relay Service MIB Working Group                          [Page 25]
  1403.  
  1404. RFC 1596                Frame Relay Service MIB               March 1994
  1405.  
  1406.  
  1407.              frame relay network).  The value of
  1408.              frPVCEndptOutMaxFrameSize must be less than or
  1409.              equal to the corresponding ifMtu for this Frame
  1410.              Relay UNI/NNI logical port."
  1411.      ::= { frPVCEndptEntry 6 }
  1412.  
  1413.  frPVCEndptOutBc OBJECT-TYPE
  1414.      SYNTAX  Integer32
  1415.      MAX-ACCESS  read-create
  1416.      STATUS  current
  1417.      DESCRIPTION
  1418.              "The value of this object is equal to the
  1419.              committed burst size (Bc) parameter (measured in
  1420.              bits) for this PVC end-point in the egress
  1421.              direction (out of the frame relay network)."
  1422.      ::= { frPVCEndptEntry 7 }
  1423.  
  1424.  frPVCEndptOutBe OBJECT-TYPE
  1425.      SYNTAX  Integer32
  1426.      MAX-ACCESS  read-create
  1427.      STATUS  current
  1428.      DESCRIPTION
  1429.              "The value of this object is equal to the excess
  1430.              burst size (Be) parameter (measured in bits) for
  1431.              this PVC end-point in the egress direction (out of
  1432.              the frame relay network)."
  1433.      ::= { frPVCEndptEntry 8 }
  1434.  
  1435.  frPVCEndptOutCIR OBJECT-TYPE
  1436.      SYNTAX  Integer32
  1437.      MAX-ACCESS  read-create
  1438.      STATUS  current
  1439.      DESCRIPTION
  1440.              "The value of this object is equal to the
  1441.              committed information rate (CIR) parameter
  1442.              (measured in bits per second) for this PVC end-
  1443.              point in the egress direction (out of the frame
  1444.              relay network)."
  1445.      ::= { frPVCEndptEntry 9 }
  1446.  
  1447.  frPVCEndptConnectIdentifier OBJECT-TYPE
  1448.      SYNTAX  Integer32
  1449.      MAX-ACCESS  read-only
  1450.      STATUS  current
  1451.      DESCRIPTION
  1452.              "This object is used to associate PVC end-points
  1453.              as being part of one PVC segment connection.  This
  1454.              value of this object is equal to the value of
  1455.  
  1456.  
  1457.  
  1458. Frame Relay Service MIB Working Group                          [Page 26]
  1459.  
  1460. RFC 1596                Frame Relay Service MIB               March 1994
  1461.  
  1462.  
  1463.              frPVCConnectIndex, which is used as one of the
  1464.              indices into the frPVCConnectTable.  The value of
  1465.              this object is provided by the agent, after the
  1466.              associated entries in the frPVCConnectTable have
  1467.              been created."
  1468.      ::= { frPVCEndptEntry 10 }
  1469.  
  1470.  frPVCEndptRowStatus OBJECT-TYPE
  1471.      SYNTAX  RowStatus
  1472.      MAX-ACCESS  read-create
  1473.      STATUS  current
  1474.      DESCRIPTION
  1475.              "This object is used to create new rows in this
  1476.              table, modify existing rows, and to delete
  1477.              existing rows.  To create a new PVC, the entries
  1478.              for the PVC segment end-points in the
  1479.              frPVCEndptTable must first be created.  Next, the
  1480.              frPVCConnectTable is used to associate the Frame
  1481.              Relay PVC segment end-points.  In order for the
  1482.              manager to have the necessary error diagnostics,
  1483.              the frPVCEndptRowStatus object must initially be
  1484.              set to `createAndWait'.  While the
  1485.              frPVCEndptRowStatus object is in the
  1486.              `createAndWait' state, the manager can set each
  1487.              columnar object and get the necessary error
  1488.              diagnostics.  The frPVCEndptRowStatus object may
  1489.              not be set to `active' unless the following
  1490.              columnar objects exist in this row:
  1491.              frPVCEndptInMaxFrameSize, frPVCEndptInBc,
  1492.              frPVCEndptInBe, frPVCEndptInCIR,
  1493.              frPVCEndptOutMaxFrameSize, frPVCEndptOutBc,
  1494.              frPVCEndptOutBe, and frPVCEndptOutCIR."
  1495.      ::= { frPVCEndptEntry 11 }
  1496.  
  1497.  frPVCEndptRcvdSigStatus OBJECT-TYPE
  1498.      SYNTAX  INTEGER {
  1499.                deleted(1),
  1500.                active(2),
  1501.                inactive(3),
  1502.                none(4)
  1503.              }
  1504.      MAX-ACCESS  read-only
  1505.      STATUS  current
  1506.      DESCRIPTION
  1507.              "The value of this object identifies the PVC
  1508.              status received via the local in-channel signaling
  1509.              procedures for this PVC end-point.  This object is
  1510.              only pertinent for interfaces that perform the
  1511.  
  1512.  
  1513.  
  1514. Frame Relay Service MIB Working Group                          [Page 27]
  1515.  
  1516. RFC 1596                Frame Relay Service MIB               March 1994
  1517.  
  1518.  
  1519.              bidirectional procedures.  For user-to-network
  1520.              network side procedures, the value of this object
  1521.              should be none."
  1522.      ::= { frPVCEndptEntry 12 }
  1523.  
  1524.  frPVCEndptInFrames OBJECT-TYPE
  1525.      SYNTAX  Counter32
  1526.      MAX-ACCESS  read-only
  1527.      STATUS  current
  1528.      DESCRIPTION
  1529.              "The number of frames received by the network
  1530.              (ingress) for this PVC end-point. This includes
  1531.              any frames discarded by the network due to
  1532.              submitting more than Bc + Be data or due to any
  1533.              network congestion recovery procedures."
  1534.      ::= { frPVCEndptEntry 13 }
  1535.  
  1536.  frPVCEndptOutFrames OBJECT-TYPE
  1537.      SYNTAX  Counter32
  1538.      MAX-ACCESS  read-only
  1539.      STATUS  current
  1540.      DESCRIPTION
  1541.              "The number of frames sent by the network (egress)
  1542.              regardless of whether they are Bc or Be frames for
  1543.              this PVC end-point."
  1544.      ::= { frPVCEndptEntry 14 }
  1545.  
  1546.  frPVCEndptInDEFrames OBJECT-TYPE
  1547.      SYNTAX  Counter32
  1548.      MAX-ACCESS  read-only
  1549.      STATUS  current
  1550.      DESCRIPTION
  1551.              "The number of frames received by the network
  1552.              (ingress) with the DE bit set to (1) for this PVC
  1553.              end-point."
  1554.      ::= { frPVCEndptEntry 15 }
  1555.  
  1556.  frPVCEndptInExcessFrames OBJECT-TYPE
  1557.      SYNTAX  Counter32
  1558.      MAX-ACCESS  read-only
  1559.      STATUS  current
  1560.      DESCRIPTION
  1561.              "The number of frames received by the network
  1562.              (ingress) for this PVC end-point which were
  1563.              treated as excess traffic.  Frames which are sent
  1564.              to the network with DE set to zero are treated as
  1565.              excess when more than Bc bits are submitted to the
  1566.              network during the Committed Information Rate
  1567.  
  1568.  
  1569.  
  1570. Frame Relay Service MIB Working Group                          [Page 28]
  1571.  
  1572. RFC 1596                Frame Relay Service MIB               March 1994
  1573.  
  1574.  
  1575.              Measurement Interval (Tc).  Excess traffic may or
  1576.              may not be discarded at the ingress if more than
  1577.              Bc + Be bits are submitted to the network during
  1578.              Tc.  Traffic discarded at the ingress is not
  1579.              recorded in frPVCEndptInExcessFrames.  Frames
  1580.              which are sent to the network with DE set to one
  1581.              are also treated as excess traffic."
  1582.      ::= { frPVCEndptEntry 16 }
  1583.  
  1584.  frPVCEndptOutExcessFrames OBJECT-TYPE
  1585.      SYNTAX  Counter32
  1586.      MAX-ACCESS  read-only
  1587.      STATUS  current
  1588.      DESCRIPTION
  1589.              "The number of frames sent by the network (egress)
  1590.              for this PVC end-point which were treated as
  1591.              excess traffic.  (The DE bit may be set to one.)"
  1592.      ::= { frPVCEndptEntry 17 }
  1593.  
  1594.  frPVCEndptInDiscards OBJECT-TYPE
  1595.      SYNTAX  Counter32
  1596.      MAX-ACCESS  read-only
  1597.      STATUS  current
  1598.      DESCRIPTION
  1599.              "The number of frames received by the the network
  1600.              (ingress) that were discarded due to traffic
  1601.              enforcement for this PVC end-point."
  1602.      ::= { frPVCEndptEntry 18 }
  1603.  
  1604.  frPVCEndptInOctets OBJECT-TYPE
  1605.      SYNTAX  Counter32
  1606.      MAX-ACCESS  read-only
  1607.      STATUS  current
  1608.      DESCRIPTION
  1609.              "The number of octets received by the network
  1610.              (ingress) for this PVC end-point.  This counter
  1611.              should only count octets from the beginning of the
  1612.              frame relay header field to the end of user data.
  1613.              If the network supporting Frame Relay can not
  1614.              count octets, then this count should be an
  1615.              approximation."
  1616.      ::= { frPVCEndptEntry 19 }
  1617.  
  1618.  frPVCEndptOutOctets OBJECT-TYPE
  1619.      SYNTAX  Counter32
  1620.      MAX-ACCESS  read-only
  1621.      STATUS  current
  1622.      DESCRIPTION
  1623.  
  1624.  
  1625.  
  1626. Frame Relay Service MIB Working Group                          [Page 29]
  1627.  
  1628. RFC 1596                Frame Relay Service MIB               March 1994
  1629.  
  1630.  
  1631.              "The number of octets sent by the network (egress)
  1632.              for this PVC end-point.  This counter should only
  1633.              count octets from the beginning of the frame relay
  1634.              header field to the end of user data.  If the
  1635.              network supporting Frame Relay can not count
  1636.              octets, then this count should be an
  1637.              approximation."
  1638.      ::= { frPVCEndptEntry 20 }
  1639.  
  1640.  
  1641.  -- The Frame Relay PVC Connection Group
  1642.  
  1643.  -- The Frame Relay PVC Connection Group
  1644.  -- is used to model the bi-directional
  1645.  -- PVC segment flows;
  1646.  -- point-to-point PVCs, point-to-multipoint
  1647.  -- PVCs, and multipoint-to-multipoint
  1648.  -- PVCs.
  1649.  
  1650.  -- This table has read-create access and
  1651.  -- is used to associate PVC end-points
  1652.  -- together as belonging to one connection.
  1653.  -- The frPVCConnectIndex is used to associate
  1654.  -- all the bi-directional flows.
  1655.  -- Not all implementations will support the
  1656.  -- capability of creating/modifying/deleting
  1657.  -- PVCs using SNMP as a feature of Frame Relay
  1658.  -- CNM service.
  1659.  
  1660.  -- Once the entries in the frPVCEndptTable
  1661.  -- are created, the following step are used
  1662.  -- to associate the PVC end-points as belonging
  1663.  -- to one PVC connection:
  1664.  -- 1). Obtain a unique frPVCConnectIndex
  1665.  --     using the frPVCConnectIndexValue object.
  1666.  -- 2). Connect the PVC segment endpoints together
  1667.  --     with the applicable frPVCConnectIndex value
  1668.  --     obtained via
  1669.  --     frPVCConnectIndexValue.
  1670.  --     The entries in this table are created by using
  1671.  --     the frPVCConnectRowStatus object.
  1672.  -- 3). The agent will provide the value of the
  1673.  --     corresponding instances of
  1674.  --     frPVCEndptConnectIdentifier with the
  1675.  --     the frPVCConnectIndex value.
  1676.  -- 4). Set frPVCConnectAdminStatus to `active' in all
  1677.  --     rows for this PVC segment to
  1678.  --     turn the PVC on.
  1679.  
  1680.  
  1681.  
  1682. Frame Relay Service MIB Working Group                          [Page 30]
  1683.  
  1684. RFC 1596                Frame Relay Service MIB               March 1994
  1685.  
  1686.  
  1687.  -- For example, the Frame Relay PVC Connection Group
  1688.  -- models a bi-directional, point-to-point PVC segment
  1689.  -- as one entry in this table.
  1690.  
  1691.  -- Frame Relay Network                  Frame Relay Network
  1692.  --  Low Port ____________________________________ High Port
  1693.  --          |                                   |
  1694.  --    ______| >> from low to high PVC flow   >> |____________
  1695.  --          | << from high to low PVC flow   << |
  1696.  --          |___________________________________|
  1697.  --
  1698.  
  1699.  -- The terms low and high are chosen to represent numerical
  1700.  -- ordering of a PVC segment's endpoints for representation
  1701.  -- in this table.  That is, the endpoint with the lower value
  1702.  -- of ifIndex is termed 'low', while the opposite endpoint
  1703.  -- of the segment is termed 'high'.
  1704.  -- This terminology is to provide directional information;
  1705.  -- for example the frPVCConnectL2hOperStatus and
  1706.  -- frPVCConnectH2lOperStatus as illustrated above.
  1707.  
  1708.  -- If the Frame Relay Connection table is used to model
  1709.  -- a unidirectional PVC, then one direction (either from low to high
  1710.  -- or from high to low) has its Operational Status equal to down.
  1711.  
  1712.  -- A PVC segment is a portion of a PVC
  1713.  -- that traverses one Frame Relay Network, and
  1714.  -- a PVC segment is identified
  1715.  -- by its two end-points (UNI/NNI logical port index
  1716.  -- value and DLCI index value)
  1717.  -- through one Frame Relay Network.
  1718.  
  1719.  
  1720.  frPVCConnectIndexValue OBJECT-TYPE
  1721.      SYNTAX  INTEGER (0..2147483647)
  1722.      MAX-ACCESS  read-only
  1723.      STATUS  current
  1724.      DESCRIPTION
  1725.              "This object contains an appropriate value to be
  1726.              used for frPVCConnectIndex when creating entries
  1727.              in the frPVCConnectTable.  The value 0 indicates
  1728.              that no unassigned entries are available.  To
  1729.              obtain the frPVCConnectIndex value for a new
  1730.              entry, the manager issues a management protocol
  1731.              retrieval operation to obtain the current value of
  1732.              this object.  After each retrieval, the agent
  1733.              should modify the value to the next unassigned
  1734.              index."
  1735.  
  1736.  
  1737.  
  1738. Frame Relay Service MIB Working Group                          [Page 31]
  1739.  
  1740. RFC 1596                Frame Relay Service MIB               March 1994
  1741.  
  1742.  
  1743.      ::= { frnetservObjects 4 }
  1744.  
  1745.  --  The Frame Relay PVC Connection Table
  1746.  
  1747.  frPVCConnectTable OBJECT-TYPE
  1748.      SYNTAX  SEQUENCE OF FrPVCConnectEntry
  1749.      MAX-ACCESS  not-accessible
  1750.      STATUS  current
  1751.      DESCRIPTION
  1752.              "The Frame Relay PVC Connect table.  A bi-
  1753.              directional PVC segment is modeled as one entry in
  1754.              this table."
  1755.      ::= { frnetservObjects 5 }
  1756.  
  1757.  frPVCConnectEntry OBJECT-TYPE
  1758.      SYNTAX  FrPVCConnectEntry
  1759.      MAX-ACCESS  not-accessible
  1760.      STATUS  current
  1761.      DESCRIPTION
  1762.              "An entry in the Frame Relay PVC Connect table.
  1763.              This entry is used to model a PVC segment in two
  1764.              directions."
  1765.      INDEX { frPVCConnectIndex,
  1766.              frPVCConnectLowIfIndex, frPVCConnectLowDLCIIndex,
  1767.              frPVCConnectHighIfIndex, frPVCConnectHighDLCIIndex }
  1768.      ::= { frPVCConnectTable 1 }
  1769.  
  1770.  FrPVCConnectEntry ::=
  1771.      SEQUENCE {
  1772.          frPVCConnectIndex
  1773.              Integer32,
  1774.          frPVCConnectLowIfIndex
  1775.              IfIndex,
  1776.          frPVCConnectLowDLCIIndex
  1777.              Integer32,
  1778.          frPVCConnectHighIfIndex
  1779.              IfIndex,
  1780.          frPVCConnectHighDLCIIndex
  1781.              Integer32,
  1782.          frPVCConnectAdminStatus
  1783.              INTEGER,
  1784.          frPVCConnectL2hOperStatus
  1785.              INTEGER,
  1786.          frPVCConnectH2lOperStatus
  1787.              INTEGER,
  1788.          frPVCConnectL2hLastChange
  1789.              TimeStamp,
  1790.          frPVCConnectH2lLastChange
  1791.  
  1792.  
  1793.  
  1794. Frame Relay Service MIB Working Group                          [Page 32]
  1795.  
  1796. RFC 1596                Frame Relay Service MIB               March 1994
  1797.  
  1798.  
  1799.              TimeStamp,
  1800.          frPVCConnectRowStatus
  1801.              RowStatus
  1802.  }
  1803.  
  1804.  frPVCConnectIndex OBJECT-TYPE
  1805.      SYNTAX  Integer32
  1806.      MAX-ACCESS  not-accessible
  1807.      STATUS  current
  1808.      DESCRIPTION
  1809.              "The value of this object is equal to the
  1810.              frPVCConnectIndexValue obtained to uniquely
  1811.              identify this PVC segment connection."
  1812.      ::= { frPVCConnectEntry 1 }
  1813.  
  1814.  frPVCConnectLowIfIndex OBJECT-TYPE
  1815.      SYNTAX  IfIndex
  1816.      MAX-ACCESS  not-accessible
  1817.      STATUS  current
  1818.      DESCRIPTION
  1819.              "The value of this object is equal to MIB II's
  1820.              ifIndex value of the UNI/NNI logical port for this
  1821.              PVC segment.  The term low implies that this PVC
  1822.              segment end-point has the numerically lower
  1823.              ifIndex value than the connected/associated PVC
  1824.              segment end-point.  If the value is equal to zero,
  1825.              then this logical port is not a Frame Relay
  1826.              UNI/NNI logical port."
  1827.      ::= { frPVCConnectEntry 2 }
  1828.  
  1829.  frPVCConnectLowDLCIIndex OBJECT-TYPE
  1830.      SYNTAX  Integer32
  1831.      MAX-ACCESS  not-accessible
  1832.      STATUS  current
  1833.      DESCRIPTION
  1834.              "The value of this object is equal to the DLCI
  1835.              value for this end-point of the PVC segment.  If
  1836.              the value is equal to zero, then this endpoint of
  1837.              the PVC segment is not a Frame Relay connection."
  1838.      ::= { frPVCConnectEntry 3 }
  1839.  
  1840.  frPVCConnectHighIfIndex OBJECT-TYPE
  1841.      SYNTAX  IfIndex
  1842.      MAX-ACCESS  not-accessible
  1843.      STATUS  current
  1844.      DESCRIPTION
  1845.              "The value of this object is equal to MIB II's
  1846.              ifIndex value for the UNI/NNI logical port for
  1847.  
  1848.  
  1849.  
  1850. Frame Relay Service MIB Working Group                          [Page 33]
  1851.  
  1852. RFC 1596                Frame Relay Service MIB               March 1994
  1853.  
  1854.  
  1855.              this PVC segment.  The term high implies that this
  1856.              PVC segment end-point has the numerically higher
  1857.              ifIndex value than the connected/associated PVC
  1858.              segment end-point."
  1859.      ::= { frPVCConnectEntry 4 }
  1860.  
  1861.  frPVCConnectHighDLCIIndex OBJECT-TYPE
  1862.      SYNTAX  Integer32
  1863.      MAX-ACCESS  not-accessible
  1864.      STATUS  current
  1865.      DESCRIPTION
  1866.              "The value of this object is equal to the egress
  1867.              DLCI value for this end-point of the PVC segment."
  1868.      ::= { frPVCConnectEntry 5 }
  1869.  
  1870.  frPVCConnectAdminStatus OBJECT-TYPE
  1871.      SYNTAX  INTEGER {
  1872.                active(1),
  1873.                inactive(2),
  1874.                testing(3)
  1875.              }
  1876.      MAX-ACCESS  read-create
  1877.      STATUS  current
  1878.      DESCRIPTION
  1879.              "The value of this object identifies the desired
  1880.              administrative status of this bi-directional PVC
  1881.              segment.  The active state means the PVC segment
  1882.              is currently operational; the inactive state means
  1883.              the PVC segment is currently not operational; the
  1884.              testing state means the PVC segment is currently
  1885.              undergoing a test.  This state is set by an
  1886.              administrative entity.  This value affects the PVC
  1887.              status indicated across the ingress NNI/UNI of
  1888.              both end-points of the bi-directional PVC segment.
  1889.              When a PVC segment connection is created using
  1890.              this table, this object is initially set to
  1891.              `inactive'.  After the frPVCConnectRowStatus
  1892.              object is set to `active' (and the
  1893.              corresponding/associated entries in the
  1894.              frPVCEndptTable have their frPVCEndptRowStatus
  1895.              object set to `active'), the
  1896.              frPVCConnectAdminStatus object may be set to
  1897.              `active' to turn on the PVC segment connection."
  1898.      ::= { frPVCConnectEntry 6 }
  1899.  
  1900.  frPVCConnectL2hOperStatus OBJECT-TYPE
  1901.      SYNTAX  INTEGER {
  1902.                active(1),
  1903.  
  1904.  
  1905.  
  1906. Frame Relay Service MIB Working Group                          [Page 34]
  1907.  
  1908. RFC 1596                Frame Relay Service MIB               March 1994
  1909.  
  1910.  
  1911.                inactive(2),
  1912.                testing(3),
  1913.                unknown(4)
  1914.              }
  1915.      MAX-ACCESS  read-only
  1916.      STATUS  current
  1917.      DESCRIPTION
  1918.              "The value of this object identifies the current
  1919.              operational status of the PVC segment connection
  1920.              in one direction; (i.e., in the low to high
  1921.              direction).  The active state means it is
  1922.              currently operational; the inactive state means it
  1923.              is currently not operational; the testing state
  1924.              means it is currently undergoing a test; the
  1925.              unknown state means the status of it currently can
  1926.              not be determined.  This value affects the PVC
  1927.              status indicated across the ingress NNI/UNI (low
  1928.              side) of the PVC segment."
  1929.      ::= { frPVCConnectEntry 7 }
  1930.  
  1931.  frPVCConnectH2lOperStatus OBJECT-TYPE
  1932.      SYNTAX  INTEGER {
  1933.                active(1),
  1934.                inactive(2),
  1935.                testing(3),
  1936.                unknown(4)
  1937.              }
  1938.      MAX-ACCESS  read-only
  1939.      STATUS  current
  1940.      DESCRIPTION
  1941.              "The value of this object identifies the current
  1942.              operational status of the PVC segment connection
  1943.              in one direction; (i.e., in the high to low
  1944.              direction).  The active state means it is
  1945.              currently operational; the inactive state means it
  1946.              is currently not operational; the testing state
  1947.              means it is currently undergoing a test; the
  1948.              unknown state means the status of it currently can
  1949.              not be determined.  This value affects the PVC
  1950.              status indicated across the ingress NNI/UNI (high
  1951.              side) of the PVC segment."
  1952.      ::= { frPVCConnectEntry 8 }
  1953.  
  1954.  frPVCConnectL2hLastChange OBJECT-TYPE
  1955.      SYNTAX  TimeStamp
  1956.      MAX-ACCESS  read-only
  1957.      STATUS  current
  1958.      DESCRIPTION
  1959.  
  1960.  
  1961.  
  1962. Frame Relay Service MIB Working Group                          [Page 35]
  1963.  
  1964. RFC 1596                Frame Relay Service MIB               March 1994
  1965.  
  1966.  
  1967.              "The value of MIB II's sysUpTime object at the
  1968.              time this PVC segment entered its current
  1969.              operational state in the low to high direction.
  1970.              If the current state was entered prior to the last
  1971.              re-initialization of the proxy-agent, then this
  1972.              object contains a zero value."
  1973.      ::= { frPVCConnectEntry 9 }
  1974.  
  1975.  frPVCConnectH2lLastChange OBJECT-TYPE
  1976.      SYNTAX  TimeStamp
  1977.      MAX-ACCESS  read-only
  1978.      STATUS  current
  1979.      DESCRIPTION
  1980.              "The value of MIB II's sysUpTime object at the
  1981.              time this PVC segment entered its current
  1982.              operational state in the high to low direction.
  1983.              If the current state was entered prior to the last
  1984.              re-initialization of the proxy-agent, then this
  1985.              object contains a zero value."
  1986.      ::= { frPVCConnectEntry 10 }
  1987.  
  1988.  frPVCConnectRowStatus OBJECT-TYPE
  1989.      SYNTAX  RowStatus
  1990.      MAX-ACCESS  read-create
  1991.      STATUS  current
  1992.      DESCRIPTION
  1993.              "The status of this entry in the
  1994.              frPVCConnectTable.  This variable is used to
  1995.              create new connections for the PVC end-points and
  1996.              to change existing connections of the PVC end-
  1997.              points.  This object must be initially set to
  1998.              `createAndWait'.  In this state, the agent checks
  1999.              the parameters in the associated entries in the
  2000.              frPVCEndptTable to verify that the PVC end-points
  2001.              can be connected (i.e., the In parameters for one
  2002.              PVC end-point are equal to the Out parameters for
  2003.              the other PVC end-point).  This object can not be
  2004.              set to `active' unless the following columnar
  2005.              objects exist in this row: frPVCConnectAdminStatus
  2006.              and frPVCConnectGenericPointer.  The agent also
  2007.              supplies the associated value of frPVCConnectIndex
  2008.              for the frPVCEndptConnectIdentifier instances.  To
  2009.              turn on a PVC segment connection, the
  2010.              frPVCConnectAdminStatus is set to `active'."
  2011.      ::= { frPVCConnectEntry 11 }
  2012.  
  2013.  
  2014.  
  2015.  
  2016.  
  2017.  
  2018. Frame Relay Service MIB Working Group                          [Page 36]
  2019.  
  2020. RFC 1596                Frame Relay Service MIB               March 1994
  2021.  
  2022.  
  2023.  -- The Frame Relay Accounting Groups
  2024.  
  2025.  -- The groups are the following:
  2026.  --  Accounting on a PVC basis
  2027.  --  Accounting on an Interface/Logical Port basis
  2028.  
  2029.  -- The Accounting on a Frame Relay PVC basis Group
  2030.  
  2031.  -- The accounting information is collected for a PVC
  2032.  -- segment end-point.
  2033.  
  2034.  frAccountPVCTable OBJECT-TYPE
  2035.      SYNTAX  SEQUENCE OF FrAccountPVCEntry
  2036.      MAX-ACCESS  not-accessible
  2037.      STATUS  current
  2038.      DESCRIPTION
  2039.              "The Frame Relay Accounting PVC table.  This table
  2040.              is used to perform accounting on a PVC segment
  2041.              end-point basis."
  2042.      ::= { frnetservObjects 6 }
  2043.  
  2044.  frAccountPVCEntry OBJECT-TYPE
  2045.      SYNTAX  FrAccountPVCEntry
  2046.      MAX-ACCESS  not-accessible
  2047.      STATUS  current
  2048.      DESCRIPTION
  2049.              "An entry in the Frame Relay Accounting PVC
  2050.              table."
  2051.      INDEX   { ifIndex, frAccountPVCDLCIIndex }
  2052.      ::= { frAccountPVCTable 1 }
  2053.  
  2054.  FrAccountPVCEntry ::=
  2055.      SEQUENCE {
  2056.          frAccountPVCDLCIIndex
  2057.              Integer32,
  2058.          frAccountPVCSegmentSize
  2059.              Integer32,
  2060.          frAccountPVCInSegments
  2061.              Counter32,
  2062.          frAccountPVCOutSegments
  2063.              Counter32
  2064.      }
  2065.  
  2066.  
  2067.  frAccountPVCDLCIIndex OBJECT-TYPE
  2068.      SYNTAX  Integer32
  2069.      MAX-ACCESS  not-accessible
  2070.      STATUS  current
  2071.  
  2072.  
  2073.  
  2074. Frame Relay Service MIB Working Group                          [Page 37]
  2075.  
  2076. RFC 1596                Frame Relay Service MIB               March 1994
  2077.  
  2078.  
  2079.      DESCRIPTION
  2080.              "The value of this object is equal to the DLCI
  2081.              value for this PVC segment end-point."
  2082.      ::= { frAccountPVCEntry 1 }
  2083.  
  2084.  frAccountPVCSegmentSize OBJECT-TYPE
  2085.      SYNTAX  Integer32
  2086.      MAX-ACCESS  read-only
  2087.      STATUS  current
  2088.      DESCRIPTION
  2089.              "The value of this object is equal to the Segment
  2090.              Size for this PVC segment end-point."
  2091.      ::= { frAccountPVCEntry 2 }
  2092.  
  2093.  frAccountPVCInSegments OBJECT-TYPE
  2094.      SYNTAX  Counter32
  2095.      MAX-ACCESS  read-only
  2096.      STATUS  current
  2097.      DESCRIPTION
  2098.              "The value of this object is equal to the number
  2099.              of segments received by this PVC segment end-
  2100.              point."
  2101.      ::= { frAccountPVCEntry 3 }
  2102.  
  2103.   frAccountPVCOutSegments OBJECT-TYPE
  2104.      SYNTAX  Counter32
  2105.      MAX-ACCESS  read-only
  2106.      STATUS  current
  2107.      DESCRIPTION
  2108.              "The value of this object is equal to the number
  2109.              of segments sent by this PVC segment end-point."
  2110.      ::= { frAccountPVCEntry 4 }
  2111.  
  2112.  
  2113.  -- The Accounting on a Frame Relay Logical Port basis Group
  2114.  
  2115.  
  2116.  frAccountLportTable OBJECT-TYPE
  2117.      SYNTAX  SEQUENCE OF FrAccountLportEntry
  2118.      MAX-ACCESS  not-accessible
  2119.      STATUS  current
  2120.      DESCRIPTION
  2121.              "The Frame Relay Accounting Logical Port table.
  2122.              This table is used to perform accounting on a
  2123.              UNI/NNI Logical Port basis."
  2124.      ::= { frnetservObjects 7 }
  2125.  
  2126.  frAccountLportEntry OBJECT-TYPE
  2127.  
  2128.  
  2129.  
  2130. Frame Relay Service MIB Working Group                          [Page 38]
  2131.  
  2132. RFC 1596                Frame Relay Service MIB               March 1994
  2133.  
  2134.  
  2135.      SYNTAX  FrAccountLportEntry
  2136.      MAX-ACCESS  not-accessible
  2137.      STATUS  current
  2138.      DESCRIPTION
  2139.              "An entry in the Frame Relay Accounting Logical
  2140.              Port table."
  2141.      INDEX   { ifIndex }
  2142.      ::= { frAccountLportTable 1 }
  2143.  
  2144.  FrAccountLportEntry ::=
  2145.      SEQUENCE {
  2146.          frAccountLportSegmentSize
  2147.              Integer32,
  2148.          frAccountLportInSegments
  2149.              Counter32,
  2150.          frAccountLportOutSegments
  2151.              Counter32
  2152.      }
  2153.  
  2154.  
  2155.  frAccountLportSegmentSize OBJECT-TYPE
  2156.      SYNTAX  Integer32
  2157.      MAX-ACCESS  read-only
  2158.      STATUS  current
  2159.      DESCRIPTION
  2160.              "The value of this object is equal to the Segment
  2161.              Size for this UNI/NNI logical port."
  2162.      ::= { frAccountLportEntry 1 }
  2163.  
  2164.  frAccountLportInSegments OBJECT-TYPE
  2165.      SYNTAX  Counter32
  2166.      MAX-ACCESS  read-only
  2167.      STATUS  current
  2168.      DESCRIPTION
  2169.              "The value of this object is equal to the number
  2170.              of segments received by this UNI/NNI logical
  2171.              port."
  2172.      ::= { frAccountLportEntry 2 }
  2173.  
  2174.  frAccountLportOutSegments OBJECT-TYPE
  2175.      SYNTAX  Counter32
  2176.      MAX-ACCESS  read-only
  2177.      STATUS  current
  2178.      DESCRIPTION
  2179.              "The value of this object is equal to the number
  2180.              of segments sent by this UNI/NNI logical port."
  2181.      ::= { frAccountLportEntry 3 }
  2182.  
  2183.  
  2184.  
  2185.  
  2186. Frame Relay Service MIB Working Group                          [Page 39]
  2187.  
  2188. RFC 1596                Frame Relay Service MIB               March 1994
  2189.  
  2190.  
  2191.  -- Frame Relay Network Service TRAPS
  2192.  
  2193.  frPVCConnectStatusChange  NOTIFICATION-TYPE
  2194.      OBJECTS { frPVCConnectIndex,
  2195.                frPVCConnectLowIfIndex, frPVCConnectLowDLCIIndex,
  2196.                frPVCConnectHighIfIndex, frPVCConnectHighDLCIIndex,
  2197.                frPVCConnectL2hOperStatus, frPVCConnectH2lOperStatus,
  2198.                frPVCEndptRcvdSigStatus }
  2199.      STATUS  current
  2200.      DESCRIPTION
  2201.              "This trap indicates that the indicated PVC has
  2202.              changed state.  This trap is not sent if an FR-UNI
  2203.              changes state; a linkDown or linkUp trap should be
  2204.              sent instead."
  2205.      ::= { frnetservTraps 1 }
  2206.  
  2207.  
  2208.  -- Conformance Information
  2209.  
  2210.  frnetservConformance  OBJECT IDENTIFIER ::= { frnetservMIB 3 }
  2211.  
  2212.  frnetservGroups       OBJECT IDENTIFIER ::= { frnetservConformance 1 }
  2213.  frnetservCompliances  OBJECT IDENTIFIER ::= { frnetservConformance 2 }
  2214.  
  2215.  -- Compliance Statements
  2216.  
  2217.  frnetservCompliance MODULE-COMPLIANCE
  2218.        STATUS  current
  2219.        DESCRIPTION
  2220.          "The compliance statement for SNMPv2 entities
  2221.          which have Frame Relay Network Service Interfaces."
  2222.  
  2223.        MODULE -- this module
  2224.            MANDATORY-GROUPS { frnetservLportGroup,
  2225.                               frnetservMgtVCSigGroup,
  2226.                               frnetservPVCEndptGroup,
  2227.                               frnetservPVCConnectGroup }
  2228.  
  2229.            GROUP       frnetservAccountPVCGroup
  2230.            DESCRIPTION
  2231.                  "This group is optional for Frame Relay interfaces.
  2232.                  It is
  2233.                  mandatory if and only if accounting is performed
  2234.                  on a PVC
  2235.                  basis this
  2236.                  Frame Relay interface."
  2237.  
  2238.            GROUP       frnetservAccountLportGroup
  2239.  
  2240.  
  2241.  
  2242. Frame Relay Service MIB Working Group                          [Page 40]
  2243.  
  2244. RFC 1596                Frame Relay Service MIB               March 1994
  2245.  
  2246.  
  2247.            DESCRIPTION
  2248.                  "This group is optional for Frame Relay interfaces.
  2249.                  It is
  2250.                  mandatory if and only if accounting is
  2251.                  performed on a
  2252.                  logical port basis this
  2253.                  Frame Relay interface."
  2254.  
  2255.            OBJECT      frPVCEndptInMaxFrameSize
  2256.            SYNTAX      Integer32
  2257.            MIN-ACCESS  read-only
  2258.            DESCRIPTION
  2259.                  "Write access is not required."
  2260.  
  2261.            OBJECT      frPVCEndptInBc
  2262.            SYNTAX      Integer32
  2263.            MIN-ACCESS  read-only
  2264.            DESCRIPTION
  2265.                  "Write access is not required."
  2266.  
  2267.            OBJECT      frPVCEndptInBe
  2268.            SYNTAX      Integer32
  2269.            MIN-ACCESS  read-only
  2270.            DESCRIPTION
  2271.                  "Write access is not required."
  2272.  
  2273.            OBJECT      frPVCEndptInCIR
  2274.            SYNTAX      Integer32
  2275.            MIN-ACCESS  read-only
  2276.            DESCRIPTION
  2277.                  "Write access is not required."
  2278.  
  2279.            OBJECT      frPVCEndptOutMaxFrameSize
  2280.            SYNTAX      Integer32
  2281.            MIN-ACCESS  read-only
  2282.            DESCRIPTION
  2283.                  "Write access is not required."
  2284.  
  2285.            OBJECT      frPVCEndptOutBc
  2286.            SYNTAX      Integer32
  2287.            MIN-ACCESS  read-only
  2288.            DESCRIPTION
  2289.                  "Write access is not required."
  2290.  
  2291.            OBJECT      frPVCEndptOutBe
  2292.            SYNTAX      Integer32
  2293.            MIN-ACCESS  read-only
  2294.            DESCRIPTION
  2295.  
  2296.  
  2297.  
  2298. Frame Relay Service MIB Working Group                          [Page 41]
  2299.  
  2300. RFC 1596                Frame Relay Service MIB               March 1994
  2301.  
  2302.  
  2303.                  "Write access is not required."
  2304.  
  2305.            OBJECT      frPVCEndptOutCIR
  2306.            SYNTAX      Integer32
  2307.            MIN-ACCESS  read-only
  2308.            DESCRIPTION
  2309.                  "Write access is not required."
  2310.  
  2311.            OBJECT      frPVCEndptConnectIdentifier
  2312.            SYNTAX      Integer32
  2313.            MIN-ACCESS  read-only
  2314.            DESCRIPTION
  2315.                  "Write access is not required."
  2316.  
  2317.            OBJECT      frPVCEndptRowStatus
  2318.            SYNTAX      INTEGER { active(1) }  -- subset of RowStatus
  2319.            MIN-ACCESS  read-only
  2320.            DESCRIPTION
  2321.                  "Write access is not required, and only one of the
  2322.                  six enumerated values for the RowStatus textual
  2323.                  convention need be supported, specifically:
  2324.                  active(1)."
  2325.  
  2326.            OBJECT      frPVCConnectAdminStatus
  2327.            SYNTAX      INTEGER {
  2328.                          active(1),
  2329.                          inactive(2),
  2330.                          testing(3)
  2331.                         }
  2332.            MIN-ACCESS  read-only
  2333.            DESCRIPTION
  2334.                  "Write access is not required."
  2335.  
  2336.            OBJECT      frPVCConnectGenericPointer
  2337.            SYNTAX      OBJECT IDENTIFIER
  2338.            MIN-ACCESS  read-only
  2339.            DESCRIPTION
  2340.                  "Write access is not required."
  2341.  
  2342.            OBJECT      frPVCConnectRowStatus
  2343.            SYNTAX      INTEGER { active(1) }  -- subset of RowStatus
  2344.            MIN-ACCESS  read-only
  2345.            DESCRIPTION
  2346.                  "Write access is not required, and only one of the
  2347.                  six enumerated values for the RowStatus textual
  2348.                  convention need be supported, specifically:
  2349.                  active(1)."
  2350.        ::= { frnetservCompliances 1 }
  2351.  
  2352.  
  2353.  
  2354. Frame Relay Service MIB Working Group                          [Page 42]
  2355.  
  2356. RFC 1596                Frame Relay Service MIB               March 1994
  2357.  
  2358.  
  2359.  -- Units of Conformance
  2360.  
  2361.  frnetservLportGroup  OBJECT-GROUP
  2362.        OBJECTS { frLportNumPlan, frLportContact, frLportLocation,
  2363.                  frLportType,
  2364.                  frLportAddrDLCILen, frLportVCSigProtocol,
  2365.                  frLportVCSigPointer }
  2366.        STATUS  current
  2367.        DESCRIPTION
  2368.              "A collection of objects providing information applicable
  2369.              to a Frame Relay Logical Port."
  2370.        ::= { frnetservGroups 1 }
  2371.  
  2372.  frnetservMgtVCSigGroup  OBJECT-GROUP
  2373.        OBJECTS { frMgtVCSigProced,
  2374.                  frMgtVCSigUserN391,
  2375.                  frMgtVCSigUserN392,
  2376.                  frMgtVCSigUserN393,
  2377.                  frMgtVCSigUserT391,
  2378.                  frMgtVCSigNetN392,
  2379.                  frMgtVCSigNetN393,
  2380.                  frMgtVCSigNetT392,
  2381.                  frMgtVCSigNetnN4,
  2382.                  frMgtVCSigNetnT3,
  2383.                  frMgtVCSigUserLinkRelErrors,
  2384.                  frMgtVCSigUserProtErrors,
  2385.                  frMgtVCSigUserChanInactive,
  2386.                  frMgtVCSigNetLinkRelErrors,
  2387.                  frMgtVCSigNetProtErrors,
  2388.                  frMgtVCSigNetChanInactive }
  2389.        STATUS  current
  2390.        DESCRIPTION
  2391.              "A collection of objects providing information
  2392.              applicable to the
  2393.              Local In-Channel Signaling Procedures used for a
  2394.              UNI/NNI logical port."
  2395.        ::= { frnetservGroups 2 }
  2396.  
  2397.  frnetservPVCEndptGroup  OBJECT-GROUP
  2398.        OBJECTS { frPVCConnectIndexValue,
  2399.                  frPVCEndptInMaxFrameSize, frPVCEndptInBc,
  2400.                  frPVCEndptInBe, frPVCEndptInCIR,
  2401.                  frPVCEndptOutMaxFrameSize, frPVCEndptOutBc,
  2402.                  frPVCEndptOutBe, frPVCEndptOutCIR,
  2403.                  frPVCEndptConnectIdentifier, frPVCEndptRowStatus,
  2404.                  frPVCEndptRcvdSigStatus, frPVCEndptInFrames,
  2405.                  frPVCEndptOutFrames, frPVCEndptInDEFrames,
  2406.                  frPVCEndptInExcessFrames, frPVCEndptOutExcessFrames,
  2407.  
  2408.  
  2409.  
  2410. Frame Relay Service MIB Working Group                          [Page 43]
  2411.  
  2412. RFC 1596                Frame Relay Service MIB               March 1994
  2413.  
  2414.  
  2415.                  frPVCEndptInDiscards,
  2416.                  frPVCEndptInOctets, frPVCEndptOutOctets }
  2417.        STATUS  current
  2418.        DESCRIPTION
  2419.              "A collection of objects providing information application
  2420.              to a Frame Relay PVC end-point."
  2421.        ::= { frnetservGroups 3 }
  2422.  
  2423.  frnetservPVCConnectGroup  OBJECT-GROUP
  2424.        OBJECTS { frPVCConnectAdminStatus, frPVCConnectL2hOperStatus,
  2425.                  frPVCConnectH2lOperStatus, frPVCConnectL2hLastChange,
  2426.                  frPVCConnectH2lLastChange,
  2427.                  frPVCConnectGenericPointer, frPVCConnectRowStatus }
  2428.        STATUS  current
  2429.        DESCRIPTION
  2430.              "A collection of objects providing information applicable
  2431.              to a Frame Relay PVC connection."
  2432.        ::= { frnetservGroups 4 }
  2433.  
  2434.  frnetservAccountPVCGroup  OBJECT-GROUP
  2435.        OBJECTS { frAccountPVCSegmentSize, frAccountPVCInSegments,
  2436.                  frAccountPVCOutSegments }
  2437.        STATUS  current
  2438.        DESCRIPTION
  2439.              "A collection of objects providing accounting
  2440.              information application
  2441.              to a Frame Relay PVC end-point."
  2442.        ::= { frnetservGroups 5 }
  2443.  
  2444.  frnetservAccountLportGroup  OBJECT-GROUP
  2445.        OBJECTS { frAccountLportSegmentSize, frAccountLportInSegments,
  2446.                  frAccountLportOutSegments }
  2447.        STATUS  current
  2448.        DESCRIPTION
  2449.              "A collection of objects providing accounting
  2450.              information application
  2451.              to a Frame Relay logical port."
  2452.        ::= { frnetservGroups 6 }
  2453.  
  2454.  
  2455.  END
  2456.  
  2457.  
  2458.  
  2459.  
  2460.  
  2461.  
  2462.  
  2463.  
  2464.  
  2465.  
  2466. Frame Relay Service MIB Working Group                          [Page 44]
  2467.  
  2468. RFC 1596                Frame Relay Service MIB               March 1994
  2469.  
  2470.  
  2471. 7.  Acknowledgments
  2472.  
  2473.    This document was produced jointly by the Frame Relay Forum Technical
  2474.    Committee MIB Working Group and the Frame Relay Service MIB Working
  2475.    Group.
  2476.  
  2477. 8.  References
  2478.  
  2479.    [1] Case, J., McCloghrie, K., Rose, M., and S. Waldbusser, "Structure
  2480.        of Management Information for version 2 of the Simple Network
  2481.        Management Protocol (SNMPv2)", RFC 1442, SNMP Research, Inc.,
  2482.        Hughes LAN Systems, Dover Beach Consulting, Inc., Carnegie Mellon
  2483.        University, April 1993.
  2484.  
  2485.    [2] Galvin, J., and K. McCloghrie, "Administrative Model for version
  2486.        2 of the Simple Network Management Protocol (SNMPv2)", RFC 1445,
  2487.        Trusted Information Systems, Hughes LAN Systems, April 1993.
  2488.  
  2489.    [3] Case, J., McCloghrie, K., Rose, M., and S. Waldbusser, "Protocol
  2490.        Operations for version 2 of the Simple Network Management
  2491.        Protocol (SNMPv2)", RFC 1448, SNMP Research, Inc., Hughes LAN
  2492.        Systems, Dover Beach Consulting, Inc., Carnegie Mellon
  2493.        University, April 1993.
  2494.  
  2495.    [4] McCloghrie, K., and M. Rose, "Management Information Base for
  2496.        Network Management of TCP/IP-based internets - MIB-II", STD 17,
  2497.        RFC 1213, Hughes LAN Systems, Performance Systems International,
  2498.        March 1991.
  2499.  
  2500.    [5] McCloghrie, K.,  and F. Kastenholz, "Evolution of Interfaces
  2501.        Group of MIB-II", RFC 1573, Hughes LAN Systems, FTP Software,
  2502.        January 1994.
  2503.  
  2504.    [6] Rodemann, K., "Service Management Architecture for Virtual
  2505.        Connection Services", Work in Progress, July 1993.
  2506.  
  2507.    [7] ANSI T1.617-1991, American National Standard for
  2508.        Telecommunications - Integrated Services Digital Network (ISDN) -
  2509.        Digital Subscriber Signaling System No. 1 (DSS1) - Signaling
  2510.        Specification for Frame Relay Bearer Service.
  2511.  
  2512.    [8] Brown, C., Baker, F., and C. Carvalho, "Management Information
  2513.        Base for Frame Relay DTEs", RFC 1315, Wellfleet Communications,
  2514.        Inc., Advanced Computer Communications, April 1992.
  2515.  
  2516.    [9] Bradley, T., Brown, C., and A. Malis, "Multi-Protocol
  2517.        Interconnect over Frame Relay", RFC 1490, Wellfleet
  2518.        Communications, Inc., Ascom Timeplex, Inc., July 1993.
  2519.  
  2520.  
  2521.  
  2522. Frame Relay Service MIB Working Group                          [Page 45]
  2523.  
  2524. RFC 1596                Frame Relay Service MIB               March 1994
  2525.  
  2526.  
  2527. 9.  Security Considerations
  2528.  
  2529.    Security issues are not discussed in this memo.
  2530.  
  2531. 10.  Author's Address
  2532.  
  2533.    Tracy A. Brown
  2534.    Bell Communications Research
  2535.    331 Newman Springs Road
  2536.    P.O. Box 7020
  2537.    Red Bank, NJ  07701-7020
  2538.  
  2539.    Phone: (908) 758-2107
  2540.    EMail: tacox@mail.bellcore.com
  2541.  
  2542.  
  2543.  
  2544.  
  2545.  
  2546.  
  2547.  
  2548.  
  2549.  
  2550.  
  2551.  
  2552.  
  2553.  
  2554.  
  2555.  
  2556.  
  2557.  
  2558.  
  2559.  
  2560.  
  2561.  
  2562.  
  2563.  
  2564.  
  2565.  
  2566.  
  2567.  
  2568.  
  2569.  
  2570.  
  2571.  
  2572.  
  2573.  
  2574.  
  2575.  
  2576.  
  2577.  
  2578. Frame Relay Service MIB Working Group                          [Page 46]
  2579.  
  2580.