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

📄 rfc1285.txt

📁 著名的RFC文档,其中有一些文档是已经翻译成中文的的.
💻 TXT
📖 第 1 页 / 共 5 页
字号:
                          cf1(2), -- Wrap_S                          cf2(3), -- Wrap_A                          cf3(4), -- Wrap_B                          cf4(5), -- Wrap_AB                          cf5(6)  -- Thru                      }              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "The attachment configuration for the station or                      concentrator (refer to ANSI SMT 9.7.4.3)."              REFERENCE                      "ANSI { fddiSMT 42 }"              ::= { snmpFddiSMTEntry 16 }          snmpFddiSMTHoldState OBJECT-TYPE              SYNTAX  INTEGER {                          not-implemented(1), -- holding not implemented                          not-holding(2),                          holding-prm(3),     -- holding on primary                          holding-sec(4)      -- holding on secondary                      }              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "This value indicates the current state of the                      Hold function.  The values are determined as                      follows:  'holding-prm' is set if the primary ring                      is operational and the Recovery Enable Flag is                      clear (NOT NO_Flag(primary) AND NOT RE_Flag).  is                      set if the secondary ring is operational and the                      Recovery Enable Flag is clear (NOT                      NO_Flag(secondary) AND NOT RE_Flag).  Ref 9.4.3.                      and 10.3.1.  the primary or secondary, i.e., the                      Recovery Enable, RE_Flag, is set."              REFERENCE                      "ANSI { fddiSMT 43 }"              ::= { snmpFddiSMTEntry 17 }          snmpFddiSMTRemoteDisconnectFlag OBJECT-TYPE              SYNTAX  INTEGER { true(1), false(2) }              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "A flag indicating that the station was remotely                      disconnected from the network.  A station requires                      a Connect Action (SM_CM_CONNECT.request (Connect))                      to rejoin and clear the flag (refer to ANSICase                                                           [Page 13]RFC 1285                        FDDI MIB                    January 1992                      6.4.5.2)."              REFERENCE                      "ANSI { fddiSMT 44 }"              ::= { snmpFddiSMTEntry 18 }          snmpFddiSMTStationAction OBJECT-TYPE              SYNTAX  INTEGER {                          other(1),           -- none of the following                          connect(2),                          disconnect(3),                          path-Test(4),                          self-Test(5)                      }              ACCESS  read-write              STATUS  mandatory              DESCRIPTION                      "This object, when read, always returns a value of                      other(1).  The behavior of setting this variable                      to each of the acceptable values is as follows:                      Other:          Results in a badValue error.                      Connect:        Generates an                      SM_CM_Connect.request(connect) signal to CMT                      indicating that the ECM State machine is to begin                      a connection sequence.  The                      fddiSMTRemoteDisconnectFlag is cleared on the                      setting of this variable to 1.  See ANSI Ref                      9.3.1.1.                      Disconnect:     Generates an                      SM_CM_Connect.request(disconnect) signal to ECM                      and sets the fddiSMTRemoteDisconnectFlag.  See                      ANSI Ref 9.3.1.1.                      Path-Test:      Initiates a station path test.                      The Path_Test variable (See ANSI Ref. 9.4.1) is                      set to Testing.  The results of this action are                      not specified in this standard.                      Self-Test:      Initiates a station self test.                      The results of this action are not specified in                      this standard.                      Attempts to set this object to all other values                      results in a badValue error.  Agents may elect to                      return a badValue error on attempts to set this                      variable to path-Test(4) or self-Test(5)."Case                                                           [Page 14]RFC 1285                        FDDI MIB                    January 1992              REFERENCE                      "ANSI { fddiSMT 60 }"              ::= { snmpFddiSMTEntry 19 }          -- the MAC group          -- Implementation of the MAC Group is mandatory for all          -- systems which implement manageable FDDI subsystems.          snmpFddiMACNumber OBJECT-TYPE              SYNTAX  INTEGER (0..65535)              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "The total number of MAC implementations (across                      all SMTs) on this network management application                      entity.  The value for this variable must remain                      constant at least from one re-initialization of                      the entity's network management system to the next                      re-initialization."              ::= { snmpFddiMAC  1 }          -- the MAC table          snmpFddiMACTable OBJECT-TYPE              SYNTAX  SEQUENCE OF SnmpFddiMACEntry              ACCESS  not-accessible              STATUS  mandatory              DESCRIPTION                      "A list of MAC entries.  The number of entries is                      given by the value of snmpFddiMACNumber."              ::= { snmpFddiMAC  2 }          snmpFddiMACEntry OBJECT-TYPE              SYNTAX  SnmpFddiMACEntry              ACCESS  not-accessible              STATUS  mandatory              DESCRIPTION                      "A MAC entry containing information common to a                      given MAC."              INDEX   { snmpFddiMACSMTIndex, snmpFddiMACIndex }              ::= { snmpFddiMACTable 1 }          SnmpFddiMACEntry ::=              SEQUENCE {                  snmpFddiMACSMTIndex                          INTEGER,Case                                                           [Page 15]RFC 1285                        FDDI MIB                    January 1992                  snmpFddiMACIndex                          INTEGER,                  snmpFddiMACFrameStatusCapabilities                          INTEGER,                  snmpFddiMACTMaxGreatestLowerBound                          FddiTime,                  snmpFddiMACTVXGreatestLowerBound                          FddiTime,                  snmpFddiMACPathsAvailable                          INTEGER,                  snmpFddiMACCurrentPath                          INTEGER,                  snmpFddiMACUpstreamNbr                          FddiMACLongAddressType,                  snmpFddiMACOldUpstreamNbr                          FddiMACLongAddressType,                  snmpFddiMACDupAddrTest                          INTEGER,                  snmpFddiMACPathsRequested                          INTEGER,                  snmpFddiMACDownstreamPORTType                          INTEGER,                  snmpFddiMACSMTAddress                          FddiMACLongAddressType,                  snmpFddiMACTReq                          FddiTime,                  snmpFddiMACTNeg                          FddiTime,                  snmpFddiMACTMax                          FddiTime,                  snmpFddiMACTvxValue                          FddiTime,                  snmpFddiMACTMin                          FddiTime,                  snmpFddiMACCurrentFrameStatus                          INTEGER,                  snmpFddiMACFrameCts                          Counter,                  snmpFddiMACErrorCts                          Counter,                  snmpFddiMACLostCts                          Counter,                  snmpFddiMACFrameErrorThreshold                          INTEGER,                  snmpFddiMACFrameErrorRatio                          INTEGER,                  snmpFddiMACRMTState                          INTEGER,Case                                                           [Page 16]RFC 1285                        FDDI MIB                    January 1992                  snmpFddiMACDaFlag                          INTEGER,                  snmpFddiMACUnaDaFlag                          INTEGER,                  snmpFddiMACFrameCondition                          INTEGER,                  snmpFddiMACChipSet                          OBJECT IDENTIFIER,                  snmpFddiMACAction                          INTEGER              }          snmpFddiMACSMTIndex OBJECT-TYPE              SYNTAX  INTEGER (1..65535)              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "The value of the SMT index associated with this                      MAC."              ::= { snmpFddiMACEntry 1 }          snmpFddiMACIndex OBJECT-TYPE              SYNTAX  INTEGER (1..65535)              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "A unique value for each MAC on the managed                      entity.  The MAC identified by a particular value                      of this index is that identified by the same value                      of an ifIndex object instance.  That is, if a MAC                      is associated with the interface whose value of                      ifIndex in the Internet-Standard MIB is equal to                      5, then the value of snmpFddiMACIndex shall also                      equal 5.  The value for each MAC must remain                      constant at least from one re-initialization of                      the entity's network management system to the next                      re-initialization."              ::= { snmpFddiMACEntry 2 }          snmpFddiMACFrameStatusCapabilities OBJECT-TYPE              SYNTAX  INTEGER (0..1799)              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "A value that indicates the MAC's bridge and end-                      station capabilities for operating in a bridged                      FDDI network.Case                                                           [Page 17]RFC 1285                        FDDI MIB                    January 1992                      The value is a sum.  This value initially takes                      the value zero, then for each capability present,                      2 raised to a power is added to the sum.  The                      powers are according to the following table:                           Capability    Power                           FSC-Type0    0                           -- MAC repeats A/C indicators as received on                           -- copying with the intent to forward.                           FSC-Type1    1                           -- MAC sets C but not A on copying for                           -- forwarding.                           FSC-Type2    2                           -- MAC resets C and sets A on C set and                           -- A reset if the frame is not copied and the                           -- frame was addressed to this MAC                           FSC-Type0-programmable    8                           -- Type0 capability is programmable                           FSC-Type1-programmable    9                           -- Type1 capability is programmable                           FSC-Type2-programmable   10                           -- Type2 capability is programmable                      "              REFERENCE                      "ANSI { fddiMAC 11 }"              ::= { snmpFddiMACEntry 3 }          snmpFddiMACTMaxGreatestLowerBound OBJECT-TYPE              SYNTAX  FddiTime              ACCESS  read-write              STATUS  mandatory              DESCRIPTION                      "The greatest lower bound of T_Max supported for                      this MAC."              REFERENCE                      "ANSI { fddiMAC 13 }"              ::= { snmpFddiMACEntry 4 }          snmpFddiMACTVXGreatestLowerBound OBJECT-TYPE              SYNTAX  FddiTime              ACCESS  read-only              STATUS  mandatoryCase                                                           [Page 18]RFC 1285                        FDDI MIB                    January 1992              DESCRIPTION                      "The greatest lower bound of TVX supported for                      this MAC."

⌨️ 快捷键说明

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