Blame mibs/ietf/FRNETSERV-MIB

Packit 022b05
FRNETSERV-MIB DEFINITIONS ::= BEGIN
Packit 022b05
Packit 022b05
IMPORTS
Packit 022b05
              MODULE-IDENTITY, OBJECT-TYPE,
Packit 022b05
              NOTIFICATION-TYPE, transmission,
Packit 022b05
              Counter32, Integer32             FROM SNMPv2-SMI
Packit 022b05
              TimeStamp, RowStatus             FROM SNMPv2-TC
Packit 022b05
              MODULE-COMPLIANCE, OBJECT-GROUP,
Packit 022b05
              NOTIFICATION-GROUP               FROM SNMPv2-CONF
Packit 022b05
              InterfaceIndex, ifIndex          FROM IF-MIB
Packit 022b05
              SnmpAdminString                  FROM SNMP-FRAMEWORK-MIB;
Packit 022b05
Packit 022b05
        frnetservMIB MODULE-IDENTITY
Packit 022b05
            LAST-UPDATED "200009280000Z" -- September 28, 2000
Packit 022b05
            ORGANIZATION "IETF Frame Relay Service MIB Working Group"
Packit 022b05
            CONTACT-INFO
Packit 022b05
                "WG Charter:
Packit 022b05
                   http://www.ietf.org/html.charters/frnetmib-charter
Packit 022b05
                 WG-email:
Packit 022b05
                   frnetmib@sunroof.eng.sun.com
Packit 022b05
Packit 022b05
Packit 022b05
                 Subscribe:
Packit 022b05
                   frnetmib-request@sunroof.eng.sun.com
Packit 022b05
                 Email Archive:
Packit 022b05
                   ftp://ftp.ietf.org/ietf-mail-archive/frnetmib
Packit 022b05
Packit 022b05
                 Chair:      Andy Malis
Packit 022b05
                             Vivace Networks, Inc.
Packit 022b05
                 Email:      Andy.Malis@vivacenetworks.com
Packit 022b05
Packit 022b05
                 WG editor:  Kenneth Rehbehn
Packit 022b05
                             Megisto Systems, Inc.
Packit 022b05
                 Email:      krehbehn@megisto.com
Packit 022b05
Packit 022b05
                 Co-author:  David Fowler
Packit 022b05
                             Syndesis Limited,
Packit 022b05
                 EMail:      fowler@syndesis.com"
Packit 022b05
Packit 022b05
            DESCRIPTION
Packit 022b05
                 "The MIB module to describe generic objects for
Packit 022b05
                  Frame Relay Network Service."
Packit 022b05
Packit 022b05
            --
Packit 022b05
            -- Revision History
Packit 022b05
            --
Packit 022b05
            REVISION "200009280000Z"
Packit 022b05
            DESCRIPTION
Packit 022b05
                 "Published as RFC 2954.
Packit 022b05
Packit 022b05
                 The major new features of this revision include:
Packit 022b05
Packit 022b05
                     o  Support for read-write capability to
Packit 022b05
                        provision switch components providing service,
Packit 022b05
Packit 022b05
                     o  Support for cross-connection via a frame relay
Packit 022b05
                        to ATM service interworking function,
Packit 022b05
Packit 022b05
                     o  Support for frame relay fragmentation,
Packit 022b05
Packit 022b05
                     o  Additional frame counters to track frame
Packit 022b05
                        loss.
Packit 022b05
Packit 022b05
                 Refer to Appendix A for a comprehensive list of
Packit 022b05
                 changes since RFC 1604."
Packit 022b05
Packit 022b05
            REVISION "199311161200Z"
Packit 022b05
            DESCRIPTION
Packit 022b05
                 "Published as RFC 1604."
Packit 022b05
            ::= { transmission 44 }
Packit 022b05
Packit 022b05
Packit 022b05
            frnetservObjects
Packit 022b05
                OBJECT IDENTIFIER ::= { frnetservMIB 1 }
Packit 022b05
Packit 022b05
            frnetservTraps
Packit 022b05
                OBJECT IDENTIFIER ::= { frnetservMIB 2 }
Packit 022b05
Packit 022b05
            frnetservTrapsPrefix
Packit 022b05
                OBJECT IDENTIFIER ::= { frnetservTraps 0 }
Packit 022b05
Packit 022b05
        --
Packit 022b05
        -- The Frame Relay Service Logical Port
Packit 022b05
        --
Packit 022b05
        frLportTable OBJECT-TYPE
Packit 022b05
            SYNTAX      SEQUENCE OF FrLportEntry
Packit 022b05
            MAX-ACCESS  not-accessible
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The Frame Relay Logical Port Information table is
Packit 022b05
                    an interface-specific addendum to the generic
Packit 022b05
                    ifTable of the Interface MIB."
Packit 022b05
            ::= { frnetservObjects 1 }
Packit 022b05
Packit 022b05
        frLportEntry OBJECT-TYPE
Packit 022b05
            SYNTAX      FrLportEntry
Packit 022b05
            MAX-ACCESS  not-accessible
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "An entry in the Frame Relay Logical Port
Packit 022b05
                    Information table."
Packit 022b05
            INDEX   {   ifIndex }
Packit 022b05
            ::= { frLportTable 1 }
Packit 022b05
Packit 022b05
        FrLportEntry ::=
Packit 022b05
            SEQUENCE {
Packit 022b05
                frLportNumPlan            INTEGER,
Packit 022b05
                frLportContact            SnmpAdminString,
Packit 022b05
                frLportLocation           SnmpAdminString,
Packit 022b05
                frLportType               INTEGER,
Packit 022b05
                frLportAddrDLCILen        INTEGER,
Packit 022b05
                frLportVCSigProtocol      INTEGER,
Packit 022b05
                frLportVCSigPointer       OBJECT IDENTIFIER,
Packit 022b05
                frLportDLCIIndexValue     Integer32,
Packit 022b05
                frLportTypeAdmin          INTEGER,
Packit 022b05
                frLportVCSigProtocolAdmin INTEGER,
Packit 022b05
                frLportFragControl        INTEGER,
Packit 022b05
                frLportFragSize           Integer32
Packit 022b05
        }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        frLportNumPlan OBJECT-TYPE
Packit 022b05
            SYNTAX      INTEGER {
Packit 022b05
                        other(1),
Packit 022b05
                        e164(2),
Packit 022b05
                        x121(3),
Packit 022b05
                        none(4)
Packit 022b05
                        }
Packit 022b05
            MAX-ACCESS  read-only
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The value of this object identifies the network
Packit 022b05
                    address numbering plan for this UNI/NNI logical
Packit 022b05
                    port. The network address is the object
Packit 022b05
                    ifPhysAddress. The value none(4) implies that
Packit 022b05
                    there is no ifPhysAddress.  The FRS agent will
Packit 022b05
                    return an octet string of zero length for
Packit 022b05
                    ifPhysAddress.  The value other(1) means that an
Packit 022b05
                    address has been assigned to this interface, but
Packit 022b05
                    the numbering plan is not enumerated here."
Packit 022b05
            REFERENCE   "E.164 [29]
Packit 022b05
                         X.121 [30]"
Packit 022b05
            ::= { frLportEntry 1 }
Packit 022b05
Packit 022b05
        frLportContact  OBJECT-TYPE
Packit 022b05
            SYNTAX      SnmpAdminString
Packit 022b05
            MAX-ACCESS  read-only
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The value of this object identifies the network
Packit 022b05
                    contact for this UNI/NNI logical port."
Packit 022b05
            ::= { frLportEntry 2 }
Packit 022b05
Packit 022b05
        frLportLocation OBJECT-TYPE
Packit 022b05
            SYNTAX      SnmpAdminString
Packit 022b05
            MAX-ACCESS  read-only
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The value of this object identifies the frame
Packit 022b05
                    relay network location for this UNI/NNI logical
Packit 022b05
                    port."
Packit 022b05
            ::= { frLportEntry 3 }
Packit 022b05
Packit 022b05
        frLportType     OBJECT-TYPE
Packit 022b05
            SYNTAX      INTEGER {
Packit 022b05
                        uni(1),
Packit 022b05
                        nni(2)
Packit 022b05
                        }
Packit 022b05
            MAX-ACCESS  read-only
Packit 022b05
Packit 022b05
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The value of this object identifies the type of
Packit 022b05
                    network interface for this logical port."
Packit 022b05
            ::= { frLportEntry 4 }
Packit 022b05
Packit 022b05
        frLportAddrDLCILen OBJECT-TYPE
Packit 022b05
            SYNTAX      INTEGER {
Packit 022b05
                        twoOctets10Bits(1),
Packit 022b05
                        threeOctets10Bits(2),
Packit 022b05
                        threeOctets16Bits(3),
Packit 022b05
                        fourOctets17Bits(4),
Packit 022b05
                        fourOctets23Bits(5)
Packit 022b05
                        }
Packit 022b05
            UNITS       "Octets"
Packit 022b05
            MAX-ACCESS  read-only
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The value of this object identifies the Q.922
Packit 022b05
                    Address field length and DLCI length for this
Packit 022b05
                    UNI/NNI logical port."
Packit 022b05
            REFERENCE   "Q.922 [25]"
Packit 022b05
            ::= { frLportEntry 5 }
Packit 022b05
Packit 022b05
        frLportVCSigProtocol OBJECT-TYPE
Packit 022b05
            SYNTAX      INTEGER {
Packit 022b05
                        none(1),
Packit 022b05
                        lmi(2),
Packit 022b05
                        ansiT1617D(3),
Packit 022b05
                        ansiT1617B(4),
Packit 022b05
                        ccittQ933A(5)
Packit 022b05
                        }
Packit 022b05
            MAX-ACCESS  read-only
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The value of this object identifies the Local
Packit 022b05
                    In-Channel Signaling Protocol that is used for
Packit 022b05
                    this frame relay UNI/NNI logical port.
Packit 022b05
Packit 022b05
                    none(1):        Interface does not use a PVC
Packit 022b05
                                    signaling protocol
Packit 022b05
Packit 022b05
                    lmi(2):         Interface operates the Stratacom/
Packit 022b05
                                    Nortel/DEC Local Management
Packit 022b05
                                    Interface Specification protocol
Packit 022b05
Packit 022b05
                    ansiT1617D(3):  Interface operates the ANSI T1.617
Packit 022b05
                                    Annex D PVC status protocol
Packit 022b05
Packit 022b05
Packit 022b05
                      ansiT1617B(4):  Interface operates the ANSI
Packit 022b05
T1.617
Packit 022b05
                                      Annex B procedures
Packit 022b05
Packit 022b05
                      ccittQ933A(5):  Interface operates the ITU Q.933
Packit 022b05
                                      Annex A PVC status protocol"
Packit 022b05
              REFERENCE   "LMI [24]
Packit 022b05
                           T1.617 Annex D [17],
Packit 022b05
                           Q.933 Annex A [22]"
Packit 022b05
              ::= { frLportEntry 6 }
Packit 022b05
Packit 022b05
        frLportVCSigPointer OBJECT-TYPE
Packit 022b05
            SYNTAX      OBJECT IDENTIFIER
Packit 022b05
            MAX-ACCESS  read-only
Packit 022b05
            STATUS      deprecated
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The value of this object is used as a pointer to
Packit 022b05
                    the table that contains the Local In-Channel
Packit 022b05
                    Signaling Protocol parameters and errors for this
Packit 022b05
                    UNI/NNI logical port.
Packit 022b05
Packit 022b05
                    This object has been deprecated to reflect the
Packit 022b05
                    fact that the local in-channel signaling
Packit 022b05
                    parameters are accessed from a single table
Packit 022b05
                    (frMgtVCSigTable) that includes parameters for all
Packit 022b05
                    possible signaling protocols.  Early design
Packit 022b05
                    anticipated multiple tables, one for each
Packit 022b05
                    signaling protocol."
Packit 022b05
            ::= { frLportEntry 7 }
Packit 022b05
Packit 022b05
        frLportDLCIIndexValue OBJECT-TYPE
Packit 022b05
            SYNTAX      Integer32 (16..4194303)
Packit 022b05
            MAX-ACCESS  read-only
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "This object contains a hint to be used for
Packit 022b05
                    frPVCEndptDLCIIndex when creating entries in the
Packit 022b05
                    frPVCEndptTable.  The SYNTAX of this object
Packit 022b05
                    matches the SYNTAX of the frPVCEndptDLCIIndex - an
Packit 022b05
                    object that is restricted to legal Q.922 DLCI
Packit 022b05
                    values for the size of the address field.
Packit 022b05
Packit 022b05
                    The value 0 indicates that no unassigned entries
Packit 022b05
                    are available.
Packit 022b05
Packit 022b05
                    To obtain the frPVCEndptDLCIIndex value for a new
Packit 022b05
                    entry, the manager issues a management protocol
Packit 022b05
                    retrieval operation to obtain the current value of
Packit 022b05
Packit 022b05
Packit 022b05
                    this object.  After each retrieval, the agent must
Packit 022b05
                    modify the value to the next unassigned index to
Packit 022b05
                    prevent assignment of the same value to multiple
Packit 022b05
                    management systems.
Packit 022b05
Packit 022b05
                    A management system should repeat the read to
Packit 022b05
                    obtain a new value should an attempt to create the
Packit 022b05
                    new row using the previously returned hint fail."
Packit 022b05
            REFERENCE   "Q.922 [25]"
Packit 022b05
            ::= { frLportEntry 8 }
Packit 022b05
Packit 022b05
        frLportTypeAdmin   OBJECT-TYPE
Packit 022b05
            SYNTAX      INTEGER {
Packit 022b05
                        uni(1),
Packit 022b05
                        nni(2)
Packit 022b05
                        }
Packit 022b05
            MAX-ACCESS  read-write
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The value of this object desired identifies the
Packit 022b05
                    type of network interface for this logical port."
Packit 022b05
              ::= { frLportEntry 9 }
Packit 022b05
Packit 022b05
        frLportVCSigProtocolAdmin OBJECT-TYPE
Packit 022b05
            SYNTAX      INTEGER {
Packit 022b05
                        none(1),
Packit 022b05
                        lmi(2),
Packit 022b05
                        ansiT1617D(3),
Packit 022b05
                        ansiT1617B(4),
Packit 022b05
                        ccittQ933A(5)
Packit 022b05
                        }
Packit 022b05
            MAX-ACCESS  read-write
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The value of this object identifies the desired
Packit 022b05
                    Local In-Channel Signaling Protocol that is used
Packit 022b05
                    for this frame relay UNI/NNI logical port.  This
Packit 022b05
                    value must be made the active protocol as soon as
Packit 022b05
                    possible on the device.
Packit 022b05
Packit 022b05
                    Refer to frLportVCSigProtocol for a description of
Packit 022b05
                    each signaling protocol choices."
Packit 022b05
            REFERENCE   "LMI [24]
Packit 022b05
                         T1.617 Annex D [17],
Packit 022b05
                         Q.933 Annex A [22]"
Packit 022b05
            ::= { frLportEntry 10 }
Packit 022b05
Packit 022b05
        frLportFragControl OBJECT-TYPE
Packit 022b05
Packit 022b05
Packit 022b05
            SYNTAX      INTEGER {
Packit 022b05
                        on(1),
Packit 022b05
                        off(2)
Packit 022b05
                        }
Packit 022b05
            MAX-ACCESS  read-write
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "This object controls the transmission and
Packit 022b05
                    reception of fragmentation frames for this UNI or
Packit 022b05
                    NNI interface.
Packit 022b05
Packit 022b05
                    on(1)   Frames are fragmented using the interface
