📄 fddi-smt73-mib
字号:
"The current insertion status for this resource on this Path." ::= { fddimibPATHConfigEntry 6 }-- the PORT group-- Implementation of the PORT group is mandatory for all-- systems which implement manageable FDDI subsystems.fddimibPORTNumber OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The total number of PORT 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." ::= { fddimibPORT 1 }-- the PORT tablefddimibPORTTable OBJECT-TYPE SYNTAX SEQUENCE OF FddimibPORTEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of PORT entries. The number of entries shall not exceed the value of fddimibPORTNumber." ::= { fddimibPORT 2 }fddimibPORTEntry OBJECT-TYPE SYNTAX FddimibPORTEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A PORT entry containing information common to a given PORT." INDEX { fddimibPORTSMTIndex, fddimibPORTIndex } ::= { fddimibPORTTable 1 }FddimibPORTEntry ::= SEQUENCE { fddimibPORTSMTIndex INTEGER, fddimibPORTIndex INTEGER, fddimibPORTMyType INTEGER, fddimibPORTNeighborType INTEGER, fddimibPORTConnectionPolicies INTEGER, fddimibPORTMACIndicated INTEGER, fddimibPORTCurrentPath INTEGER, fddimibPORTRequestedPaths OCTET STRING, fddimibPORTMACPlacement FddiResourceId, fddimibPORTAvailablePaths INTEGER, fddimibPORTPMDClass INTEGER, fddimibPORTConnectionCapabilities INTEGER, fddimibPORTBSFlag INTEGER, fddimibPORTLCTFailCts Counter, fddimibPORTLerEstimate INTEGER, fddimibPORTLemRejectCts Counter, fddimibPORTLemCts Counter, fddimibPORTLerCutoff INTEGER, fddimibPORTLerAlarm INTEGER, fddimibPORTConnectState INTEGER, fddimibPORTPCMState INTEGER, fddimibPORTPCWithhold INTEGER, fddimibPORTLerFlag INTEGER, fddimibPORTHardwarePresent INTEGER, fddimibPORTAction INTEGER }fddimibPORTSMTIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The value of the SMT index associated with this PORT." ::= { fddimibPORTEntry 1 }fddimibPORTIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "A unique value for each PORT within a given SMT, which is the same as the corresponding resource index in SMT. The value for each PORT must remain constant at least from one re-initialization of the entity's network management system to the next re-initialization." REFERENCE "ANSI { fddiPORT 29 }" ::= { fddimibPORTEntry 2 }fddimibPORTMyType OBJECT-TYPE SYNTAX INTEGER { a(1), b(2), s(3), m(4), none(5) } ACCESS read-only STATUS mandatory DESCRIPTION "The value of the PORT's PC_Type (refer to ANSI 9.4.1, and 9.6.3.2)." REFERENCE "ANSI { fddiPORT 12 }" ::= { fddimibPORTEntry 3 }fddimibPORTNeighborType OBJECT-TYPE SYNTAX INTEGER { a(1), b(2), s(3), m(4), none(5) } ACCESS read-only STATUS mandatory DESCRIPTION "The type of the remote PORT as determined in PCM. This variable has an initial value of none, and is only modified in PC_RCode(3)_Actions (refer to ANSI SMT 9.6.3.2)." REFERENCE "ANSI { fddiPORT 13 }" ::= { fddimibPORTEntry 4 }fddimibPORTConnectionPolicies OBJECT-TYPE SYNTAX INTEGER (0..3) ACCESS read-write STATUS mandatory DESCRIPTION "A value representing the PORT's connection policies desired in the node. The value of pc- mac-lct is a term used in the PC_MAC_LCT Flag (see 9.4.3.2). The value of pc-mac-loop is a term used in the PC_MAC_Loop Flag. The value is a sum. This value initially takes the value zero, then for each PORT policy, 2 raised to a power is added to the sum. The powers are according to the following table: Policy Power pc-mac-lct 0 pc-mac-loop 1 " REFERENCE "ANSI { fddiPORT 14 }" ::= { fddimibPORTEntry 5 }fddimibPORTMACIndicated OBJECT-TYPE SYNTAX INTEGER { tVal9FalseRVal9False(1), tVal9FalseRVal9True(2), tVal9TrueRVal9False(3), tVal9TrueRVal9True(4) } ACCESS read-only STATUS mandatory DESCRIPTION "The indications (T_Val(9), R_Val(9)) in PC- Signalling, of the intent to place a MAC in the output token path to a PORT (refer to ANSI SMT 9.6.3.2.)." REFERENCE "ANSI { fddiPORT 15 }" ::= { fddimibPORTEntry 6 }fddimibPORTCurrentPath OBJECT-TYPE SYNTAX INTEGER { ce0(1), -- isolated ce1(2), -- local ce2(3), -- secondary ce3(4), -- primary ce4(5), -- concatenated ce5(6) -- thru } ACCESS read-only STATUS mandatory DESCRIPTION "Indicates the Path(s) into which this PORT is currently inserted." REFERENCE "ANSI { fddiPORT 16 }" ::= { fddimibPORTEntry 7 }fddimibPORTRequestedPaths OBJECT-TYPE SYNTAX OCTET STRING (SIZE (3)) ACCESS read-write STATUS mandatory DESCRIPTION "This variable is a list of permitted Paths where each list element defines the Port's permitted Paths. The first octet corresponds to 'none', the second octet to 'tree', and the third octet to 'peer'." REFERENCE "ANSI { fddiPORT 17 }" ::= { fddimibPORTEntry 8 }fddimibPORTMACPlacement OBJECT-TYPE SYNTAX FddiResourceId -- INTEGER (0..65535) ACCESS read-only STATUS mandatory DESCRIPTION "Indicates the MAC, if any, whose transmit path exits the station via this PORT. The value shall be zero if there is no MAC associated with the PORT. Otherwise, the MACIndex of the MAC will be the value of the variable." REFERENCE "ANSI { fddiPORT 18 }" ::= { fddimibPORTEntry 9 }fddimibPORTAvailablePaths OBJECT-TYPE SYNTAX INTEGER (0..7) ACCESS read-only STATUS mandatory DESCRIPTION "Indicates the Paths which are available to this Port. In the absence of faults, the A and B Ports will always have both the Primary and Secondary Paths available. The value is a sum. This value initially takes the value zero, then for each type of PATH that this port 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 { fddiPORT 19 }" ::= { fddimibPORTEntry 10 }fddimibPORTPMDClass OBJECT-TYPE SYNTAX INTEGER { multimode(1), single-mode1(2), single-mode2(3), sonet(4), low-cost-fiber(5), twisted-pair(6), unknown(7), unspecified(8) } ACCESS read-only STATUS mandatory DESCRIPTION "This variable indicates the type of PMD entity associated with this port." REFERENCE "ANSI { fddiPORT 22 }" ::= { fddimibPORTEntry 11 }fddimibPORTConnectionCapabilities OBJECT-TYPE SYNTAX INTEGER (0..3) ACCESS read-only STATUS mandatory DESCRIPTION "A value that indicates the connection capabilities of the port. The pc-mac-lct bit indicates that the station has the capability of setting the PC_MAC_LCT Flag. The pc-mac-loop bit indicates that the station has the capability of setting the PC_MAC_Loop Flag (refer to ANSI 9.4.3.2). The value is a sum. This value initially takes the value zero, then for each capability that this port has, 2 raised to a power is added to the sum. The powers are according to the following table: capability Power pc-mac-lct 0 pc-mac-loop 1 " REFERENCE "ANSI { fddiPORT 23 }" ::= { fddimibPORTEntry 12 }fddimibPORTBSFlag OBJECT-TYPE SYNTAX INTEGER { true(1), false(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This variable assumes the value of the BS_Flag (refer to ANSI SMT 9.4.3.3)." REFERENCE "ANSI { fddiPORT 33 }" ::= { fddimibPORTEntry 13 }fddimibPORTLCTFailCts OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The count of the consecutive times the link confidence test (LCT) has failed during connection management (refer to ANSI 9.4.1)." REFERENCE "ANSI { fddiPORT 42 }" ::= { fddimibPORTEntry 14 }fddimibPORTLerEstimate OBJECT-TYPE SYNTAX INTEGER (4..15) ACCESS read-only STATUS mandatory DESCRIPTION "A long term average link error rate. It ranges from 10**-4 to 10**-15 and is reported as the absolute value of the base 10 logarithm (refer to ANSI SMT 9.4.7.5.)." REFERENCE "ANSI { fddiPORT 51 }" ::= { fddimibPORTEntry 15 }fddimibPORTLemRejectCts OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "A link error monitoring count of the times that a link has been rejected." REFERENCE "ANSI { fddiPORT 52 }" ::= { fddimibPORTEntry 16 }fddimibPORTLemCts OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The aggregate link error monitor error count, set to zero only on station initialization." REFERENCE "ANSI { fddiPORT 53 }" ::= { fddimibPORTEntry 17 }fddimibPORTLerCutoff OBJECT-TYPE SYNTAX INTEGER (4..15) ACCESS read-write STATUS mandatory DESCRIPTION "The link error rate estimate at which a link connection will be broken. It ranges from 10**-4 to 10**-15 and is reported as the absolute value of the base 10 logarithm (default of 7)." REFERENCE "ANSI { fddiPORT 58 }" ::= { fddimibPORTEntry 18 }fddimibPORTLerAlarm OBJECT-TYPE SYNTAX INTEGER (4..15) ACCESS read-write STATUS mandatory DESCRIPTION "The link error rate estimate at which a link connection will generate an alarm. It ranges from 10**-4 to 10**-15 and is reported as the absolute value of the base 10 logarithm of the estimate (default of 8)." REFERENCE "ANSI { fddiPORT 59 }" ::= { fddimibPORTEntry 19 }fddimibPORTConnectState OBJECT-TYPE SYNTAX INTEGER { disabled(1), connecting(2), standby(3), active(4) } ACCESS read-only STATUS mandatory DESCRIPTION "An indication of the connect state of this PORT and is equal to the value of Connect_State (refer to ANSI 9.4.1)" REFERENCE "ANSI { fddiPORT 61 }" ::= { fddimibPORTEntry 20 }fddimibPORTPCMState OBJECT-TYPE SYNTAX INTEGER { pc0(1), -- Off pc1(2), -- Break pc2(3), --
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -