Blame mibs/ietf/SIP-MIB

Packit 022b05
SIP-MIB DEFINITIONS ::= BEGIN
Packit 022b05
Packit 022b05
IMPORTS
Packit 022b05
   MODULE-IDENTITY, OBJECT-TYPE, Counter32,
Packit 022b05
   Integer32, IpAddress                     FROM SNMPv2-SMI
Packit 022b05
   TimeStamp, TEXTUAL-CONVENTION            FROM SNMPv2-TC
Packit 022b05
   MODULE-COMPLIANCE, OBJECT-GROUP          FROM SNMPv2-CONF
Packit 022b05
   transmission, ifIndex, mib-2             FROM RFC1213-MIB;
Packit 022b05
Packit 022b05
--  This is the MIB module for the SMDS Interface objects.
Packit 022b05
Packit 022b05
sipMIB MODULE-IDENTITY
Packit 022b05
    LAST-UPDATED "9403311818Z"
Packit 022b05
    ORGANIZATION "IETF Interfaces Working Group"
Packit 022b05
    CONTACT-INFO
Packit 022b05
      "        Tracy Brown
Packit 022b05
       Postal: Bell Communications Research
Packit 022b05
               331 Newman Springs Road
Packit 022b05
               P.O. Box 7020
Packit 022b05
               Red Bank, NJ  07701-7020
Packit 022b05
               US
Packit 022b05
Packit 022b05
          Tel: +1 908  758-2107
Packit 022b05
          Fax: +1 908  758-4177
Packit 022b05
       E-mail: tacox@mail.bellcore.com
Packit 022b05
Packit 022b05
               Kaj Tesink
Packit 022b05
       Postal: Bell Communications Research
Packit 022b05
               331 Newman Springs Road
Packit 022b05
               P.O. Box 7020
Packit 022b05
               Red Bank, NJ  07701-7020
Packit 022b05
               US
Packit 022b05
Packit 022b05
          Tel: +1 908 758 5254
Packit 022b05
          Fax: +1 908 758 4177
Packit 022b05
       E-mail: kaj@cc.bellcore.com."
Packit 022b05
    DESCRIPTION
Packit 022b05
         "The MIB module to describe
Packit 022b05
         SMDS interfaces objects."
Packit 022b05
    ::= { mib-2 36 }
Packit 022b05
Packit 022b05
SMDSAddress ::= TEXTUAL-CONVENTION
Packit 022b05
    DISPLAY-HINT "1x:"
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
        "The 60-bit SMDS address,
Packit 022b05
         preceded by 4 bits with the following values:
Packit 022b05
         1100 when representing an individual address
Packit 022b05
         1110 when representing a group address."
Packit 022b05
    SYNTAX  OCTET STRING (SIZE (8))
Packit 022b05
Packit 022b05
IfIndex ::= TEXTUAL-CONVENTION
Packit 022b05
  STATUS  current
Packit 022b05
  DESCRIPTION
Packit 022b05
    "The value of this object identifies the
Packit 022b05
    interface for which this entry contains
Packit 022b05
    management information.  The value of this
Packit 022b05
    object for a particular interface has the same
Packit 022b05
    value as the ifIndex object, defined in RFC
Packit 022b05
    1213, for the same interface."
Packit 022b05
  SYNTAX Integer32
Packit 022b05
Packit 022b05
Packit 022b05
sip     OBJECT IDENTIFIER ::= { transmission 31 }
Packit 022b05
sipMIBObjects   OBJECT IDENTIFIER ::= { sipMIB 1 }
Packit 022b05
Packit 022b05
Packit 022b05
-- The SIP Level 3 Group
Packit 022b05
Packit 022b05
sipL3Table  OBJECT-TYPE
Packit 022b05
    SYNTAX      SEQUENCE OF SipL3Entry
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "This table contains SIP L3 parameters and
Packit 022b05
       state variables, one entry per SIPL3 interface."
Packit 022b05
   ::= { sip 1 }
Packit 022b05
Packit 022b05
sipL3Entry  OBJECT-TYPE
Packit 022b05
    SYNTAX      SipL3Entry
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "This list contains SIP L3 parameters and
Packit 022b05
       state variables."
Packit 022b05
   INDEX   { sipL3Index }
Packit 022b05
   ::= { sipL3Table 1 }
Packit 022b05
Packit 022b05
SipL3Entry  ::= SEQUENCE {
Packit 022b05
    sipL3Index                        IfIndex,
Packit 022b05
    sipL3ReceivedIndividualDAs        Counter32,
Packit 022b05
    sipL3ReceivedGAs                  Counter32,
Packit 022b05
    sipL3UnrecognizedIndividualDAs    Counter32,
Packit 022b05
    sipL3UnrecognizedGAs              Counter32,
Packit 022b05
    sipL3SentIndividualDAs            Counter32,
Packit 022b05
    sipL3SentGAs                      Counter32,
Packit 022b05
    sipL3Errors                       Counter32,
Packit 022b05
    sipL3InvalidSMDSAddressTypes      Counter32,
Packit 022b05
    sipL3VersionSupport               Integer32
Packit 022b05
   }
Packit 022b05
Packit 022b05
sipL3Index  OBJECT-TYPE
Packit 022b05
    SYNTAX      IfIndex
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The value of this object identifies the SIP
Packit 022b05
       L3 interface for which this entry contains
Packit 022b05
       management information. "
Packit 022b05
   ::= { sipL3Entry 1 }
Packit 022b05
Packit 022b05
sipL3ReceivedIndividualDAs OBJECT-TYPE
Packit 022b05
    SYNTAX      Counter32
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      deprecated
Packit 022b05
-- Moved to ifTable
Packit 022b05
-- ifInUcastPkts defined in [9] must be used instead.
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The total number of individually addressed SIP
Packit 022b05
       Level 3 PDUs received from the remote system
Packit 022b05
       across the SNI.  The total includes only
Packit 022b05
       unerrored L3PDUs."
Packit 022b05
   ::= { sipL3Entry 2 }
Packit 022b05
Packit 022b05
sipL3ReceivedGAs OBJECT-TYPE
Packit 022b05
    SYNTAX      Counter32
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      deprecated
Packit 022b05
-- Moved to ifTable
Packit 022b05
-- ifInMulticastPkts defined in [9] must be used instead.
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The total number of group addressed SIP Level 3
Packit 022b05
       PDUs received from the remote system across the
Packit 022b05
       SNI.  The total includes only unerrored L3PDUs."
Packit 022b05
   ::= { sipL3Entry 3 }
Packit 022b05
Packit 022b05
sipL3UnrecognizedIndividualDAs OBJECT-TYPE
Packit 022b05
    SYNTAX      Counter32
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      deprecated
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The number of SIP Level 3 PDUs received from the
Packit 022b05
       remote system with invalid or unknown individual
Packit 022b05
       destination addresses (Destination Address
Packit 022b05
       Screening violations are not included).  See SMDS
Packit 022b05
       Subscription MIB module."
Packit 022b05
    ::= { sipL3Entry 4 }
Packit 022b05
Packit 022b05
sipL3UnrecognizedGAs OBJECT-TYPE
Packit 022b05
    SYNTAX      Counter32
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      deprecated
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The number of SIP Level 3 PDUs received from the
Packit 022b05
       remote system with invalid or unknown group
Packit 022b05
       addresses.  (Destination Address Screening
Packit 022b05
       violations are not included).  See SMDS
Packit 022b05
       Subscription MIB module."
Packit 022b05
    ::= { sipL3Entry 5 }
Packit 022b05
Packit 022b05
sipL3SentIndividualDAs OBJECT-TYPE
Packit 022b05
    SYNTAX      Counter32
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      deprecated
Packit 022b05
-- Moved to ifTable
Packit 022b05
-- ifOutUcastPkts defined in [9] must be used instead.
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The number of individually addressed SIP Level 3
Packit 022b05
       PDUs that have been sent by this system across the
Packit 022b05
       SNI."
Packit 022b05
    ::= { sipL3Entry 6 }
Packit 022b05
Packit 022b05
sipL3SentGAs OBJECT-TYPE
Packit 022b05
    SYNTAX      Counter32
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      deprecated
Packit 022b05
-- Moved to ifTable
Packit 022b05
-- ifOutMulticastPkts defined in [9] must be used instead.
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The number of group addressed SIP L3PDUs that
Packit 022b05
       have been sent by this system across the SNI."
Packit 022b05
    ::= { sipL3Entry 7 }
Packit 022b05
Packit 022b05
-- The total number of SIP L3PDU errors can be calculated as
Packit 022b05
-- (Syntactic errors + Semantic Service errors )
Packit 022b05
-- Syntactic errors include:
Packit 022b05
--    sipL3Errors
Packit 022b05
-- Latest occurrences of syntactic error types are logged in
Packit 022b05
--    sipL3PDUErrorTable.
Packit 022b05
-- Semantic Service errors include:
Packit 022b05
Packit 022b05
--    sipL3UnrecognizedIndividualDAs
Packit 022b05
--    sipL3UnrecognizedGAs
Packit 022b05
--    sipL3InvalidSMDSAddressTypes
Packit 022b05
-- Note that public networks supporting SMDS may discard
Packit 022b05
-- SIP L3PDUs due to subscription violations.  Related
Packit 022b05
-- managed objects are defined in Definitions of Managed
Packit 022b05
-- Objects for SMDS Subscription.
Packit 022b05
Packit 022b05
sipL3Errors OBJECT-TYPE
Packit 022b05
    SYNTAX      Counter32
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      deprecated
Packit 022b05
-- Moved to ifTable
Packit 022b05
-- ifInErrors defined in [9] must be used instead.
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The total number of SIP Level 3 PDUs received
Packit 022b05
       from the remote system that were discovered to
Packit 022b05
       have errors (including protocol processing and bit
Packit 022b05
       errors but excluding addressing-related errors)
Packit 022b05
       and were discarded.  Includes both group addressed
Packit 022b05
       L3PDUs and L3PDUs containing an individual
Packit 022b05
       destination address."
Packit 022b05
    ::= { sipL3Entry 8 }
Packit 022b05
Packit 022b05
sipL3InvalidSMDSAddressTypes OBJECT-TYPE
Packit 022b05
    SYNTAX      Counter32
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      deprecated
Packit 022b05
-- Moved to ifTable
Packit 022b05
-- ifInUnknownProtos defined in [9] must be used instead.
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The number of SIP Level 3 PDUs received from the
Packit 022b05
       remote system that had the Source or Destination
Packit 022b05
       Address_Type subfields, (the four most significant
Packit 022b05
       bits of the 64 bit address field), not equal to
Packit 022b05
       the value 1100 or 1110.  Also, an error is
Packit 022b05
       considered to have occurred if the Address_Type
Packit 022b05
       field for a Source Address, the four most
Packit 022b05
       significant bits of the 64 bits, is equal to 1110
Packit 022b05
       (a group address)."
Packit 022b05
    ::= { sipL3Entry 9 }
Packit 022b05
Packit 022b05
sipL3VersionSupport  OBJECT-TYPE
Packit 022b05
    SYNTAX      Integer32
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "A value which indicates the version(s) of SIP
Packit 022b05
       that this interface supports.  The value is a sum.
Packit 022b05
       This sum initially takes the value zero.  For each
Packit 022b05
       version, V, that this interface supports, 2 raised
Packit 022b05
       to (V - 1) is added to the sum. For example, a
Packit 022b05
       port supporting versions 1 and 2 would have a
Packit 022b05
       value of (2^(1-1)+2^(2-1))=3.  The
Packit 022b05
       sipL3VersionSupport is effectively a bit mask with
Packit 022b05
       Version 1 equal to the least significant bit
Packit 022b05
       (LSB)."
Packit 022b05
    ::= { sipL3Entry 10 }
Packit 022b05
Packit 022b05
Packit 022b05
-- The SIP Level 2 Group
Packit 022b05
Packit 022b05
sipL2Table  OBJECT-TYPE
Packit 022b05
    SYNTAX      SEQUENCE OF SipL2Entry
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "This table contains SIP L2PDU parameters and
Packit 022b05
       state variables, one entry per SIP L2 interface."
Packit 022b05
    ::= { sip 2 }
Packit 022b05
Packit 022b05
sipL2Entry  OBJECT-TYPE
Packit 022b05
    SYNTAX      SipL2Entry
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "This list contains SIP L2 parameters and state
Packit 022b05
       variables."
Packit 022b05
    INDEX   { sipL2Index }
Packit 022b05
    ::= { sipL2Table 1 }
Packit 022b05
Packit 022b05
SipL2Entry  ::= SEQUENCE {
Packit 022b05
    sipL2Index                     IfIndex,
Packit 022b05
    sipL2ReceivedCounts            Counter32,
Packit 022b05
    sipL2SentCounts                Counter32,
Packit 022b05
    sipL2HcsOrCRCErrors            Counter32,
Packit 022b05
    sipL2PayloadLengthErrors       Counter32,
Packit 022b05
    sipL2SequenceNumberErrors      Counter32,
Packit 022b05
    sipL2MidCurrentlyActiveErrors  Counter32,
Packit 022b05
    sipL2BomOrSSMsMIDErrors        Counter32,
Packit 022b05
    sipL2EomsMIDErrors             Counter32
Packit 022b05
  }
Packit 022b05
Packit 022b05
sipL2Index  OBJECT-TYPE
Packit 022b05
    SYNTAX      IfIndex
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The value of this object identifies the SIP
Packit 022b05
       interface for which this entry contains management
Packit 022b05
       information."
Packit 022b05
    ::= { sipL2Entry 1 }
Packit 022b05
Packit 022b05
sipL2ReceivedCounts OBJECT-TYPE
Packit 022b05
    SYNTAX      Counter32
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The number of SIP Level 2 PDUs received from the
Packit 022b05
       remote system across the SNI. The total includes
Packit 022b05
       only unerrored L2PDUs."
Packit 022b05
    ::= { sipL2Entry 2 }
Packit 022b05
Packit 022b05
sipL2SentCounts OBJECT-TYPE
Packit 022b05
    SYNTAX      Counter32
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The number of SIP Level 2 PDUs that have been
Packit 022b05
       sent by this system across the SNI."
Packit 022b05
    ::= { sipL2Entry 3 }
Packit 022b05
Packit 022b05
-- The following error types are counted, and
Packit 022b05
-- preclude sipL2ReceivedCounts to be incremented:
Packit 022b05
--    sipL2HcsOrCRCErrors
Packit 022b05
--    sipL2PayloadLengthErrors
Packit 022b05
--    sipL2SequenceNumberErrors
Packit 022b05
--    sipL2BomOrSSMsMIDErrors
Packit 022b05
--    sipL2EomsMIDErrors
Packit 022b05
-- The receipt of SIP Level 2 PDUs which are BOMs and
Packit 022b05
-- for with a MID that is already active will cause
Packit 022b05
-- sipL2MidCurrentlyActiveErrors to increment.
Packit 022b05
-- Any already accumulated (correct) segmentation
Packit 022b05
-- units are discarded.The sipL2ReceivedCounts
Packit 022b05
-- is incremented by 1. Thus,
Packit 022b05
-- sipL2ReceivedCounts defines the number of
Packit 022b05
-- correct SIP Level 2 PDUs delivered to the reassembly
Packit 022b05
-- process.
Packit 022b05
Packit 022b05
sipL2HcsOrCRCErrors  OBJECT-TYPE
Packit 022b05
    SYNTAX      Counter32
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The number of received SIP Level 2 PDUs that were
Packit 022b05
       discovered to have either a Header Check Sequence
Packit 022b05
       error or a Payload CRC violation."
Packit 022b05
    ::= { sipL2Entry 4 }
Packit 022b05
Packit 022b05
sipL2PayloadLengthErrors  OBJECT-TYPE
Packit 022b05
    SYNTAX      Counter32
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The number of received SIP Level 2 PDUs that had
Packit 022b05
       Payload Length errors that fall in the following
Packit 022b05
       specifications:
Packit 022b05
       - SSM L2_PDU payload length field value less
Packit 022b05
       - than 28 octets or greater than 44 octets,
Packit 022b05
Packit 022b05
       - BOM or COM L2_PDU payload length field not
Packit 022b05
       - equal to 44 octets,
Packit 022b05
       - EOM L2_PDU payload length field value less
Packit 022b05
       - than 4 octets or greater than 44 octets."
Packit 022b05
    ::= { sipL2Entry 5 }
Packit 022b05
Packit 022b05
sipL2SequenceNumberErrors  OBJECT-TYPE
Packit 022b05
    SYNTAX      Counter32
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The number of received SIP Level 2 PDUs that had
Packit 022b05
       a sequence number within the L2PDU not equal to
Packit 022b05
       the expected sequence number of the SMDS SS
Packit 022b05
       receive process."
Packit 022b05
    ::= { sipL2Entry 6 }
Packit 022b05
Packit 022b05
sipL2MidCurrentlyActiveErrors  OBJECT-TYPE
Packit 022b05
    SYNTAX      Counter32
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The number of received SIP Level 2 PDUs that are
Packit 022b05
       BOMs for which an active receive process is
Packit 022b05
       already started."
Packit 022b05
    ::= { sipL2Entry 7 }
Packit 022b05
Packit 022b05
sipL2BomOrSSMsMIDErrors  OBJECT-TYPE
Packit 022b05
    SYNTAX      Counter32
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The number of received SIP Level 2 PDUs that are
Packit 022b05
       SSMs with a MID not equal to zero or are BOMs with
Packit 022b05
       MIDs equal to zero."
Packit 022b05
    ::= { sipL2Entry 8 }
Packit 022b05
Packit 022b05
sipL2EomsMIDErrors  OBJECT-TYPE
Packit 022b05
    SYNTAX      Counter32
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The number of received SIP Level 2 PDUs that are
Packit 022b05
       EOMs for which there is no active receive process
Packit 022b05
       for the MID (i.e., the receipt of an EOM which
Packit 022b05
       does not correspond to a BOM) OR the EOM has a MID
Packit 022b05
       equal to zero."
Packit 022b05
    ::= { sipL2Entry 9 }
Packit 022b05
Packit 022b05
Packit 022b05
-- The SIP PLCP Group
Packit 022b05
Packit 022b05
sipPLCP OBJECT IDENTIFIER ::= { sip 3 }
Packit 022b05
Packit 022b05
Packit 022b05
-- The DS1 PLCP Group
Packit 022b05
Packit 022b05
sipDS1PLCPTable  OBJECT-TYPE
Packit 022b05
    SYNTAX      SEQUENCE OF SipDS1PLCPEntry
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "This table contains SIP DS1 PLCP parameters and
Packit 022b05
       state variables, one entry per SIP port."
Packit 022b05
    ::= { sipPLCP 1 }
Packit 022b05
Packit 022b05
sipDS1PLCPEntry  OBJECT-TYPE
Packit 022b05
    SYNTAX      SipDS1PLCPEntry
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "This list contains SIP DS1 PLCP parameters and
Packit 022b05
       state variables."
Packit 022b05
    INDEX   { sipDS1PLCPIndex }
Packit 022b05
    ::= { sipDS1PLCPTable 1 }
Packit 022b05
Packit 022b05
SipDS1PLCPEntry  ::= SEQUENCE {
Packit 022b05
    sipDS1PLCPIndex       IfIndex,
Packit 022b05
    sipDS1PLCPSEFSs       Counter32,
Packit 022b05
    sipDS1PLCPAlarmState  INTEGER,
Packit 022b05
    sipDS1PLCPUASs        Counter32
Packit 022b05
    }