Packit 022b05
                            fragmentation format
Packit 022b05
                            Note:  The customer side of the interface
Packit 022b05
                            must also be configured to fragment
Packit 022b05
                            frames.
Packit 022b05
Packit 022b05
                    off(2)  Frames are not fragmented using the
Packit 022b05
                            interface fragmentation format."
Packit 022b05
            REFERENCE   "FRF.12 [21]"
Packit 022b05
            DEFVAL { off }
Packit 022b05
            ::= { frLportEntry 11 }
Packit 022b05
Packit 022b05
        frLportFragSize OBJECT-TYPE
Packit 022b05
            SYNTAX      Integer32 (0..4096)
Packit 022b05
            UNITS       "Octets"
Packit 022b05
            MAX-ACCESS  read-write
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The value of this object is the size in octets of
Packit 022b05
                    the maximum size of each fragment to be sent when
Packit 022b05
                    fragmenting.  This object is only used by the
Packit 022b05
                    fragmentation transmitter, and the two sides of
Packit 022b05
                    the interface may differ.  The fragment size
Packit 022b05
                    includes the octets for the frame relay header,
Packit 022b05
                    the UI octet, the NLPID, the fragmentation header,
Packit 022b05
                    and the fragment payload. If frLportFragControl is
Packit 022b05
                    set to off, this value should be zero."
Packit 022b05
            REFERENCE   "FRF.12 [21]"
Packit 022b05
            DEFVAL { 0 }
Packit 022b05
            ::= { frLportEntry 12 }
Packit 022b05
Packit 022b05
        --
Packit 022b05
        -- Frame Relay Management VC Signaling
Packit 022b05
        --
Packit 022b05
Packit 022b05
        frMgtVCSigTable OBJECT-TYPE
Packit 022b05
            SYNTAX      SEQUENCE OF FrMgtVCSigEntry
Packit 022b05
Packit 022b05
Packit 022b05
            MAX-ACCESS  not-accessible
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The Frame Relay Management VC Signaling
Packit 022b05
                    Parameters and Errors table."
Packit 022b05
            ::= { frnetservObjects 2 }
Packit 022b05
Packit 022b05
        frMgtVCSigEntry OBJECT-TYPE
Packit 022b05
            SYNTAX      FrMgtVCSigEntry
Packit 022b05
            MAX-ACCESS  not-accessible
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "An entry in the Frame Relay Management VC
Packit 022b05
                    Signaling Parameters Errors table."
Packit 022b05
            INDEX       { ifIndex }
Packit 022b05
            ::= { frMgtVCSigTable 1 }
Packit 022b05
Packit 022b05
        FrMgtVCSigEntry ::=
Packit 022b05
            SEQUENCE {
Packit 022b05
                frMgtVCSigProced             INTEGER,
Packit 022b05
                frMgtVCSigUserN391           INTEGER,
Packit 022b05
                frMgtVCSigUserN392           INTEGER,
Packit 022b05
                frMgtVCSigUserN393           INTEGER,
Packit 022b05
                frMgtVCSigUserT391           INTEGER,
Packit 022b05
                frMgtVCSigNetN392            INTEGER,
Packit 022b05
                frMgtVCSigNetN393            INTEGER,
Packit 022b05
                frMgtVCSigNetT392            INTEGER,
Packit 022b05
                frMgtVCSigNetnN4             INTEGER,
Packit 022b05
                frMgtVCSigNetnT3             INTEGER,
Packit 022b05
                frMgtVCSigUserLinkRelErrors  Counter32,
Packit 022b05
                frMgtVCSigUserProtErrors     Counter32,
Packit 022b05
                frMgtVCSigUserChanInactive   Counter32,
Packit 022b05
                frMgtVCSigNetLinkRelErrors   Counter32,
Packit 022b05
                frMgtVCSigNetProtErrors      Counter32,
Packit 022b05
                frMgtVCSigNetChanInactive    Counter32,
Packit 022b05
                frMgtVCSigProcedAdmin        INTEGER,
Packit 022b05
                frMgtVCSigUserN391Admin      INTEGER,
Packit 022b05
                frMgtVCSigUserN392Admin      INTEGER,
Packit 022b05
                frMgtVCSigUserN393Admin      INTEGER,
Packit 022b05
                frMgtVCSigUserT391Admin      INTEGER,
Packit 022b05
                frMgtVCSigNetN392Admin       INTEGER,
Packit 022b05
                frMgtVCSigNetN393Admin       INTEGER,
Packit 022b05
                frMgtVCSigNetT392Admin       INTEGER,
Packit 022b05
                frMgtVCSigNetnT3Admin        INTEGER
Packit 022b05
        }
Packit 022b05
Packit 022b05
        frMgtVCSigProced OBJECT-TYPE
Packit 022b05
            SYNTAX      INTEGER {
Packit 022b05
Packit 022b05
Packit 022b05
                        u2nnet(1),
Packit 022b05
                        bidirect(2),
Packit 022b05
                        u2nuser(3)
Packit 022b05
                        }
Packit 022b05
            MAX-ACCESS  read-only
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The value of this object identifies the local
Packit 022b05
                    in-channel signaling procedural role that is used
Packit 022b05
                    for this UNI/NNI logical port.  Bidirectional
Packit 022b05
                    procedures implies that both user-side and
Packit 022b05
                    network-side procedural roles are used.
Packit 022b05
Packit 022b05
                    u2nnet(1)   Logical port operates user to network
Packit 022b05
                                procedure in the role of the network
Packit 022b05
                                side
Packit 022b05
Packit 022b05
                    bidirect(2) Logical port operates the
Packit 022b05
                                bidirectional procedure (both user
Packit 022b05
                                and network side roles)
Packit 022b05
Packit 022b05
                    u2nuser(3)  Logical port operates user to network
Packit 022b05
                                procedure in the role of the user
Packit 022b05
                                side"
Packit 022b05
            REFERENCE   "Q.933 Annex A [22],
Packit 022b05
                         T1.617 Annex D [17]"
Packit 022b05
            ::= { frMgtVCSigEntry 1 }
Packit 022b05
Packit 022b05
        frMgtVCSigUserN391 OBJECT-TYPE
Packit 022b05
            SYNTAX      INTEGER (1..255)
Packit 022b05
            UNITS       "Polls"
Packit 022b05
            MAX-ACCESS  read-only
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The value of this object identifies the User-side
Packit 022b05
                    N391 full status polling cycle value for this
Packit 022b05
                    UNI/NNI logical port.  If the logical port is not
Packit 022b05
                    performing user-side (bidirectional) procedures,
Packit 022b05
                    then this object is not instantiated and an
Packit 022b05
                    attempt to read will result in the noSuchInstance
Packit 022b05
                    exception response."
Packit 022b05
            REFERENCE   "Q.933 Annex A [22],
Packit 022b05
                         T1.617 Annex D [17]"
Packit 022b05
            DEFVAL { 6 }
Packit 022b05
            ::= { frMgtVCSigEntry 2 }
Packit 022b05
Packit 022b05
        frMgtVCSigUserN392 OBJECT-TYPE
Packit 022b05
            SYNTAX      INTEGER (1..10)
Packit 022b05
Packit 022b05
Packit 022b05
            UNITS       "Events"
Packit 022b05
            MAX-ACCESS  read-only
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The value of this object identifies the User-side
Packit 022b05
                    N392 error threshold value for this UNI/NNI
Packit 022b05
                    logical port.  If the logical port is not
Packit 022b05
                    performing user-side (bidirectional) procedures,
Packit 022b05
                    then this object is not instantiated."
Packit 022b05
            REFERENCE   "Q.933 Annex A [22],
Packit 022b05
                         T1.617 Annex D [17]"
Packit 022b05
            DEFVAL { 3 }
Packit 022b05
            ::= { frMgtVCSigEntry 3 }
Packit 022b05
Packit 022b05
        frMgtVCSigUserN393 OBJECT-TYPE
Packit 022b05
            SYNTAX      INTEGER (1..10)
Packit 022b05
            UNITS       "Events"
Packit 022b05
            MAX-ACCESS  read-only
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The value of this object identifies the User-side
Packit 022b05
                    N393 monitored events count value for this UNI/NNI
Packit 022b05
                    logical port.  If the logical port is not
Packit 022b05
                    performing user-side (bidirectional) procedures,
Packit 022b05
                    then this object is not instantiated."
Packit 022b05
            REFERENCE   "Q.933 Annex A [22],
Packit 022b05
                         T1.617 Annex D [17]"
Packit 022b05
            DEFVAL { 4 }
Packit 022b05
            ::= { frMgtVCSigEntry 4 }
Packit 022b05
Packit 022b05
        frMgtVCSigUserT391 OBJECT-TYPE
Packit 022b05
            SYNTAX      INTEGER (5..30)
Packit 022b05
            UNITS       "Seconds"
Packit 022b05
            MAX-ACCESS  read-only
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The value of this object identifies the User-side
Packit 022b05
                    T391 link integrity verification polling timer
Packit 022b05
                    value for this UNI/NNI logical port.  If the
Packit 022b05
                    logical port is not performing user-side
Packit 022b05
                    procedures, then this object is not instantiated."
Packit 022b05
            REFERENCE   "Q.933 Annex A [22],
Packit 022b05
                         T1.617 Annex D [17]"
Packit 022b05
            DEFVAL { 10 }
Packit 022b05
            ::= { frMgtVCSigEntry 5 }
Packit 022b05
Packit 022b05
        frMgtVCSigNetN392 OBJECT-TYPE
Packit 022b05
            SYNTAX      INTEGER (1..10)
Packit 022b05
Packit 022b05
Packit 022b05
            UNITS       "Events"
Packit 022b05
            MAX-ACCESS  read-only
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The value of this object identifies the Network-
Packit 022b05
                    side N392 error threshold value (nN2 for LMI) for
Packit 022b05
                    this UNI/NNI logical port.  If the logical port is
Packit 022b05
                    not performing network-side procedures, then this
Packit 022b05
                    object is not instantiated."
Packit 022b05
            REFERENCE   "Q.933 Annex A [22],
Packit 022b05
                         T1.617 Annex D [17],
Packit 022b05
                         LMI [24]"
Packit 022b05
            DEFVAL { 3 }
Packit 022b05
            ::= { frMgtVCSigEntry 6 }
Packit 022b05
Packit 022b05
        frMgtVCSigNetN393 OBJECT-TYPE
Packit 022b05
            SYNTAX      INTEGER (1..10)
Packit 022b05
            UNITS       "Events"
Packit 022b05
            MAX-ACCESS  read-only
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The value of this object identifies the Network-
Packit 022b05
                    side N393 monitored events count value (nN3 for
Packit 022b05
                    LMI) for this UNI/NNI logical port.  If the
Packit 022b05
                    logical port is not performing network-side
Packit 022b05
                    procedures, then this object is not instantiated."
Packit 022b05
            REFERENCE   "Q.933 Annex A [22],
Packit 022b05
                         T1.617 Annex D [17],
Packit 022b05
                         LMI [24]"
Packit 022b05
            DEFVAL { 4 }
Packit 022b05
            ::= { frMgtVCSigEntry 7 }
Packit 022b05
Packit 022b05
        frMgtVCSigNetT392 OBJECT-TYPE
Packit 022b05
            SYNTAX      INTEGER (5..30)
Packit 022b05
            UNITS       "Seconds"
Packit 022b05
            MAX-ACCESS  read-only
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The value of this object identifies the Network-
Packit 022b05
                    side T392 polling verification timer value (nT2
Packit 022b05
                    for LMI)  for this UNI/NNI logical port.  If the
Packit 022b05
                    logical port is not performing network-side
Packit 022b05
                    procedures, then this object is not instantiated."
Packit 022b05
            REFERENCE   "Q.933 Annex A [22],
Packit 022b05
                         T1.617 Annex D [17],
Packit 022b05
                         LMI [24]"
Packit 022b05
            DEFVAL { 15 }
Packit 022b05
            ::= { frMgtVCSigEntry 8 }
Packit 022b05
Packit 022b05
Packit 022b05
        frMgtVCSigNetnN4 OBJECT-TYPE
Packit 022b05
            SYNTAX      INTEGER (5..5)
Packit 022b05
            UNITS       "Events"
Packit 022b05
            MAX-ACCESS  read-only
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The value of this object identifies the Network-
Packit 022b05
                    side nN4 maximum status enquires received value
Packit 022b05
                    for this UNI/NNI logical port.  If the logical
Packit 022b05
                    port is not performing network-side procedures or
Packit 022b05
                    is not performing LMI procedures, then this object
Packit 022b05
                    is not instantiated.
Packit 022b05
Packit 022b05
                    This object applies only to LMI and always has a
Packit 022b05
                    value of 5."
Packit 022b05
            REFERENCE   "LMI [24]"
Packit 022b05
            ::= { frMgtVCSigEntry 9 }
Packit 022b05
Packit 022b05
        frMgtVCSigNetnT3 OBJECT-TYPE
Packit 022b05
            SYNTAX      INTEGER (5 | 10 | 15 | 20 | 25 | 30)
Packit 022b05
            UNITS       "Seconds"
Packit 022b05
            MAX-ACCESS  read-only
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The value of this object identifies the Network-
Packit 022b05
                    side nT3 timer (for nN4 status enquires received)
Packit 022b05
                    value for this UNI/NNI logical port.  If the
Packit 022b05
                    logical port is not performing network-side
Packit 022b05
                    procedures or is not performing LMI procedures,
Packit 022b05
                    then this object is not instantiated.
Packit 022b05
Packit 022b05
                      This object applies only to LMI."
Packit 022b05
              REFERENCE   "LMI [24]"
Packit 022b05
              DEFVAL { 20 }
Packit 022b05
              ::= { frMgtVCSigEntry 10 }
Packit 022b05
Packit 022b05
        frMgtVCSigUserLinkRelErrors OBJECT-TYPE
Packit 022b05
            SYNTAX      Counter32
Packit 022b05
            UNITS       "Errors"
Packit 022b05
            MAX-ACCESS  read-only
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The number of user-side local in-channel
Packit 022b05
                    signaling link reliability errors (i.e., non-
Packit 022b05
                    receipt of Status/Status Enquiry messages or
Packit 022b05
                    invalid sequence numbers in a Link Integrity
Packit 022b05
                    Verification Information Element) for this UNI/NNI
Packit 022b05
                    logical port.  If the logical port is not
Packit 022b05
Packit 022b05
Packit 022b05
                    performing user-side procedures, then this object
Packit 022b05
                    is not instantiated."
Packit 022b05
            ::= { frMgtVCSigEntry 11 }
Packit 022b05
Packit 022b05
        frMgtVCSigUserProtErrors OBJECT-TYPE
Packit 022b05
            SYNTAX      Counter32
Packit 022b05
            UNITS       "Errors"
Packit 022b05
            MAX-ACCESS  read-only
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The number of user-side local in-channel
Packit 022b05
                    signaling protocol errors (i.e., protocol
Packit 022b05
                    discriminator, unnumbered information, message
Packit 022b05
                    type, call reference, and mandatory information
Packit 022b05
                    element errors) for this UNI/NNI logical port. If
Packit 022b05
                    the logical port is not performing user-side
Packit 022b05
                    procedures, then this object is not instantiated."
Packit 022b05
            ::= { frMgtVCSigEntry 12 }
Packit 022b05
Packit 022b05
      frMgtVCSigUserChanInactive OBJECT-TYPE
Packit 022b05
          SYNTAX      Counter32
Packit 022b05
          UNITS       "Events"
Packit 022b05
          MAX-ACCESS  read-only
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The number of times the user-side channel was
Packit 022b05
                    declared inactive (i.e., N392 errors in N393
Packit 022b05
                    events) for this UNI/NNI logical port. If the
Packit 022b05
                    logical port is not performing user-side
Packit 022b05
                    procedures, then this object is not instantiated."
Packit 022b05
            ::= { frMgtVCSigEntry 13 }
Packit 022b05
Packit 022b05
        frMgtVCSigNetLinkRelErrors OBJECT-TYPE
Packit 022b05
            SYNTAX      Counter32
Packit 022b05
            UNITS       "Errors"
Packit 022b05
            MAX-ACCESS  read-only
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The number of network-side local in-channel
Packit 022b05
                    signaling link reliability errors (i.e., non-
Packit 022b05
                    receipt of Status/Status Enquiry messages or
Packit 022b05
                    invalid sequence numbers in a Link Integrity
Packit 022b05
                    Verification Information Element) for this UNI/NNI
Packit 022b05
                    logical port."
Packit 022b05
            ::= { frMgtVCSigEntry 14 }
Packit 022b05
Packit 022b05
        frMgtVCSigNetProtErrors OBJECT-TYPE
Packit 022b05
            SYNTAX      Counter32
Packit 022b05
Packit 022b05
Packit 022b05
            UNITS       "Errors"
Packit 022b05
            MAX-ACCESS  read-only
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The number of network-side local in-channel
Packit 022b05
                    signaling protocol errors (i.e., protocol
Packit 022b05
                    discriminator, message type, call reference, and
Packit 022b05
                    mandatory information element errors) for this
Packit 022b05
                    UNI/NNI logical port."
Packit 022b05
            ::= { frMgtVCSigEntry 15 }
Packit 022b05
Packit 022b05
        frMgtVCSigNetChanInactive OBJECT-TYPE
Packit 022b05
            SYNTAX      Counter32
Packit 022b05
            UNITS       "Events"
Packit 022b05
            MAX-ACCESS  read-only
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The number of times the network-side channel was
Packit 022b05
                    declared inactive (i.e., N392 errors in N393
Packit 022b05
                    events) for this UNI/NNI logical port."
Packit 022b05
            ::= { frMgtVCSigEntry 16 }
Packit 022b05
Packit 022b05
        frMgtVCSigProcedAdmin OBJECT-TYPE
Packit 022b05
            SYNTAX      INTEGER {
Packit 022b05
                        u2nnet(1),
Packit 022b05
                        bidirect(2),
Packit 022b05
                        u2nuser(3)
Packit 022b05
                        }
Packit 022b05
            MAX-ACCESS  read-write
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The value of this object identifies the local
Packit 022b05
                    in-channel signaling procedural role that is used
Packit 022b05
                    for this UNI/NNI logical port.  Bidirectional
Packit 022b05
                    procedures implies that both user-side and
Packit 022b05
                    network-side procedural roles are used.
Packit 022b05
Packit 022b05
                    u2nnet(1)   Logical port operates user to network
Packit 022b05
                                procedure in the role of the network
Packit 022b05
                                side
Packit 022b05
Packit 022b05
                    bidirect(2) Logical port operates the
Packit 022b05
                                bidirectional procedure (both user
Packit 022b05
                                and network side roles)
Packit 022b05
Packit 022b05
                    u2nuser(3)  Logical port operates user to network
Packit 022b05
                                procedure in the role of the user
Packit 022b05
                                side"
Packit 022b05
Packit 022b05
Packit 022b05
            REFERENCE   "Q.933 Annex A [22],
Packit 022b05
                         T1.617 Annex D [17]"
Packit 022b05
            DEFVAL { u2nnet }
Packit 022b05
            ::= { frMgtVCSigEntry 17 }
Packit 022b05
Packit 022b05
        frMgtVCSigUserN391Admin OBJECT-TYPE
Packit 022b05
            SYNTAX      INTEGER (1..255)
Packit 022b05
            UNITS       "Polls"
Packit 022b05
            MAX-ACCESS  read-write
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The value of this object identifies the desired
Packit 022b05
                    User-side N391 full status polling cycle value for
Packit 022b05
                    this UNI/NNI logical port.  If the logical port is
Packit 022b05
                    not performing user-side (bidirectional)
Packit 022b05
                    procedures, then this object is not instantiated."
Packit 022b05
            REFERENCE   "Q.933 Annex A [22],
Packit 022b05
                         T1.617 Annex D [17]"
Packit 022b05
            ::= { frMgtVCSigEntry 18 }
Packit 022b05
Packit 022b05
        frMgtVCSigUserN392Admin OBJECT-TYPE
Packit 022b05
            SYNTAX      INTEGER (1..10)
Packit 022b05
            UNITS       "Events"
Packit 022b05
            MAX-ACCESS  read-write
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The value of this object identifies the desired
Packit 022b05
                    User-side N392 error threshold value for this
Packit 022b05
                    UNI/NNI logical port.  If the logical port is not
Packit 022b05
                    performing user-side (bidirectional) procedures,
Packit 022b05
                    then this object is not instantiated."
Packit 022b05
            REFERENCE   "Q.933 Annex A [22],
Packit 022b05
                         T1.617 Annex D [17]"
Packit 022b05
            ::= { frMgtVCSigEntry 19 }
Packit 022b05
Packit 022b05
        frMgtVCSigUserN393Admin OBJECT-TYPE
Packit 022b05
            SYNTAX      INTEGER (1..10)
Packit 022b05
            UNITS       "Events"
Packit 022b05
            MAX-ACCESS  read-write
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The value of this object identifies the desired
Packit 022b05
                    User-side N393 monitored events count value for
Packit 022b05
                    this UNI/NNI logical port.  If the logical port is
Packit 022b05
                    not performing user-side (bidirectional)
Packit 022b05
                    procedures, then this object is not instantiated."
Packit 022b05
            REFERENCE   "Q.933 Annex A [22],
Packit 022b05
                         T1.617 Annex D [17]"
Packit 022b05
Packit 022b05
Packit 022b05
            ::= { frMgtVCSigEntry 20 }
Packit 022b05
Packit 022b05
        frMgtVCSigUserT391Admin OBJECT-TYPE
Packit 022b05
            SYNTAX      INTEGER (5..30)
Packit 022b05
            UNITS       "Seconds"
Packit 022b05
            MAX-ACCESS  read-write
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The value of this object identifies the desired
Packit 022b05
                    User-side T391 link integrity verification polling
Packit 022b05
                    timer value for this UNI/NNI logical port.  If the
Packit 022b05
                    logical port is not performing user-side
Packit 022b05
                    procedures, then this object is not instantiated."
Packit 022b05
            REFERENCE   "Q.933 Annex A [22],
Packit 022b05
                         T1.617 Annex D [17]"
Packit 022b05
            ::= { frMgtVCSigEntry 21 }
Packit 022b05
Packit 022b05
        frMgtVCSigNetN392Admin OBJECT-TYPE
Packit 022b05
            SYNTAX      INTEGER (1..10)
Packit 022b05
            UNITS       "Events"
Packit 022b05
            MAX-ACCESS  read-write
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The value of this object identifies the desired
Packit 022b05
                    Network-side N392 error threshold value (nN2 for
Packit 022b05
                    LMI) for this UNI/NNI logical port.  If the
Packit 022b05
                    logical port is not performing network-side
Packit 022b05
                    procedures, then this object is not instantiated."
Packit 022b05
            REFERENCE   "Q.933 Annex A [22],
Packit 022b05
                         T1.617 Annex D [17],
Packit 022b05
                         LMI [24]"
Packit 022b05
            ::= { frMgtVCSigEntry 22 }
Packit 022b05
Packit 022b05
        frMgtVCSigNetN393Admin OBJECT-TYPE
Packit 022b05
            SYNTAX      INTEGER (1..10)
Packit 022b05
            UNITS       "Events"
Packit 022b05
            MAX-ACCESS  read-write
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The value of this object identifies the desired
Packit 022b05
                    Network-side N393 monitored events count value
Packit 022b05
                    (nN3 for LMI) for this UNI/NNI logical port.  If
Packit 022b05
                    the logical port is not performing network-side
Packit 022b05
                    procedures, then this object is not instantiated."
Packit 022b05
            REFERENCE   "Q.933 Annex A [22],
Packit 022b05
                         T1.617 Annex D [17],
Packit 022b05
                         LMI [24]"
Packit 022b05
            ::= { frMgtVCSigEntry 23 }
Packit 022b05
Packit 022b05
Packit 022b05
        frMgtVCSigNetT392Admin OBJECT-TYPE
Packit 022b05
            SYNTAX      INTEGER (5..30)
Packit 022b05
            UNITS       "Seconds"
Packit 022b05
            MAX-ACCESS  read-write
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The value of this object identifies the desired
Packit 022b05
                    Network-side T392 polling verification timer value
Packit 022b05
                    (nT2 for LMI)  for this UNI/NNI logical port. If
Packit 022b05
                    the logical port is not performing network-side
Packit 022b05
                    procedures, then this object is not instantiated."
Packit 022b05
            REFERENCE   "Q.933 Annex A [22],
Packit 022b05
                         T1.617 Annex D [17],
Packit 022b05
                         LMI [24]"
Packit 022b05
            ::= { frMgtVCSigEntry 24 }
Packit 022b05
Packit 022b05
        frMgtVCSigNetnT3Admin OBJECT-TYPE
Packit 022b05
            SYNTAX      INTEGER (5 | 10 | 15 | 20 | 25 | 30)
Packit 022b05
            UNITS       "Seconds"
Packit 022b05
            MAX-ACCESS  read-write
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The value of this object identifies the desired
Packit 022b05
                    Network-side nT3 timer (for nN4 status enquires
Packit 022b05
                    received) value for this UNI/NNI logical port. If
Packit 022b05
                    the logical port is not performing network-side
Packit 022b05
                    procedures or is not performing LMI procedures,
Packit 022b05
                    then this object is not instantiated.  This object
Packit 022b05
                    applies only to LMI."
Packit 022b05
            REFERENCE   "LMI [24]"
Packit 022b05
            ::= { frMgtVCSigEntry 25 }
Packit 022b05
Packit 022b05
        --
Packit 022b05
        -- Frame Relay PVC End-points
Packit 022b05
        --
Packit 022b05
Packit 022b05
        frPVCEndptTable OBJECT-TYPE
Packit 022b05
            SYNTAX      SEQUENCE OF FrPVCEndptEntry
Packit 022b05
            MAX-ACCESS  not-accessible
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The Frame Relay PVC End-Point table.  This table
Packit 022b05
                    is used to model a PVC end-point.  This table
Packit 022b05
                    contains the traffic parameters and statistics for
Packit 022b05
                    a PVC end-point.
Packit 022b05
Packit 022b05
                    This table is used to identify the traffic
Packit 022b05
                    parameters for a bi-directional PVC segment end-
Packit 022b05
Packit 022b05
Packit 022b05
                    point, and it also provides statistics for a PVC
Packit 022b05
                    segment end-point.
Packit 022b05
Packit 022b05
                    A PVC segment end-point is identified by a UNI/NNI
Packit 022b05
                    logical port index value and DLCI index value.
Packit 022b05
Packit 022b05
                    If the frame relay service provider allows the
Packit 022b05
                    frame relay CNM subscriber to create, modify or
Packit 022b05
                    delete PVCs using SNMP, then this table is used to
Packit 022b05
                    identify and reserve the requested traffic
Packit 022b05
                    parameters of each PVC segment end-point.  The
Packit 022b05
                    Connection table is used to 'connect' the end-
Packit 022b05
                    points together.  Not all implementations will
Packit 022b05
                    support the capability of
Packit 022b05
                    creating/modifying/deleting PVCs using SNMP as a
Packit 022b05
                    feature of frame relay CNM service.
Packit 022b05
Packit 022b05
                    Uni-directional PVCs are modeled with zero valued
Packit 022b05
                    traffic parameters in one of the directions (In or
Packit 022b05
                     Out direction) in this table.
Packit 022b05
Packit 022b05
                    To create a PVC, the following procedures shall be
Packit 022b05
                    followed:
Packit 022b05
Packit 022b05
                    1)  Create the entries for the PVC segment
Packit 022b05
                        endpoints in the frPVCEndptTable by specifying
Packit 022b05
                        the traffic parameters for the bi-directional
Packit 022b05
                        PVC segment endpoints. As shown in figure 2, a
Packit 022b05
                        point-to-point PVC has two endpoints, thus two
Packit 022b05
                        entries in this table.  Uni-directional PVCs
Packit 022b05
                        are modeled with zero valued traffic
Packit 022b05
                        parameters in one direction; all the `In'
Packit 022b05
                        direction parameters for one frame relay PVC
Packit 022b05
                        End-point or all the `Out' direction
Packit 022b05
                        parameters for the other frame relay PVC
Packit 022b05
                        Endpoint.
Packit 022b05
Packit 022b05
                        In    _____________________________  Out
Packit 022b05
                       >>>>>>|                             |>>>>>>>>
Packit 022b05
                       ______|    Frame Relay Network      |________
Packit 022b05
                        Out  |                             |  In
Packit 022b05
                       <<<<<<|_____________________________|<<<<<<<<
Packit 022b05
                     Frame Relay                         Frame Relay
Packit 022b05
                         PVC                                 PVC
Packit 022b05
                       Endpoint                            Endpoint
Packit 022b05
Packit 022b05
                                Figure 2, PVC Terminology
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
                    2)  Go to the Frame Relay Connection Group."
Packit 022b05
            ::= { frnetservObjects 3 }
Packit 022b05
Packit 022b05
        frPVCEndptEntry OBJECT-TYPE
Packit 022b05
            SYNTAX      FrPVCEndptEntry
Packit 022b05
            MAX-ACCESS  not-accessible
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "An entry in the Frame Relay PVC Endpoint table."
Packit 022b05
            INDEX   { ifIndex, frPVCEndptDLCIIndex }
Packit 022b05
            ::= { frPVCEndptTable 1 }
Packit 022b05
Packit 022b05
        FrPVCEndptEntry ::=
Packit 022b05
            SEQUENCE {
Packit 022b05
                frPVCEndptDLCIIndex            Integer32,
Packit 022b05
                frPVCEndptInMaxFrameSize       Integer32,
Packit 022b05
                frPVCEndptInBc                 Integer32,
Packit 022b05
                frPVCEndptInBe                 Integer32,
Packit 022b05
                frPVCEndptInCIR                Integer32,
Packit 022b05
                frPVCEndptOutMaxFrameSize      Integer32,
Packit 022b05
                frPVCEndptOutBc                Integer32,
Packit 022b05
                frPVCEndptOutBe                Integer32,
Packit 022b05
                frPVCEndptOutCIR               Integer32,
Packit 022b05
                frPVCEndptConnectIdentifier    Integer32,
Packit 022b05
                frPVCEndptRowStatus            RowStatus,
Packit 022b05
                frPVCEndptRcvdSigStatus        INTEGER,
Packit 022b05
                frPVCEndptInFrames             Counter32,
Packit 022b05
                frPVCEndptOutFrames            Counter32,
Packit 022b05
                frPVCEndptInDEFrames           Counter32,
Packit 022b05
                frPVCEndptInExcessFrames       Counter32,
Packit 022b05
                frPVCEndptOutExcessFrames      Counter32,
Packit 022b05
                frPVCEndptInDiscards           Counter32,
Packit 022b05
                frPVCEndptInOctets             Counter32,
Packit 022b05
                frPVCEndptOutOctets            Counter32,
Packit 022b05
                frPVCEndptInDiscardsDESet      Counter32,
Packit 022b05
                frPVCEndptInFramesFECNSet      Counter32,
Packit 022b05
                frPVCEndptOutFramesFECNSet     Counter32,
Packit 022b05
                frPVCEndptInFramesBECNSet      Counter32,
Packit 022b05
                frPVCEndptOutFramesBECNSet     Counter32,
Packit 022b05
                frPVCEndptInCongDiscards       Counter32,
Packit 022b05
                frPVCEndptInDECongDiscards     Counter32,
Packit 022b05
                frPVCEndptOutCongDiscards      Counter32,
Packit 022b05
                frPVCEndptOutDECongDiscards    Counter32,
Packit 022b05
                frPVCEndptOutDEFrames          Counter32,
Packit 022b05
                frPVCEndptAtmIwfConnIndex      Integer32
Packit 022b05
Packit 022b05
            }
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        frPVCEndptDLCIIndex OBJECT-TYPE
Packit 022b05
            SYNTAX      Integer32 (16..4194303)
Packit 022b05
            MAX-ACCESS  not-accessible
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The value of this object is equal to the DLCI
Packit 022b05
                    value for this PVC end-point.
Packit 022b05
Packit 022b05
                    The values are restricted to the legal range for
Packit 022b05
                    the size of address field supported by the logical
Packit 022b05
                    port (frLportAddrDLCILen)."
Packit 022b05
            REFERENCE   "Q.922 [25]"
Packit 022b05
            ::= { frPVCEndptEntry 1 }
Packit 022b05
Packit 022b05
        frPVCEndptInMaxFrameSize OBJECT-TYPE
Packit 022b05
            SYNTAX      Integer32 (1..4096)
Packit 022b05
            UNITS       "Octets"
Packit 022b05
            MAX-ACCESS  read-create
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The value of this object is the size in octets of
Packit 022b05
                    the largest frame relay information field for this
Packit 022b05
                    PVC end-point in the ingress direction (into the
Packit 022b05
                    frame relay network).  The value of
Packit 022b05
                    frPVCEndptInMaxFrameSize must be less than or
Packit 022b05
                    equal to the corresponding ifMtu for this frame
Packit 022b05
                    relay UNI/NNI logical port."
Packit 022b05
            REFERENCE   "FRF.1 [31]
Packit 022b05
                         Q.922 [25]
Packit 022b05
                         Q.933 [22]"
Packit 022b05
            DEFVAL { 1600 }
Packit 022b05
            ::= { frPVCEndptEntry 2 }
Packit 022b05
Packit 022b05
        frPVCEndptInBc OBJECT-TYPE
Packit 022b05
            SYNTAX      Integer32 (1..2147483647)
Packit 022b05
            UNITS       "Bits"
Packit 022b05
            MAX-ACCESS  read-create
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The value of this object is equal to the
Packit 022b05
                    committed burst size (Bc) parameter (measured in
Packit 022b05
                    bits) for this PVC end-point in the ingress
Packit 022b05
                    direction (into the frame relay network).
Packit 022b05
Packit 022b05
                    Note that the max value of this range is lower
Packit 022b05
                    than the max value allowed by Q.933 (16383 *
Packit 022b05
                    10**6).
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
                    Note that the value is encoded in bits whilst the
Packit 022b05
                    Q.933 Link layer core parameters information
Packit 022b05
                    element encodes this information using octet
Packit 022b05
                    units."
Packit 022b05
            REFERENCE   "Q.933 [22]"
Packit 022b05
            ::= { frPVCEndptEntry 3 }
Packit 022b05
Packit 022b05
        frPVCEndptInBe OBJECT-TYPE
Packit 022b05
            SYNTAX      Integer32 (1..2147483647)
Packit 022b05
            UNITS       "Bits"
Packit 022b05
            MAX-ACCESS  read-create
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The value of this object is equal to the excess
Packit 022b05
                    burst size (Be) parameter (measured in bits) for
Packit 022b05
                    this PVC end-point in the ingress direction (into
Packit 022b05
                    the frame relay network).
Packit 022b05
Packit 022b05
                    Note that the max value of this range is lower
Packit 022b05
                    than the max value allowed by Q.933 (16383 *
Packit 022b05
                    10**6).
Packit 022b05
Packit 022b05
                    Note that the value is encoded in bits whilst the
Packit 022b05
                    Q.933 Link layer core parameters information
Packit 022b05
                    element encodes this information using octet
Packit 022b05
                    units."
Packit 022b05
            REFERENCE   "Q.933 [22]"
Packit 022b05
            ::= { frPVCEndptEntry 4 }
Packit 022b05
Packit 022b05
        frPVCEndptInCIR OBJECT-TYPE
Packit 022b05
            SYNTAX      Integer32 (1..2147483647)
Packit 022b05
            UNITS       "Bits per Second"
Packit 022b05
            MAX-ACCESS  read-create
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The value of this object is equal to the
Packit 022b05
                    committed information rate (CIR) parameter
Packit 022b05
                    (measured in bits per second) for this PVC end-
Packit 022b05
                    point in the ingress direction (into the frame
Packit 022b05
                    relay network).
Packit 022b05
Packit 022b05
                    Note that the max value of this range is lower
Packit 022b05
                    than the max value allowed by Q.933 (2047 *
Packit 022b05
                    10**6)."
Packit 022b05
            REFERENCE   "Q.933 [22]"
Packit 022b05
            ::= { frPVCEndptEntry 5 }
Packit 022b05
Packit 022b05
        frPVCEndptOutMaxFrameSize OBJECT-TYPE
Packit 022b05
Packit 022b05
Packit 022b05
            SYNTAX      Integer32 (1..4096)
Packit 022b05
            UNITS       "Octets"
Packit 022b05
            MAX-ACCESS  read-create
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The value of this object is the size in octets of
Packit 022b05
                    the largest frame relay information field for this
Packit 022b05
                    PVC end-point in the egress direction (out of the
Packit 022b05
                    frame relay network).  The value of
Packit 022b05
                    frPVCEndptOutMaxFrameSize must be less than or
Packit 022b05
                    equal to the corresponding ifMtu for this frame
Packit 022b05
                    relay UNI/NNI logical port."
Packit 022b05
            REFERENCE   "FRF.1 [31]
Packit 022b05
                         Q.922 [25]
Packit 022b05
                         Q.933 [22]"
Packit 022b05
            DEFVAL { 1600 }
Packit 022b05
            ::= { frPVCEndptEntry 6 }
Packit 022b05
Packit 022b05
        frPVCEndptOutBc OBJECT-TYPE
Packit 022b05
            SYNTAX      Integer32 (1..2147483647)
Packit 022b05
            UNITS       "Bits"
Packit 022b05
            MAX-ACCESS  read-create
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The value of this object is equal to the
Packit 022b05
                    committed burst size (Bc) parameter (measured in
Packit 022b05
                    bits) for this PVC end-point in the egress
Packit 022b05
                    direction (out of the frame relay network).
Packit 022b05
Packit 022b05
                    Note that the max value of this range is lower
Packit 022b05
                    than the max value allowed by Q.933 (16383 *
Packit 022b05
                    10**6).
Packit 022b05
Packit 022b05
                    Note that the value is encoded in bits whilst the
Packit 022b05
                    Q.933 Link layer core parameters information
Packit 022b05
                    element encodes this information using octet
Packit 022b05
                    units."
Packit 022b05
            REFERENCE   "Q.933 [22]"
Packit 022b05
            ::= { frPVCEndptEntry 7 }
Packit 022b05
Packit 022b05
        frPVCEndptOutBe OBJECT-TYPE
Packit 022b05
            SYNTAX      Integer32 (1..2147483647)
Packit 022b05
            UNITS       "Bits"
Packit 022b05
            MAX-ACCESS  read-create
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The value of this object is equal to the excess
Packit 022b05
                    burst size (Be) parameter (measured in bits) for
Packit 022b05
Packit 022b05
Packit 022b05
                    this PVC end-point in the egress direction (out of
Packit 022b05
                    the frame relay network).
Packit 022b05
Packit 022b05
                    Note that the max value of this range is lower
Packit 022b05
                    than the max value allowed by Q.933 (16383 *
Packit 022b05
                    10**6).
Packit 022b05
Packit 022b05
                    Note that the value is encoded in bits whilst the
Packit 022b05
                    Q.933 Link layer core parameters information
Packit 022b05
                    element encodes this information using octet
Packit 022b05
                    units."
Packit 022b05
            REFERENCE   "Q.933 [22]"
Packit 022b05
            ::= { frPVCEndptEntry 8 }
Packit 022b05
Packit 022b05
        frPVCEndptOutCIR OBJECT-TYPE
Packit 022b05
            SYNTAX      Integer32 (1..2147483647)
Packit 022b05
            UNITS       "Bits per Second"
Packit 022b05
            MAX-ACCESS  read-create
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The value of this object is equal to the
Packit 022b05
                    committed information rate (CIR) parameter
Packit 022b05
                    (measured in bits per second) for this PVC end-
Packit 022b05
                    point in the egress direction (out of the frame
Packit 022b05
                    relay network).
Packit 022b05
Packit 022b05
                    Note that the max value of this range is lower
Packit 022b05
                    than the max value allowed by Q.933 (2047 *
Packit 022b05
                    10**6)."
Packit 022b05
            REFERENCE   "Q.933 [22]"
Packit 022b05
            ::= { frPVCEndptEntry 9 }
Packit 022b05
Packit 022b05
        frPVCEndptConnectIdentifier OBJECT-TYPE
Packit 022b05
            SYNTAX      Integer32 (0..2147483647)
Packit 022b05
            MAX-ACCESS  read-only
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "This object is used to associate PVC end-points
Packit 022b05
                    as being part of one PVC segment connection. This
Packit 022b05
                    value of this object is equal to the value of
Packit 022b05
                    frPVCConnectIndex, which is used as one of the
Packit 022b05
                    indices into the frPVCConnectTable.
Packit 022b05
Packit 022b05
                    A connection that has been cross-connected via the
Packit 022b05
                    FR/ATM PVC Service IWF cross-connect table will
Packit 022b05
                    return the value zero when this object is read. In
Packit 022b05
                    case of these interworked connections, the
Packit 022b05
                    frPVCEndptAtmIwfConnIndex object must be accessed
Packit 022b05
Packit 022b05
Packit 022b05
                    to select the entry in the FR/ATM PVC Service IWF
Packit 022b05
                    cross-connect table.
Packit 022b05
Packit 022b05
                    The value of this object is provided by the agent,
Packit 022b05
                    after the associated entries in the
Packit 022b05
                    frPVCConnectTable or frAtmIwfConnectionTable have
Packit 022b05
                    been created."
Packit 022b05
            ::= { frPVCEndptEntry 10 }
Packit 022b05
Packit 022b05
        frPVCEndptRowStatus OBJECT-TYPE
Packit 022b05
            SYNTAX      RowStatus
Packit 022b05
            MAX-ACCESS  read-create
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "This object is used to create new rows in this
Packit 022b05
                    table, modify existing rows, and to delete
Packit 022b05
                    existing rows.  To create a new PVC, the entries
Packit 022b05
                    for the PVC segment end-points in the
Packit 022b05
                    frPVCEndptTable must first be created.  Next, the
Packit 022b05
                    frPVCConnectTable is used to associate the frame
Packit 022b05
                    relay PVC segment end-points.  In order for the
Packit 022b05
                    manager to have the necessary error diagnostics,
Packit 022b05
                    the frPVCEndptRowStatus object must initially be
Packit 022b05
                    set to `createAndWait(5)'.  While the
Packit 022b05
                    frPVCEndptRowStatus object is in the
Packit 022b05
                    `createAndWait(5)' state, the manager can set each
Packit 022b05
                    columnar object and get the necessary error
Packit 022b05
                    diagnostics.  The frPVCEndptRowStatus object may
Packit 022b05
                    not be set to `active(1)' unless the following
Packit 022b05
                    columnar objects exist in this row:
Packit 022b05
                    frPVCEndptInMaxFrameSize, frPVCEndptInBc,
Packit 022b05
                    frPVCEndptInBe, frPVCEndptInCIR,
Packit 022b05
                    frPVCEndptOutMaxFrameSize, frPVCEndptOutBc,
Packit 022b05
                    frPVCEndptOutBe, and frPVCEndptOutCIR."
Packit 022b05
            ::= { frPVCEndptEntry 11 }
Packit 022b05
Packit 022b05
        frPVCEndptRcvdSigStatus OBJECT-TYPE
Packit 022b05
            SYNTAX      INTEGER {
Packit 022b05
                        deleted(1),
Packit 022b05
                        active(2),
Packit 022b05
                        inactive(3),
Packit 022b05
                        none(4)
Packit 022b05
                        }
Packit 022b05
            MAX-ACCESS  read-only
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The value of this object identifies the PVC
Packit 022b05
                    status received via the local in-channel signaling
Packit 022b05
Packit 022b05
Packit 022b05
                    procedures for this PVC end-point.  This object is
Packit 022b05
                    only pertinent for interfaces that perform the
Packit 022b05
                    bidirectional procedures.
Packit 022b05
Packit 022b05
                    Each value has the following meaning:
Packit 022b05
                      deleted(1):  This PVC is not listed in the full
Packit 022b05
                                   status reports received from the
Packit 022b05
                                   user device.  The object retains
Packit 022b05
                                   this value for as long as the PVC
Packit 022b05
                                   is not listed in the full status
Packit 022b05
                                   reports
Packit 022b05
Packit 022b05
                    active(2):   This PVC is reported as active, or
Packit 022b05
                                   operational, by the user device.
Packit 022b05
Packit 022b05
                      inactive(3): This PVC is reported as inactive,
Packit 022b05
                                   or non-operational, by the user
Packit 022b05
                                   device.
Packit 022b05
Packit 022b05
                      none(4):     This interface is only using the
Packit 022b05
                                   network-side in-channel signaling
Packit 022b05
                                   procedures, so this object does
Packit 022b05
                                   not apply."
Packit 022b05
            ::= { frPVCEndptEntry 12 }
Packit 022b05
Packit 022b05
        frPVCEndptInFrames OBJECT-TYPE
Packit 022b05
            SYNTAX      Counter32
Packit 022b05
            UNITS       "Frames"
Packit 022b05
            MAX-ACCESS  read-only
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The number of frames received by the network
Packit 022b05
                    (ingress) for this PVC end-point. This includes
Packit 022b05
                    any frames discarded by the network due to
Packit 022b05
                    submitting more than Bc + Be data or due to any
Packit 022b05
                    network congestion recovery procedures."
Packit 022b05
            ::= { frPVCEndptEntry 13 }
Packit 022b05
Packit 022b05
        frPVCEndptOutFrames OBJECT-TYPE
Packit 022b05
            SYNTAX      Counter32
Packit 022b05
            UNITS       "Frames"
Packit 022b05
            MAX-ACCESS  read-only
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The number of frames sent by the network (egress)
Packit 022b05
                    regardless of whether they are Bc or Be frames for
Packit 022b05
                    this PVC end-point."
Packit 022b05
            ::= { frPVCEndptEntry 14 }
Packit 022b05
Packit 022b05
Packit 022b05
        frPVCEndptInDEFrames OBJECT-TYPE
Packit 022b05
            SYNTAX      Counter32
Packit 022b05
            UNITS       "Frames"
Packit 022b05
            MAX-ACCESS  read-only
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The number of frames received by the network
Packit 022b05
                    (ingress) with the DE bit set to (1) for this PVC
Packit 022b05
                    end-point."
Packit 022b05
            ::= { frPVCEndptEntry 15 }
Packit 022b05
Packit 022b05
        frPVCEndptInExcessFrames OBJECT-TYPE
Packit 022b05
            SYNTAX      Counter32
Packit 022b05
            UNITS       "Frames"
Packit 022b05
            MAX-ACCESS  read-only
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The number of frames received by the network
Packit 022b05
                    (ingress) for this PVC end-point which were
Packit 022b05
                    treated as excess traffic.  Frames which are sent
Packit 022b05
                    to the network with DE set to zero are treated as
Packit 022b05
                    excess when more than Bc bits are submitted to the
Packit 022b05
                    network during the Committed Information Rate
Packit 022b05
                    Measurement Interval (Tc).  Excess traffic may or
Packit 022b05
                    may not be discarded at the ingress if more than
Packit 022b05
                    Bc + Be bits are submitted to the network during
Packit 022b05
                    Tc.  Traffic discarded at the ingress is not
Packit 022b05
                    recorded in frPVCEndptInExcessFrames.  Frames
Packit 022b05
                    which are sent to the network with DE set to one
Packit 022b05
                    are also treated as excess traffic."
Packit 022b05
            ::= { frPVCEndptEntry 16 }
Packit 022b05
Packit 022b05
        frPVCEndptOutExcessFrames OBJECT-TYPE
Packit 022b05
            SYNTAX      Counter32
Packit 022b05
            UNITS       "Frames"
Packit 022b05
            MAX-ACCESS  read-only
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The number of frames sent by the network (egress)
Packit 022b05
                    for this PVC end-point which were treated as
Packit 022b05
                    excess traffic.  (The DE bit may be set to one.)"
Packit 022b05
            ::= { frPVCEndptEntry 17 }
Packit 022b05
Packit 022b05
        frPVCEndptInDiscards OBJECT-TYPE
Packit 022b05
            SYNTAX      Counter32
Packit 022b05
            UNITS       "Frames"
Packit 022b05
            MAX-ACCESS  read-only
Packit 022b05
            STATUS      current
Packit 022b05
Packit 022b05
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The number of frames received by the network
Packit 022b05
                    (ingress) that were discarded due to traffic
Packit 022b05
                    enforcement for this PVC end-point.  Congestion
Packit 022b05
                    discards are not counted in this object."
Packit 022b05
            ::= { frPVCEndptEntry 18 }
Packit 022b05
Packit 022b05
        frPVCEndptInOctets OBJECT-TYPE
Packit 022b05
            SYNTAX      Counter32
Packit 022b05
            UNITS       "Octets"
Packit 022b05
            MAX-ACCESS  read-only
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The number of octets received by the network
Packit 022b05
                    (ingress) for this PVC end-point.  This counter
Packit 022b05
                    should only count octets from the beginning of the
Packit 022b05
                    frame relay header field to the end of user data.
Packit 022b05
                    If the network supporting frame relay can not
Packit 022b05
                    count octets, then this count should be an
Packit 022b05
                    approximation."
Packit 022b05
            ::= { frPVCEndptEntry 19 }
Packit 022b05
Packit 022b05
        frPVCEndptOutOctets OBJECT-TYPE
Packit 022b05
            SYNTAX      Counter32
Packit 022b05
            UNITS       "Octets"
Packit 022b05
            MAX-ACCESS  read-only
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The number of octets sent by the network (egress)
Packit 022b05
                    for this PVC end-point.  This counter should only
Packit 022b05
                    count octets from the beginning of the frame relay
Packit 022b05
                    header field to the end of user data.  If the
Packit 022b05
                    network supporting frame relay can not count
Packit 022b05
                    octets, then this count should be an
Packit 022b05
                    approximation."
Packit 022b05
            ::= { frPVCEndptEntry 20 }
Packit 022b05
Packit 022b05
        frPVCEndptInDiscardsDESet OBJECT-TYPE
Packit 022b05
            SYNTAX      Counter32
Packit 022b05
            UNITS       "Frames"
Packit 022b05
            MAX-ACCESS  read-only
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The number of frames received by the network
Packit 022b05
                    (ingress) that were discarded with the DE bit set
Packit 022b05
                    due to traffic enforcement for this PVC end-point.
Packit 022b05
                    Congestion discards are not counted in this
Packit 022b05
                    object."
Packit 022b05
Packit 022b05
Packit 022b05
            ::= { frPVCEndptEntry 21 }
Packit 022b05
Packit 022b05
        frPVCEndptInFramesFECNSet OBJECT-TYPE
Packit 022b05
            SYNTAX      Counter32
Packit 022b05
            UNITS       "Frames"
Packit 022b05
            MAX-ACCESS  read-only
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The number of frames received by the network
Packit 022b05
                    (ingress) that have the FECN bit set for this PVC
Packit 022b05
                    end-point."
Packit 022b05
            ::= { frPVCEndptEntry 22 }
Packit 022b05
Packit 022b05
        frPVCEndptOutFramesFECNSet OBJECT-TYPE
Packit 022b05
            SYNTAX      Counter32
Packit 022b05
            UNITS       "Frames"
Packit 022b05
            MAX-ACCESS  read-only
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The number of frames sent by the network (egress)
Packit 022b05
                    that have the FECN bit set for this PVC end-
Packit 022b05
                    point."
Packit 022b05
            ::= { frPVCEndptEntry 23 }
Packit 022b05
Packit 022b05
        frPVCEndptInFramesBECNSet OBJECT-TYPE
Packit 022b05
            SYNTAX      Counter32
Packit 022b05
            UNITS       "Frames"
Packit 022b05
            MAX-ACCESS  read-only
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The number of frames received by the network
Packit 022b05
                    (ingress) that have the BECN bit set for this PVC
Packit 022b05
                    end-point."
Packit 022b05
            ::= { frPVCEndptEntry 24 }
Packit 022b05
Packit 022b05
        frPVCEndptOutFramesBECNSet OBJECT-TYPE
Packit 022b05
            SYNTAX      Counter32
Packit 022b05
            UNITS       "Frames"
Packit 022b05
            MAX-ACCESS  read-only
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The number of frames sent by the network (egress)
Packit 022b05
                    that have the BECN bit set for this PVC end-
Packit 022b05
                    point."
Packit 022b05
            ::= { frPVCEndptEntry 25 }
Packit 022b05
Packit 022b05
        frPVCEndptInCongDiscards OBJECT-TYPE
Packit 022b05
            SYNTAX      Counter32
Packit 022b05
Packit 022b05
Packit 022b05
            UNITS       "Frames"
Packit 022b05
            MAX-ACCESS  read-only
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The number of frames received by the network
Packit 022b05
                    (ingress) that were discarded due to input buffer
Packit 022b05
                    congestion, rather than traffic enforcement, for
Packit 022b05
                    this PVC end-point."
Packit 022b05
            ::= { frPVCEndptEntry 26 }
Packit 022b05
Packit 022b05
        frPVCEndptInDECongDiscards OBJECT-TYPE
Packit 022b05
            SYNTAX      Counter32
Packit 022b05
            UNITS       "Frames"
Packit 022b05
            MAX-ACCESS  read-only
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The number of frames counted by
Packit 022b05
                    frPVCEndptInCongDiscards with the DE bit set to
Packit 022b05
                    (1)."
Packit 022b05
            ::= { frPVCEndptEntry 27 }
Packit 022b05
Packit 022b05
        frPVCEndptOutCongDiscards OBJECT-TYPE
Packit 022b05
            SYNTAX      Counter32
Packit 022b05
            UNITS       "Frames"
Packit 022b05
            MAX-ACCESS  read-only
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The number of frames sent by the network (egress)
Packit 022b05
                    that were discarded due to output buffer
Packit 022b05
                    congestion for this PVC end-point."
Packit 022b05
            ::= { frPVCEndptEntry 28 }
Packit 022b05
Packit 022b05
        frPVCEndptOutDECongDiscards OBJECT-TYPE
Packit 022b05
            SYNTAX      Counter32
Packit 022b05
            UNITS       "Frames"
Packit 022b05
            MAX-ACCESS  read-only
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The number of frames counted by
Packit 022b05
                    frPVCEndptOutCongDiscards with the DE bit set to
Packit 022b05
                    (1)."
Packit 022b05
            ::= { frPVCEndptEntry 29 }
Packit 022b05
Packit 022b05
        frPVCEndptOutDEFrames OBJECT-TYPE
Packit 022b05
            SYNTAX      Counter32
Packit 022b05
            UNITS       "Frames"
Packit 022b05
            MAX-ACCESS  read-only
Packit 022b05
            STATUS      current
Packit 022b05
Packit 022b05
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The number of frames sent by the network (egress)
Packit 022b05
                    with the DE bit set to (1) for this PVC end-
Packit 022b05
                    point."
Packit 022b05
            ::= { frPVCEndptEntry 30 }
Packit 022b05
Packit 022b05
        frPVCEndptAtmIwfConnIndex OBJECT-TYPE
Packit 022b05
            SYNTAX      Integer32  (0..2147483647)
Packit 022b05
            MAX-ACCESS  read-only
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "This object contains the index value of the
Packit 022b05
                    FR/ATM cross-connect table entry used to link the
Packit 022b05
                    frame relay PVC with an ATM PVC.
Packit 022b05
Packit 022b05
                    Each row of the frPVCEndptTable that is not
Packit 022b05
                    cross-connected with an ATM PVC must return the
Packit 022b05
                    value zero when this object is read.
Packit 022b05
Packit 022b05
                    The value of this object is initialized by the
Packit 022b05
                    agent after the associated entries in the
Packit 022b05
                    frAtmIwfConnectionTable have been created.
Packit 022b05
Packit 022b05
                    The value of this object is reset to zero
Packit 022b05
                    following destruction of the associated entry in
Packit 022b05
                    the frAtmIwfConnectionTable"
Packit 022b05
            ::= { frPVCEndptEntry 31 }
Packit 022b05
Packit 022b05
        --
Packit 022b05
        -- Frame Relay PVC Connections
Packit 022b05
        --
Packit 022b05
Packit 022b05
        frPVCConnectIndexValue OBJECT-TYPE
Packit 022b05
            SYNTAX      INTEGER (0..2147483647)
Packit 022b05
            MAX-ACCESS  read-only
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "This object returns a hint to be used for
Packit 022b05
                    frPVCConnectIndex when creating entries in the
Packit 022b05
                    frPVCConnectTable.
Packit 022b05
Packit 022b05
                    The value 0 indicates that no unassigned entries
Packit 022b05
                    are available.
Packit 022b05
Packit 022b05
                    To obtain the frPVCConnectIndex value for a new
Packit 022b05
                    entry, the manager issues a management protocol
Packit 022b05
                    retrieval operation to obtain the current value of
Packit 022b05
                    this object.  After each retrieval, the agent must
Packit 022b05
Packit 022b05
Packit 022b05
                    modify the value to the next unassigned index to
Packit 022b05
                    prevent assignment of the same value to multiple
Packit 022b05
                    management systems.
Packit 022b05
Packit 022b05
                    A management system should repeat the read to
Packit 022b05
                    obtain a new value should an attempt to create the
Packit 022b05
                    new row using the previously returned hint fail."
Packit 022b05
            ::= { frnetservObjects 4 }
Packit 022b05
Packit 022b05
        frPVCConnectTable OBJECT-TYPE
Packit 022b05
            SYNTAX      SEQUENCE OF FrPVCConnectEntry
Packit 022b05
            MAX-ACCESS  not-accessible
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The Frame Relay PVC Connect Table is used to
Packit 022b05
                    model the bi-directional PVC segment flows
Packit 022b05
                    including:  point-to-point PVCs, point-to-
Packit 022b05
                    multipoint PVCs, and multipoint-to-multipoint
Packit 022b05
                    PVCs.
Packit 022b05
Packit 022b05
                    This table has read-create access and is used to
Packit 022b05
                    associate PVC end-points together as belonging to
Packit 022b05
                    one connection.  The frPVCConnectIndex is used to
Packit 022b05
                    associate all the bi-directional flows.  Not all
Packit 022b05
                    implementations will support the capability of
Packit 022b05
                    creating/modifying/deleting PVCs using SNMP as a
Packit 022b05
                    feature of frame relay CNM service.
Packit 022b05
Packit 022b05
                    Once the entries in the frPVCEndptTable are
Packit 022b05
                    created, the following step are used to associate
Packit 022b05
                    the PVC end-points as belonging to one PVC
Packit 022b05
                    connection:
Packit 022b05
Packit 022b05
                    1)  Obtain a unique frPVCConnectIndex
Packit 022b05
                        using the frPVCConnectIndexValue object.
Packit 022b05
Packit 022b05
                    2)  Connect the PVC segment endpoints together
Packit 022b05
                        with the applicable frPVCConnectIndex value
Packit 022b05
                        obtained via  frPVCConnectIndexValue.  The
Packit 022b05
                        entries in this table are created by using
Packit 022b05
                        the frPVCConnectRowStatus object.
Packit 022b05
Packit 022b05
                    3)  The agent will provide the value of the
Packit 022b05
                        corresponding instances of
Packit 022b05
                        frPVCEndptConnectIdentifier with the
Packit 022b05
                        frPVCConnectIndex value.
Packit 022b05
Packit 022b05
                    4)  Set frPVCConnectAdminStatus to `active(1)' in
Packit 022b05
Packit 022b05
Packit 022b05
                        all rows for this PVC segment to turn the
Packit 022b05
                        PVC on.
Packit 022b05
Packit 022b05
                    For example, the Frame Relay PVC Connection Group
Packit 022b05
                    models a bi-directional, point-to-point PVC
Packit 022b05
                    segment as one entry in this table.
Packit 022b05
Packit 022b05
                    Frame Relay                           Frame Relay
Packit 022b05
                     Network                                 Network
Packit 022b05
                     Low Port                               High Port
Packit 022b05
                             __________________________________
Packit 022b05
                            |                                  |
Packit 022b05
                       _____| >> from low to high PVC flow  >> |_____
Packit 022b05
                            | << from high to low PVC flow  << |
Packit 022b05
                            |__________________________________|
Packit 022b05
Packit 022b05
                    The terms low and high are chosen to represent
Packit 022b05
                    numerical ordering of a PVC segment's endpoints
Packit 022b05
                    for representation in this table.  That is, the
Packit 022b05
                    endpoint with the lower value of ifIndex is termed
Packit 022b05
                    'low', while the opposite endpoint of the segment
Packit 022b05
                    is termed 'high'.  This terminology is to provide
Packit 022b05
                    directional information; for example the
Packit 022b05
                    frPVCConnectL2hOperStatus and
Packit 022b05
                    frPVCConnectH2lOperStatus as illustrated above.
Packit 022b05
Packit 022b05
                    If the Frame Relay Connection table is used to
Packit 022b05
                    model a unidirectional PVC, then one direction
Packit 022b05
                    (either from low to high or from high to low) has
Packit 022b05
                     its Operational Status equal to down.
Packit 022b05
Packit 022b05
                     A PVC segment is a portion of a PVC that traverses
Packit 022b05
                    one Frame Relay Network, and a PVC segment is
Packit 022b05
                    identified by its two end-points (UNI/NNI logical
Packit 022b05
                    port index value and DLCI index value) through one
Packit 022b05
                    Frame Relay Network."
Packit 022b05
            ::= { frnetservObjects 5 }
Packit 022b05
Packit 022b05
        frPVCConnectEntry OBJECT-TYPE
Packit 022b05
            SYNTAX      FrPVCConnectEntry
Packit 022b05
            MAX-ACCESS  not-accessible
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "An entry in the Frame Relay PVC Connect table.
Packit 022b05
                    This entry is used to model a PVC segment in two
Packit 022b05
                    directions."
Packit 022b05
            INDEX { frPVCConnectIndex,
Packit 022b05
                    frPVCConnectLowIfIndex,
Packit 022b05
Packit 022b05
Packit 022b05
                    frPVCConnectLowDLCIIndex,
Packit 022b05
                    frPVCConnectHighIfIndex,
Packit 022b05
                    frPVCConnectHighDLCIIndex }
Packit 022b05
            ::= { frPVCConnectTable 1 }
Packit 022b05
Packit 022b05
        FrPVCConnectEntry ::=
Packit 022b05
            SEQUENCE {
Packit 022b05
                frPVCConnectIndex            Integer32,
Packit 022b05
                frPVCConnectLowIfIndex       InterfaceIndex,
Packit 022b05
                frPVCConnectLowDLCIIndex     Integer32,
Packit 022b05
                frPVCConnectHighIfIndex      InterfaceIndex,
Packit 022b05
                frPVCConnectHighDLCIIndex    Integer32,
Packit 022b05
                frPVCConnectAdminStatus      INTEGER,
Packit 022b05
                frPVCConnectL2hOperStatus    INTEGER,
Packit 022b05
                frPVCConnectH2lOperStatus    INTEGER,
Packit 022b05
                frPVCConnectL2hLastChange    TimeStamp,
Packit 022b05
                frPVCConnectH2lLastChange    TimeStamp,
Packit 022b05
                frPVCConnectRowStatus        RowStatus,
Packit 022b05
                frPVCConnectUserName         SnmpAdminString,
Packit 022b05
                frPVCConnectProviderName     SnmpAdminString
Packit 022b05
        }
Packit 022b05
Packit 022b05
          frPVCConnectIndex OBJECT-TYPE
Packit 022b05
              SYNTAX      Integer32 (0..2147483647)
Packit 022b05
              MAX-ACCESS  not-accessible
Packit 022b05
              STATUS      current
Packit 022b05
              DESCRIPTION
Packit 022b05
                      "The value of this object is equal to the
Packit 022b05
                      frPVCConnectIndexValue obtained to uniquely
Packit 022b05
                      identify this PVC segment connection."
Packit 022b05
              ::= { frPVCConnectEntry 1 }
Packit 022b05
Packit 022b05
        frPVCConnectLowIfIndex OBJECT-TYPE
Packit 022b05
            SYNTAX      InterfaceIndex
Packit 022b05
            MAX-ACCESS  not-accessible
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The value of this object is equal to IF-MIB
Packit 022b05
                    ifIndex value of the UNI/NNI logical port for this
Packit 022b05
                    PVC segment.  The term low implies that this PVC
Packit 022b05
                    segment end-point has the numerically lower
Packit 022b05
                    ifIndex value than the connected/associated PVC
Packit 022b05
                    segment end-point.
Packit 022b05
Packit 022b05
                    RFC 1604 permitted a zero value for this object to
Packit 022b05
                    identify termination at a non-frame relay
Packit 022b05
                    interface.  However, this cross-connect table is
Packit 022b05
                    limited to frame relay connections.  See the frame
Packit 022b05
Packit 022b05
Packit 022b05
                    relay/ATM IWF MIB [28] for the cross-connect table
Packit 022b05
                    used for those types of connections."
Packit 022b05
            ::= { frPVCConnectEntry 2 }
Packit 022b05
Packit 022b05
        frPVCConnectLowDLCIIndex OBJECT-TYPE
Packit 022b05
            SYNTAX      Integer32 (16..4194303)
Packit 022b05
            MAX-ACCESS  not-accessible
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The value of this object is equal to the DLCI
Packit 022b05
                    value for this end-point of the PVC segment."
Packit 022b05
            REFERENCE   "Q.922 [25]"
Packit 022b05
            ::= { frPVCConnectEntry 3 }
Packit 022b05
Packit 022b05
        frPVCConnectHighIfIndex OBJECT-TYPE
Packit 022b05
            SYNTAX      InterfaceIndex
Packit 022b05
            MAX-ACCESS  not-accessible
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The value of this object is equal to IF-MIB
Packit 022b05
                    ifIndex value for the UNI/NNI logical port for
Packit 022b05
                    this PVC segment.  The term high implies that this
Packit 022b05
                    PVC segment end-point has the numerically higher
Packit 022b05
                    ifIndex value than the connected/associated PVC
Packit 022b05
                    segment end-point."
Packit 022b05
            ::= { frPVCConnectEntry 4 }
Packit 022b05
Packit 022b05
        frPVCConnectHighDLCIIndex OBJECT-TYPE
Packit 022b05
            SYNTAX      Integer32 (16..4194303)
Packit 022b05
            MAX-ACCESS  not-accessible
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The value of this object is equal to the egress
Packit 022b05
                    DLCI value for this end-point of the PVC segment."
Packit 022b05
            REFERENCE   "Q.922 [25]"
Packit 022b05
            ::= { frPVCConnectEntry 5 }
Packit 022b05
Packit 022b05
        frPVCConnectAdminStatus OBJECT-TYPE
Packit 022b05
            SYNTAX      INTEGER {
Packit 022b05
                        active(1),
Packit 022b05
                        inactive(2),
Packit 022b05
                        testing(3)
Packit 022b05
                        }
Packit 022b05
            MAX-ACCESS  read-create
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The value of this object identifies the desired
Packit 022b05
                    administrative status of this bi-directional PVC
Packit 022b05
Packit 022b05
Packit 022b05
                    segment.  The active(1) state means the PVC
Packit 022b05
                    segment is currently operational; the inactive(2)
Packit 022b05
                    state means the PVC segment is currently not
Packit 022b05
                    operational; the testing(3) state means the PVC
Packit 022b05
                    segment is currently undergoing a test.  This
Packit 022b05
                    state is set by an administrative entity.  This
Packit 022b05
                    value affects the PVC status indicated across the
Packit 022b05
                    ingress NNI/UNI of both end-points of the bi-
Packit 022b05
                    directional PVC segment.  When a PVC segment
Packit 022b05
                    connection is created using this table, this
Packit 022b05
                    object is initially set to `inactive(2)'.  After
Packit 022b05
                    the frPVCConnectRowStatus object is set to
Packit 022b05
                    `active(1)' (and the corresponding/associated
Packit 022b05
                    entries in the frPVCEndptTable have their
Packit 022b05
                    frPVCEndptRowStatus object set to `active(1)'),
Packit 022b05
                    the frPVCConnectAdminStatus object may be set to
Packit 022b05
                    `active(1)' to turn on the PVC segment
Packit 022b05
                    connection."
Packit 022b05
            ::= { frPVCConnectEntry 6 }
Packit 022b05
Packit 022b05
        frPVCConnectL2hOperStatus OBJECT-TYPE
Packit 022b05
            SYNTAX      INTEGER {
Packit 022b05
                        active(1),
Packit 022b05
                        inactive(2),
Packit 022b05
                        testing(3),
Packit 022b05
                        unknown(4)
Packit 022b05
                        }
Packit 022b05
            MAX-ACCESS  read-only
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The value of this object identifies the current
Packit 022b05
                    operational status of the PVC segment connection
Packit 022b05
                    in one direction; (i.e., in the low to high
Packit 022b05
                    direction). This value affects the PVC status
Packit 022b05
                    indicated across the ingress NNI/UNI (low side) of
Packit 022b05
                    the PVC segment.
Packit 022b05
Packit 022b05
                    The values mean:
Packit 022b05
Packit 022b05
                    active(1)   - PVC is currently operational
Packit 022b05
Packit 022b05
                    inactive(2) - PVC is currently not operational.
Packit 022b05
                                  This may be because of an underlying
Packit 022b05
                                  LMI or DS1 failure.
Packit 022b05
Packit 022b05
                    testing(3)  - PVC is currently undergoing a test.
Packit 022b05
                                  This may be because of an underlying
Packit 022b05
                                  frLport or DS1 undergoing a test.
Packit 022b05
Packit 022b05
Packit 022b05
                    unknown(4)  - the status of the PVC currently can
Packit 022b05
                                  not be determined."
Packit 022b05
            ::= { frPVCConnectEntry 7 }
Packit 022b05
Packit 022b05
        frPVCConnectH2lOperStatus OBJECT-TYPE
Packit 022b05
            SYNTAX      INTEGER {
Packit 022b05
                        active(1),
Packit 022b05
                        inactive(2),
Packit 022b05
                        testing(3),
Packit 022b05
                        unknown(4)
Packit 022b05
                        }
Packit 022b05
            MAX-ACCESS  read-only
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The value of this object identifies the current
Packit 022b05
                    operational status of the PVC segment connection
Packit 022b05
                    in one direction; (i.e., in the high to low
Packit 022b05
                    direction)..  This value affects the PVC status
Packit 022b05
                    indicated across the ingress NNI/UNI (high side)
Packit 022b05
                    of the PVC segment.
Packit 022b05
Packit 022b05
                    The values mean:
Packit 022b05
Packit 022b05
                    active(1)   - PVC is currently operational
Packit 022b05
Packit 022b05
                    inactive(2) - PVC is currently not operational.
Packit 022b05
                                  This may be because of an underlying
Packit 022b05
                                  LMI or DS1 failure.
Packit 022b05
Packit 022b05
                    testing(3)  - PVC is currently undergoing a test.
Packit 022b05
                                  This may be because of an underlying
Packit 022b05
                                  frLport or DS1 undergoing a test.
Packit 022b05
Packit 022b05
                    unknown(4)  - the status of the PVC currently can
Packit 022b05
                                  not be determined."
Packit 022b05
            ::= { frPVCConnectEntry 8 }
Packit 022b05
Packit 022b05
        frPVCConnectL2hLastChange OBJECT-TYPE
Packit 022b05
            SYNTAX      TimeStamp
Packit 022b05
            MAX-ACCESS  read-only
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The value of the Interface MIB's sysUpTime object
Packit 022b05
                    at the time this PVC segment entered its current
Packit 022b05
                    operational state in the low to high direction.
Packit 022b05
                    If the current state was entered prior to the last
Packit 022b05
                    re-initialization of the FRS agent, then this
Packit 022b05
                    object contains a zero value."
Packit 022b05
Packit 022b05
Packit 022b05
            ::= { frPVCConnectEntry 9 }
Packit 022b05
Packit 022b05
        frPVCConnectH2lLastChange OBJECT-TYPE
Packit 022b05
            SYNTAX      TimeStamp
Packit 022b05
            MAX-ACCESS  read-only
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The value of the Interface MIB's sysUpTime object
Packit 022b05
                    at the time this PVC segment entered its current
Packit 022b05
                    operational state in the high to low direction.
Packit 022b05
                    If the current state was entered prior to the last
Packit 022b05
                    re-initialization of the FRS agent, then this
Packit 022b05
                    object contains a zero value."
Packit 022b05
            ::= { frPVCConnectEntry 10 }
Packit 022b05
Packit 022b05
        frPVCConnectRowStatus OBJECT-TYPE
Packit 022b05
            SYNTAX      RowStatus
Packit 022b05
            MAX-ACCESS  read-create
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The status of this entry in the
Packit 022b05
                    frPVCConnectTable.  This variable is used to
Packit 022b05
                    create new connections for the PVC end-points and
Packit 022b05
                    to change existing connections of the PVC end-
Packit 022b05
                    points.  This object must be initially set to
Packit 022b05
                    `createAndWait(5)'. In this state, the agent
Packit 022b05
                    checks the parameters in the associated entries in
Packit 022b05
                    the frPVCEndptTable to verify that the PVC end-
Packit 022b05
                    points can be connected (i.e., the In parameters
Packit 022b05
                    for one PVC end-point are equal to the Out
Packit 022b05
                    parameters for the other PVC end-point).  This
Packit 022b05
                    object can not be set to `active(1)' unless the
Packit 022b05
                    following columnar object exists in this row:
Packit 022b05
                    frPVCConnectAdminStatus.  The agent also supplies
Packit 022b05
                    the associated value of frPVCConnectIndex for the
Packit 022b05
                    frPVCEndptConnectIdentifier instances.  To turn on
Packit 022b05
                    a PVC segment connection, the
Packit 022b05
                    frPVCConnectAdminStatus is set to `active(1)'."
Packit 022b05
            ::= { frPVCConnectEntry 11 }
Packit 022b05
Packit 022b05
        frPVCConnectUserName OBJECT-TYPE
Packit 022b05
            SYNTAX      SnmpAdminString
Packit 022b05
            MAX-ACCESS  read-create
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "This is a service user assigned textual
Packit 022b05
                    representation of a PVC."
Packit 022b05
            ::= { frPVCConnectEntry 12 }
Packit 022b05
Packit 022b05
Packit 022b05
        frPVCConnectProviderName OBJECT-TYPE
Packit 022b05
            SYNTAX      SnmpAdminString
Packit 022b05
            MAX-ACCESS  read-create
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "This is a system supplied textual representation
Packit 022b05
                    of PVC.  It is assigned by the service provider."
Packit 022b05
            ::= { frPVCConnectEntry 13 }
Packit 022b05
Packit 022b05
        --
Packit 022b05
        -- The Frame Relay Accounting
Packit 022b05
        --
Packit 022b05
Packit 022b05
        frAccountPVCTable OBJECT-TYPE
Packit 022b05
            SYNTAX      SEQUENCE OF FrAccountPVCEntry
Packit 022b05
            MAX-ACCESS  not-accessible
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The Frame Relay Accounting PVC table.  This table
Packit 022b05
                    is used to perform accounting on a PVC segment
Packit 022b05
                    end-point basis."
Packit 022b05
            ::= { frnetservObjects 6 }
Packit 022b05
Packit 022b05
        frAccountPVCEntry OBJECT-TYPE
Packit 022b05
            SYNTAX      FrAccountPVCEntry
Packit 022b05
            MAX-ACCESS  not-accessible
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "An entry in the Frame Relay Accounting PVC
Packit 022b05
                    table."
Packit 022b05
            INDEX   {   ifIndex,
Packit 022b05
                        frAccountPVCDLCIIndex }
Packit 022b05
            ::= { frAccountPVCTable 1 }
Packit 022b05
Packit 022b05
        FrAccountPVCEntry ::=
Packit 022b05
            SEQUENCE {
Packit 022b05
                frAccountPVCDLCIIndex            Integer32,
Packit 022b05
                frAccountPVCSegmentSize          Integer32,
Packit 022b05
                frAccountPVCInSegments           Counter32,
Packit 022b05
                frAccountPVCOutSegments          Counter32
Packit 022b05
            }
Packit 022b05
Packit 022b05
        frAccountPVCDLCIIndex OBJECT-TYPE
Packit 022b05
            SYNTAX      Integer32 (16..4194303)
Packit 022b05
            MAX-ACCESS  not-accessible
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The value of this object is equal to the DLCI
Packit 022b05
Packit 022b05
Packit 022b05
                    value for this PVC segment end-point."
Packit 022b05
            REFERENCE   "Q.922 [25]"
Packit 022b05
            ::= { frAccountPVCEntry 1 }
Packit 022b05
Packit 022b05
        frAccountPVCSegmentSize OBJECT-TYPE
Packit 022b05
            SYNTAX      Integer32
Packit 022b05
            UNITS       "Octets"
Packit 022b05
            MAX-ACCESS  read-only
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The value of this object is equal to the Segment
Packit 022b05
                    Size for this PVC segment end-point."
Packit 022b05
            ::= { frAccountPVCEntry 2 }
Packit 022b05
Packit 022b05
        frAccountPVCInSegments OBJECT-TYPE
Packit 022b05
            SYNTAX      Counter32
Packit 022b05
            UNITS       "Segments"
Packit 022b05
            MAX-ACCESS  read-only
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The value of this object is equal to the number
Packit 022b05
                    of segments received by this PVC segment end-
Packit 022b05
                    point."
Packit 022b05
            ::= { frAccountPVCEntry 3 }
Packit 022b05
Packit 022b05
        frAccountPVCOutSegments OBJECT-TYPE
Packit 022b05
            SYNTAX      Counter32
Packit 022b05
            UNITS       "Segments"
Packit 022b05
            MAX-ACCESS  read-only
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The value of this object is equal to the number
Packit 022b05
                    of segments sent by this PVC segment end-point."
Packit 022b05
            ::= { frAccountPVCEntry 4 }
Packit 022b05
Packit 022b05
        --
Packit 022b05
        -- Accounting on a Frame Relay Logical Port
Packit 022b05
        --
Packit 022b05
Packit 022b05
        frAccountLportTable OBJECT-TYPE
Packit 022b05
            SYNTAX      SEQUENCE OF FrAccountLportEntry
Packit 022b05
            MAX-ACCESS  not-accessible
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The Frame Relay Accounting Logical Port table.
Packit 022b05
                    This table is used to perform accounting on a
Packit 022b05
                    UNI/NNI Logical Port basis."
Packit 022b05
            ::= { frnetservObjects 7 }
Packit 022b05
Packit 022b05
Packit 022b05
        frAccountLportEntry OBJECT-TYPE
Packit 022b05
            SYNTAX      FrAccountLportEntry
Packit 022b05
            MAX-ACCESS  not-accessible
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "An entry in the Frame Relay Accounting Logical
Packit 022b05
                    Port table."
Packit 022b05
            INDEX   {   ifIndex }
Packit 022b05
            ::= { frAccountLportTable 1 }
Packit 022b05
Packit 022b05
        FrAccountLportEntry ::=
Packit 022b05
            SEQUENCE {
Packit 022b05
                frAccountLportSegmentSize
Packit 022b05
                    Integer32,
Packit 022b05
                frAccountLportInSegments
Packit 022b05
                    Counter32,
Packit 022b05
                frAccountLportOutSegments
Packit 022b05
                    Counter32
Packit 022b05
            }
Packit 022b05
Packit 022b05
        frAccountLportSegmentSize OBJECT-TYPE
Packit 022b05
            SYNTAX      Integer32
Packit 022b05
            UNITS       "Octets"
Packit 022b05
            MAX-ACCESS  read-only
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The value of this object is equal to the Segment
Packit 022b05
                    Size for this UNI/NNI logical port."
Packit 022b05
            ::= { frAccountLportEntry 1 }
Packit 022b05
Packit 022b05
        frAccountLportInSegments OBJECT-TYPE
Packit 022b05
            SYNTAX      Counter32
Packit 022b05
            UNITS       "Segments"
Packit 022b05
            MAX-ACCESS  read-only
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The value of this object is equal to the number
Packit 022b05
                    of segments received by this UNI/NNI logical
Packit 022b05
                    port."
Packit 022b05
            ::= { frAccountLportEntry 2 }
Packit 022b05
Packit 022b05
        frAccountLportOutSegments OBJECT-TYPE
Packit 022b05
            SYNTAX      Counter32
Packit 022b05
            UNITS       "Segments"
Packit 022b05
            MAX-ACCESS  read-only
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The value of this object is equal to the number
Packit 022b05
Packit 022b05
Packit 022b05
                    of segments sent by this UNI/NNI logical port."
Packit 022b05
            ::= { frAccountLportEntry 3 }
Packit 022b05
Packit 022b05
          --
Packit 022b05
          -- Frame Relay Network Service Notifications
Packit 022b05
          --
Packit 022b05
Packit 022b05
        frPVCConnectStatusChange  NOTIFICATION-TYPE
Packit 022b05
            OBJECTS { frPVCConnectIndex,
Packit 022b05
                      frPVCConnectLowIfIndex,
Packit 022b05
                      frPVCConnectLowDLCIIndex,
Packit 022b05
                      frPVCConnectHighIfIndex,
Packit 022b05
                      frPVCConnectHighDLCIIndex,
Packit 022b05
                      frPVCConnectL2hOperStatus,
Packit 022b05
                      frPVCConnectH2lOperStatus,
Packit 022b05
                      frPVCEndptRcvdSigStatus }
Packit 022b05
            STATUS  deprecated
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "Refer to the description of the
Packit 022b05
                    frPVCConnectStatusNotif notification that has
Packit 022b05
                    replaced this notification.  The notification is
Packit 022b05
                    deprecated due to the incorrect inclusion of index
Packit 022b05
                    values and to take advantage of the trap prefix
Packit 022b05
                    for automatic conversion from SMIv2 to SMIv1 by
Packit 022b05
                    making the one but last sub-ID a zero (i.e. the
Packit 022b05
                    so-called trap prefix)."
Packit 022b05
            ::= { frnetservTraps 1 }
Packit 022b05
Packit 022b05
        frPVCConnectStatusNotif  NOTIFICATION-TYPE
Packit 022b05
            OBJECTS { frPVCConnectL2hOperStatus,
Packit 022b05
                      frPVCConnectH2lOperStatus,
Packit 022b05
                      frPVCEndptRcvdSigStatus }
Packit 022b05
            STATUS  current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "This notification indicates that the indicated
Packit 022b05
                    PVC has changed state.
Packit 022b05
Packit 022b05
                    This notification is not sent if an FR-UNI changes
Packit 022b05
                    state; a linkDown or linkUp notification should be
Packit 022b05
                    sent instead.  The first instance of
Packit 022b05
                    frPVCEndptRcvdSigStatus is for the endpoint with
Packit 022b05
                    LowIfIndex, LowDLCIIndex.  The second instance of
Packit 022b05
                    frPVCEndptRcvdSigStatus is for the endpoint with
Packit 022b05
                    HighIfIndex, HighDLCIIndex"
Packit 022b05
            ::= { frnetservTrapsPrefix 2 }
Packit 022b05
Packit 022b05
        -- Conformance Information
Packit 022b05
Packit 022b05
Packit 022b05
Packit 022b05
        frnetservConformance  OBJECT IDENTIFIER
Packit 022b05
            ::= { frnetservMIB 3 }
Packit 022b05
Packit 022b05
        frnetservGroups       OBJECT IDENTIFIER
Packit 022b05
            ::= { frnetservConformance 1 }
Packit 022b05
        frnetservCompliances  OBJECT IDENTIFIER
Packit 022b05
            ::= { frnetservConformance 2 }
Packit 022b05
Packit 022b05
Packit 022b05
        --
Packit 022b05
        --  Service (Read-only) Modules
Packit 022b05
        --
Packit 022b05
        frnetservCompliance2 MODULE-COMPLIANCE
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The compliance statement for SNMP entities which
Packit 022b05
                    have Frame Relay Network Service Interfaces.
Packit 022b05
Packit 022b05
                    The distinction between 'service' and 'switch' is
Packit 022b05
                    that a 'switch' is configured via this MIB.
Packit 022b05
                    Hence, the various read/write objects have write
Packit 022b05
                    capability.  A 'service' represents a passive
Packit 022b05
                    monitor-only customer network management
Packit 022b05
                    interface.  The various read/write objects are
Packit 022b05
                    restricted to read-only capability."
Packit 022b05
            MODULE -- this module
Packit 022b05
                MANDATORY-GROUPS { frnetservLportGroup2,
Packit 022b05
                                   frnetservMgtVCSigGroup,
Packit 022b05
                                   frnetservPVCEndptGroup,
Packit 022b05
                                   frnetservPVCEndptGroup2,
Packit 022b05
                                   frnetservPVCConnectGroup,
Packit 022b05
                                   frnetservPVCConnectNamesGroup,
Packit 022b05
                                   frnetservPVCNotifGroup2 }
Packit 022b05
Packit 022b05
                GROUP       frnetservAccountPVCGroup
Packit 022b05
                DESCRIPTION
Packit 022b05
                    "This group is optional for frame relay
Packit 022b05
                    interfaces.  It is mandatory if and only if
Packit 022b05
                    accounting is performed on a PVC basis this frame
Packit 022b05
                    relay interface."
Packit 022b05
                GROUP       frnetservAccountLportGroup
Packit 022b05
                DESCRIPTION
Packit 022b05
                    "This group is optional for frame relay
Packit 022b05
                    interfaces.  It is mandatory if and only if
Packit 022b05
                    accounting is performed on a logical port basis
Packit 022b05
                    this frame relay interface."
Packit 022b05
Packit 022b05
                OBJECT      frPVCEndptInMaxFrameSize
Packit 022b05
Packit 022b05
Packit 022b05
                MIN-ACCESS  read-only
Packit 022b05
                DESCRIPTION
Packit 022b05
                      "Write access is not required."
Packit 022b05
Packit 022b05
                OBJECT      frPVCEndptInBc
Packit 022b05
                MIN-ACCESS  read-only
Packit 022b05
                DESCRIPTION
Packit 022b05
                      "Write access is not required."
Packit 022b05
Packit 022b05
                OBJECT      frPVCEndptInBe
Packit 022b05
                MIN-ACCESS  read-only
Packit 022b05
                DESCRIPTION
Packit 022b05
                      "Write access is not required."
Packit 022b05
Packit 022b05
                OBJECT      frPVCEndptInCIR
Packit 022b05
                MIN-ACCESS  read-only
Packit 022b05
                DESCRIPTION
Packit 022b05
                      "Write access is not required."
Packit 022b05
Packit 022b05
                OBJECT      frPVCEndptOutMaxFrameSize
Packit 022b05
                MIN-ACCESS  read-only
Packit 022b05
                DESCRIPTION
Packit 022b05
                      "Write access is not required."
Packit 022b05
Packit 022b05
                OBJECT      frPVCEndptOutBc
Packit 022b05
                MIN-ACCESS  read-only
Packit 022b05
                DESCRIPTION
Packit 022b05
                      "Write access is not required."
Packit 022b05
Packit 022b05
                OBJECT      frPVCEndptOutBe
Packit 022b05
                MIN-ACCESS  read-only
Packit 022b05
                DESCRIPTION
Packit 022b05
                      "Write access is not required."
Packit 022b05
Packit 022b05
                OBJECT      frPVCEndptOutCIR
Packit 022b05
                MIN-ACCESS  read-only
Packit 022b05
                DESCRIPTION
Packit 022b05
                      "Write access is not required."
Packit 022b05
Packit 022b05
                OBJECT      frPVCEndptRowStatus
Packit 022b05
             -- subset of RowStatus
Packit 022b05
                SYNTAX      INTEGER { active(1) }
Packit 022b05
                MIN-ACCESS  read-only
Packit 022b05
                DESCRIPTION
Packit 022b05
                    "Write access is not required, and only one of the
Packit 022b05
                    six enumerated values for the RowStatus textual
Packit 022b05
                    convention need be supported, specifically:
Packit 022b05
                    active(1)."
Packit 022b05
Packit 022b05
Packit 022b05
                OBJECT      frPVCConnectAdminStatus
Packit 022b05
                MIN-ACCESS  read-only
Packit 022b05
                DESCRIPTION
Packit 022b05
                     "Write access is not required."
Packit 022b05
Packit 022b05
                OBJECT      frPVCConnectRowStatus
Packit 022b05
             -- subset of RowStatus
Packit 022b05
                SYNTAX      INTEGER { active(1) }
Packit 022b05
                MIN-ACCESS  read-only
Packit 022b05
                DESCRIPTION
Packit 022b05
                    "Write access is not required, and only one of the
Packit 022b05
                    six enumerated values for the RowStatus textual
Packit 022b05
                    convention need be supported, specifically:
Packit 022b05
                    active(1)."
Packit 022b05
Packit 022b05
                OBJECT      frLportFragControl
Packit 022b05
                MIN-ACCESS  read-only
Packit 022b05
                DESCRIPTION
Packit 022b05
                      "Write access is not required."
Packit 022b05
Packit 022b05
                OBJECT      frLportFragSize
Packit 022b05
                MIN-ACCESS  read-only
Packit 022b05
                DESCRIPTION
Packit 022b05
                      "Write access is not required."
Packit 022b05
Packit 022b05
                OBJECT      frPVCConnectUserName
Packit 022b05
                MIN-ACCESS  read-only
Packit 022b05
                DESCRIPTION
Packit 022b05
                      "Write access is not required."
Packit 022b05
Packit 022b05
                OBJECT      frPVCConnectProviderName
Packit 022b05
                MIN-ACCESS  read-only
Packit 022b05
                DESCRIPTION
Packit 022b05
                      "Write access is not required."
Packit 022b05
Packit 022b05
              ::= { frnetservCompliances 2 }
Packit 022b05
Packit 022b05
        --
Packit 022b05
        -- Switch (Configuration) Compliance
Packit 022b05
        --
Packit 022b05
        frnetSwitchCompliance MODULE-COMPLIANCE
Packit 022b05
            STATUS      current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The compliance statement for SNMP entities which
Packit 022b05
                    have Frame Relay Network Switch objects.
Packit 022b05
Packit 022b05
                    The distinction between 'service' and 'switch' is
Packit 022b05
                    that a 'switch' is configured via this MIB.
Packit 022b05
Packit 022b05
Packit 022b05
                    Hence, the various read/write objects have write
Packit 022b05
                    capability.  A 'service' represents a passive
Packit 022b05
                    monitor-only customer network management
Packit 022b05
                    interface.  The various read/write objects are
Packit 022b05
                    restricted to read-only capability."
Packit 022b05
            MODULE -- this module
Packit 022b05
                MANDATORY-GROUPS { frnetservLportGroup2,
Packit 022b05
                                   frnetservLportAdminGroup,
Packit 022b05
                                   frnetservMgtVCSigGroup,
Packit 022b05
                                   frnetservMgtVCSigAdminGroup,
Packit 022b05
                                   frnetservPVCEndptGroup,
Packit 022b05
                                   frnetservPVCEndptGroup2,
Packit 022b05
                                   frnetservPVCConnectGroup,
Packit 022b05
                                   frnetservPVCConnectNamesGroup,
Packit 022b05
                                   frnetservPVCNotifGroup2 }
Packit 022b05
Packit 022b05
                GROUP       frnetservAccountPVCGroup
Packit 022b05
                DESCRIPTION
Packit 022b05
                    "This group is optional for frame relay
Packit 022b05
                    interfaces.  It is mandatory if and only if
Packit 022b05
                    accounting is performed on a PVC basis this frame
Packit 022b05
                    relay interface."
Packit 022b05
                GROUP       frnetservAccountLportGroup
Packit 022b05
                DESCRIPTION
Packit 022b05
                    "This group is optional for frame relay
Packit 022b05
                    interfaces.  It is mandatory if and only if
Packit 022b05
                    accounting is performed on a logical port basis
Packit 022b05
                    this frame relay interface."
Packit 022b05
Packit 022b05
              ::= { frnetservCompliances 3 }
Packit 022b05
Packit 022b05
         --
Packit 022b05
         -- Historical RFC 1604 Compliance Modules
Packit 022b05
         --
Packit 022b05
Packit 022b05
        frnetservCompliance MODULE-COMPLIANCE
Packit 022b05
            STATUS  deprecated
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "The compliance statement for SNMP entities which
Packit 022b05
                    have Frame Relay Network Service Interfaces.
Packit 022b05
Packit 022b05
                    This compliance statement has been deprecated in
Packit 022b05
                    favor of frnetservCompliance2.  The new compliance
Packit 022b05
                    module expands the mandatory groups to include
Packit 022b05
                    notification and other new objects."
Packit 022b05
Packit 022b05
            MODULE -- this module
Packit 022b05
                MANDATORY-GROUPS { frnetservLportGroup,
Packit 022b05
Packit 022b05
Packit 022b05
                                   frnetservMgtVCSigGroup,
Packit 022b05
                                   frnetservPVCEndptGroup,
Packit 022b05
                                   frnetservPVCConnectGroup }
Packit 022b05
Packit 022b05
                GROUP       frnetservAccountPVCGroup
Packit 022b05
                DESCRIPTION
Packit 022b05
                    "This group is optional for Frame Relay
Packit 022b05
                    interfaces.  It is mandatory if and only if
Packit 022b05
                    accounting is performed on a PVC basis this Frame
Packit 022b05
                    Relay interface."
Packit 022b05
Packit 022b05
                GROUP       frnetservAccountLportGroup
Packit 022b05
                DESCRIPTION
Packit 022b05
                    "This group is optional for Frame Relay
Packit 022b05
                    interfaces.  It is mandatory if and only if
Packit 022b05
                    accounting is performed on a logical port basis
Packit 022b05
                    this Frame Relay interface."
Packit 022b05
Packit 022b05
                OBJECT      frPVCEndptInMaxFrameSize
Packit 022b05
                MIN-ACCESS  read-only
Packit 022b05
                DESCRIPTION
Packit 022b05
                    "Write access is not required."
Packit 022b05
Packit 022b05
                OBJECT      frPVCEndptInBc
Packit 022b05
                MIN-ACCESS  read-only
Packit 022b05
                DESCRIPTION
Packit 022b05
                    "Write access is not required."
Packit 022b05
                OBJECT      frPVCEndptInBe
Packit 022b05
                MIN-ACCESS  read-only
Packit 022b05
                DESCRIPTION
Packit 022b05
                    "Write access is not required."
Packit 022b05
Packit 022b05
                OBJECT      frPVCEndptInCIR
Packit 022b05
                MIN-ACCESS  read-only
Packit 022b05
                DESCRIPTION
Packit 022b05
                    "Write access is not required."
Packit 022b05
Packit 022b05
                OBJECT      frPVCEndptOutMaxFrameSize
Packit 022b05
                MIN-ACCESS  read-only
Packit 022b05
                DESCRIPTION
Packit 022b05
                    "Write access is not required."
Packit 022b05
Packit 022b05
                OBJECT      frPVCEndptOutBc
Packit 022b05
                MIN-ACCESS  read-only
Packit 022b05
                DESCRIPTION
Packit 022b05
                    "Write access is not required."
Packit 022b05
Packit 022b05
                OBJECT      frPVCEndptOutBe
Packit 022b05
Packit 022b05
Packit 022b05
                MIN-ACCESS  read-only
Packit 022b05
                DESCRIPTION
Packit 022b05
                    "Write access is not required."
Packit 022b05
Packit 022b05
                OBJECT      frPVCEndptOutCIR
Packit 022b05
                MIN-ACCESS  read-only
Packit 022b05
                DESCRIPTION
Packit 022b05
                    "Write access is not required."
Packit 022b05
Packit 022b05
                OBJECT      frPVCEndptRowStatus
Packit 022b05
             -- subset of RowStatus
Packit 022b05
                SYNTAX      INTEGER { active(1) }
Packit 022b05
                MIN-ACCESS  read-only
Packit 022b05
                DESCRIPTION
Packit 022b05
                    "Write access is not required, and only one of the
Packit 022b05
                    six enumerated values for the RowStatus textual
Packit 022b05
                    convention need be supported, specifically:
Packit 022b05
                    active(1)."
Packit 022b05
Packit 022b05
                OBJECT      frPVCConnectAdminStatus
Packit 022b05
                MIN-ACCESS  read-only
Packit 022b05
                DESCRIPTION
Packit 022b05
                    "Write access is not required."
Packit 022b05
Packit 022b05
                OBJECT      frPVCConnectRowStatus
Packit 022b05
             -- subset of RowStatus
Packit 022b05
                SYNTAX      INTEGER { active(1) }
Packit 022b05
                MIN-ACCESS  read-only
Packit 022b05
                DESCRIPTION
Packit 022b05
                    "Write access is not required, and only one of the
Packit 022b05
                    six enumerated values for the RowStatus textual
Packit 022b05
                    convention need be supported, specifically:
Packit 022b05
                    active(1)."
Packit 022b05
            ::= { frnetservCompliances 1 }
Packit 022b05
Packit 022b05
         --
Packit 022b05
         -- Frame Relay Service MIB Object Groups
Packit 022b05
         --
Packit 022b05
         frnetservLportGroup  OBJECT-GROUP
Packit 022b05
             OBJECTS { frLportNumPlan, frLportContact, frLportLocation,
Packit 022b05
                       frLportType,
Packit 022b05
                       frLportAddrDLCILen, frLportVCSigProtocol,
Packit 022b05
                       frLportVCSigPointer }
Packit 022b05
             STATUS  deprecated
Packit 022b05
             DESCRIPTION
Packit 022b05
                     "A collection of objects providing information
Packit 022b05
                     applicable to a Frame Relay Logical Port.  This
Packit 022b05
                     group has been deprecated to eliminate reference
Packit 022b05
Packit 022b05
Packit 022b05
                     to the object frLportVCSigPointer.
Packit 022b05
Packit 022b05
                     Use the new group frnetservLportGroup2 as a
Packit 022b05
                     replacement for this group."
Packit 022b05
             ::= { frnetservGroups 1 }
Packit 022b05
Packit 022b05
        frnetservMgtVCSigGroup  OBJECT-GROUP
Packit 022b05
            OBJECTS { frMgtVCSigProced,
Packit 022b05
                      frMgtVCSigUserN391,
Packit 022b05
                      frMgtVCSigUserN392,
Packit 022b05
                      frMgtVCSigUserN393,
Packit 022b05
                      frMgtVCSigUserT391,
Packit 022b05
                      frMgtVCSigNetN392,
Packit 022b05
                      frMgtVCSigNetN393,
Packit 022b05
                      frMgtVCSigNetT392,
Packit 022b05
                      frMgtVCSigNetnN4,
Packit 022b05
                      frMgtVCSigNetnT3,
Packit 022b05
                      frMgtVCSigUserLinkRelErrors,
Packit 022b05
                      frMgtVCSigUserProtErrors,
Packit 022b05
                      frMgtVCSigUserChanInactive,
Packit 022b05
                      frMgtVCSigNetLinkRelErrors,
Packit 022b05
                      frMgtVCSigNetProtErrors,
Packit 022b05
                      frMgtVCSigNetChanInactive }
Packit 022b05
            STATUS  current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "A collection of objects providing information
Packit 022b05
                    applicable to the Local In-Channel Signaling
Packit 022b05
                    Procedures used for a UNI/NNI logical port."
Packit 022b05
            ::= { frnetservGroups 2 }
Packit 022b05
Packit 022b05
        frnetservPVCEndptGroup  OBJECT-GROUP
Packit 022b05
            OBJECTS { frPVCConnectIndexValue,
Packit 022b05
                      frPVCEndptInMaxFrameSize,
Packit 022b05
                      frPVCEndptInBc,
Packit 022b05
                      frPVCEndptInBe,
Packit 022b05
                      frPVCEndptInCIR,
Packit 022b05
                      frPVCEndptOutMaxFrameSize,
Packit 022b05
                      frPVCEndptOutBc,
Packit 022b05
                      frPVCEndptOutBe,
Packit 022b05
                      frPVCEndptOutCIR,
Packit 022b05
                      frPVCEndptConnectIdentifier,
Packit 022b05
                      frPVCEndptRowStatus,
Packit 022b05
                      frPVCEndptRcvdSigStatus,
Packit 022b05
                      frPVCEndptInFrames,
Packit 022b05
                      frPVCEndptOutFrames,
Packit 022b05
                      frPVCEndptInDEFrames,
Packit 022b05
                      frPVCEndptInExcessFrames,
Packit 022b05
                      frPVCEndptOutExcessFrames,
Packit 022b05
Packit 022b05
Packit 022b05
                      frPVCEndptInDiscards,
Packit 022b05
                      frPVCEndptInOctets,
Packit 022b05
                      frPVCEndptOutOctets }
Packit 022b05
            STATUS  current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "A collection of objects providing information
Packit 022b05
                    applicable to a Frame Relay PVC end-point."
Packit 022b05
            ::= { frnetservGroups 3 }
Packit 022b05
Packit 022b05
        frnetservPVCConnectGroup  OBJECT-GROUP
Packit 022b05
            OBJECTS { frPVCConnectAdminStatus,
Packit 022b05
                      frPVCConnectL2hOperStatus,
Packit 022b05
                      frPVCConnectH2lOperStatus,
Packit 022b05
                      frPVCConnectL2hLastChange,
Packit 022b05
                      frPVCConnectH2lLastChange,
Packit 022b05
                      frPVCConnectRowStatus }
Packit 022b05
            STATUS  current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "A collection of objects providing information
Packit 022b05
                    applicable to a Frame Relay PVC connection."
Packit 022b05
            ::= { frnetservGroups 4 }
Packit 022b05
Packit 022b05
        frnetservAccountPVCGroup  OBJECT-GROUP
Packit 022b05
            OBJECTS { frAccountPVCSegmentSize,
Packit 022b05
                      frAccountPVCInSegments,
Packit 022b05
                      frAccountPVCOutSegments }
Packit 022b05
            STATUS  current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "A collection of objects providing accounting
Packit 022b05
                    information application to a Frame Relay PVC end-
Packit 022b05
                    point."
Packit 022b05
            ::= { frnetservGroups 5 }
Packit 022b05
Packit 022b05
        frnetservAccountLportGroup  OBJECT-GROUP
Packit 022b05
            OBJECTS { frAccountLportSegmentSize,
Packit 022b05
                      frAccountLportInSegments,
Packit 022b05
                      frAccountLportOutSegments }
Packit 022b05
            STATUS  current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "A collection of objects providing accounting
Packit 022b05
                    information application to a Frame Relay logical
Packit 022b05
                    port."
Packit 022b05
            ::= { frnetservGroups 6 }
Packit 022b05
Packit 022b05
        frnetservLportGroup2  OBJECT-GROUP
Packit 022b05
            OBJECTS { frLportNumPlan,
Packit 022b05
                      frLportContact,
Packit 022b05
                      frLportLocation,
Packit 022b05
Packit 022b05
Packit 022b05
                      frLportType,
Packit 022b05
                      frLportAddrDLCILen,
Packit 022b05
                      frLportVCSigProtocol,
Packit 022b05
                      frLportFragControl,
Packit 022b05
                      frLportFragSize }
Packit 022b05
            STATUS  current
Packit 022b05
            DESCRIPTION
Packit 022b05
                    "A collection of objects providing information
Packit 022b05
                    applicable to a Frame Relay Logical Port.
Packit 022b05
Packit 022b05
                    This new version of the Logical Port Group
Packit 022b05
                    eliminates the frLportVCSigPointer and adds
Packit 022b05
                    support for fragmentation."
Packit 022b05
            ::= { frnetservGroups 7 }
Packit 022b05
Packit 022b05
        frnetservPVCEndptGroup2  OBJECT-GROUP
Packit 022b05
              OBJECTS { frPVCEndptInDiscardsDESet,
Packit 022b05
                        frPVCEndptInFramesFECNSet,
Packit 022b05
                        frPVCEndptOutFramesFECNSet,
Packit 022b05
                        frPVCEndptInFramesBECNSet,
Packit 022b05
                        frPVCEndptOutFramesBECNSet,
Packit 022b05
                        frPVCEndptInCongDiscards,
Packit 022b05
                        frPVCEndptInDECongDiscards,
Packit 022b05
                        frPVCEndptOutCongDiscards,
Packit 022b05
                        frPVCEndptOutDECongDiscards,
Packit 022b05
                        frPVCEndptOutDEFrames,
Packit 022b05
                        frPVCEndptAtmIwfConnIndex }
Packit 022b05
              STATUS  current
Packit 022b05
              DESCRIPTION
Packit 022b05
                    "Additions to the PVC end-point group.  These
Packit 022b05
                    additions provide new frame counters to track
Packit 022b05
                    frame loss.  In addition, the new FR/ATM IWF MIB
Packit 022b05
                    cross-connect index is included."
Packit 022b05
              ::= { frnetservGroups 8 }
Packit 022b05
Packit 022b05
        frnetservPVCConnectNamesGroup  OBJECT-GROUP
Packit 022b05
              OBJECTS { frPVCConnectUserName,
Packit 022b05
                        frPVCConnectProviderName }
Packit 022b05
              STATUS  current
Packit 022b05
              DESCRIPTION
Packit 022b05
                    "Additions to the PVC Connect Group."
Packit 022b05
              ::= { frnetservGroups 9 }
Packit 022b05
Packit 022b05
        frnetservLportAdminGroup OBJECT-GROUP
Packit 022b05
              OBJECTS { frLportDLCIIndexValue,
Packit 022b05
                        frLportTypeAdmin,
Packit 022b05
                        frLportVCSigProtocolAdmin }
Packit 022b05
              STATUS  current
Packit 022b05
Packit 022b05
Packit 022b05
              DESCRIPTION
Packit 022b05
                    "Administrative (R/W) objects for creating a
Packit 022b05
                    switch logical port."
Packit 022b05
              ::= { frnetservGroups 10 }
Packit 022b05
Packit 022b05
        frnetservMgtVCSigAdminGroup OBJECT-GROUP
Packit 022b05
              OBJECTS { frMgtVCSigProcedAdmin,
Packit 022b05
                        frMgtVCSigUserN391Admin,
Packit 022b05
                        frMgtVCSigUserN392Admin,
Packit 022b05
                        frMgtVCSigUserN393Admin,
Packit 022b05
                        frMgtVCSigUserT391Admin,
Packit 022b05
                        frMgtVCSigNetN392Admin,
Packit 022b05
                        frMgtVCSigNetN393Admin,
Packit 022b05
                        frMgtVCSigNetT392Admin,
Packit 022b05
                        frMgtVCSigNetnT3Admin }
Packit 022b05
              STATUS  current
Packit 022b05
              DESCRIPTION
Packit 022b05
Packit 022b05
                    "A collection of objects providing information
Packit 022b05
                    applicable to the Local In-Channel Signaling
Packit 022b05
                    Procedures used for a UNI/NNI logical port."
Packit 022b05
              ::= { frnetservGroups 11 }
Packit 022b05
Packit 022b05
        frnetservPVCNotifGroup NOTIFICATION-GROUP
Packit 022b05
              NOTIFICATIONS { frPVCConnectStatusChange }
Packit 022b05
              STATUS    deprecated
Packit 022b05
              DESCRIPTION
Packit 022b05
                    "Deprecated notification group.  The
Packit 022b05
                    frPVCConnectStatusChange notification was flawed
Packit 022b05
                    because it included redundant indexes and was not
Packit 022b05
                    properly encoded for SMIv1 conversion."
Packit 022b05
            ::= { frnetservGroups 12 }
Packit 022b05
Packit 022b05
        frnetservPVCNotifGroup2 NOTIFICATION-GROUP
Packit 022b05
              NOTIFICATIONS { frPVCConnectStatusNotif }
Packit 022b05
              STATUS    current
Packit 022b05
              DESCRIPTION
Packit 022b05
                    "A collection of notifications that apply to frame
Packit 022b05
                    relay PVC Connections "
Packit 022b05
            ::= { frnetservGroups 13 }
Packit 022b05
Packit 022b05
        END