⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rfc1304.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 3 页
字号:
               RFC1304-MIB DEFINITIONS ::= BEGIN               IMPORTS                       Counter, TimeTicks, IpAddress                               FROM RFC1155-SMI                       transmission                               FROM RFC1213-MIB                       OBJECT-TYPE                               FROM RFC-1212;               --  This MIB module uses the extended OBJECT-TYPE macro               --  as defined in RFC-1212.               --  This is the MIB module for the SIP objects.               sip     OBJECT IDENTIFIER ::= { transmission 31 }               -- All representations of SMDS addresses in this MIB               -- module use, as a textual convention (i.e., this               -- convention does not affect their encoding), the               -- data type:               SMDSAddress ::= OCTET STRING (SIZE (8))               -- the 60-bit SMDS address, preceded by 4 bits with the               -- following values:               -- "1100" when representing an individual address               -- "1110" when representing a group address               -- The SIP Level 3 group               -- Implementation of the SIP Level 3 group is mandatory               -- for all systems implementing SIP Level 3.               sipL3Table  OBJECT-TYPE                   SYNTAX  SEQUENCE OF SipL3Entry                   ACCESS  not-accessible                   STATUS  mandatory                   DESCRIPTION                           "This table contains SIP L3 parameters and                           state variables, one entry per SIP port."                  ::= { sip 1 }              sipL3Entry  OBJECT-TYPE                  SYNTAX  SipL3Entry                  ACCESS  not-accessible                  STATUS  mandatory                  DESCRIPTION                          "This list contains SIP L3 parameters and                          state variables."                 INDEX   { sipL3Index }                 ::= { sipL3Table 1 }             SipL3Entry  ::= SEQUENCE {                 sipL3Index                     INTEGER,                 sipL3ReceivedIndividualDAs                     Counter,                 sipL3ReceivedGAs                     Counter,                 sipL3UnrecognizedIndividualDAs                     Counter,                 sipL3UnrecognizedGAs                     Counter,                 sipL3SentIndividualDAs                     Counter,                 sipL3SentGAs                     Counter,                 sipL3Errors                     Counter,                 sipL3InvalidSMDSAddressTypes                     Counter,                 sipL3VersionSupport                     INTEGER                 }             sipL3Index  OBJECT-TYPE                 SYNTAX  INTEGER (1..65535)                 ACCESS  read-only                 STATUS  mandatory                 DESCRIPTION                         "The value of this object identifies the SIP                         port interface for which this entry contains                         management information.  The value of this                         object for a particular interface has the same                         value as the ifIndex object, defined in RFC                         1156 and RFC 1213, for the same interface."                ::= { sipL3Entry 1 }            sipL3ReceivedIndividualDAs OBJECT-TYPE                SYNTAX  Counter                ACCESS  read-only                STATUS  mandatory                DESCRIPTION                        "The total number of individually addressed SIP                        Level 3 PDUs received from the remote system                        across the SNI.  The total includes only                        unerrored L3PDUs."               ::= { sipL3Entry 2 }           sipL3ReceivedGAs OBJECT-TYPE               SYNTAX  Counter               ACCESS  read-only               STATUS  mandatory               DESCRIPTION                       "The total number of group addressed SIP Level 3                       PDUs received from the remote system across the                       SNI.  The total includes only unerrored L3PDUs."              ::= { sipL3Entry 3 }          sipL3UnrecognizedIndividualDAs OBJECT-TYPE              SYNTAX  Counter              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "The number of SIP Level 3 PDUs received from the                      remote system with invalid or unknown individual                      destination addresses (Destination Address                      Screening violations are not included).  See SMDS                      Subscription MIB module."              ::= { sipL3Entry 4 }          sipL3UnrecognizedGAs OBJECT-TYPE              SYNTAX  Counter              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "The number of SIP Level 3 PDUs received from the                      remote system with invalid or unknown group                      addresses.  (Destination Address Screening                      violations are not included).  See SMDS                      Subscription MIB module."              ::= { sipL3Entry 5 }          sipL3SentIndividualDAs OBJECT-TYPE              SYNTAX  Counter              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "The number of individually addressed SIP Level 3                      PDUs that have been sent by this system across the                      SNI."              ::= { sipL3Entry 6 }          sipL3SentGAs OBJECT-TYPE              SYNTAX  Counter              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "The number of group addressed SIP L3PDUs that                      have been sent by this system across the SNI."              ::= { sipL3Entry 7 }          -- The total number of SIP L3PDU errors can be calculated as          -- (Syntactic errors + Semantic Service errors )          -- Syntactic errors include:          --    sipL3Errors          -- Latest occurrences of syntactic error types are logged in          --    sipL3PDUErrorTable.          -- Semantic Service errors include:          --    sipL3UnrecognizedIndividualDAs          --    sipL3UnrecognizedGAs          --    sipL3InvalidSMDSAddressTypes          -- Note that public networks supporting SMDS may discard          -- SIP L3PDUs due to subscription violations.  Related          -- managed objects are defined in Definitions of Managed          -- Objects for SMDS Subscription.          sipL3Errors OBJECT-TYPE              SYNTAX  Counter              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "The total number of SIP Level 3 PDUs received                      from the remote system that were discovered to                      have errors (including protocol processing and bit                      errors but excluding addressing-related errors)                      and were discarded.  Includes both group addressed                      L3PDUs and L3PDUs containing an individual                      destination address."              ::= { sipL3Entry 8 }          sipL3InvalidSMDSAddressTypes OBJECT-TYPE              SYNTAX  Counter              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "The number of SIP Level 3 PDUs received from the                      remote system that had the Source or Destination                      Address_Type subfields, (the four most significant                      bits of the 64 bit address field), not equal to                      the value 1100 or 1110.  Also, an error is                      considered to have occurred if the Address_Type                      field for a Source Address, the four most                      significant bits of the 64 bits, is equal to 1110                      (a group address)."              ::= { sipL3Entry 9 }          sipL3VersionSupport  OBJECT-TYPE              SYNTAX  INTEGER (1..65535)              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "A value which indicates the version(s) of SIP                      that this interface supports.  The value is a sum.                      This sum initially takes the value zero.  For each                      version, V, that this interface supports, 2 raised                      to (V - 1) is added to the sum. For example, a                      port supporting versions 1 and 2 would have a                      value of (2^(1-1)+2^(2-1))=3.  The                      sipL3VersionSupport is effectively a bit mask with                      Version 1 equal to the least significant bit                      (LSB)."              ::= { sipL3Entry 10 }          -- The SIP Level 2 group          -- Implementation of the SIP Level 2 group is mandatory          -- for all systems implementing SIP Level 2.          sipL2Table  OBJECT-TYPE              SYNTAX  SEQUENCE OF SipL2Entry              ACCESS  not-accessible              STATUS  mandatory              DESCRIPTION                      "This table contains SIP L2PDU parameters and                      state variables, one entry per SIP port."              ::= { sip 2 }          sipL2Entry  OBJECT-TYPE              SYNTAX  SipL2Entry              ACCESS  not-accessible              STATUS  mandatory              DESCRIPTION                      "This list contains SIP L2 parameters and state                      variables."              INDEX   { sipL2Index }              ::= { sipL2Table 1 }          SipL2Entry  ::= SEQUENCE {              sipL2Index                  INTEGER,              sipL2ReceivedCounts                  Counter,              sipL2SentCounts                  Counter,              sipL2HcsOrCRCErrors                  Counter,              sipL2PayloadLengthErrors                  Counter,              sipL2SequenceNumberErrors                  Counter,              sipL2MidCurrentlyActiveErrors                  Counter,              sipL2BomOrSSMsMIDErrors                  Counter,              sipL2EomsMIDErrors                  Counter              }          sipL2Index  OBJECT-TYPE              SYNTAX  INTEGER (1..65535)              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "The value of this object identifies the SIP port                      interface for which this entry contains management                      information.  The value of this object for a                      particular interface has the same value as the                      ifIndex object, defined in RFC 1156 and RFC 1213,                      for the same interface."              ::= { sipL2Entry 1 }          sipL2ReceivedCounts OBJECT-TYPE              SYNTAX  Counter              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "The number of SIP Level 2 PDUs received from the                      remote system across the SNI. The total includes                      only unerrored L2PDUs."              ::= { sipL2Entry 2 }          sipL2SentCounts OBJECT-TYPE              SYNTAX  Counter              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "The number of SIP Level 2 PDUs that have been                      sent by this system across the SNI."              ::= { sipL2Entry 3 }          -- The total number of SIP L2PDU errors can be calculated as          -- the sum of:          --    sipL2HcsOrCRCErrors          --    sipL2PayloadLengthErrors          --    sipL2SequenceNumberErrors          --    sipL2MidCurrentlyActiveErrors          --    sipL2BomOrSSMsMIDErrors          --    sipL2EomsMIDErrors

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -