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

📄 rfc1243-mib

📁 很不错java的SNMP应用例子
💻
📖 第 1 页 / 共 3 页
字号:
             off(3),             invalid(4)        }        ACCESS read-write        STATUS mandatory        DESCRIPTION            "The configuration status of this port.            Setting this object to the value invalid(4)            has the effect of invalidating the corresponding            entry in the atportTable.  That is, it            effectively disassociates the mapping identified            with said entry.  It is an            implementation-specific matter as to whether the            agent removes an invalidated entry from the table.            Accordingly, management stations must be            prepared to receive from agents tabular            information corresponding to entries not            currently in use.  Proper interpretation of such            entries requires examination of the relevant            atportStatus object."                ::= { atportEntry 7 }atportNetConfig OBJECT-TYPE        SYNTAX INTEGER {            configured(1),  -- explicit configuration.            garnered(2),    -- assumed from inspection of net.            guessed(3),     -- a "random" configuration.            unconfigured(4)        }        ACCESS read-only        STATUS mandatory        DESCRIPTION            "The configuration status of this port."        ::= { atportEntry 8 }atportZoneConfig OBJECT-TYPE        SYNTAX INTEGER {            configured(1),  -- explicit configuration            garnered(2),    -- assumed from inspection of net.            guessed(3),     -- a "random" configuration.            unconfigured(4)        }        ACCESS read-only        STATUS mandatory        DESCRIPTION            "The configuration status of the zone information            for this port."        ::= { atportEntry 9 }atportZone OBJECT-TYPE        SYNTAX OCTET STRING        ACCESS read-write        STATUS mandatory        DESCRIPTION            "The zone name configured for this AppleTalk            port."        ::= { atportEntry 10 }atportIfIndex OBJECT-TYPE        SYNTAX INTEGER        ACCESS read-write        STATUS mandatory        DESCRIPTION            "The physical interface associated with this            AppleTalk port.  The interface identified by a            particular value of this index is the same            interface as identified by the same value of            ifIndex."        ::= { atportEntry 11 }-- The DDP GroupddpOutRequests OBJECT-TYPE        SYNTAX Counter        ACCESS read-only        STATUS mandatory        DESCRIPTION            "The total number of DDP datagrams which were            supplied to DDP by local DDP clients in requests            for transmission.  Note that this counter does            not include any datagrams counted in            ddpForwRequests."        ::= { ddp 1 }ddpOutShorts OBJECT-TYPE        SYNTAX Counter        ACCESS read-only        STATUS mandatory        DESCRIPTION            "The total number of short DDP datagrams which            were transmitted from this entity."        ::= { ddp 2 }ddpOutLongs OBJECT-TYPE        SYNTAX Counter        ACCESS read-only        STATUS mandatory        DESCRIPTION            "The total number of long DDP datagrams which were            transmitted from this entity."        ::= { ddp 3 }ddpInReceives OBJECT-TYPE        SYNTAX Counter        ACCESS read-only        STATUS mandatory        DESCRIPTION            "The total number of input datagrams received by            DDP, including those received in error."        ::= { ddp 4 }ddpForwRequests OBJECT-TYPE        SYNTAX Counter        ACCESS read-only        STATUS mandatory        DESCRIPTION            "The number of input datagrams for which this            entity was not their final DDP destination, as            a result of which an attempt was made to find a            route to forward them to that final destination."        ::= { ddp 5 }ddpInLocalDatagrams OBJECT-TYPE        SYNTAX Counter        ACCESS read-only        STATUS mandatory        DESCRIPTION            "The total number of input DDP datagrams for            which this entity was their final DDP            destination."        ::= { ddp 6 }ddpNoProtocolHandlers OBJECT-TYPE        SYNTAX Counter        ACCESS read-only        STATUS mandatory        DESCRIPTION            "The total number of DDP datagrams addressed to            this entity that were addressed to an upper            layer protocol for which no protocol handler            existed."        ::= { ddp 7 }ddpOutNoRoutes OBJECT-TYPE        SYNTAX Counter        ACCESS read-only        STATUS mandatory        DESCRIPTION            "The total number of DDP datagrams dropped            because a route could not be found to their            final destination."        ::= { ddp 8 }ddpTooShortErrors OBJECT-TYPE        SYNTAX Counter        ACCESS read-only        STATUS mandatory        DESCRIPTION            "The total number of input DDP datagrams dropped            because the received data length was less than            the data length specified in the DDP header or            the received data length was less than the            length of the expected DDP header."        ::= { ddp 9 }ddpTooLongErrors OBJECT-TYPE        SYNTAX Counter        ACCESS read-only        STATUS mandatory        DESCRIPTION            "The total number of input DDP datagrams dropped            because the received data length was greater            than the data length specified in the DDP header            or because they exceeded the maximum DDP            datagram size."        ::= { ddp 10 }ddpBroadcastErrors OBJECT-TYPE        SYNTAX Counter        ACCESS read-only        STATUS mandatory        DESCRIPTION            "The total number of input DDP datagrams dropped            because this entity was not their final            destination and they were addressed to the link            level broadcast."        ::= { ddp 11 }ddpShortDDPErrors OBJECT-TYPE        SYNTAX Counter        ACCESS read-only        STATUS mandatory        DESCRIPTION            "The total number of input DDP datagrams dropped            because this entity was not their final            destination and their type was short DDP."        ::= { ddp 12 }ddpHopCountErrors OBJECT-TYPE        SYNTAX Counter        ACCESS read-only        STATUS mandatory        DESCRIPTION            "The total number of input DDP datagrams dropped            because this entity was not their final            destination and their hop count would exceed 15."        ::= { ddp 13 }ddpChecksumErrors OBJECT-TYPE        SYNTAX Counter        ACCESS read-only        STATUS mandatory        DESCRIPTION            "The total number of input DDP datagrams dropped            because of a checksum error."        ::= { ddp 14 }-- The RTMP GrouprtmpTable OBJECT-TYPE        SYNTAX SEQUENCE OF RtmpEntry        ACCESS not-accessible        STATUS mandatory        DESCRIPTION            "A list of Routing Table Maintenance Protocol            entries for this entity."        ::= { rtmp 1 }rtmpEntry OBJECT-TYPE        SYNTAX RtmpEntry        ACCESS not-accessible        STATUS mandatory        DESCRIPTION            "The route entry to a particular network range."        INDEX { rtmpRangeStart }        ::= { rtmpTable 1 }RtmpEntry ::= SEQUENCE {        rtmpRangeStart  OCTET STRING (SIZE(2)),        rtmpRangeEnd    OCTET STRING (SIZE(2)),        rtmpNextHop     OCTET STRING,        rtmpType        INTEGER,        rtmpPort        INTEGER,        rtmpHops        INTEGER,        rtmpState       INTEGER}rtmpRangeStart OBJECT-TYPE        SYNTAX OCTET STRING (SIZE(2))        ACCESS read-write        STATUS mandatory        DESCRIPTION            "The first DDP network address in the network            range to which this routing entry pertains.            This is a two octet DDP network address in            network byte order."        ::= { rtmpEntry 1 }rtmpRangeEnd OBJECT-TYPE        SYNTAX OCTET STRING (SIZE(2))        ACCESS read-write        STATUS mandatory        DESCRIPTION            "The last DDP network address in the network range            to which this routing entry pertains.  This is a            two octet DDP network address in network byte            order.  If the network to which this routing            entry pertains is a Phase 1 network or a            non-extended network, the value for rtmpRangeEnd            shall be two octets of zero."        ::= { rtmpEntry 2 }rtmpNextHop OBJECT-TYPE        SYNTAX OCTET STRING        ACCESS read-write        STATUS mandatory        DESCRIPTION            "The next hop in the route to this entry's            destination network.  If the type of this route            is Appletalk, this address takes the same form            as DdpAddress."        ::= { rtmpEntry 3 }rtmpType OBJECT-TYPE        SYNTAX INTEGER {                other(1),                appletalk(2),                serial-ppp(3),                serial-nonstandard(4)        }        ACCESS read-write        STATUS mandatory        DESCRIPTION            "The type of network over which this route            points."        ::= { rtmpEntry 4 }rtmpPort OBJECT-TYPE        SYNTAX INTEGER        ACCESS read-write        STATUS mandatory        DESCRIPTION            "The index of the AppleTalk port over which            this route points."        ::= { rtmpEntry 5 }rtmpHops OBJECT-TYPE        SYNTAX INTEGER        ACCESS read-write        STATUS mandatory        DESCRIPTION            "The number of hops required to reach the            destination network to which this routing            entry pertains."        ::= { rtmpEntry 6 }rtmpState OBJECT-TYPE        SYNTAX INTEGER {            good(1),            suspect(2),            goingBad(3),            bad(4) -- may be removed from table        }        ACCESS read-write        STATUS mandatory        DESCRIPTION            "The status of the information contained in this            route entry.            Setting this object to the value bad(4) has the            effect of invalidating the corresponding entry            in the rtmpTable.  That is, it  effectively            disassociates the mapping identified with said            entry.  It is an implementation-specific matter            as to whether the agent removes an invalidated            entry from the table.  Accordingly, management            stations must be prepared to receive from agents            tabular information corresponding to entries not            currently in use.  Proper interpretation of such            entries requires examination of the relevant            rtmpState object."        ::= { rtmpEntry 7 }-- The KIP GroupkipTable OBJECT-TYPE        SYNTAX SEQUENCE OF KipEntry        ACCESS not-accessible        STATUS mandatory        DESCRIPTION

⌨️ 快捷键说明

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