-- SECTION 1: Top Level Definitions SYNOPTICS-FDDI-SMT73-MIB DEFINITIONS ::= BEGIN -- FDDI SMT 7.3 MIB Release 1.0.0 -- Revision 11/15/93 -- Copyright 1993 SynOptics Communications, Inc. -- All rights reserved. -- This SynOptics SNMP Management Information Base Specification -- (Specification) embodies SynOptics' confidential and -- proprietary intellectual property. SynOptics retains all -- title and ownership in the Specification, including any -- revisions. -- This Specification is supplied "AS IS," and SynOptics makes -- no warranty, either express or implied, as to the use, -- operation, condition, or performance of the Specification. -- Imports IMPORTS Counter FROM RFC1155-SMI OBJECT-TYPE FROM RFC-1212 temporary FROM SYNOPTICS-ROOT-MIB; -- Textual Conventions FddiTime ::= INTEGER (0..2147483647) -- This data type specifies octet units of 100 nanoseconds as -- an integer value. It is used for Path Latency and -- Synchronous Bandwidth values. The encoding is normal -- integer representation (not twos complement). FddiResourceId ::= INTEGER (0..65535) -- This data type is used to refer to an instance of a MAC, -- PORT, or PATH Resource ID. Indexing begins -- at 1. Zero is used to indicate the absence of a resource. FddiSMTStationIdType ::= OCTET STRING (SIZE(8)) -- The unique identifier for the FDDI station. This is a -- string of 8 octets, represented as X' yy yy xx xx xx xx xx xx' -- with the low order 6 octet (xx) from a unique IEEE -- assigned address. The high order two bits of the IEEE -- address, the group address bit and the administration bit -- (Universal/Local) bit should both be zero. The first two -- octets, the yy octets, are implementor-defined. -- -- The representation of the address portion of the station id -- is in the IEEE (ANSI/IEEE P802.1A) canonical notation for -- 48 bit addresses. The canonical form is a 6-octet string -- where the first octet contains the first 8 bits of the -- address, with the I/G(Individual/Group) address bit as the -- least significant bit and the U/L (Universal/Local) bit -- as the next more significant bit, and so on. Note that -- addresses in the ANSI FDDI standard SMT frames are -- represented in FDDI MAC order. FddiMACLongAddressType ::= OCTET STRING (SIZE(6)) -- The representation of long MAC addresses as management -- values is in the IEEE (ANSI/IEEE P802.1A) canonical -- notation for 48 bit addresses. The canonical form is a -- 6-octet string where the first octet contains the first 8 -- bits of the address, with the I/G (Individual/Group) -- address bit as the least significant bit and the U/L -- (Universal/Local) bit as the next more significant bit, -- and so on. Note that the addresses in the SMT frames are -- represented in FDDI MAC order. TestAndIncr ::= INTEGER (0..4294967295) -- Represents integer-valued information used for -- atomic operations. When the management protocol -- is used to specify that an object instance having -- this syntax is to be modified, the new value -- supplied via the management protocol must -- precisely match the value presently held by the -- instance. If not, the management protocol set -- operation fails with an error of -- `inconsistentValue'. Otherwise, if the current -- value is the maximum value of 2^31-1 (2147483647 -- decimal), then the value held by the instance is -- wrapped to zero; otherwise, the value held by the -- instance is incremented by one. (Note that -- regardless of whether the management protocol set -- operation succeeds, the previous value held by the -- instance is returned.) TimeStamp ::= INTEGER (0..2147483647) -- This data type specifies octet units of 8 milliseconds as -- an integer value. -- Groups fddismt7 OBJECT IDENTIFIER ::= { temporary 7 } sFddi73SMT OBJECT IDENTIFIER ::= { fddismt7 1 } sFddi73MAC OBJECT IDENTIFIER ::= { fddismt7 2 } sFddi73MACCounters OBJECT IDENTIFIER ::= { fddismt7 3 } sFddi73PATH OBJECT IDENTIFIER ::= { fddismt7 4 } sFddi73PATHConfig OBJECT IDENTIFIER ::= { fddismt7 5 } sFddi73PORT OBJECT IDENTIFIER ::= { fddismt7 6 } -- SECTION 2: Object Definitions -- SMT Group -- Implementation of the SMT group is mandatory for all -- systems which implement manageable FDDI subsystems. sFddi73SMTNumber OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The number of SMT implementations (regardless of their current state) 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." ::= { sFddi73SMT 1 } sFddi73SMTTable OBJECT-TYPE SYNTAX SEQUENCE OF SFddi73SMTEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of SMT entries. The number of entries shall not exceed the value of sFddi73SMTNumber." ::= { sFddi73SMT 2 } sFddi73SMTEntry OBJECT-TYPE SYNTAX SFddi73SMTEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An SMT entry containing information common to a given SMT." INDEX { sFddi73SMTIndex } ::= { sFddi73SMTTable 1 } SFddi73SMTEntry ::= SEQUENCE { sFddi73SMTIndex INTEGER, sFddi73SMTStationId FddiSMTStationIdType, sFddi73SMTOpVersionId INTEGER, sFddi73SMTHiVersionId INTEGER, sFddi73SMTLoVersionId INTEGER, sFddi73SMTUserData OCTET STRING, sFddi73SMTMIBVersionId INTEGER, sFddi73SMTMACCts INTEGER, sFddi73SMTNonMasterCts INTEGER, sFddi73SMTMasterCts INTEGER, sFddi73SMTPathsAvailable INTEGER, sFddi73SMTConfigCapabilities INTEGER, sFddi73SMTConfigPolicy INTEGER, sFddi73SMTConnectionPolicy INTEGER, sFddi73SMTTNotify INTEGER, sFddi73SMTStatRptPolicy INTEGER, sFddi73SMTTraceMaxExpiration INTEGER, sFddi73SMTBypassPresent INTEGER, sFddi73SMTECMState INTEGER, sFddi73SMTCFState INTEGER, sFddi73SMTRemoteDisconnectFlag INTEGER, sFddi73SMTStationStatus INTEGER, sFddi73SMTPeerWrapFlag INTEGER, sFddi73SMTTimeStamp TimeStamp, sFddi73SMTTransitionTimeStamp TimeStamp, sFddi73SMTSetCount TestAndIncr, sFddi73SMTLastSetStationId FddiSMTStationIdType, sFddi73SMTStationAction INTEGER, sFddi73SMTManufacturerData OCTET STRING } sFddi73SMTIndex 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 sFddi73SMTNumber. 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." ::= { sFddi73SMTEntry 1 } sFddi73SMTStationId OBJECT-TYPE SYNTAX FddiSMTStationIdType ACCESS read-only STATUS mandatory DESCRIPTION "Used to uniquely identify an FDDI station." REFERENCE "ANSI { fddiSMT 11 }" ::= { sFddi73SMTEntry 2 } sFddi73SMTOpVersionId OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The version that this station is using for its operation (refer to ANSI 7.1.2.2). The value of this variable is 2 for this SMT revision." REFERENCE "ANSI { fddiSMT 13 }" ::= { sFddi73SMTEntry 3 } sFddi73SMTHiVersionId 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 }" ::= { sFddi73SMTEntry 4 } sFddi73SMTLoVersionId 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 }" ::= { sFddi73SMTEntry 5 } sFddi73SMTUserData OBJECT-TYPE SYNTAX OCTET STRING (SIZE(32)) ACCESS read-write STATUS mandatory DESCRIPTION "This variable contains 32 octets of user defined information. The information shall be an ASCII string." REFERENCE "ANSI { fddiSMT 17 }" ::= { sFddi73SMTEntry 6 } sFddi73SMTMIBVersionId OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The version of the FDDI MIB of this station. The value of this variable is 1 for this SMT revision." REFERENCE "ANSI { fddiSMT 18 }" ::= { sFddi73SMTEntry 7 } sFddi73SMTMACCts OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS mandatory DESCRIPTION "The number of MACs in this station or concentrator." REFERENCE "ANSI { fddiSMT 21 }" ::= { sFddi73SMTEntry 8 } sFddi73SMTNonMasterCts OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS mandatory DESCRIPTION "The value of this variable is the number of A, B, and S ports in this station or concentrator. This number includes MAC instances that are not supported by underlying hardware." REFERENCE "ANSI { fddiSMT 22 }" ::= { sFddi73SMTEntry 9 } sFddi73SMTMasterCts OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-only STATUS mandatory DESCRIPTION "The number of M Ports in a node. If the node is not a concentrator, the value of the variable is zero." REFERENCE "ANSI { fddiSMT 23 }" ::= { sFddi73SMTEntry 10 } sFddi73SMTPathsAvailable 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 }" ::= { sFddi73SMTEntry 11 } sFddi73SMTConfigCapabilities OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "A value that indicates the configuration capabilities of a node. The 'Hold Available' bit indicates the support of the optional Hold Function, which is controlled by fddiSMTConfigPolicy. The 'CF-Wrap-AB' bit indicates that the station has the capability of performing a wrap_ab (refer to ANSI SMT 9.7.2.2). 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 }" ::= { sFddi73SMTEntry 12 } sFddi73SMTConfigPolicy OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "A value that indicates the configuration capabilities of a node. The 'Hold Available' bit indicates the support of the optional Hold Function, which is controlled by fddiSMTConfigPolicy. The 'CF-Wrap-AB' bit indicates that the station has the capability of performing a wrap_ab (refer to ANSI SMT 9.7.2.2). 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 " REFERENCE "ANSI { fddiSMT 26 }" ::= { sFddi73SMTEntry 13 } sFddi73SMTConnectionPolicy OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-write STATUS mandatory DESCRIPTION "A value representing the connection policies in effect in a node. A station sets the corresponding bit 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 the PC_Type of the adjacent PORT (PC_Neighbor). The evaluation of Connection- Policy (PC-Type, PC-Neighbor) is done to determine the setting of T- Val(3) in the PC-Signalling sequence (refer to ANSI 9.6.3). Note that Bit 15, (rejectM-M), is always set and cannot be cleared. The value is a sum. This value initially takes the value 32767, 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 }" ::= { sFddi73SMTEntry 14 } sFddi73SMTTNotify OBJECT-TYPE SYNTAX INTEGER (2..30) ACCESS read-write STATUS mandatory DESCRIPTION "The timer, expressed in seconds, used in the Neighbor Notification protocol. It has a range of 2 seconds to 30 seconds, and its default value is 30 seconds (refer to ANSI SMT 8.2)." REFERENCE "ANSI { fddiSMT 29 }" ::= { sFddi73SMTEntry 15 } sFddi73SMTStatRptPolicy OBJECT-TYPE SYNTAX INTEGER { true(1), false(2) } ACCESS read-write STATUS mandatory DESCRIPTION "If true, indicates that the node will generate Status Reporting Frames for its implemented events and conditions. It has an initial value of true. This variable determines the value of the SR_Enable Flag (refer to ANSI SMT 8.3.2.1)." REFERENCE "ANSI { fddiSMT 30 }" ::= { sFddi73SMTEntry 16 } sFddi73SMTTraceMaxExpiration OBJECT-TYPE SYNTAX INTEGER (0..4294967295) ACCESS read-write STATUS mandatory DESCRIPTION "Reference Trace_Max (refer to ANSI SMT 9.4.4.2.2)." REFERENCE "ANSI { fddiSMT 31 }" ::= { sFddi73SMTEntry 17 } sFddi73SMTBypassPresent OBJECT-TYPE SYNTAX INTEGER { true(1), false(2) } ACCESS read-only STATUS mandatory DESCRIPTION "A flag indicating if the station has a bypass on its AB port pair." REFERENCE "ANSI { fddiSMT 34 }" ::= { sFddi73SMTEntry 18 } sFddi73SMTECMState OBJECT-TYPE SYNTAX INTEGER { ec0(1), ec1(2), ec2(3), ec3(4), ec4(5), ec5(6), ec6(7), ec7(8) } ACCESS read-only STATUS mandatory DESCRIPTION "Indicates the current state of the ECM state machine (refer to ANSI SMT 9.5.2). The possible values are: 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." REFERENCE "ANSI { fddiSMT 41 }" ::= { sFddi73SMTEntry 19 } sFddi73SMTCFState OBJECT-TYPE SYNTAX INTEGER { cf0(1), cf1(2), cf2(3), cf3(4), cf4(5), cf5(6), cf6(7), cf7(8), cf8(9), cf9(10), cf10(11), cf11(12), cf12(13) } ACCESS read-only STATUS mandatory DESCRIPTION "The attachment configuration for the station or concentrator (refer to ANSI SMT 9.7.2.2). The possible values are: cf0(1).....Isolated cf1(2).....Local_a cf2(3).....Local_b cf3(4).....Local_ab cf4(5).....Local_s cf5(6).....Wrap_a cf6(7).....Wrap_b cf7(8).....Wrap_ab cf8(9).....Wrap_s cf9(10)....C_wrap_a cf10(11)...C_wrap_b cf11(12)...C_wrap_s cf12(13)...Thru." REFERENCE "ANSI { fddiSMT 42 }" ::= { sFddi73SMTEntry 20 } sFddi73SMTRemoteDisconnectFlag 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 as a result of receiving an fddiSMTAction, disconnect (refer to ANSI SMT 6.4.5.3) in a Parameter Management Frame. A station requires a Connect Action to rejoin and clear the flag (refer to ANSI SMT 6.4.5.2)." REFERENCE "ANSI { fddiSMT 44 }" ::= { sFddi73SMTEntry 21 } sFddi73SMTStationStatus OBJECT-TYPE SYNTAX INTEGER { concatenated(1), separated(2), thru(3) } ACCESS read-only STATUS mandatory DESCRIPTION "The current status of the primary and secondary paths within this station." REFERENCE "ANSI { fddiSMT 45 }" ::= { sFddi73SMTEntry 22 } sFddi73SMTPeerWrapFlag OBJECT-TYPE SYNTAX INTEGER { true(1), false(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This variable assumes the value of the PeerWrapFlag in CFM (refer to ANSI SMT 9.7.2.4.4)." REFERENCE "ANSI { fddiSMT 46 }" ::= { sFddi73SMTEntry 23 } sFddi73SMTTimeStamp OBJECT-TYPE SYNTAX TimeStamp ACCESS read-only STATUS mandatory DESCRIPTION "This variable assumes the value of TimeStamp (refer to ANSI SMT 8.3.2.1)." REFERENCE "ANSI { fddiSMT 51 }" ::= { sFddi73SMTEntry 24 } sFddi73SMTTransitionTimeStamp OBJECT-TYPE SYNTAX TimeStamp ACCESS read-only STATUS mandatory DESCRIPTION "This variable assumes the value of TransitionTimeStamp (refer to ANSI SMT 8.3.2.1)." REFERENCE "ANSI { fddiSMT 52 }" ::= { sFddi73SMTEntry 25 } sFddi73SMTSetCount OBJECT-TYPE SYNTAX TestAndIncr ACCESS read-only STATUS mandatory DESCRIPTION "This variable is a count incremented in response to a Set operation on the MIB, timestampt is not included (refer to ANSI SMT 8.4.1)." REFERENCE "ANSI { fddiSMT 53 }" ::= { sFddi73SMTEntry 26 } sFddi73SMTLastSetStationId OBJECT-TYPE SYNTAX FddiSMTStationIdType ACCESS read-only STATUS mandatory DESCRIPTION "Station ID of the station which performed the last set." REFERENCE "ANSI { fddiSMT 54 }" ::= { sFddi73SMTEntry 27 } sFddi73SMTStationAction OBJECT-TYPE SYNTAX INTEGER { other(1), connect(2), disconnect(3), path-Test(4), self-Test(5), disable-a(6), disable-b(7), disable-m(8) } 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 a Connect signal to ECM to begin a connection sequence. The fddiSMTRemoteDisconnectFlag is cleared on the setting of this variable to 1. See ANSI Ref 9.4.2. Disconnect: Generates a Disconnect signal to ECM and sets the fddiSMTRemoteDIsconnectFlag. see ANSI Ref 9.4.2. 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. Disable_A: Causes a PC_Disable on the A port if the A port mode is peer. Disable_B: Causes a PC_Disable on the B port if the B port mode is peer. Disable_M: Causes a PC_Disable on all M ports. 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)." REFERENCE "ANSI { fddiSMT 60 }" ::= { sFddi73SMTEntry 28 } sFddi73SMTManufacturerData OBJECT-TYPE SYNTAX OCTET STRING (SIZE(32)) ACCESS read-write STATUS mandatory DESCRIPTION "This variable contains 32 octets of manufacturer information. The information shall be an ASCII string. The first 3 octets are the OUI. The next 29 octets are the actual specific manufacturer data." REFERENCE "ANSI { fddiSMT 16 }" ::= { sFddi73SMTEntry 29 } -- MAC Group -- Implementation of the MAC Group is mandatory for all -- systems which implement manageable FDDI subsystems. sFddi73MACNumber 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." ::= { sFddi73MAC 1 } sFddi73MACTable OBJECT-TYPE SYNTAX SEQUENCE OF SFddi73MACEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of MAC entries. The number of entries shall not exceed the value of sFddi73MACNumber." ::= { sFddi73MAC 2 } sFddi73MACEntry OBJECT-TYPE SYNTAX SFddi73MACEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A MAC entry containing information common to a given MAC." INDEX { sFddi73MACSMTIndex, sFddi73MACIndex } ::= { sFddi73MACTable 1 } SFddi73MACEntry ::= SEQUENCE { sFddi73MACSMTIndex INTEGER, sFddi73MACIndex INTEGER, sFddi73MACFrameStatusFunctions INTEGER, sFddi73MACBridgeFunctions INTEGER, sFddi73MACTMaxCapability FddiTime, sFddi73MACTVXCapability FddiTime, sFddi73MACAvailablePaths INTEGER, sFddi73MACCurrentPath INTEGER, sFddi73MACUpstreamNbr FddiMACLongAddressType, sFddi73MACDownstreamNbr FddiMACLongAddressType, sFddi73MACOldUpstreamNbr FddiMACLongAddressType, sFddi73MACOldDownstreamNbr FddiMACLongAddressType, sFddi73MACDupAddrTest INTEGER, sFddi73MACRequestedPaths INTEGER, sFddi73MACDownstreamPORTType INTEGER, sFddi73MACSMTAddress FddiMACLongAddressType, sFddi73MACTReq FddiTime, sFddi73MACTNeg FddiTime, sFddi73MACTMax FddiTime, sFddi73MACTvxValue FddiTime, sFddi73MACFrameCts Counter, sFddi73MACCopiedCts Counter, sFddi73MACTransmitCts Counter, sFddi73MACErrorCts Counter, sFddi73MACLostCts Counter, sFddi73MACFrameErrorThreshold INTEGER, sFddi73MACFrameErrorRatio INTEGER, sFddi73MACRMTState INTEGER, sFddi73MACDaFlag INTEGER, sFddi73MACUnaDaFlag INTEGER, sFddi73MACFrameCondition INTEGER, sFddi73MACMAUnitdataAvailable INTEGER, sFddi73MACHardwarePresent INTEGER, sFddi73MACMAUnitdataEnable INTEGER } sFddi73MACSMTIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The value of the SMT index associated with this MAC." ::= { sFddi73MACEntry 1 } sFddi73MACIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "Index variable for uniquely identifying the MAC object instances." REFERENCE "ANSI { fddiMAC 34 }" ::= { sFddi73MACEntry 2 } sFddi73MACFrameStatusFunctions 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 copying 2 " REFERENCE "ANSI { fddiMAC 11 }" ::= { sFddi73MACEntry 3 } sFddi73MACBridgeFunctions OBJECT-TYPE SYNTAX INTEGER (-1..7) ACCESS read-only STATUS mandatory DESCRIPTION "Indicates the MAC's optional bridging functions. The Value -1 is used to indicate that bridging is not supported by this MAC. 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 tb 0 -- Transparent bridging active sr 1 -- Src routing active srt 2 -- Src routing transparent active" REFERENCE "ANSI { fddiMAC 12 }" ::= { sFddi73MACEntry 4 } sFddi73MACTMaxCapability OBJECT-TYPE SYNTAX FddiTime ACCESS read-only STATUS mandatory DESCRIPTION "Indicates the maximum time value (minimum twos- complement numeric value) of fddiMACTMax that this MAC can support." REFERENCE "ANSI { fddiMAC 13 }" ::= { sFddi73MACEntry 5 } sFddi73MACTVXCapability OBJECT-TYPE SYNTAX FddiTime ACCESS read-only STATUS mandatory DESCRIPTION "Indicates the maximum time value (minimum twos- complement numeric value) of fddiMACTvxValue that this MAC can support." REFERENCE "ANSI { fddiMAC 14 }" ::= { sFddi73MACEntry 6 } sFddi73MACAvailablePaths 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 }" ::= { sFddi73MACEntry 7 } sFddi73MACCurrentPath 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 }" ::= { sFddi73MACEntry 8 } sFddi73MACUpstreamNbr OBJECT-TYPE SYNTAX FddiMACLongAddressType 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 }" ::= { sFddi73MACEntry 9 } sFddi73MACDownstreamNbr OBJECT-TYPE SYNTAX FddiMACLongAddressType 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 }" ::= { sFddi73MACEntry 10 } sFddi73MACOldUpstreamNbr OBJECT-TYPE SYNTAX FddiMACLongAddressType 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 }" ::= { sFddi73MACEntry 11 } sFddi73MACOldDownstreamNbr OBJECT-TYPE SYNTAX FddiMACLongAddressType 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 }" ::= { sFddi73MACEntry 12 } sFddi73MACDupAddrTest 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 }" ::= { sFddi73MACEntry 13 } sFddi73MACRequestedPaths OBJECT-TYPE SYNTAX INTEGER 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 }" ::= { sFddi73MACEntry 14 } sFddi73MACDownstreamPORTType OBJECT-TYPE SYNTAX INTEGER { a(1), b(2), s(3), m(4), none(5) } ACCESS read-only STATUS mandatory DESCRIPTION "Indicates the PC-Type of the first port that is downstream of this MAC (the exit port)." REFERENCE "ANSI { fddiMAC 33 }" ::= { sFddi73MACEntry 15 } sFddi73MACSMTAddress OBJECT-TYPE SYNTAX FddiMACLongAddressType ACCESS read-only STATUS mandatory DESCRIPTION "The 48-bit individual address of the MAC used for SMT frames." REFERENCE "ANSI { fddiMAC 41 }" ::= { sFddi73MACEntry 16 } sFddi73MACTReq OBJECT-TYPE SYNTAX FddiTime ACCESS read-only STATUS mandatory DESCRIPTION "This variable is the T_Req_value passed to the MAC. It is reported as a twos-complement number as described in the MAC standard. Without having detected a duplicate, the time value of this variable shall assume the maximum supported time value (minimum supported twos-complement value) which is less than or equal to the time value of fddiPATHMaxT-Req. When a MAC has an address detected as a duplicate, it may use a time value for this variable greater than the time value of fddiPATHTMaxLowerBound. A station shall cause claim when the new T_Req may cause the value of T_Neg to change in the claim process, (i.e., time value new T_Req < T_Neg, or old T_Req = T_Neg)." REFERENCE "ANSI { fddiMAC 51 }" ::= { sFddi73MACEntry 17 } sFddi73MACTNeg OBJECT-TYPE SYNTAX FddiTime ACCESS read-only STATUS mandatory DESCRIPTION "It is reported as a twos-complement number as described in the ANSI MAC standard" REFERENCE "ANSI { fddiMAC 52 }" ::= { sFddi73MACEntry 18 } sFddi73MACTMax OBJECT-TYPE SYNTAX FddiTime ACCESS read-only STATUS mandatory DESCRIPTION "This variable is the T_Max_value passed to the MAC. It is reported as a twos-complement number as described in the MAC standard. The time value of this variable shall assume the minimum suported time value (maximum supported twos-complement value) which is greater than or equal to the time value of fddiPATHT- MaxLowerBound" REFERENCE "ANSI { fddiMAC 53 }" ::= { sFddi73MACEntry 19 } sFddi73MACTvxValue OBJECT-TYPE SYNTAX FddiTime ACCESS read-only STATUS mandatory DESCRIPTION "This variable is the TVX_value passed to the MAC. It is reported as a twos-complement number as described in the MAC standard. The time value of this variable shall assume the minimum suported time value (maximum supported twos-complement value) which is greater than or equal to the time value of fddiPATHTVXLowerBound" REFERENCE "ANSI { fddiMAC 53 }" ::= { sFddi73MACEntry 20 } sFddi73MACFrameCts OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "A count of the number of frames received by this MAC (refer to ANSI MAC 7.5.1)." REFERENCE "ANSI { fddiMAC 71 }" ::= { sFddi73MACEntry 21 } sFddi73MACCopiedCts OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "A count that should as closely as possible match the number of frames addressed to (A bit set) and successfully copied into the station's receive buffers (C bit set) by this MAC (refer to ANSI MAC 7.5). Note that this count does not include MAC frames." REFERENCE "ANSI { fddiMAC 72 }" ::= { sFddi73MACEntry 22 } sFddi73MACTransmitCts OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "A count that should as closely as possible match the number of frames transmitted by this MAC (refer to ANSI MAC 7.5). Note that this count does not include MAC frames." REFERENCE "ANSI { fddiMAC 73 }" ::= { sFddi73MACEntry 23 } sFddi73MACErrorCts OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "A count of the number of frames that were detected in error by this MAC that had not been detected in error by another MAC (refer to ANSI MAC 7.5.2)." REFERENCE "ANSI { fddiMAC 81 }" ::= { sFddi73MACEntry 24 } sFddi73MACLostCts OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "A count of the number of instances that this MAC detected a format error during frame reception such that the frame was stripped (refer to ANSI MAC 7.5.3)." REFERENCE "ANSI { fddiMAC 82 }" ::= { sFddi73MACEntry 25 } sFddi73MACFrameErrorThreshold OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-write STATUS mandatory DESCRIPTION "A threshold for determining when a MAC Condition report (see ANSI 8.3.1.1) shall be generated. Stations not supporting variable thresholds shall have a value of 0 and a range of (0..0)." REFERENCE "ANSI { fddiMAC 95 }" ::= { sFddi73MACEntry 26 } sFddi73MACFrameErrorRatio OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-only STATUS mandatory DESCRIPTION "This variable is the value of the ratio, ((delta fddiMACLostCts + delta fddiMACErrorCts) / (delta fddiMACFrameCts + delta fddiMACLostCts )) * 2**16 " REFERENCE "ANSI { fddiMAC 96 }" ::= { sFddi73MACEntry 27 } sFddi73MACRMTState OBJECT-TYPE SYNTAX INTEGER { rm0(1), rm1(2), rm2(3), rm3(4), rm4(5), rm5(6), rm6(7), rm7(8) } ACCESS read-only STATUS mandatory DESCRIPTION "Indicates the current state of the RMT State Machine (refer to ANSI 10.3.2). The possible values are: rm0(1)...Isolated rm1(2)...Non_Op rm2(3)...Ring_Op rm3(4)...Detect rm4(5)...Non_Op_Dup rm5(6)...Ring_Op_Dup rm6(7)...Directed rm7(8)...Trace." REFERENCE "ANSI { fddiMAC 111 }" ::= { sFddi73MACEntry 28 } sFddi73MACDaFlag OBJECT-TYPE SYNTAX INTEGER { true(1), false(2) } ACCESS read-only STATUS mandatory DESCRIPTION "The RMT flag Duplicate Address Flag, DA_Flag (refer to ANSI 10.2.1.2)." REFERENCE "ANSI { fddiMAC 112 }" ::= { sFddi73MACEntry 29 } sFddi73MACUnaDaFlag OBJECT-TYPE SYNTAX INTEGER { true(1), false(2) } ACCESS read-only STATUS mandatory DESCRIPTION "A flag, UNDA_Flag (refer to ANSI 8.2.2.1), set when the upstream neighbor reports a duplicate address condition. Cleared when the condition clears." REFERENCE "ANSI { fddiMAC 113 }" ::= { sFddi73MACEntry 30 } sFddi73MACFrameCondition OBJECT-TYPE SYNTAX INTEGER { true(1), false(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Indicates the MAC Frame Error Condition is present when set. Cleared when the condition clears and on station initialization." REFERENCE "ANSI { fddiMAC 114 }" ::= { sFddi73MACEntry 31 } sFddi73MACMAUnitdataAvailable OBJECT-TYPE SYNTAX INTEGER { true(1), false(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This variable shall take on the value of the MAC_Avail flag defined in RMT." REFERENCE "ANSI { fddiMAC 116 }" ::= { sFddi73MACEntry 32 } sFddi73MACHardwarePresent OBJECT-TYPE SYNTAX INTEGER { notpresent(1), present(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This variable indicates the presence of underlying hardware support for this MAC object." REFERENCE "ANSI { fddiMAC 117 }" ::= { sFddi73MACEntry 33 } sFddi73MACMAUnitdataEnable OBJECT-TYPE SYNTAX INTEGER { true(1), false(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This variable defines a vendor-specified characteristic of this managed object class. This extension is based on the vendor's OUI. This variable shall not duplicate or redefine any variable listed in the MIB." REFERENCE "ANSI { fddiMAC 118 }" ::= { sFddi73MACEntry 34 } -- Enhanced MAC Counters Group -- Implementation of the this Group is optional -- MAC Counters Table sFddi73MACCountersTable OBJECT-TYPE SYNTAX SEQUENCE OF SFddi73MACCountersEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of MAC Counters entries. The number of entries shall not exceed the value of sFddi73MACNumber." ::= { sFddi73MACCounters 1 } sFddi73MACCountersEntry OBJECT-TYPE SYNTAX SFddi73MACCountersEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A MAC Counters entry containing information common to a given MAC." INDEX { sFddi73MACSMTIndex, sFddi73MACIndex } ::= { sFddi73MACCountersTable 1 } SFddi73MACCountersEntry ::= SEQUENCE { sFddi73MACTokenCts Counter, sFddi73MACTvxExpiredCts Counter, sFddi73MACNotCopiedCts Counter, sFddi73MACLateCts Counter, sFddi73MACRingOpCts Counter, sFddi73MACNotCopiedRatio INTEGER, sFddi73MACNotCopiedFlag INTEGER, sFddi73MACNotCopiedThreshold INTEGER } sFddi73MACTokenCts 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 }" ::= { sFddi73MACCountersEntry 1 } sFddi73MACTvxExpiredCts 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 }" ::= { sFddi73MACCountersEntry 2 } sFddi73MACNotCopiedCts 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 }" ::= { sFddi73MACCountersEntry 3 } sFddi73MACLateCts 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 }" ::= { sFddi73MACCountersEntry 4 } sFddi73MACRingOpCts 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 }" ::= { sFddi73MACCountersEntry 5 } sFddi73MACNotCopiedRatio 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 }" ::= { sFddi73MACCountersEntry 6 } sFddi73MACNotCopiedFlag 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 }" ::= { sFddi73MACCountersEntry 7 } sFddi73MACNotCopiedThreshold 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 }" ::= { sFddi73MACCountersEntry 8 } -- PATH Group -- Implementation of the PATH group is mandatory for all -- systems which implement manageable FDDI subsystems. sFddi73PATHNumber 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." ::= { sFddi73PATH 1 } sFddi73PATHTable OBJECT-TYPE SYNTAX SEQUENCE OF SFddi73PATHEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of PATH entries. The number of entries shall not exceed the value of sFddi73PATHNumber." ::= { sFddi73PATH 2 } sFddi73PATHEntry OBJECT-TYPE SYNTAX SFddi73PATHEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A PATH entry containing information common to a given PATH." INDEX { sFddi73PATHSMTIndex, sFddi73PATHIndex } ::= { sFddi73PATHTable 1 } SFddi73PATHEntry ::= SEQUENCE { sFddi73PATHSMTIndex INTEGER, sFddi73PATHIndex INTEGER, sFddi73PATHTVXLowerBound FddiTime, sFddi73PATHTMaxLowerBound FddiTime, sFddi73PATHMaxTReq FddiTime, sFddi73PATHRingLatency INTEGER, sFddi73PATHTraceStatus INTEGER, sFddi73PATHSbaAvailable INTEGER, sFddi73PATHSbaPayload INTEGER, sFddi73PATHSbaOverhead INTEGER } sFddi73PATHSMTIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The value of the SMT index associated with this PATH." ::= { sFddi73PATHEntry 1 } sFddi73PATHIndex 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 }" ::= { sFddi73PATHEntry 2 } sFddi73PATHTVXLowerBound OBJECT-TYPE SYNTAX FddiTime ACCESS read-write STATUS mandatory DESCRIPTION "Specifies the minimum time value (maximum twos- complement numeric 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 < fddiPATHTVXLowerBound < fddiPATHMaxT- Req. Changes to this variable shall either satisfy the time value relationship: WARNING: FOLLOWING RELATIONSHIP UNREADABLE IN ORIGINAL TEXT ASSISTANCE REQUESTED BELOW fddiPATHTVXLowerBound 2 fddiMACTVXCapability of each of the MACs currently on the path, or be considered out of range. The initial value of fddiPATHTVXLowerBound shall be 2.500 msec." REFERENCE "ANSI { fddiPATH 21 }" ::= { sFddi73PATHEntry 3 } sFddi73PATHTMaxLowerBound OBJECT-TYPE SYNTAX FddiTime ACCESS read-write STATUS mandatory DESCRIPTION "Specifies the minimum time value (maximum twos- complement numeric 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: 10 msec. 2 fddiPATHTMaxLowerBound. Changes to this variable shall either satisfy the time value relationship: fddiPATHTMaxLowerBound < fddiMACTMaxCapability of each of the MACs currently on the path, or be considered out of range. The initial value of fddiPATHTMaxLowerBound shall be 165 msec." REFERENCE "ANSI { fddiPATH 22 }" ::= { sFddi73PATHEntry 4 } sFddi73PATHMaxTReq OBJECT-TYPE SYNTAX FddiTime ACCESS read-write STATUS mandatory DESCRIPTION "Specifies the maximum time value (minimum twos- complement numeric 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: fddiPATHTVXLowerBound < fddiPATHMaxT-Req 2 fddiPATHTMaxLowerBound." REFERENCE "ANSI { fddiPATH 23 }" ::= { sFddi73PATHEntry 5 } sFddi73PATHRingLatency OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "Gives the total accumulated latency of the ring associated with this path. May be meausred directly by the station or may be calculated by a management station." REFERENCE "ANSI { fddiPATH 13 }" ::= { sFddi73PATHEntry 6 } sFddi73PATHTraceStatus OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This attribute indicates the current trace status of the path." REFERENCE "ANSI { fddiPATH 14 }" ::= { sFddi73PATHEntry 7 } sFddi73PATHSbaAvailable OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "This value is the maximum Synchronous Bandwith available for a path in bytes per second." REFERENCE "ANSI { fddiPATH 20 }" ::= { sFddi73PATHEntry 8 } sFddi73PATHSbaPayload OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "The payload portion of the Synchronous Bandwith Allocation for this path. This value represents the maximum number of bytes of data allocated for transmission per 125 microseconds." REFERENCE "ANSI { fddiPATH 15 }" ::= { sFddi73PATHEntry 9 } sFddi73PATHSbaOverhead OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "The overhead portion of the Synchronous Bandwith Allocation for this path. This value represents the maximum number of bytes of overhead (token capture, frame header, etc.) used per negotiated Target Token Rotation Time (T_Neg)." REFERENCE "ANSI { fddiPATH 16 }" ::= { sFddi73PATHEntry 10 } -- Path Configuration Group -- Implementation of the this Group is mandatory -- Path Configuration Table sFddi73PATHConfigTable OBJECT-TYPE SYNTAX SEQUENCE OF SFddi73PATHConfigEntry 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 }" ::= { sFddi73PATHConfig 1 } sFddi73PATHConfigEntry OBJECT-TYPE SYNTAX SFddi73PATHConfigEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A collection of objects containing information for a given PATH Configuration entry." INDEX { sFddi73PATHConfigSMTIndex, sFddi73PATHConfigPATHIndex, sFddi73PATHConfigTokenOrder } ::= { sFddi73PATHConfigTable 1 } SFddi73PATHConfigEntry ::= SEQUENCE { sFddi73PATHConfigSMTIndex INTEGER, sFddi73PATHConfigPATHIndex INTEGER, sFddi73PATHConfigTokenOrder INTEGER, sFddi73PATHConfigResourceType INTEGER, sFddi73PATHConfigResourceIndex FddiResourceId, sFddi73PATHConfigCurrentPath INTEGER } sFddi73PATHConfigSMTIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The value of the SMT index associated with this configuration entry." ::= { sFddi73PATHConfigEntry 1 } sFddi73PATHConfigPATHIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The value of the PATH resource index associated with this configuration entry." ::= { sFddi73PATHConfigEntry 2 } sFddi73PATHConfigTokenOrder 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." ::= { sFddi73PATHConfigEntry 3 } sFddi73PATHConfigResourceType OBJECT-TYPE SYNTAX INTEGER { mac(2), port(4) } ACCESS read-only STATUS mandatory DESCRIPTION "The type of resource associated with this configuration entry." ::= { sFddi73PATHConfigEntry 4 } sFddi73PATHConfigResourceIndex OBJECT-TYPE SYNTAX FddiResourceId 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." ::= { sFddi73PATHConfigEntry 5 } sFddi73PATHConfigCurrentPath OBJECT-TYPE SYNTAX INTEGER { isolated(1), local(2), secondary(3), primary(4), concatenated(5), thru(6) } ACCESS read-only STATUS mandatory DESCRIPTION "The current insertion status for this resource on this Path." ::= { sFddi73PATHConfigEntry 6 } -- Path Configuration String Table sFddi73PATHConfigStringTable OBJECT-TYPE SYNTAX SEQUENCE OF SFddi73PATHConfigStringEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Encoded octet string containing a table of Path configuration entries. This table lists all the resources that may be in this Path." REFERENCE "ANSI { fddiPATH 18 }" ::= { sFddi73PATHConfig 2 } sFddi73PATHConfigStringEntry OBJECT-TYPE SYNTAX SFddi73PATHConfigStringEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Encoded octet string of a collection of objects containing information for a given PATH Configuration entry." INDEX { sFddi73PATHConfigSMTIndex, sFddi73PATHConfigPATHIndex } ::= { sFddi73PATHConfigStringTable 1 } SFddi73PATHConfigStringEntry ::= SEQUENCE { sFddi73PATHConfigStrSmtIndex INTEGER, sFddi73PATHConfigStrPathIndex INTEGER, sFddi73PATHConfigStringValue OCTET STRING } sFddi73PATHConfigStrSmtIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The value of the SMT index associated with this configuration entry." ::= { sFddi73PATHConfigStringEntry 1 } sFddi73PATHConfigStrPathIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The value of the PATH resource index associated with this configuration entry." ::= { sFddi73PATHConfigStringEntry 2 } sFddi73PATHConfigStringValue OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "The value of PATH Configuration associated with this configuration entry." ::= { sFddi73PATHConfigStringEntry 3 } -- PORT Group -- Implementation of the PORT group is mandatory for all -- systems which implement manageable FDDI subsystems. sFddi73PORTNumber 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." ::= { sFddi73PORT 1 } sFddi73PORTTable OBJECT-TYPE SYNTAX SEQUENCE OF SFddi73PORTEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of PORT entries. The number of entries shall not exceed the value of sFddi73PORTNumber." ::= { sFddi73PORT 2 } sFddi73PORTEntry OBJECT-TYPE SYNTAX SFddi73PORTEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A PORT entry containing information common to a given PORT." INDEX { sFddi73PORTSMTIndex, sFddi73PORTIndex } ::= { sFddi73PORTTable 1 } SFddi73PORTEntry ::= SEQUENCE { sFddi73PORTSMTIndex INTEGER, sFddi73PORTIndex INTEGER, sFddi73PORTPCType INTEGER, sFddi73PORTPCNeighbor INTEGER, sFddi73PORTConnectionPolicies INTEGER, sFddi73PORTRemoteMACIndicated INTEGER, sFddi73PORTCEState INTEGER, sFddi73PORTRequestedPaths INTEGER, sFddi73PORTMACPlacement FddiResourceId, sFddi73PORTAvailablePaths INTEGER, sFddi73PORTPMDClass INTEGER, sFddi73PORTConnectionCapabilities INTEGER, sFddi73PORTBSFlag INTEGER, sFddi73PORTLCTFailCts Counter, sFddi73PORTLerEstimate INTEGER, sFddi73PORTLemRejectCts Counter, sFddi73PORTLemCts Counter, sFddi73PORTLerCutoff INTEGER, sFddi73PORTLerAlarm INTEGER, sFddi73PORTConnectState INTEGER, sFddi73PORTPCMState INTEGER, sFddi73PORTPCWithhold INTEGER, sFddi73PORTLerCondition INTEGER, sFddi73PORTHardwarePresent INTEGER, sFddi73PORTAction INTEGER, sFddi73PORTMaintLS INTEGER, sFddi73PORTPCLS INTEGER, sFddi73PORTEBErrorCts INTEGER } sFddi73PORTSMTIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The value of the SMT index associated with this PORT." ::= { sFddi73PORTEntry 1 } sFddi73PORTIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "A unique value for each PORT within a given SMT. Its value ranges between 1 and the sum of the values of sFddi73SMTNonMasterCt { sFddi73SMTEntry 6 } and sFddi73SMTMasterCt { sFddi73SMTEntry 7 } on the given 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 }" ::= { sFddi73PORTEntry 2 } sFddi73PORTPCType 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 }" ::= { sFddi73PORTEntry 3 } sFddi73PORTPCNeighbor 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 }" ::= { sFddi73PORTEntry 4 } sFddi73PORTConnectionPolicies 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 }" ::= { sFddi73PORTEntry 5 } sFddi73PORTRemoteMACIndicated OBJECT-TYPE SYNTAX INTEGER { tVal0rVal0(1), tVal0rVal1(2), tVal1rVal0(3), tVal1rVal1(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 }" ::= { sFddi73PORTEntry 6 } sFddi73PORTCEState OBJECT-TYPE SYNTAX INTEGER { ce0(1), ce1(2), ce2(3), ce3(4), ce4(5), ce5(6) } ACCESS read-only STATUS mandatory DESCRIPTION "Indicates the Path(s) into which this PORT is currently inserted. The possible values are: ce0(1)...Isolated ce1(2)...Local ce2(3)...Secondary ce3(4)...Primary ce4(5)...Concatenated ce5(6)...Thru." REFERENCE "ANSI { fddiPORT 16 }" ::= { sFddi73PORTEntry 7 } sFddi73PORTRequestedPaths OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "This variable is a list of permitted Paths where each list element defines the Port's permitted Paths (refer to ANSI 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 { fddiPORT 17 }" ::= { sFddi73PORTEntry 8 } sFddi73PORTMACPlacement OBJECT-TYPE SYNTAX FddiResourceId 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 }" ::= { sFddi73PORTEntry 9 } sFddi73PORTAvailablePaths 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 }" ::= { sFddi73PORTEntry 10 } sFddi73PORTPMDClass 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 }" ::= { sFddi73PORTEntry 11 } sFddi73PORTConnectionCapabilities 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 }" ::= { sFddi73PORTEntry 12 } sFddi73PORTBSFlag 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 }" ::= { sFddi73PORTEntry 13 } sFddi73PORTLCTFailCts 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 }" ::= { sFddi73PORTEntry 14 } sFddi73PORTLerEstimate OBJECT-TYPE SYNTAX INTEGER (0..255) 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 }" ::= { sFddi73PORTEntry 15 } sFddi73PORTLemRejectCts 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 }" ::= { sFddi73PORTEntry 16 } sFddi73PORTLemCts 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 }" ::= { sFddi73PORTEntry 17 } sFddi73PORTLerCutoff OBJECT-TYPE SYNTAX INTEGER (0..255) 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 }" ::= { sFddi73PORTEntry 18 } sFddi73PORTLerAlarm OBJECT-TYPE SYNTAX INTEGER (0..255) 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 }" ::= { sFddi73PORTEntry 19 } sFddi73PORTConnectState 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 }" ::= { sFddi73PORTEntry 20 } sFddi73PORTPCMState OBJECT-TYPE SYNTAX INTEGER { pc0(1), pc1(2), pc2(3), pc3(4), pc4(5), pc5(6), pc6(7), pc7(8), pc8(9), pc9(10) } ACCESS read-only STATUS mandatory DESCRIPTION "The state of this Port's PCM state machine refer to ANSI SMT 9.6.2). The possible values are: pc0(1)....Off pc1(2)....Break pc2(3)....Trace pc3(4)....Connect pc4(5)....Next pc5(6)....Signal pc6(7)....Join pc7(8)....Verify pc8(9)....Active pc9(10)...Maint." REFERENCE "ANSI { fddiPORT 62 }" ::= { sFddi73PORTEntry 21 } sFddi73PORTPCWithhold OBJECT-TYPE SYNTAX INTEGER { none(1), m-m(2), otherincompatible(3), pathnotavailable(4) } ACCESS read-only STATUS mandatory DESCRIPTION "The value of PC_Withhold (refer to ANSI SMT 9.4.1)." REFERENCE "ANSI { fddiPORT 63 }" ::= { sFddi73PORTEntry 22 } sFddi73PORTLerCondition OBJECT-TYPE SYNTAX INTEGER { true(1), false(2) } ACCESS read-only STATUS mandatory DESCRIPTION "The condition becomes active when the value of fddiPORTLerEstimate is less than or equal to fddiPORTLerAlarm. This will be reported with the Status Report Frames (SRF) (refer to ANSI SMT 7.2.7 and 8.3)." REFERENCE "ANSI { fddiPORT 64 }" ::= { sFddi73PORTEntry 23 } sFddi73PORTHardwarePresent OBJECT-TYPE SYNTAX INTEGER { notpresent(1), present(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This variable indicates the presence of underlying hardware support for this port object." REFERENCE "ANSI { fddiPORT 65 }" ::= { sFddi73PORTEntry 24 } sFddi73PORTAction OBJECT-TYPE SYNTAX INTEGER { other(1), maint-port(2), enable-port(3), disable-port(4), start-port(5), stop-port(6) } ACCESS read-write STATUS mandatory DESCRIPTION "Causes a Control signal to be generated with a control_action of 'Signal' and the 'variable' parameter set with the appropriate value (i.e., PC_Maint, PC_Enable, PC_Disable, PC_Start, or PC_Stop) (refer to ANSI 9.4.2)." REFERENCE "ANSI { fddiPORT 70 }" ::= { sFddi73PORTEntry 25 } sFddi73PORTMaintLS OBJECT-TYPE SYNTAX INTEGER { qls(1), ils(2), mls(3), hls(4), pdr(5), lsu(6), nls(7) } ACCESS read-write STATUS mandatory DESCRIPTION "The Port Maintenance Line State specifies the line state (Maint_LS) to be transmitted when the PCM state machine for the port is in state PC9 Maint. The possible values are: qls(1)...Quiet line state ils(2)...Idle line state mls(3)...Master line state hls(4)...Halt line state pdr(5)...Active line state lsu(6)...Line state unknown nls(7)...Noise line state." REFERENCE "ANSI { fddiPORT 31 }" ::= { sFddi73PORTEntry 26 } sFddi73PORTPCLS OBJECT-TYPE SYNTAX INTEGER { qls(1), ils(2), mls(3), hls(4), pdr(5), lsu(6), nls(7) } ACCESS read-only STATUS mandatory DESCRIPTION "This attribute indicates the line state (PC_LS) received by the port. The possible values are: qls(1)...Quiet line state ils(2)...Idle line state mls(3)...Master line state hls(4)...Halt line state pdr(5)...Active line state lsu(6)...Line state unknown nls(7)...Noise line state." REFERENCE "ANSI { fddiPORT 34 }" ::= { sFddi73PORTEntry 27 } sFddi73PORTEBErrorCts OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "A count that should as closely as possible match the times an Elasticity Buffer Error has occurred while in active line state." REFERENCE "ANSI { fddiPORT 41 }" ::= { sFddi73PORTEntry 28 } END