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

📄 fddi-smt73-mib

📁 很不错java的SNMP应用例子
💻
📖 第 1 页 / 共 5 页
字号:
FDDI-SMT73-MIB DEFINITIONS ::= BEGINIMPORTS        Counter            FROM RFC1155-SMI        transmission            FROM RFC1213-MIB        OBJECT-TYPE            FROM RFC-1212;--  This MIB module uses the extended OBJECT-TYPE macro as--  defined in [7].-- this is the FDDI MIB modulefddi    OBJECT IDENTIFIER ::= { transmission 15 }fddimib   OBJECT IDENTIFIER ::= { fddi 73 }-- textual conventionsFddiTimeNano ::= INTEGER (0..2147483647)-- This data type specifies 1 nanosecond units as-- an integer value.---- NOTE: The encoding is normal integer representation, not-- two's complement.  Since this type is used for variables-- which are encoded as TimerTwosComplement in the ANSI-- specification, two operations need to be performed on such-- variables to convert from ANSI form to SNMP form:---- 1) Convert from two's complement to normal integer--    representation-- 2) Multiply by 80 to convert from 80 nsec to 1 nsec units---- No resolution is lost.  Moreover, the objects for which-- this data type is used effectively do not lose any range-- due to the lower maximum value since they do not require-- the full range.---- Example: If fddimibMACTReq had a value of 8 ms, it would-- be stored in ANSI TimerTwosComplement format as 0xFFFE7960-- [8 ms is 100000 in 80 nsec units, which is then converted-- to two's complement] but be reported as 8000000 in SNMP-- since it is encoded here as FddiTimeNano.FddiTimeMilli ::= INTEGER (0..2147483647)-- This data type is used for some FDDI timers. It specifies-- time in 1 millisecond units, in normal integer-- representation.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.-- groups in the FDDI MIB modulefddimibSMT          OBJECT IDENTIFIER ::= { fddimib 1 }fddimibMAC          OBJECT IDENTIFIER ::= { fddimib 2 }fddimibMACCounters  OBJECT IDENTIFIER ::= { fddimib 3 }fddimibPATH         OBJECT IDENTIFIER ::= { fddimib 4 }fddimibPORT         OBJECT IDENTIFIER ::= { fddimib 5 }-- the SMT group-- Implementation of the SMT group is mandatory for all-- systems which implement manageable FDDI subsystems.fddimibSMTNumber 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."    ::= { fddimibSMT  1 }-- the SMT tablefddimibSMTTable OBJECT-TYPE    SYNTAX  SEQUENCE OF FddimibSMTEntry    ACCESS  not-accessible    STATUS  mandatory    DESCRIPTION            "A list of SMT entries.  The number of entries            shall not exceed the value of fddimibSMTNumber."    ::= { fddimibSMT  2 }fddimibSMTEntry OBJECT-TYPE    SYNTAX  FddimibSMTEntry    ACCESS  not-accessible    STATUS  mandatory    DESCRIPTION            "An SMT entry containing information common to a            given SMT."    INDEX   { fddimibSMTIndex }    ::= { fddimibSMTTable 1 }FddimibSMTEntry ::=    SEQUENCE {        fddimibSMTIndex            INTEGER,        fddimibSMTStationId            FddiSMTStationIdType,        fddimibSMTOpVersionId            INTEGER,        fddimibSMTHiVersionId            INTEGER,        fddimibSMTLoVersionId            INTEGER,        fddimibSMTUserData            OCTET STRING,        fddimibSMTMIBVersionId            INTEGER,        fddimibSMTMACCts            INTEGER,        fddimibSMTNonMasterCts            INTEGER,        fddimibSMTMasterCts            INTEGER,        fddimibSMTAvailablePaths            INTEGER,        fddimibSMTConfigCapabilities            INTEGER,        fddimibSMTConfigPolicy            INTEGER,        fddimibSMTConnectionPolicy            INTEGER,        fddimibSMTTNotify            INTEGER,        fddimibSMTStatRptPolicy            INTEGER,        fddimibSMTTraceMaxExpiration            FddiTimeMilli,        fddimibSMTBypassPresent            INTEGER,        fddimibSMTECMState            INTEGER,        fddimibSMTCFState            INTEGER,        fddimibSMTRemoteDisconnectFlag            INTEGER,        fddimibSMTStationStatus            INTEGER,        fddimibSMTPeerWrapFlag            INTEGER,        fddimibSMTTimeStamp            FddiTimeMilli,        fddimibSMTTransitionTimeStamp            FddiTimeMilli,        fddimibSMTStationAction            INTEGER    }fddimibSMTIndex OBJECT-TYPE    SYNTAX  INTEGER (1..65535)    ACCESS  read-only    STATUS  mandatory    DESCRIPTION            "A unique value for each SMT.  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."    ::= { fddimibSMTEntry 1 }fddimibSMTStationId OBJECT-TYPE    SYNTAX  FddiSMTStationIdType -- OCTET STRING (SIZE (8))    ACCESS  read-only    STATUS  mandatory    DESCRIPTION            "Used to uniquely identify an FDDI station."    REFERENCE            "ANSI { fddiSMT 11 }"    ::= { fddimibSMTEntry 2 }fddimibSMTOpVersionId 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 }"    ::= { fddimibSMTEntry 3 }fddimibSMTHiVersionId 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 }"    ::= { fddimibSMTEntry 4 }fddimibSMTLoVersionId 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 }"    ::= { fddimibSMTEntry 5 }fddimibSMTUserData 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 }"    ::= { fddimibSMTEntry 6 }fddimibSMTMIBVersionId 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 }"    ::= { fddimibSMTEntry 7 }fddimibSMTMACCts 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 }"    ::= { fddimibSMTEntry 8 }fddimibSMTNonMasterCts OBJECT-TYPE    SYNTAX  INTEGER (0..2)    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."    REFERENCE            "ANSI { fddiSMT 22 }"    ::= { fddimibSMTEntry 9 }fddimibSMTMasterCts 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 }"    ::= { fddimibSMTEntry 10 }fddimibSMTAvailablePaths 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 }"    ::= { fddimibSMTEntry 11 }fddimibSMTConfigCapabilities OBJECT-TYPE    SYNTAX  INTEGER (0..3)    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 }"    ::= { fddimibSMTEntry 12 }fddimibSMTConfigPolicy OBJECT-TYPE    SYNTAX  INTEGER (0..1)    ACCESS  read-write    STATUS  mandatory    DESCRIPTION            "A value that indicates the configuration policies            currently desired in a node.  'Hold' is one of the            terms used for the Hold Flag, an optional ECM flag            used to enable the optional Hold policy.            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 }"    ::= { fddimibSMTEntry 13 }fddimibSMTConnectionPolicy OBJECT-TYPE    SYNTAX  INTEGER (32768..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 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

⌨️ 快捷键说明

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