Packit 022b05
Packit 022b05
sipDS1PLCPIndex  OBJECT-TYPE
Packit 022b05
    SYNTAX      IfIndex
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The value of this object identifies the
Packit 022b05
       interface for which this entry contains management
Packit 022b05
       information. "
Packit 022b05
    ::= { sipDS1PLCPEntry 1 }
Packit 022b05
Packit 022b05
sipDS1PLCPSEFSs OBJECT-TYPE
Packit 022b05
    SYNTAX       Counter32
Packit 022b05
    MAX-ACCESS   read-only
Packit 022b05
    STATUS       current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "A DS1 Severely Errored Framing Second (SEFS) is a
Packit 022b05
       count of one-second intervals containing one or
Packit 022b05
       more SEF events.  A Severely Errored Framing (SEF)
Packit 022b05
       event is declared when an error in the A1 octet
Packit 022b05
       and an error in the A2 octet of a framing octet
Packit 022b05
       pair (i.e., errors in both framing octets), or two
Packit 022b05
       consecutive invalid and/or nonsequential Path
Packit 022b05
       Overhead Identifier octets are detected."
Packit 022b05
    ::= { sipDS1PLCPEntry 2 }
Packit 022b05
Packit 022b05
sipDS1PLCPAlarmState OBJECT-TYPE
Packit 022b05
    SYNTAX  INTEGER     {
Packit 022b05
                noAlarm (1),
Packit 022b05
                receivedFarEndAlarm (2),
Packit 022b05
                incomingLOF (3)
Packit 022b05
            }
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "This variable indicates if there is an alarm
Packit 022b05
       present for the DS1 PLCP.  The value
Packit 022b05
       receivedFarEndAlarm means that the DS1 PLCP has
Packit 022b05
       received an incoming Yellow Signal, the value
Packit 022b05
       incomingLOF means that the DS1 PLCP has declared a
Packit 022b05
       loss of frame (LOF) failure condition, and the
Packit 022b05
       value noAlarm means that there are no alarms
Packit 022b05
       present.  See TR-TSV-000773 for a description of
Packit 022b05
       alarm states."
Packit 022b05
    ::= { sipDS1PLCPEntry 3 }
Packit 022b05
Packit 022b05
sipDS1PLCPUASs OBJECT-TYPE
Packit 022b05
    SYNTAX      Counter32
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The counter associated with the number of
Packit 022b05
       Unavailable Seconds, as defined by TR-TSV-000773,
Packit 022b05
       encountered by the PLCP."
Packit 022b05
    ::= { sipDS1PLCPEntry 4 }
Packit 022b05
Packit 022b05
Packit 022b05
-- The DS3 PLCP Group
Packit 022b05
Packit 022b05
sipDS3PLCPTable  OBJECT-TYPE
Packit 022b05
    SYNTAX      SEQUENCE OF SipDS3PLCPEntry
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "This table contains SIP DS3 PLCP parameters and
Packit 022b05
       state variables, one entry per SIP port."
Packit 022b05
    ::= { sipPLCP 2 }
Packit 022b05
Packit 022b05
sipDS3PLCPEntry  OBJECT-TYPE
Packit 022b05
    SYNTAX      SipDS3PLCPEntry
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "This list contains SIP DS3 PLCP parameters and
Packit 022b05
       state variables."
Packit 022b05
    INDEX   { sipDS3PLCPIndex }
Packit 022b05
    ::= { sipDS3PLCPTable 1 }
Packit 022b05
Packit 022b05
SipDS3PLCPEntry  ::= SEQUENCE {
Packit 022b05
    sipDS3PLCPIndex       IfIndex,
Packit 022b05
    sipDS3PLCPSEFSs       Counter32,
Packit 022b05
    sipDS3PLCPAlarmState  INTEGER,
Packit 022b05
    sipDS3PLCPUASs        Counter32
Packit 022b05
    }
Packit 022b05
Packit 022b05
sipDS3PLCPIndex  OBJECT-TYPE
Packit 022b05
    SYNTAX      IfIndex
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The value of this object identifies the
Packit 022b05
       interface for which this entry contains management
Packit 022b05
       information.  "
Packit 022b05
    ::= { sipDS3PLCPEntry 1 }
Packit 022b05
Packit 022b05
sipDS3PLCPSEFSs OBJECT-TYPE
Packit 022b05
    SYNTAX      Counter32
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "A DS3 Severely Errored Framing Second (SEFS) is a
Packit 022b05
       count of one-second intervals containing one or
Packit 022b05
       more SEF events.  A Severely Errored Framing (SEF)
Packit 022b05
       event is declared when an error in the A1 octet
Packit 022b05
       and an error in the A2 octet of a framing octet
Packit 022b05
       pair (i.e., errors in both framing octets), or two
Packit 022b05
       consecutive invalid and/or nonsequential Path
Packit 022b05
       Overhead Identifier octets are detected."
Packit 022b05
    ::= { sipDS3PLCPEntry 2 }
Packit 022b05
Packit 022b05
sipDS3PLCPAlarmState OBJECT-TYPE
Packit 022b05
    SYNTAX  INTEGER     {
Packit 022b05
                noAlarm (1),
Packit 022b05
                receivedFarEndAlarm (2),
Packit 022b05
                incomingLOF (3)
Packit 022b05
            }
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "This variable indicates if there is an alarm
Packit 022b05
       present for the DS3 PLCP.  The value
Packit 022b05
       receivedFarEndAlarm means that the DS3 PLCP has
Packit 022b05
       received an incoming Yellow Signal, the value
Packit 022b05
       incomingLOF means that the DS3 PLCP has declared a
Packit 022b05
       loss of frame (LOF) failure condition, and the
Packit 022b05
       value noAlarm means that there are no alarms
Packit 022b05
       present.  See TR-TSV-000773 for a description of
Packit 022b05
       alarm states."
Packit 022b05
    ::= { sipDS3PLCPEntry 3 }
Packit 022b05
Packit 022b05
sipDS3PLCPUASs OBJECT-TYPE
Packit 022b05
    SYNTAX      Counter32
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The counter associated with the number of
Packit 022b05
       Unavailable Seconds, as defined by TR-TSV-000773,
Packit 022b05
       encountered by the PLCP."
Packit 022b05
    ::= { sipDS3PLCPEntry 4 }
Packit 022b05
Packit 022b05
Packit 022b05
-- The SMDS Applications group
Packit 022b05
-- Applications that have been identified for this group are:
Packit 022b05
Packit 022b05
--          * IP-over-SMDS (details are specified in RFC 1209)
Packit 022b05
Packit 022b05
smdsApplications OBJECT IDENTIFIER ::= { sip 4 }
Packit 022b05
Packit 022b05
ipOverSMDS OBJECT IDENTIFIER ::= { smdsApplications 1 }
Packit 022b05
Packit 022b05
-- Although the objects in this group are read-only, at the
Packit 022b05
-- agent's discretion they may be made read-write so that the
Packit 022b05
-- management station, when appropriately authorized, may
Packit 022b05
-- change the addressing information related to the
Packit 022b05
-- configuration of a logical IP subnetwork implemented on
Packit 022b05
-- top of SMDS.
Packit 022b05
Packit 022b05
-- This table is necessary to support RFC1209 (IP-over-SMDS)
Packit 022b05
-- and gives information on the Group Addresses and ARP
Packit 022b05
-- Addresses used in the Logical IP subnetwork.
Packit 022b05
-- One SMDS address may be associated with multiple IP
Packit 022b05
-- addresses.  One SNI may be associated with multiple LISs.
Packit 022b05
Packit 022b05
ipOverSMDSTable OBJECT-TYPE
Packit 022b05
    SYNTAX      SEQUENCE OF IpOverSMDSEntry
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The table of addressing information relevant to
Packit 022b05
       this entity's IP addresses."
Packit 022b05
    ::= { ipOverSMDS 1 }
Packit 022b05
Packit 022b05
ipOverSMDSEntry OBJECT-TYPE
Packit 022b05
    SYNTAX      IpOverSMDSEntry
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The addressing information for one of this
Packit 022b05
       entity's IP addresses."
Packit 022b05
    INDEX   { ipOverSMDSIndex, ipOverSMDSAddress }
Packit 022b05
    ::= { ipOverSMDSTable 1 }
Packit 022b05
Packit 022b05
IpOverSMDSEntry ::=
Packit 022b05
    SEQUENCE {
Packit 022b05
       ipOverSMDSIndex       IfIndex,
Packit 022b05
       ipOverSMDSAddress     IpAddress,
Packit 022b05
       ipOverSMDSHA          SMDSAddress,
Packit 022b05
       ipOverSMDSLISGA       SMDSAddress,
Packit 022b05
       ipOverSMDSARPReq      SMDSAddress
Packit 022b05
       }
Packit 022b05
Packit 022b05
ipOverSMDSIndex OBJECT-TYPE
Packit 022b05
    SYNTAX      IfIndex
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The value of this object identifies the
Packit 022b05
       interface for which this entry contains management
Packit 022b05
       information. "
Packit 022b05
    ::= { ipOverSMDSEntry 1 }
Packit 022b05
Packit 022b05
ipOverSMDSAddress OBJECT-TYPE
Packit 022b05
     SYNTAX      IpAddress
Packit 022b05
     MAX-ACCESS  read-only
Packit 022b05
     STATUS      current
Packit 022b05
     DESCRIPTION
Packit 022b05
       "The IP address to which this entry's addressing
Packit 022b05
       information pertains."
Packit 022b05
    ::= { ipOverSMDSEntry 2 }
Packit 022b05
Packit 022b05
ipOverSMDSHA OBJECT-TYPE
Packit 022b05
    SYNTAX      SMDSAddress
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The SMDS Individual address of the IP station."
Packit 022b05
    ::= { ipOverSMDSEntry 3 }
Packit 022b05
Packit 022b05
ipOverSMDSLISGA OBJECT-TYPE
Packit 022b05
    SYNTAX      SMDSAddress
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The SMDS Group Address that has been configured
Packit 022b05
       to identify the SMDS Subscriber-Network Interfaces
Packit 022b05
       (SNIs) of all members of the Logical IP Subnetwork
Packit 022b05
       (LIS) connected to the network supporting SMDS."
Packit 022b05
    ::= { ipOverSMDSEntry 4 }
Packit 022b05
Packit 022b05
ipOverSMDSARPReq OBJECT-TYPE
Packit 022b05
    SYNTAX      SMDSAddress
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The SMDS address (individual or group) to which
Packit 022b05
       ARP Requests are to be sent."
Packit 022b05
    ::= { ipOverSMDSEntry 5 }
Packit 022b05
Packit 022b05
Packit 022b05
-- The SMDS Carrier Selection group
Packit 022b05
Packit 022b05
-- This group is used as a place holder
Packit 022b05
-- for carrier selection objects.
Packit 022b05
Packit 022b05
smdsCarrierSelection OBJECT IDENTIFIER ::= { sip 5 }
Packit 022b05
Packit 022b05
Packit 022b05
-- The SIP Error Log
Packit 022b05
Packit 022b05
sipErrorLog OBJECT IDENTIFIER ::= { sip 6 }
Packit 022b05
Packit 022b05
sipL3PDUErrorTable OBJECT-TYPE
Packit 022b05
    SYNTAX      SEQUENCE OF SipL3PDUErrorEntry
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "A table that contains the latest occurrence of
Packit 022b05
       the following syntactical SIP L3PDU errors:
Packit 022b05
Packit 022b05
       - Destination Address Field Format Error,
Packit 022b05
Packit 022b05
       The following pertains to the 60 least significant
Packit 022b05
       bits of the 64 bit address field.  The 60 bits
Packit 022b05
       contained in the address subfield can be used to
Packit 022b05
       represent addresses up to 15 decimal digits.  Each
Packit 022b05
       decimal digit shall be encoded into four bits
Packit 022b05
       using Binary Coded Decimal (BCD), with the most
Packit 022b05
       significant digit occurring left-most.  If not all
Packit 022b05
       15 digits are required, then the remainder of this
Packit 022b05
       field shall be padded on the right with bits set
Packit 022b05
       to one.  An error is considered to have occurred:
Packit 022b05
       a).  if the first four bits of the address
Packit 022b05
       subfield are not BCD, OR b).  if the first four
Packit 022b05
       bits of the address subfield are populated with
Packit 022b05
       the country code value 0001, AND the 40 bits which
Packit 022b05
       follow are not Binary Coded Decimal (BCD) encoded
Packit 022b05
       values of the 10 digit addresses, OR the remaining
Packit 022b05
       16 least significant bits are not populated with
Packit 022b05
       1's, OR c).  if the address subfield is not
Packit 022b05
       correct according to another numbering plan which
Packit 022b05
       is dependent upon the carrier assigning the
Packit 022b05
       numbers and offering SMDS.
Packit 022b05
Packit 022b05
       - Source Address Field Format Error,
Packit 022b05
Packit 022b05
       The description of this parameter is the same as
Packit 022b05
       the description of the Destination Address Field
Packit 022b05
       Format Error.
Packit 022b05
       - Invalid BAsize Field Value,
