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

📄 rfc1285-mib

📁 很不错java的SNMP应用例子
💻
📖 第 1 页 / 共 5 页
字号:
                                    station.            Attempts to set this object to all other values            results in a badValue error."    REFERENCE            "ANSI { fddiMAC 130 }"    ::= { snmpFddiMACEntry 30 }-- the PATH group-- the PATH group is empty for now and shall remain so until-- the ANSI community sorts out their PATH group-- the PORT group-- Implementation of the PORT group is mandatory for all-- systems which implement manageable FDDI subsystems.snmpFddiPORTNumber 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."    ::= { snmpFddiPORT  1 }-- the PORT tablesnmpFddiPORTTable OBJECT-TYPE    SYNTAX  SEQUENCE OF SnmpFddiPORTEntry    ACCESS  not-accessible    STATUS  mandatory    DESCRIPTION            "A list of PORT entries.  The number of entries is            given by the value of snmpFddiPORTNumber."    ::= { snmpFddiPORT  2 }snmpFddiPORTEntry OBJECT-TYPE    SYNTAX  SnmpFddiPORTEntry    ACCESS  not-accessible    STATUS  mandatory    DESCRIPTION            "A PORT entry containing information common to a            given PORT."    INDEX   { snmpFddiPORTSMTIndex, snmpFddiPORTIndex }    ::= { snmpFddiPORTTable 1 }SnmpFddiPORTEntry ::=    SEQUENCE {        snmpFddiPORTSMTIndex                INTEGER,        snmpFddiPORTIndex                INTEGER,        snmpFddiPORTPCType                INTEGER,        snmpFddiPORTPCNeighbor                INTEGER,        snmpFddiPORTConnectionPolicies                INTEGER,        snmpFddiPORTRemoteMACIndicated                INTEGER,        snmpFddiPORTCEState                INTEGER,        snmpFddiPORTPathsRequested                INTEGER,        snmpFddiPORTMACPlacement                FddiResourceId,        snmpFddiPORTAvailablePaths                INTEGER,        snmpFddiPORTMACLoopTime                FddiTime,        snmpFddiPORTTBMax                FddiTime,        snmpFddiPORTBSFlag                INTEGER,        snmpFddiPORTLCTFailCts                Counter,        snmpFddiPORTLerEstimate                INTEGER,        snmpFddiPORTLemRejectCts                Counter,        snmpFddiPORTLemCts                Counter,        snmpFddiPORTLerCutoff                INTEGER,        snmpFddiPORTLerAlarm                INTEGER,        snmpFddiPORTConnectState                INTEGER,        snmpFddiPORTPCMState                INTEGER,        snmpFddiPORTPCWithhold                INTEGER,        snmpFddiPORTLerCondition                INTEGER,        snmpFddiPORTChipSet                OBJECT IDENTIFIER,        snmpFddiPORTAction                INTEGER    }snmpFddiPORTSMTIndex OBJECT-TYPE    SYNTAX  INTEGER (1..65535)    ACCESS  read-only    STATUS  mandatory    DESCRIPTION            "The value of the SMT index associated with this            PORT."    ::= { snmpFddiPORTEntry 1 }snmpFddiPORTIndex 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 snmpFddiSMTNonMasterCt            { snmpFddiSMTEntry 6 } and snmpFddiSMTMasterCt            { snmpFddiSMTEntry 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."    ::= { snmpFddiPORTEntry 2 }snmpFddiPORTPCType OBJECT-TYPE    SYNTAX  INTEGER { a(1), b(2), s(3), m(4) }    ACCESS  read-only    STATUS  mandatory    DESCRIPTION            "PC_Type (refer to ANSI SMT 9.2.2 and ANSI SMT            9.6.3.2)."    REFERENCE            "ANSI { fddiPORT 12 }"    ::= { snmpFddiPORTEntry 3 }snmpFddiPORTPCNeighbor OBJECT-TYPE    SYNTAX  INTEGER { a(1), b(2), s(3), m(4), unknown(5) }    ACCESS  read-only    STATUS  mandatory    DESCRIPTION            "The type (PC_Neighbor) of the remote PORT that is            determined in PC_Signaling in R_Val (1,2) (refer            to ANSI SMT 9.6.3.2)."    REFERENCE            "ANSI { fddiPORT 13 }"    ::= { snmpFddiPORTEntry 4 }snmpFddiPORTConnectionPolicies OBJECT-TYPE    SYNTAX  INTEGER (0..7)    ACCESS  read-write    STATUS  mandatory    DESCRIPTION            "A value that indicates the node's PORT policies.            Pc-MAC-LCT, Pc-MAC-Loop, and Pc-MAC-Placement            indicate how the respective PC Signaling            Capability flags should  be set (refer to ANSI SMT            9.4.3.2).            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                Pc-MAC-Placement   2 "    REFERENCE            "ANSI { fddiPORT 14 }"    ::= { snmpFddiPORTEntry 5 }snmpFddiPORTRemoteMACIndicated OBJECT-TYPE    SYNTAX  INTEGER { true(1), false(2) }    ACCESS  read-only    STATUS  mandatory    DESCRIPTION            "The indication, in PC-Signaling that the remote            partner intends to place a MAC in the output token            PATH of this PORT.  Signaled as R_Val (9) (refer            to ANSI SMT 9.6.3.2)."    REFERENCE            "ANSI { fddiPORT 15 }"    ::= { snmpFddiPORTEntry 6 }snmpFddiPORTCEState OBJECT-TYPE    SYNTAX  INTEGER {                ce0(1), -- Isolated                ce1(2), -- Insert_P                ce2(3), -- Insert_S                ce3(4), -- Insert_X                ce4(5)  -- Local            }    ACCESS  read-only    STATUS  mandatory    DESCRIPTION            "Indicates the current state of PORT's            Configuration Element (CE) (refer to ANSI 9.7.5).            Note that this value represents the Current Path            information for this PORT."    REFERENCE            "ANSI { fddiPORT 16 }"    ::= { snmpFddiPORTEntry 7 }snmpFddiPORTPathsRequested OBJECT-TYPE    SYNTAX  INTEGER (0..15)    ACCESS  read-write    STATUS  mandatory    DESCRIPTION            "A value that indicates the desired association(s)            of the port with a station PATH.  The 'Primary'            Path is the default.  The value of 'Secondary' is            only meaningful for S (slave) or M (master) PORT            PC-Types.  This value effects the setting of the            CF_Insert_S, and CF_Insert_L flags (refer to ANSI            Section 9.4.3).  If the 'Primary' PATH is present,            then the Primary PATH (the default PATH) is            selected.  If the 'Secondary' PATH is present and            the 'Primary' PATH is not present, then the            CF_Insert_S flag is set.  If the 'Local' PATH is            sent and neither the 'Primary' or 'Secondary'            PATHs are sent, then the CF_Insert_L flag is set.            The value is a sum.  This value initially takes            the value zero, then for each type of PATH            desired, 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                 Isolated   3 "    REFERENCE            "ANSI { fddiPORT 17 }"    ::= { snmpFddiPORTEntry 8 }snmpFddiPORTMACPlacement OBJECT-TYPE    SYNTAX  FddiResourceId -- INTEGER (0..65535)    ACCESS  read-only    STATUS  mandatory    DESCRIPTION            "Indicates the upstream MAC, if any, that is            associated with the PORT.  The value shall be zero            if there is no MAC associated with the PORT.            Otherwise, the value shall be equal to the value            of snmpFddiMACIndex associated with the MAC."    REFERENCE            "ANSI { fddiPORT 18 }"    ::= { snmpFddiPORTEntry 9 }snmpFddiPORTAvailablePaths OBJECT-TYPE    SYNTAX  INTEGER (0..7)    ACCESS  read-only    STATUS  mandatory    DESCRIPTION            "A value that indicates the PATH types available            for M and S PORTs.            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 }"    ::= { snmpFddiPORTEntry 10 }snmpFddiPORTMACLoopTime OBJECT-TYPE    SYNTAX  FddiTime    ACCESS  read-write    STATUS  mandatory    DESCRIPTION            "Time for the optional MAC Local Loop, T_Next(9),            which is greater-than or equal-to 200 milliseconds            (refer to ANSI SMT 9.4.4.2.3)."    REFERENCE            "ANSI { fddiPORT 21 }"    ::= { snmpFddiPORTEntry 11 }snmpFddiPORTTBMax OBJECT-TYPE    SYNTAX  FddiTime    ACCESS  read-write    STATUS  mandatory    DESCRIPTION            "TB_Max (refer to ANSI SMT 9.4.4.2.1)."    REFERENCE            "ANSI { fddiPORT 32 }"    ::= { snmpFddiPORTEntry 12 }snmpFddiPORTBSFlag OBJECT-TYPE    SYNTAX  INTEGER { true(1), false(2) }    ACCESS  read-only    STATUS  mandatory    DESCRIPTION            "The Break State, BS_Flag (refer to ANSI SMT            9.4.3.4)."    REFERENCE            "ANSI { fddiPORT 33 }"    ::= { snmpFddiPORTEntry 13 }snmpFddiPORTLCTFailCts 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 }"    ::= { snmpFddiPORTEntry 14 }snmpFddiPORTLerEstimate 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 exponent of the estimate."    REFERENCE            "ANSI { fddiPORT 51 }"    ::= { snmpFddiPORTEntry 15 }snmpFddiPORTLemRejectCts 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 }"    ::= { snmpFddiPORTEntry 16 }snmpFddiPORTLemCts OBJECT-TYPE    SYNTAX  Counter    ACCESS  read-only    STATUS  mandatory    DESCRIPTION            "The aggregate link error monitor error count, set            to zero only on station power_up."    REFERENCE            "ANSI { fddiPORT 53 }"    ::= { snmpFddiPORTEntry 17 }snmpFddiPORTLerCutoff 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 exponent."    REFERENCE            "ANSI { fddiPORT 58 }"    ::= { snmpFddiPORTEntry 18 }snmpFddiPORTLerAlarm OBJECT-TYPE    SYNTAX  INTEGER (4..15)

⌨️ 快捷键说明

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