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

📄 token-ring-rmon-mib

📁 很不错java的SNMP应用例子
💻
📖 第 1 页 / 共 5 页
字号:
            to a local or global multicast or functional            address.  Note that this number does not include            packets directed to the broadcast address."    ::= { tokenRingPHistoryEntry 8 }tokenRingPHistoryDataPkts18to63Octets OBJECT-TYPE    SYNTAX Counter    ACCESS read-only    STATUS mandatory    DESCRIPTION            "The total number of good non-MAC frames received            during this sampling interval that were between 18            and 63 octets in length inclusive, excluding            framing bits but including FCS octets."    ::= { tokenRingPHistoryEntry 9 }tokenRingPHistoryDataPkts64to127Octets OBJECT-TYPE    SYNTAX Counter    ACCESS read-only    STATUS mandatory    DESCRIPTION            "The total number of good non-MAC frames received            during this sampling interval that were between 64            and 127 octets in length inclusive, excluding            framing bits but including FCS octets."    ::= { tokenRingPHistoryEntry 10 }tokenRingPHistoryDataPkts128to255Octets OBJECT-TYPE    SYNTAX Counter    ACCESS read-only    STATUS mandatory    DESCRIPTION            "The total number of good non-MAC frames received            during this sampling interval that were between            128 and 255 octets in length inclusive, excluding            framing bits but including FCS octets."    ::= { tokenRingPHistoryEntry 11 }tokenRingPHistoryDataPkts256to511Octets OBJECT-TYPE    SYNTAX Counter    ACCESS read-only    STATUS mandatory    DESCRIPTION            "The total number of good non-MAC frames received            during this sampling interval that were between            256 and 511 octets in length inclusive, excluding            framing bits but including FCS octets."    ::= { tokenRingPHistoryEntry 12 }tokenRingPHistoryDataPkts512to1023Octets OBJECT-TYPE    SYNTAX Counter    ACCESS read-only    STATUS mandatory    DESCRIPTION            "The total number of good non-MAC frames received            during this sampling interval that were between            512 and 1023 octets in length inclusive, excluding            framing bits but including FCS octets."    ::= { tokenRingPHistoryEntry 13 }tokenRingPHistoryDataPkts1024to2047Octets OBJECT-TYPE    SYNTAX Counter    ACCESS read-only    STATUS mandatory    DESCRIPTION            "The total number of good non-MAC frames received            during this sampling interval that were between            1024 and 2047 octets in length inclusive,            excluding framing bits but including FCS octets."    ::= { tokenRingPHistoryEntry 14 }tokenRingPHistoryDataPkts2048to4095Octets OBJECT-TYPE    SYNTAX Counter    ACCESS read-only    STATUS mandatory    DESCRIPTION            "The total number of good non-MAC frames received            during this sampling interval that were between            2048 and 4095 octets in length inclusive,            excluding framing bits but including FCS octets."    ::= { tokenRingPHistoryEntry 15 }tokenRingPHistoryDataPkts4096to8191Octets OBJECT-TYPE    SYNTAX Counter    ACCESS read-only    STATUS mandatory    DESCRIPTION            "The total number of good non-MAC frames received            during this sampling interval that were between            4096 and 8191 octets in length inclusive,            excluding framing bits but including FCS octets."    ::= { tokenRingPHistoryEntry 16 }tokenRingPHistoryDataPkts8192to18000Octets OBJECT-TYPE    SYNTAX Counter    ACCESS read-only    STATUS mandatory    DESCRIPTION            "The total number of good non-MAC frames received            during this sampling interval that were between            8192 and 18000 octets in length inclusive,            excluding framing bits but including FCS octets."    ::= { tokenRingPHistoryEntry 17 }tokenRingPHistoryDataPktsGreaterThan18000Octets OBJECT-TYPE    SYNTAX Counter    ACCESS read-only    STATUS mandatory    DESCRIPTION            "The total number of good non-MAC frames received            during this sampling interval that were greater            than 18000 octets in length, excluding framing            bits but including FCS octets."    ::= { tokenRingPHistoryEntry 18 }-- The Token Ring Ring Station Group---- Implementation of this group is optional---- Although the ringStationTable stores entries only for-- those stations physically attached to the local ring and-- the number of stations attached to a ring is limited, a-- probe may still need to free resources when resources-- grow tight.  In such a situation, it is suggested that-- the probe free only inactive stations, and to-- first free the stations that have been inactive for the-- longest time.ringStationControlTable OBJECT-TYPE    SYNTAX SEQUENCE OF RingStationControlEntry    ACCESS not-accessible    STATUS mandatory    DESCRIPTION            "A list of ringStation table control entries."    ::= { tokenRing 1 }ringStationControlEntry OBJECT-TYPE    SYNTAX RingStationControlEntry    ACCESS not-accessible    STATUS mandatory    DESCRIPTION            "A list of parameters that set up the discovery of            stations on a particular interface and the            collection of statistics about these stations."    INDEX { ringStationControlIfIndex }    ::= { ringStationControlTable 1 }-- As an example, an instance of the-- ringStationControlIfIndex object-- might be named ringStationControlIfIndex.1RingStationControlEntry ::= SEQUENCE {    ringStationControlIfIndex          INTEGER,    ringStationControlTableSize        INTEGER,    ringStationControlActiveStations   INTEGER,    ringStationControlRingState        INTEGER,    ringStationControlBeaconSender     MacAddress,    ringStationControlBeaconNAUN       MacAddress,    ringStationControlActiveMonitor    MacAddress,    ringStationControlOrderChanges     Counter,    ringStationControlOwner            OwnerString,    ringStationControlStatus           EntryStatus}ringStationControlIfIndex OBJECT-TYPE    SYNTAX INTEGER (1..65535)    ACCESS read-only    STATUS mandatory    DESCRIPTION            "The value of this object uniquely identifies the            interface on this remote network monitoring device            from which ringStation data is collected.  The            interface identified by a particular value of this            object is the same interface as identified by the            same value of the ifIndex object, defined in MIB-            II [3]."    ::= { ringStationControlEntry 1 }ringStationControlTableSize OBJECT-TYPE    SYNTAX INTEGER    ACCESS read-only    STATUS mandatory    DESCRIPTION            "The number of ringStationEntries in the            ringStationTable associated with this            ringStationControlEntry."    ::= { ringStationControlEntry 2 }ringStationControlActiveStations OBJECT-TYPE    SYNTAX INTEGER    ACCESS read-only    STATUS mandatory    DESCRIPTION            "The number of active ringStationEntries in the            ringStationTable associated with this            ringStationControlEntry."    ::= { ringStationControlEntry 3 }ringStationControlRingState OBJECT-TYPE    SYNTAX INTEGER {        normalOperation(1),        ringPurgeState(2),        claimTokenState(3),        beaconFrameStreamingState(4),        beaconBitStreamingState(5),        beaconRingSignalLossState(6),        beaconSetRecoveryModeState(7)    }    ACCESS read-only    STATUS mandatory    DESCRIPTION            "The current status of this ring."    ::= { ringStationControlEntry 4 }ringStationControlBeaconSender OBJECT-TYPE    SYNTAX MacAddress    ACCESS read-only    STATUS mandatory    DESCRIPTION            "The address of the sender of the last beacon            frame received by the probe on this ring.  If no            beacon frames have been received, this object            shall be equal to six octets of zero."    ::= { ringStationControlEntry 5 }ringStationControlBeaconNAUN OBJECT-TYPE    SYNTAX MacAddress    ACCESS read-only    STATUS mandatory    DESCRIPTION            "The address of the NAUN in the last beacon frame            received by the probe on this ring.  If no beacon            frames have been received, this object shall be            equal to six octets of zero."    ::= { ringStationControlEntry 6 }ringStationControlActiveMonitor OBJECT-TYPE    SYNTAX MacAddress    ACCESS read-only    STATUS mandatory    DESCRIPTION            "The address of the Active Monitor on this            segment.  If this address is unknown, this object            shall be equal to six octets of zero."    ::= { ringStationControlEntry 7 }ringStationControlOrderChanges OBJECT-TYPE    SYNTAX Counter    ACCESS read-only    STATUS mandatory    DESCRIPTION            "The number of add and delete events in the            ringStationOrderTable optionally associated with            this ringStationControlEntry."    ::= { ringStationControlEntry 8 }ringStationControlOwner OBJECT-TYPE    SYNTAX OwnerString    ACCESS read-write    STATUS mandatory    DESCRIPTION            "The entity that configured this entry and is            therefore using the resources assigned to it."    ::= { ringStationControlEntry 9 }ringStationControlStatus OBJECT-TYPE    SYNTAX EntryStatus    ACCESS read-write    STATUS mandatory    DESCRIPTION            "The status of this ringStationControl entry.            If this object is not equal to valid(1), all            associated entries in the ringStationTable shall            be deleted by the agent."    ::= { ringStationControlEntry 10 }ringStationTable OBJECT-TYPE    SYNTAX SEQUENCE OF RingStationEntry    ACCESS not-accessible    STATUS mandatory    DESCRIPTION            "A list of ring station entries.  An entry will            exist for each station that is now or has            previously been detected as physically present on            this ring."     ::= { tokenRing 2 }ringStationEntry OBJECT-TYPE    SYNTAX RingStationEntry    ACCESS not-accessible    STATUS mandatory    DESCRIPTION            "A collection of statistics for a particular            station that has been discovered on a ring            monitored by this device."    INDEX { ringStationIfIndex, ringStationMacAddress }    ::= { ringStationTable 1 }-- As an example, an instance of the-- ringStationStationStatus object might be named-- ringStationStationStatus.1.16.0.90.0.64.131RingStationEntry ::= SEQUENCE {    ringStationIfIndex                INTEGER,    ringStationMacAddress             MacAddress,    ringStationLastNAUN               MacAddress,    ringStationStationStatus          INTEGER,    ringStationLastEnterTime          TimeTicks,    ringStationLastExitTime           TimeTicks,    ringStationDuplicateAddresses     Counter,    ringStationInLineErrors           Counter,    ringStationOutLineErrors          Counter,    ringStationInternalErrors         Counter,    ringStationInBurstErrors          Counter,    ringStationOutBurstErrors         Counter,    ringStationACErrors               Counter,    ringStationAbortErrors            Counter,    ringStationLostFrameErrors        Counter,    ringStationCongestionErrors       Counter,    ringStationFrameCopiedErrors      Counter,    ringStationFrequencyErrors        Counter,    ringStationTokenErrors            Counter,    ringStationInBeaconErrors         Counter,    ringStationOutBeaconErrors        Counter,    ringStationInsertions             Counter}ringStationIfIndex OBJECT-TYPE    SYNTAX INTEGER    ACCESS read-only    STATUS mandatory    DESCRIPTION            "The value of this object uniquely identifies the            interface on this remote network monitoring device            on which this station was detected.  The interface            identified by a particular value of this object is            the same interface as identified by the same value            of the ifIndex object, defined in MIB-II [3]."    ::= { ringStationEntry 1 }ringStationMacAddress OBJECT-TYPE    SYNTAX MacAddress    ACCESS read-only    STATUS mandatory    DESCRIPTION            "The physical address of this station."    ::= { ringStationEntry 2 }ringStationLastNAUN OBJECT-TYPE    SYNTAX MacAddress    ACCESS read-only    STATUS mandatory    DESCRIPTION            "The physical address of last known NAUN of this            station."    ::= { ringStationEntry 3 }ringStationStationStatus OBJECT-TYPE    SYNTAX INTEGER {        active(1),    -- actively participating in ring poll.        inactive(2),  -- Not participating in ring poll        forcedRemoval(3) -- Forced off ring by network                         -- management.    }    ACCESS read-only    STATUS mandatory    DESCRIPTION            "The status of this station on the ring."    ::= { ringStationEntry 4 }ringStationLastEnterTime OBJECT-TYPE    SYNTAX TimeTicks    ACCESS read-only    STATUS mandatory    DESCRIPTION            "The value of sysUpTime at the time this station            last entered the ring.  If the time is unknown,            this value shall be zero."    ::= { ringStationEntry 5 }

⌨️ 快捷键说明

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