Packit 022b05
Packit 022b05
       An error is considered to have occurred when the
Packit 022b05
       BAsize field of an SIP L3PDU contains a value less
Packit 022b05
       that 32, greater than 9220 octets without the
Packit 022b05
       CRC32 field present, greater than 9224 octets with
Packit 022b05
       the CRC32 field present, or not equal to a
Packit 022b05
       multiple of 4 octets,
Packit 022b05
Packit 022b05
       - Invalid Header Extension Length Field Value,
Packit 022b05
Packit 022b05
       An error is considered to have occurred when the
Packit 022b05
       Header Extension Length field value is not equal
Packit 022b05
       3.
Packit 022b05
Packit 022b05
       - Invalid Header Extension - Element Length,
Packit 022b05
Packit 022b05
       An error is considered to have occurred when the
Packit 022b05
       Header Extension - Element Length is greater than
Packit 022b05
       12.
Packit 022b05
Packit 022b05
       - Invalid Header Extension - Version Element
Packit 022b05
       Position, Length, or Value,
Packit 022b05
Packit 022b05
       An error is considered to have occurred when a
Packit 022b05
       Version element with Length=3, Type=0, and Value=1
Packit 022b05
       does not appear first within the Header Extension,
Packit 022b05
       or an element Type=0 appears somewhere other than
Packit 022b05
       within the first three octets in the Header
Packit 022b05
       Extension.
Packit 022b05
Packit 022b05
       - Invalid Header Extension - Carrier Selection
Packit 022b05
       Element Position, Length, Value or Format,
Packit 022b05
Packit 022b05
       An error is considered to have occurred when a
Packit 022b05
       Carrier Selection element does not appear second
Packit 022b05
       within the Header Extension, if the Element Type
Packit 022b05
       does not equal 1, the Element Length does not
Packit 022b05
       equal 4, 6, or 8, the Element Value field is not
Packit 022b05
       four BCD encoded decimal digits used in specifying
Packit 022b05
       the Carrier Identification Code (CIC), or the
Packit 022b05
       identified CIC code is invalid.
Packit 022b05
Packit 022b05
       - Header Extension PAD Error
Packit 022b05
Packit 022b05
       An error is considered to have occurred when the
Packit 022b05
       Header Extension PAD is 9 octets in length, or if
Packit 022b05
       the Header Extension PAD is greater than zero
Packit 022b05
       octets in length and the Header Extension PAD does
Packit 022b05
       not follow all Header Extension elements or does
Packit 022b05
       not begin with at least one octet of all zeros.
Packit 022b05
Packit 022b05
       - BEtag Mismatch Error,
Packit 022b05
Packit 022b05
       An error is considered to have occurred when the
Packit 022b05
       Beginning-End Tags in the SIP L3PDU header and
Packit 022b05
       trailer are not equal.
Packit 022b05
Packit 022b05
       - BAsize Field not equal to Length Field Error,
Packit 022b05
Packit 022b05
       An error is considered to have occurred when the
Packit 022b05
       value of the BAsize Field does not equal the value
Packit 022b05
       of the Length Field.
Packit 022b05
Packit 022b05
       - Incorrect Length Error, and
Packit 022b05
Packit 022b05
       An error is considered to have occurred when the
Packit 022b05
       the Length field value is not equal to the portion
Packit 022b05
       of the SIP L3PDU which extends from the
Packit 022b05
       Destination Address field up to and including the
Packit 022b05
       CRC32 field (if present) or up to and including
Packit 022b05
       the PAD field (if the CRC32 field is not present).
Packit 022b05
       As an optional check, an error is considered to
Packit 022b05
       have occurred when the length of a partially
Packit 022b05
       received SIP L3PDU exceeds the BAsize value.
Packit 022b05
Packit 022b05
       - MRI Timeout Error.
Packit 022b05
Packit 022b05
       An error is considered to have occurred when the
Packit 022b05
       elapsed time between receipt of BOM and
Packit 022b05
       corresponding EOM exceeds the value of the MRI
Packit 022b05
       (Message Receive Interval) for a particular
Packit 022b05
       transport signal format.
Packit 022b05
Packit 022b05
       An entry is indexed by interface number and error
Packit 022b05
       type, and contains Source Address, Destination
Packit 022b05
       Address and a timestamp. All these errors are
Packit 022b05
       counted in the sipL3Errors counter.  When
Packit 022b05
       sipL3PDUErrorTimeStamp is equal to zero, the
Packit 022b05
       SipL3PDUErrorEntry does not contain any valid
Packit 022b05
       information."
Packit 022b05
    ::= { sipErrorLog 1 }
Packit 022b05
Packit 022b05
sipL3PDUErrorEntry  OBJECT-TYPE
Packit 022b05
    SYNTAX      SipL3PDUErrorEntry
Packit 022b05
    MAX-ACCESS  not-accessible
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "An entry in the service disagreement table."
Packit 022b05
    INDEX   { sipL3PDUErrorIndex, sipL3PDUErrorType }
Packit 022b05
    ::= { sipL3PDUErrorTable 1 }
Packit 022b05
Packit 022b05
SipL3PDUErrorEntry ::= SEQUENCE {
Packit 022b05
    sipL3PDUErrorIndex       IfIndex,
Packit 022b05
    sipL3PDUErrorType        INTEGER,
Packit 022b05
    sipL3PDUErrorSA          SMDSAddress,
Packit 022b05
    sipL3PDUErrorDA          SMDSAddress,
Packit 022b05
    sipL3PDUErrorTimeStamp   TimeStamp
Packit 022b05
    }
Packit 022b05
Packit 022b05
sipL3PDUErrorIndex OBJECT-TYPE
Packit 022b05
    SYNTAX      IfIndex
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The value of this object identifies the
Packit 022b05
       interface for which this entry contains management
Packit 022b05
       information."
Packit 022b05
    ::= { sipL3PDUErrorEntry 1 }
Packit 022b05
Packit 022b05
sipL3PDUErrorType OBJECT-TYPE
Packit 022b05
    SYNTAX  INTEGER {
Packit 022b05
      erroredDAFieldFormat (1),
Packit 022b05
      erroredSAFieldFormat (2),
Packit 022b05
      invalidBAsizeFieldValue (3),
Packit 022b05
      invalidHdrExtLength (4),
Packit 022b05
      invalidHdrExtElementLength (5),
Packit 022b05
      invalidHdrExtVersionElementPositionLenthOrValue (6),
Packit 022b05
 invalidHdrExtCarSelectElementPositionLenghtValueOrFormat (7),
Packit 022b05
      hePADError (8),
Packit 022b05
      beTagMismatch (9),
Packit 022b05
      baSizeFieldNotEqualToLengthField (10),
Packit 022b05
      incorrectLength (11),
Packit 022b05
      mriTimeout (12)
Packit 022b05
    }
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The type of error."
Packit 022b05
    ::= { sipL3PDUErrorEntry 2 }
Packit 022b05
Packit 022b05
sipL3PDUErrorSA OBJECT-TYPE
Packit 022b05
    SYNTAX      SMDSAddress
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "A rejected SMDS source address."
Packit 022b05
    ::= { sipL3PDUErrorEntry 3 }
Packit 022b05
Packit 022b05
sipL3PDUErrorDA OBJECT-TYPE
Packit 022b05
    SYNTAX      SMDSAddress
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "A rejected SMDS destination address."
Packit 022b05
    ::= { sipL3PDUErrorEntry 4 }
Packit 022b05
Packit 022b05
sipL3PDUErrorTimeStamp OBJECT-TYPE
Packit 022b05
    SYNTAX      TimeStamp
Packit 022b05
    MAX-ACCESS  read-only
Packit 022b05
    STATUS      current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The timestamp for the service disagreement.  The
Packit 022b05
       timestamp contains the value of sysUpTime at the
Packit 022b05
       latest occurrence of this type of service
Packit 022b05
       disagreement.  See textual description under
Packit 022b05
       sipL3PDUErrorTable for boundary conditions."
Packit 022b05
    ::= { sipL3PDUErrorEntry 5 }
Packit 022b05
Packit 022b05
Packit 022b05
-- The DXI Group
Packit 022b05
Packit 022b05
sipDxiTable   OBJECT-TYPE
Packit 022b05
   SYNTAX          SEQUENCE OF SipDxiEntry
Packit 022b05
   MAX-ACCESS      not-accessible
Packit 022b05
   STATUS          current
Packit 022b05
   DESCRIPTION
Packit 022b05
       "The DXI table."
Packit 022b05
   ::= { sipMIBObjects 1 }
Packit 022b05
Packit 022b05
sipDxiEntry   OBJECT-TYPE
Packit 022b05
   SYNTAX     SipDxiEntry
Packit 022b05
   MAX-ACCESS not-accessible
Packit 022b05
   STATUS     current
Packit 022b05
   DESCRIPTION
Packit 022b05
         "An entry in the DXI table."
Packit 022b05
   INDEX { ifIndex }
Packit 022b05
   ::= { sipDxiTable 1 }
Packit 022b05
Packit 022b05
SipDxiEntry ::=
Packit 022b05
   SEQUENCE {
Packit 022b05
      sipDxiCrc
Packit 022b05
         INTEGER,
Packit 022b05
      sipDxiOutDiscards
Packit 022b05
         Counter32,
Packit 022b05
      sipDxiInErrors
Packit 022b05
         Counter32,
Packit 022b05
      sipDxiInAborts
Packit 022b05
         Counter32,
Packit 022b05
      sipDxiInTestFrames
Packit 022b05
         Counter32,
Packit 022b05
      sipDxiOutTestFrames
Packit 022b05
         Counter32,
Packit 022b05
      sipDxiHbpNoAcks
Packit 022b05
         Counter32
Packit 022b05
   }
Packit 022b05
Packit 022b05
sipDxiCrc   OBJECT-TYPE
Packit 022b05
   SYNTAX  INTEGER {
Packit 022b05
              crc16(1),
Packit 022b05
              crc32(2)
Packit 022b05
              }
Packit 022b05
   MAX-ACCESS read-only
Packit 022b05
   STATUS     current
Packit 022b05
   DESCRIPTION
Packit 022b05
         "The value of this object indicates the type
Packit 022b05
         of Frame Checksum used by DXI.  Current
Packit 022b05
         choices include CCITT CRC16 or CRC32."
Packit 022b05
   ::= { sipDxiEntry 1 }
Packit 022b05
Packit 022b05
sipDxiOutDiscards   OBJECT-TYPE
Packit 022b05
   SYNTAX     Counter32
Packit 022b05
   MAX-ACCESS read-only
Packit 022b05
   STATUS     current
Packit 022b05
   DESCRIPTION
Packit 022b05
    "The number of outbound frames discarded
Packit 022b05
    because of congestion."
Packit 022b05
   ::= { sipDxiEntry 2 }
Packit 022b05
Packit 022b05
sipDxiInErrors   OBJECT-TYPE
Packit 022b05
   SYNTAX     Counter32
Packit 022b05
   MAX-ACCESS read-only
Packit 022b05
   STATUS     current
Packit 022b05
   DESCRIPTION
Packit 022b05
         "The number of inbound frames discarded
Packit 022b05
         because of errors such as frame checksum
Packit 022b05
         (CRC) violations,
Packit 022b05
         non-integral number of octets, address
Packit 022b05
         and control field violations, and frame
Packit 022b05
         size errors."
Packit 022b05
   ::= { sipDxiEntry 3 }
Packit 022b05
Packit 022b05
sipDxiInAborts  OBJECT-TYPE
Packit 022b05
   SYNTAX     Counter32
Packit 022b05
   MAX-ACCESS read-only
Packit 022b05
   STATUS     current
Packit 022b05
   DESCRIPTION
Packit 022b05
         "The number of inbound frames discarded
Packit 022b05
         because of an abort bit sequence (1111111)
Packit 022b05
         received before closing flag."
Packit 022b05
   ::= { sipDxiEntry 4 }
Packit 022b05
Packit 022b05
sipDxiInTestFrames    OBJECT-TYPE
Packit 022b05
   SYNTAX     Counter32
Packit 022b05
   MAX-ACCESS read-only
Packit 022b05
   STATUS     current
Packit 022b05
   DESCRIPTION
Packit 022b05
         "The number of unerrored,
Packit 022b05
         inbound Test frames received
Packit 022b05
         (generally as part of Heart
Packit 022b05
         Beat Poll procedure)."
Packit 022b05
   ::= { sipDxiEntry 5 }
Packit 022b05
Packit 022b05
sipDxiOutTestFrames   OBJECT-TYPE
Packit 022b05
   SYNTAX     Counter32
Packit 022b05
   MAX-ACCESS read-only
Packit 022b05
   STATUS     current
Packit 022b05
   DESCRIPTION
Packit 022b05
         "The number of unerrored,
Packit 022b05
         outbound Test frames sent
Packit 022b05
        (generally as part of Heart
Packit 022b05
        Beat Poll procedure)."
Packit 022b05
   ::= { sipDxiEntry 6 }
Packit 022b05
Packit 022b05
sipDxiHbpNoAcks  OBJECT-TYPE
Packit 022b05
   SYNTAX     Counter32
Packit 022b05
   MAX-ACCESS read-only
Packit 022b05
   STATUS     current
Packit 022b05
   DESCRIPTION
Packit 022b05
         "The number of Heart Beat
Packit 022b05
         Poll (HBP) No Ack timeouts."
Packit 022b05
   ::= { sipDxiEntry 7 }
Packit 022b05
Packit 022b05
Packit 022b05
-- conformance information
Packit 022b05
Packit 022b05
smdsConformance OBJECT IDENTIFIER ::= { sipMIB 2 }
Packit 022b05
smdsGroups      OBJECT IDENTIFIER ::= { smdsConformance 1 }
Packit 022b05
smdsCompliances OBJECT IDENTIFIER ::= { smdsConformance 2 }
Packit 022b05
Packit 022b05
Packit 022b05
-- compliance statements
Packit 022b05
Packit 022b05
smdsCompliance MODULE-COMPLIANCE
Packit 022b05
    STATUS  current
Packit 022b05
    DESCRIPTION
Packit 022b05
       "The compliance statement for SMDS interfaces."
Packit 022b05
Packit 022b05
    MODULE  -- this module
Packit 022b05
        MANDATORY-GROUPS { sipLevel3Stuff }
Packit 022b05
Packit 022b05
        GROUP       sipLevel2Stuff
Packit 022b05
        DESCRIPTION
Packit 022b05
            "This group is mandatory only for those
Packit 022b05
            interfaces (SNIs) which run SIP Level 2."
Packit 022b05
Packit 022b05
        GROUP       sipDS1PLCPStuff
Packit 022b05
        DESCRIPTION
Packit 022b05
            "This group is mandatory only for those
Packit 022b05
            interfaces (SNIs) which run the DS1 PLCP."
Packit 022b05
Packit 022b05
        GROUP       sipDS3PLCPStuff
Packit 022b05
        DESCRIPTION
Packit 022b05
            "This group is mandatory only for those
Packit 022b05
            interfaces (SNIs) which run the DS3 PLCP."
Packit 022b05
Packit 022b05
        GROUP       sipIPApplicationsStuff
Packit 022b05
        DESCRIPTION
Packit 022b05
            "This group is mandatory only for interfaces
Packit 022b05
             operating IP over SMDS in accordance with
Packit 022b05
             RFC1209."
Packit 022b05
Packit 022b05
        GROUP       sipDxiStuff
Packit 022b05
        DESCRIPTION
Packit 022b05
            "This group is mandatory only for those interfaces
Packit 022b05
            (DXI-SNI)
Packit 022b05
            which run the DXI protocol."
Packit 022b05
    ::= { smdsCompliances 1 }
Packit 022b05
Packit 022b05
-- units of conformance
Packit 022b05
Packit 022b05
sipLevel3Stuff    OBJECT-GROUP
Packit 022b05
    OBJECTS { sipL3Index,
Packit 022b05
              sipL3VersionSupport, sipL3PDUErrorIndex,
Packit 022b05
              sipL3PDUErrorType,
Packit 022b05
              sipL3PDUErrorSA, sipL3PDUErrorDA,
Packit 022b05
              sipL3PDUErrorTimeStamp }
Packit 022b05
    STATUS  current
Packit 022b05
    DESCRIPTION
Packit 022b05
            "A collection of objects providing information
Packit 022b05
            applicable to all SMDS interfaces."
Packit 022b05
    ::= { smdsGroups 1 }
Packit 022b05
Packit 022b05
sipLevel2Stuff    OBJECT-GROUP
Packit 022b05
    OBJECTS { sipL2Index, sipL2HcsOrCRCErrors,
Packit 022b05
              sipL2PayloadLengthErrors,
Packit 022b05
              sipL2SequenceNumberErrors,
Packit 022b05
              sipL2MidCurrentlyActiveErrors,
Packit 022b05
              sipL2BomOrSSMsMIDErrors,
Packit 022b05
              sipL2EomsMIDErrors }
Packit 022b05
    STATUS  current
Packit 022b05
    DESCRIPTION
Packit 022b05
            "A collection of objects providing information
Packit 022b05
            specific to interfaces using the SIP Level 2."
Packit 022b05
    ::= { smdsGroups 2 }
Packit 022b05
Packit 022b05
sipDS1PLCPStuff    OBJECT-GROUP
Packit 022b05
    OBJECTS { sipDS1PLCPIndex, sipDS1PLCPSEFSs,
Packit 022b05
              sipDS1PLCPAlarmState, sipDS1PLCPUASs }
Packit 022b05
    STATUS  current
Packit 022b05
    DESCRIPTION
Packit 022b05
            "A collection of objects providing information
Packit 022b05
            specific to interfaces using the DS1 PLCP."
Packit 022b05
    ::= { smdsGroups 3 }
Packit 022b05
Packit 022b05
sipDS3PLCPStuff    OBJECT-GROUP
Packit 022b05
    OBJECTS { sipDS3PLCPIndex, sipDS3PLCPSEFSs,
Packit 022b05
              sipDS3PLCPAlarmState, sipDS3PLCPUASs }
Packit 022b05
    STATUS  current
Packit 022b05
    DESCRIPTION
Packit 022b05
            "A collection of objects providing information
Packit 022b05
            specific to interfaces using the DS3 PLCP."
Packit 022b05
    ::= { smdsGroups 4 }
Packit 022b05
Packit 022b05
Packit 022b05
sipIPApplicationsStuff    OBJECT-GROUP
Packit 022b05
    OBJECTS { ipOverSMDSIndex, ipOverSMDSAddress,
Packit 022b05
              ipOverSMDSHA, ipOverSMDSLISGA, ipOverSMDSARPReq }
Packit 022b05
    STATUS  current
Packit 022b05
    DESCRIPTION
Packit 022b05
            "A collection of objects providing information
Packit 022b05
            for running IP over SMDS."
Packit 022b05
    ::= { smdsGroups 5 }
Packit 022b05
Packit 022b05
sipDxiStuff     OBJECT-GROUP
Packit 022b05
    OBJECTS  { sipDxiCrc, sipDxiOutDiscards,
Packit 022b05
               sipDxiInErrors, sipDxiInAborts,
Packit 022b05
               sipDxiInTestFrames, sipDxiOutTestFrames,
Packit 022b05
               sipDxiHbpNoAcks }
Packit 022b05
    STATUS   current
Packit 022b05
    DESCRIPTION
Packit 022b05
            "A collection of objects providing information
Packit 022b05
            specific to interfaces using the DXI protocol."
Packit 022b05
    ::= { smdsGroups 6 }
Packit 022b05
Packit 022b05
END