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

📄 rfc1512.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 5 页
字号:
              SYNTAX  INTEGER { a(1), b(2), s(3), m(4), none(5) }              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "Indicates the PC-Type of the first port that is                      downstream of this MAC (the exit port)."              REFERENCE                      "ANSI { fddiMAC 33 }"              ::= { fddimibMACEntry 15 }          fddimibMACSMTAddress OBJECT-TYPE              SYNTAX  FddiMACLongAddressType -- OCTET STRING (SIZE (6))              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "The 48-bit individual address of the MAC used for                      SMT frames."              REFERENCE                      "ANSI { fddiMAC 41 }"              ::= { fddimibMACEntry 16 }          fddimibMACTReq OBJECT-TYPE              SYNTAX  FddiTimeNano              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "This variable is the T_Req_value passed to the                      MAC.  Without having detected a duplicate, the                      time value of this variable shall assume the                      maximum supported time value which is less than or                      equal to the time value of fddiPATHMaxT-Req.  When                      a MAC has an address detected as a duplicate, it                      may use a time value for this variable greater                      than the time value of fddiPATHTMaxLowerBound.  A                      station shall cause claim when the new T_Req may                      cause the value of T_Neg to change in the claim                      process, (i.e., time value new T_Req < T_Neg, or                      old T_Req = T_Neg)."              REFERENCE                      "ANSI { fddiMAC 51 }"              ::= { fddimibMACEntry 17 }          fddimibMACTNeg OBJECT-TYPE              SYNTAX  FddiTimeNano              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "It is reported as a FddiTimeNano number."              REFERENCE                      "ANSI { fddiMAC 52 }"              ::= { fddimibMACEntry 18 }          fddimibMACTMax OBJECT-TYPE              SYNTAX  FddiTimeNano              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "This variable is the T_Max_value passed to the                      MAC.  The time value of this variable shall assume                      the minimum suported time value which is greater                      than or equal to the time value of fddiPATHT-                      MaxLowerBound"              REFERENCE                      "ANSI { fddiMAC 53 }"              ::= { fddimibMACEntry 19 }          fddimibMACTvxValue OBJECT-TYPE              SYNTAX  FddiTimeNano              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "This variable is the TVX_value passed to the MAC.                      The time value of this variable shall assume the                      minimum suported time value which is greater than                      or equal to the time value of                      fddiPATHTVXLowerBound."              REFERENCE                      "ANSI { fddiMAC 54 }"              ::= { fddimibMACEntry 20 }          fddimibMACFrameCts OBJECT-TYPE              SYNTAX  Counter              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "A count of the number of frames received by this                      MAC (refer to ANSI MAC 7.5.1)."              REFERENCE                      "ANSI { fddiMAC 71 }"              ::= { fddimibMACEntry 21 }          fddimibMACCopiedCts OBJECT-TYPE              SYNTAX  Counter              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "A count that should as closely as possible match                      the number of frames addressed to (A bit set) and                      successfully copied into the station's receive                      buffers (C bit set) by this MAC (refer to ANSI MAC                      7.5). Note that this count does not include MAC                      frames."              REFERENCE                      "ANSI { fddiMAC 72 }"              ::= { fddimibMACEntry 22 }          fddimibMACTransmitCts OBJECT-TYPE              SYNTAX  Counter              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "A count that should as closely as possible match                      the number of frames transmitted by this MAC                      (refer to ANSI MAC 7.5).  Note that this count                      does not include MAC frames."              REFERENCE                      "ANSI { fddiMAC 73 }"              ::= { fddimibMACEntry 23 }          fddimibMACErrorCts OBJECT-TYPE              SYNTAX  Counter              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "A count of the number of frames that were                      detected in error by this MAC that had not been                      detected in error by another MAC (refer to ANSI                      MAC 7.5.2)."              REFERENCE                      "ANSI { fddiMAC 81 }"              ::= { fddimibMACEntry 24 }          fddimibMACLostCts OBJECT-TYPE              SYNTAX  Counter              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "A count of the number of instances that this MAC                      detected a format error during frame reception                      such that the frame was stripped (refer to ANSI                      MAC 7.5.3)."              REFERENCE                      "ANSI { fddiMAC 82 }"              ::= { fddimibMACEntry 25 }          fddimibMACFrameErrorThreshold OBJECT-TYPE              SYNTAX  INTEGER (0..65535)              ACCESS  read-write              STATUS  mandatory              DESCRIPTION                      "A threshold for determining when a MAC Condition                      report (see ANSI 8.3.1.1) shall be generated.                      Stations not supporting variable thresholds shall                      have a value of 0 and a range of (0..0)."              REFERENCE                      "ANSI { fddiMAC 95 }"              ::= { fddimibMACEntry 26 }          fddimibMACFrameErrorRatio OBJECT-TYPE              SYNTAX  INTEGER (0..65535)              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "This variable is the value of the ratio,                       ((delta fddiMACLostCts + delta fddiMACErrorCts) /                       (delta fddiMACFrameCts + delta fddiMACLostCts ))                       * 2**16 "              REFERENCE                      "ANSI { fddiMAC 96 }"              ::= { fddimibMACEntry 27 }          fddimibMACRMTState OBJECT-TYPE              SYNTAX  INTEGER {                          rm0(1), -- Isolated                          rm1(2), -- Non_Op                          rm2(3), -- Ring_Op                          rm3(4), -- Detect                          rm4(5), -- Non_Op_Dup                          rm5(6), -- Ring_Op_Dup                          rm6(7), -- Directed                          rm7(8)  -- Trace                      }              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "Indicates the current state of the RMT State                      Machine (refer to ANSI 10.3.2)."              REFERENCE                      "ANSI { fddiMAC 111 }"              ::= { fddimibMACEntry 28 }          fddimibMACDaFlag OBJECT-TYPE              SYNTAX  INTEGER { true(1), false(2) }              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "The RMT flag Duplicate Address Flag, DA_Flag                      (refer to ANSI 10.2.1.2)."              REFERENCE                      "ANSI { fddiMAC 112 }"              ::= { fddimibMACEntry 29 }          fddimibMACUnaDaFlag OBJECT-TYPE              SYNTAX  INTEGER { true(1), false(2) }              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "A flag, UNDA_Flag (refer to ANSI 8.2.2.1), set                      when the upstream neighbor reports a duplicate                      address condition. Cleared when the condition                      clears."              REFERENCE                      "ANSI { fddiMAC 113 }"              ::= { fddimibMACEntry 30 }          fddimibMACFrameErrorFlag OBJECT-TYPE              SYNTAX  INTEGER { true(1), false(2) }              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "Indicates the MAC Frame Error Condition is                      present when set. Cleared when the condition                      clears and on station initialization."              REFERENCE                      "ANSI { fddiMAC 114 }"              ::= { fddimibMACEntry 31 }          fddimibMACMAUnitdataAvailable OBJECT-TYPE              SYNTAX  INTEGER { true(1), false(2) }              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "This variable shall take on the value of the                      MAC_Avail flag defined in RMT."              REFERENCE                      "ANSI { fddiMAC 116 }"              ::= { fddimibMACEntry 32 }          fddimibMACHardwarePresent OBJECT-TYPE              SYNTAX  INTEGER { true(1), false(2) }              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "This variable indicates the presence of                      underlying hardware support for this MAC object.                      If the value of this object is false(2), the                      reporting of the objects in this entry may be                      handled in an implementation-specific manner."              REFERENCE                      "ANSI { fddiMAC 117 }"              ::= { fddimibMACEntry 33 }          fddimibMACMAUnitdataEnable OBJECT-TYPE              SYNTAX  INTEGER { true(1), false(2) }              ACCESS  read-write              STATUS  mandatory              DESCRIPTION                      "This variable determines the value of the                      MA_UNITDATA_Enable flag in RMT.  The default and                      initial value of this flag is true(1)."              REFERENCE                      "ANSI { fddiMAC 118 }"              ::= { fddimibMACEntry 34 }          -- the Enhanced MAC Counters group          -- Implementation of this Group is optional, but systems          -- claiming support must implement all variables in this          -- group          -- the MAC Counters table          fddimibMACCountersTable OBJECT-TYPE              SYNTAX  SEQUENCE OF FddimibMACCountersEntry              ACCESS  not-accessible              STATUS  mandatory              DESCRIPTION                      "A list of MAC Counters entries.  The number of                      entries shall not exceed the value of                      fddimibMACNumber."              ::= { fddimibMACCounters  1 }          fddimibMACCountersEntry OBJECT-TYPE              SYNTAX  FddimibMACCountersEntry              ACCESS  not-accessible              STATUS  mandatory              DESCRIPTION                      "A MAC Counters entry containing information                      common to a given MAC."              INDEX   { fddimibMACSMTIndex, fddimibMACIndex }              ::= { fddimibMACCountersTable 1 }          FddimibMACCountersEntry ::=              SEQUENCE {                  fddimibMACTokenCts                          Counter,                  fddimibMACTvxExpiredCts                          Counter,                  fddimibMACNotCopiedCts                          Counter,                  fddimibMACLateCts                          Counter,                  fddimibMACRingOpCts                          Counter,                  fddimibMACNotCopiedRatio                          INTEGER,                  fddimibMACNotCopiedFlag                          INTEGER,                  fddimibMACNotCopiedThreshold                          INTEGER              }          fddimibMACTokenCts OBJECT-TYPE              SYNTAX  Counter              ACCESS  read-only              STATUS  mandatory

⌨️ 快捷键说明

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