📄 fddi-smt73-mib
字号:
-- the MAC Counters tablefddimibMACCountersTable 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 DESCRIPTION "A count that should as closely as possible match the number of times the station has received a token (total of non-restricted and restricted) on this MAC (see ANSI MAC 7.4). This count is valuable for determination of network load." REFERENCE "ANSI { fddiMAC 74 }" ::= { fddimibMACCountersEntry 1 }fddimibMACTvxExpiredCts OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "A count that should as closely as possible match the number of times that TVX has expired." REFERENCE "ANSI { fddiMAC 83 }" ::= { fddimibMACCountersEntry 2 }fddimibMACNotCopiedCts OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "A count that should as closely as possible match the number of frames that were addressed to this MAC but were not copied into its receive buffers (see ANSI MAC 7.5). For example, this might occur due to local buffer congestion. Because of implementation considerations, this count may not match the actual number of frames not copied. It is not a requirement that this count be exact. Note that this count does not include MAC frames." REFERENCE "ANSI { fddiMAC 84 }" ::= { fddimibMACCountersEntry 3 }fddimibMACLateCts OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "A count that should as closely as possible match the number of TRT expirations since this MAC was reset or a token was received (refer to ANSI MAC 7.4.5)." REFERENCE "ANSI { fddiMAC 85 }" ::= { fddimibMACCountersEntry 4 }fddimibMACRingOpCts OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The count of the number of times the ring has entered the 'Ring_Operational' state from the 'Ring Not Operational' state. This count is updated when a SM_MA_STATUS.Indication of a change in the Ring_Operational status occurs (refer to ANSI 6.1.4). Because of implementation considerations, this count may be less than the actual RingOp_Ct. It is not a requirement that this count be exact." REFERENCE "ANSI { fddiMAC 86 }" ::= { fddimibMACCountersEntry 5 }fddimibMACNotCopiedRatio OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-only STATUS mandatory DESCRIPTION "This variable is the value of the ratio: (delta fddiMACNotCopiedCts / (delta fddiMACCopiedCts + delta fddiMACNotCopiedCts )) * 2**16 " REFERENCE "ANSI { fddiMAC 105 }" ::= { fddimibMACCountersEntry 6 }fddimibMACNotCopiedFlag OBJECT-TYPE SYNTAX INTEGER { true(1), false(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Indicates that the Not Copied condition is present when read as true(1). Set to false(2) when the condition clears and on station initialization." REFERENCE "ANSI { fddiMAC 115 }" ::= { fddimibMACCountersEntry 7 }fddimibMACNotCopiedThreshold OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-write STATUS mandatory DESCRIPTION "A threshold for determining when a MAC condition report shall be generated. Stations not supporting variable thresholds shall have a value of 0 and a range of (0..0)." REFERENCE "ANSI { fddiMAC 103 }" ::= { fddimibMACCountersEntry 8 }-- the PATH group-- Implementation of the PATH group is mandatory for all-- systems which implement manageable FDDI subsystems.fddimibPATHNumber OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The total number of PATHs possible (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." ::= { fddimibPATH 1 }-- the PATH tablefddimibPATHTable OBJECT-TYPE SYNTAX SEQUENCE OF FddimibPATHEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of PATH entries. The number of entries shall not exceed the value of fddimibPATHNumber." ::= { fddimibPATH 2 }fddimibPATHEntry OBJECT-TYPE SYNTAX FddimibPATHEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A PATH entry containing information common to a given PATH." INDEX { fddimibPATHSMTIndex, fddimibPATHIndex } ::= { fddimibPATHTable 1 }FddimibPATHEntry ::= SEQUENCE { fddimibPATHSMTIndex INTEGER, fddimibPATHIndex INTEGER, fddimibPATHTVXLowerBound FddiTimeNano, fddimibPATHTMaxLowerBound FddiTimeNano, fddimibPATHMaxTReq FddiTimeNano }fddimibPATHSMTIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The value of the SMT index associated with this PATH." ::= { fddimibPATHEntry 1 }fddimibPATHIndex OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-only STATUS mandatory DESCRIPTION "Index variable for uniquely identifying the primary, secondary and local PATH object instances. Local PATH object instances are represented with integer values 3 to 255." REFERENCE "ANSI { fddiPATH 11 }" ::= { fddimibPATHEntry 2 }fddimibPATHTVXLowerBound OBJECT-TYPE SYNTAX FddiTimeNano ACCESS read-write STATUS mandatory DESCRIPTION "Specifies the minimum time value of fddiMACTvxValue that shall be used by any MAC that is configured in this path. The operational value of fddiMACTvxValue is managed by settting this variable. This variable has the time value range of: 0 < fddimibPATHTVXLowerBound < fddimibPATHMaxTReq Changes to this variable shall either satisfy the time value relationship: fddimibPATHTVXLowerBound <= fddimibMACTVXCapability of each of the MACs currently on the path, or be considered out of range. The initial value of fddimibPATHTVXLowerBound shall be 2500 nsec (2.5 ms)." REFERENCE "ANSI { fddiPATH 21 }" ::= { fddimibPATHEntry 3 }fddimibPATHTMaxLowerBound OBJECT-TYPE SYNTAX FddiTimeNano ACCESS read-write STATUS mandatory DESCRIPTION "Specifies the minimum time value of fddiMACTMax that shall be used by any MAC that is configured in this path. The operational value of fddiMACTMax is managed by setting this variable. This variable has the time value range of: fddimibPATHMaxTReq <= fddimibPATHTMaxLowerBound and an absolute time value range of: 10000nsec (10 msec) <= fddimibPATHTMaxLowerBound Changes to this variable shall either satisfy the time value relationship: fddimibPATHTMaxLowerBound < fddimibMACTMaxCapability of each of the MACs currently on the path, or be considered out of range. The initial value of fddimibPATHTMaxLowerBound shall be 165000 nsec (165 msec)." REFERENCE "ANSI { fddiPATH 22 }" ::= { fddimibPATHEntry 4 }fddimibPATHMaxTReq OBJECT-TYPE SYNTAX FddiTimeNano ACCESS read-write STATUS mandatory DESCRIPTION "Specifies the maximum time value of fddiMACT-Req that shall be used by any MAC that is configured in this path. The operational value of fddiMACT- Req is managed by setting this variable. This variable has the time value range of: fddimibPATHTVXLowerBound < fddimibPATHMaxTReq <= fddimibPATHTMaxLowerBound. The default value of fddimibPATHMaxTReq is 165000 nsec (165 msec)." REFERENCE "ANSI { fddiPATH 23 }" ::= { fddimibPATHEntry 5 }-- the PATH Configuration tablefddimibPATHConfigTable OBJECT-TYPE SYNTAX SEQUENCE OF FddimibPATHConfigEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A table of Path configuration entries. This table lists all the resources that may be in this Path." REFERENCE "ANSI { fddiPATH 18 }" ::= { fddimibPATH 3 }fddimibPATHConfigEntry OBJECT-TYPE SYNTAX FddimibPATHConfigEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A collection of objects containing information for a given PATH Configuration entry." INDEX { fddimibPATHConfigSMTIndex, fddimibPATHConfigPATHIndex, fddimibPATHConfigTokenOrder } ::= { fddimibPATHConfigTable 1 }FddimibPATHConfigEntry ::= SEQUENCE { fddimibPATHConfigSMTIndex INTEGER, fddimibPATHConfigPATHIndex INTEGER, fddimibPATHConfigTokenOrder INTEGER, fddimibPATHConfigResourceType INTEGER, fddimibPATHConfigResourceIndex INTEGER, fddimibPATHConfigCurrentPath INTEGER }fddimibPATHConfigSMTIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The value of the SMT index associated with this configuration entry." ::= { fddimibPATHConfigEntry 1 }fddimibPATHConfigPATHIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The value of the PATH resource index associated with this configuration entry." ::= { fddimibPATHConfigEntry 2 }fddimibPATHConfigTokenOrder OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "An object associated with Token order for this entry. Thus if the token passes resources a, b, c and d, in that order, then the value of this object for these resources would be 1, 2, 3 and 4 respectively." ::= { fddimibPATHConfigEntry 3 }fddimibPATHConfigResourceType OBJECT-TYPE SYNTAX INTEGER { mac(2), port(4) } ACCESS read-only STATUS mandatory DESCRIPTION "The type of resource associated with this configuration entry." ::= { fddimibPATHConfigEntry 4 }fddimibPATHConfigResourceIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The value of the SMT resource index used to refer to the instance of this MAC or Port resource." ::= { fddimibPATHConfigEntry 5 }fddimibPATHConfigCurrentPath OBJECT-TYPE SYNTAX INTEGER { isolated(1), local(2), secondary(3), primary(4), concatenated(5), thru(6) } ACCESS read-only STATUS mandatory DESCRIPTION
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -