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

📄 rfc1285.txt

📁 著名的RFC文档,其中有一些文档是已经翻译成中文的的.
💻 TXT
📖 第 1 页 / 共 5 页
字号:
RFC 1285                        FDDI MIB                    January 1992                  snmpFddiSMTPathsAvailable                      INTEGER,                  snmpFddiSMTConfigCapabilities                      INTEGER,                  snmpFddiSMTConfigPolicy                      INTEGER,                  snmpFddiSMTConnectionPolicy                      INTEGER,                  snmpFddiSMTTNotify                      INTEGER,                  snmpFddiSMTStatusReporting                      INTEGER,                  snmpFddiSMTECMState                      INTEGER,                  snmpFddiSMTCFState                      INTEGER,                  snmpFddiSMTHoldState                      INTEGER,                  snmpFddiSMTRemoteDisconnectFlag                      INTEGER,                  snmpFddiSMTStationAction                      INTEGER              }          snmpFddiSMTIndex OBJECT-TYPE              SYNTAX  INTEGER (1..65535)              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "A unique value for each SMT.  Its value ranges                      between 1 and the value of snmpFddiSMTNumber.  The                      value for each SMT must remain constant at least                      from one re-initialization of the entity's network                      management system to the next re-initialization."              ::= { snmpFddiSMTEntry 1 }          snmpFddiSMTStationId OBJECT-TYPE              SYNTAX  FddiSMTStationIdType -- OCTET STRING (SIZE (8))              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "Uniquely identifies an FDDI station."              REFERENCE                      "ANSI { fddiSMT 11 }"              ::= { snmpFddiSMTEntry 2 }Case                                                            [Page 7]RFC 1285                        FDDI MIB                    January 1992          snmpFddiSMTOpVersionId OBJECT-TYPE              SYNTAX  INTEGER (1..65535)              ACCESS  read-write              STATUS  mandatory              DESCRIPTION                      "The version that this station is using for its                      operation (refer to ANSI 7.1.2.2)."              REFERENCE                      "ANSI { fddiSMT 13 }"              ::= { snmpFddiSMTEntry 3 }          snmpFddiSMTHiVersionId OBJECT-TYPE              SYNTAX  INTEGER (1..65535)              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "The highest version of SMT that this station                      supports (refer to ANSI 7.1.2.2)."              REFERENCE                      "ANSI { fddiSMT 14 }"              ::= { snmpFddiSMTEntry 4 }          snmpFddiSMTLoVersionId OBJECT-TYPE              SYNTAX  INTEGER (1..65535)              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "The lowest version of SMT that this station                      supports (refer to ANSI 7.1.2.2)."              REFERENCE                      "ANSI { fddiSMT 15 }"              ::= { snmpFddiSMTEntry 5 }          snmpFddiSMTMACCt OBJECT-TYPE              SYNTAX  INTEGER (0..255)              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "The number of MACs in the station or                      concentrator."              REFERENCE                      "ANSI { fddiSMT 21 }"              ::= { snmpFddiSMTEntry 6 }          snmpFddiSMTNonMasterCt OBJECT-TYPE              SYNTAX  INTEGER (0..2)              ACCESS  read-only              STATUS  mandatoryCase                                                            [Page 8]RFC 1285                        FDDI MIB                    January 1992              DESCRIPTION                      "The number of Non Master PORTs (A, B, or S PORTs)                      in the station or concentrator."              REFERENCE                      "ANSI { fddiSMT 22 }"              ::= { snmpFddiSMTEntry 7 }          snmpFddiSMTMasterCt OBJECT-TYPE              SYNTAX  INTEGER (0..255)              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "The number of Master PORTs in a node.  If the                      node is not a concentrator, the value is zero."              REFERENCE                      "ANSI { fddiSMT 23 }"              ::= { snmpFddiSMTEntry 8 }          snmpFddiSMTPathsAvailable OBJECT-TYPE              SYNTAX  INTEGER (0..7)              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "A value that indicates the PATH types available                      in the station.                      The value is a sum.  This value initially takes                      the value zero, then for each type of PATH that                      this node has available, 2 raised to a power is                      added to the sum.  The powers are according to the                      following table:                               Path   Power                            Primary   0                          Secondary   1                              Local   2                      For example, a station having Primary and Local                      PATHs available would have a value of 5 (2**0 +                      2**2)."              REFERENCE                      "ANSI { fddiSMT 24 }"              ::= { snmpFddiSMTEntry 9 }          snmpFddiSMTConfigCapabilities OBJECT-TYPE              SYNTAX  INTEGER (0..3)              ACCESS  read-only              STATUS  mandatoryCase                                                            [Page 9]RFC 1285                        FDDI MIB                    January 1992              DESCRIPTION                      "A value that indicates capabilities that are                      present in the node.  If 'holdAvailable' is                      present, this indicates support of the optional                      Hold Function (refer to ANSI SMT 9.4.3.2).  If                      'CF-Wrap-AB' is present, this indicates that the                      WRAP_AB state is forced.                      The value is a sum.  This value initially takes                      the value zero, then for each of the configuration                      policies currently enforced on the node, 2 raised                      to a power is added to the sum.  The powers are                      according to the following table:                                 Policy   Power                          holdAvailable   0                             CF-Wrap-AB   1 "              REFERENCE                      "ANSI { fddiSMT 25 }"              ::= { snmpFddiSMTEntry 10 }          snmpFddiSMTConfigPolicy OBJECT-TYPE              SYNTAX  INTEGER (0..3)              ACCESS  read-write              STATUS  mandatory              DESCRIPTION                      "A value that indicates the configuration policies                      currently enforced in the node (refer to ANSI SMT                      9.4.3.2).  The 'configurationHold' policy refers                      to the Hold flag, and should not be present only                      if the Hold function is supported.  The 'CF-Wrap-                      AB' policy refers to the CF_Wrap_AB flag.                      The value is a sum.  This value initially takes                      the value zero, then for each of the configuration                      policies currently enforced on the node, 2 raised                      to a power is added to the sum.  The powers are                      according to the following table:                                     Policy   Power                          configurationHold   0                                 CF-Wrap-AB   1 "              REFERENCE                      "ANSI { fddiSMT 26 }"              ::= { snmpFddiSMTEntry 11 }Case                                                           [Page 10]RFC 1285                        FDDI MIB                    January 1992          snmpFddiSMTConnectionPolicy OBJECT-TYPE              SYNTAX  INTEGER (0..65535)              ACCESS  read-write              STATUS  mandatory              DESCRIPTION                      "A value that indicates the connection policies                      enforced at the station.  A station sets the                      corresponding policy for each of the connection                      types that it rejects.  The letter designations, X                      and Y, in the 'rejectX-Y' names have the following                      significance:  X represents the PC-Type of the                      local PORT and Y represents a PC-Neighbor in the                      evaluation of Connection-Policy (PC-Type, PC-                      Neighbor) that is done to determine the setting of                      T-Val(3) in the PC-Signaling sequence (refer to                      ANSI Section 9.6.3).                      The value is a sum.  This value initially takes                      the value zero, then for each of the connection                      policies currently enforced on the node, 2 raised                      to a power is added to the sum.  The powers are                      according to the following table:                             Policy   Power                          rejectA-A   0                          rejectA-B   1                          rejectA-S   2                          rejectA-M   3                          rejectB-A   4                          rejectB-B   5                          rejectB-S   6                          rejectB-M   7                          rejectS-A   8                          rejectS-B   9                          rejectS-S   10                          rejectS-M   11                          rejectM-A   12                          rejectM-B   13                          rejectM-S   14                          rejectM-M   15                      Implementors should note that the polarity of                      these bits is different in different places in an                      SMT system.  Implementors should take appropriate                      care."              REFERENCE                      "ANSI { fddiSMT 27 }"              ::= { snmpFddiSMTEntry 12 }Case                                                           [Page 11]RFC 1285                        FDDI MIB                    January 1992          snmpFddiSMTTNotify OBJECT-TYPE              SYNTAX  INTEGER (2..30)              ACCESS  read-write              STATUS  mandatory              DESCRIPTION                      "The timer used in the Neighbor Notification                      protocol, reported in seconds and ranging from 2                      to 30 seconds (refer to ANSI SMT 8.3.1)."              REFERENCE                      "ANSI { fddiSMT 29 }"              ::= { snmpFddiSMTEntry 13 }          snmpFddiSMTStatusReporting OBJECT-TYPE              SYNTAX  INTEGER { true(1), false(2) }              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "Indicates whether the node implements the Status                      Reporting Protocol.  This object is included for                      compatibility with products that were designed                      prior to the adoption of this standard."              REFERENCE                      "ANSI { fddiSMT 30 }"              ::= { snmpFddiSMTEntry 14 }          snmpFddiSMTECMState OBJECT-TYPE              SYNTAX  INTEGER {                          ec0(1), -- Out                          ec1(2), -- In                          ec2(3), -- Trace                          ec3(4), -- Leave                          ec4(5), -- Path_Test                          ec5(6), -- Insert                          ec6(7), -- Check                          ec7(8)  -- Deinsert                      }              ACCESS  read-only              STATUS  mandatory              DESCRIPTION                      "Indicates the current state of the ECM state                      machine (refer to ANSI SMT 9.5.2)."              REFERENCE                      "ANSI { fddiSMT 41 }"              ::= { snmpFddiSMTEntry 15 }          snmpFddiSMTCFState OBJECT-TYPE              SYNTAX  INTEGER {                          cf0(1), -- IsolatedCase                                                           [Page 12]RFC 1285                        FDDI MIB                    January 1992

⌨️ 快捷键说明

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