📄 rfc1512.mib
字号:
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." ::= { fddimibMAC 1 } -- the MAC table fddimibMACTable OBJECT-TYPE SYNTAX SEQUENCE OF FddimibMACEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of MAC entries. The number of entries shall not exceed the value of fddimibMACNumber." ::= { fddimibMAC 2 } fddimibMACEntry OBJECT-TYPE SYNTAX FddimibMACEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A MAC entry containing information common to a given MAC." INDEX { fddimibMACSMTIndex, fddimibMACIndex } ::= { fddimibMACTable 1 } FddimibMACEntry ::= SEQUENCE { fddimibMACSMTIndex INTEGER, fddimibMACIndex INTEGER, fddimibMACIfIndex INTEGER, fddimibMACFrameStatusFunctions INTEGER, fddimibMACTMaxCapability FddiTimeNano, fddimibMACTVXCapability FddiTimeNano, fddimibMACAvailablePaths INTEGER, fddimibMACCurrentPath INTEGER, fddimibMACUpstreamNbr FddiMACLongAddressType, fddimibMACDownstreamNbr FddiMACLongAddressType, fddimibMACOldUpstreamNbr FddiMACLongAddressType, fddimibMACOldDownstreamNbr FddiMACLongAddressType, fddimibMACDupAddressTest INTEGER, fddimibMACRequestedPaths INTEGER, fddimibMACDownstreamPORTType INTEGER, fddimibMACSMTAddress FddiMACLongAddressType, fddimibMACTReq FddiTimeNano, fddimibMACTNeg FddiTimeNano, fddimibMACTMax FddiTimeNano, fddimibMACTvxValue FddiTimeNano, fddimibMACFrameCts Counter, fddimibMACCopiedCts Counter, fddimibMACTransmitCts Counter, fddimibMACErrorCts Counter, fddimibMACLostCts Counter, fddimibMACFrameErrorThreshold INTEGER, fddimibMACFrameErrorRatio INTEGER, fddimibMACRMTState INTEGER, fddimibMACDaFlag INTEGER, fddimibMACUnaDaFlag INTEGER, fddimibMACFrameErrorFlag INTEGER, fddimibMACMAUnitdataAvailable INTEGER, fddimibMACHardwarePresent INTEGER, fddimibMACMAUnitdataEnable INTEGER } fddimibMACSMTIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The value of the SMT index associated with this MAC." ::= { fddimibMACEntry 1 } fddimibMACIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "Index variable for uniquely identifying the MAC object instances, which is the same as the corresponding resource index in SMT." REFERENCE "ANSI { fddiMAC 34 }" ::= { fddimibMACEntry 2 } fddimibMACIfIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The value of the MIB-II ifIndex corresponding to this MAC. If none is applicable, 0 is returned." REFERENCE "MIB-II" ::= { fddimibMACEntry 3 } fddimibMACFrameStatusFunctions OBJECT-TYPE SYNTAX INTEGER (0..7) ACCESS read-only STATUS mandatory DESCRIPTION "Indicates the MAC's optional Frame Status processing functions. The value is a sum. This value initially takes the value zero, then for each function present, 2 raised to a power is added to the sum. The powers are according to the following table: function Power fs-repeating 0 fs-setting 1 fs-clearing 2 " REFERENCE "ANSI { fddiMAC 11 }" ::= { fddimibMACEntry 4 } fddimibMACTMaxCapability OBJECT-TYPE SYNTAX FddiTimeNano ACCESS read-only STATUS mandatory DESCRIPTION "Indicates the maximum time value of fddiMACTMax that this MAC can support." REFERENCE "ANSI { fddiMAC 13 }" ::= { fddimibMACEntry 5 } fddimibMACTVXCapability OBJECT-TYPE SYNTAX FddiTimeNano ACCESS read-only STATUS mandatory DESCRIPTION "Indicates the maximum time value of fddiMACTvxValue that this MAC can support." REFERENCE "ANSI { fddiMAC 14 }" ::= { fddimibMACEntry 6 } fddimibMACAvailablePaths OBJECT-TYPE SYNTAX INTEGER (0..7) ACCESS read-only STATUS mandatory DESCRIPTION "Indicates the paths available for this MAC (refer to ANSI SMT 9.7.7). The value is a sum. This value initially takes the value zero, then for each type of PATH that this MAC 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 " REFERENCE "ANSI { fddiMAC 22 }" ::= { fddimibMACEntry 7 } fddimibMACCurrentPath OBJECT-TYPE SYNTAX INTEGER { isolated(1), local(2), secondary(3), primary(4), concatenated(5), thru(6) } ACCESS read-only STATUS mandatory DESCRIPTION "Indicates the Path into which this MAC is currently inserted (refer to ANSI 9.7.7)." REFERENCE "ANSI { fddiMAC 23 }" ::= { fddimibMACEntry 8 } fddimibMACUpstreamNbr OBJECT-TYPE SYNTAX FddiMACLongAddressType -- OCTET STRING (SIZE (6)) ACCESS read-only STATUS mandatory DESCRIPTION "The MAC's upstream neighbor's long individual MAC address. It has an initial value of the SMT- Unknown-MAC Address and is only modified as specified by the Neighbor Information Frame protocol (refer to ANSI SMT 7.2.1 and 8.2)." REFERENCE "ANSI { fddiMAC 24 }" ::= { fddimibMACEntry 9 } fddimibMACDownstreamNbr OBJECT-TYPE SYNTAX FddiMACLongAddressType -- OCTET STRING (SIZE (6)) ACCESS read-only STATUS mandatory DESCRIPTION "The MAC's downstream neighbor's long individual MAC address. It has an initial value of the SMT- Unknown-MAC Address and is only modified as specified by the Neighbor Information Frame protocol (refer to ANSI SMT 7.2.1 and 8.2)." REFERENCE "ANSI { fddiMAC 25 }" ::= { fddimibMACEntry 10 } fddimibMACOldUpstreamNbr OBJECT-TYPE SYNTAX FddiMACLongAddressType -- OCTET STRING (SIZE (6)) ACCESS read-only STATUS mandatory DESCRIPTION "The previous value of the MAC's upstream neighbor's long individual MAC address. It has an initial value of the SMT-Unknown- MAC Address and is only modified as specified by the Neighbor Information Frame protocol (refer to ANSI SMT 7.2.1 and 8.2)." REFERENCE "ANSI { fddiMAC 26 }" ::= { fddimibMACEntry 11 } fddimibMACOldDownstreamNbr OBJECT-TYPE SYNTAX FddiMACLongAddressType -- OCTET STRING (SIZE (6)) ACCESS read-only STATUS mandatory DESCRIPTION "The previous value of the MAC's downstream neighbor's long individual MAC address. It has an initial value of the SMT- Unknown-MAC Address and is only modified as specified by the Neighbor Information Frame protocol (refer to ANSI SMT 7.2.1 and 8.2)." REFERENCE "ANSI { fddiMAC 27 }" ::= { fddimibMACEntry 12 } fddimibMACDupAddressTest OBJECT-TYPE SYNTAX INTEGER { none(1), pass(2), fail(3) } ACCESS read-only STATUS mandatory DESCRIPTION "The Duplicate Address Test flag, Dup_Addr_Test (refer to ANSI 8.2)." REFERENCE "ANSI { fddiMAC 29 }" ::= { fddimibMACEntry 13 } fddimibMACRequestedPaths OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-write STATUS mandatory DESCRIPTION "List of permitted Paths which specifies the Path(s) into which the MAC may be inserted (refer to ansi SMT 9.7). The value is a sum which represents the individual paths that are desired. This value initially takes the value zero, then for each type of PATH that this node is, 2 raised to a power is added to the sum. The powers are according to the following table: Path Power local 0 secondary-alternate 1 primary-alternate 2 concatenated-alternate 3 secondary-preferred 4 primary-preferred 5 concatenated-preferred 6 thru 7 " REFERENCE "ANSI { fddiMAC 32 }" ::= { fddimibMACEntry 14 } fddimibMACDownstreamPORTType OBJECT-TYPE
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -