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

📄 appletalk-mib

📁 很不错java的SNMP应用例子
💻
📖 第 1 页 / 共 5 页
字号:
        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 non-extended network, the value for rtmpRangeEnd        shall be two octets of zero."    ::= { rtmpEntry 2 }rtmpNextHop OBJECT-TYPE    SYNTAX OCTET STRING    ACCESS read-only    STATUS mandatory    DESCRIPTION        "The next internet router in the route to this        entry's destination network.  The format of this        address can be determined by examinating the        atportType corresponding to this entry."    ::= { rtmpEntry 3 }rtmpType OBJECT-TYPE    SYNTAX INTEGER {        other(1),        appletalk(2),        serialPPP(3),        serialNonstandard(4)    }    ACCESS read-only    STATUS mandatory    DESCRIPTION        "The type of network over which this route points."    ::= { rtmpEntry 4 }rtmpPort OBJECT-TYPE    SYNTAX INTEGER    ACCESS read-only    STATUS mandatory    DESCRIPTION        "The AppleTalk port over which this route points.        The interface identified by a particular value of        this variable is the same interface as identified by        the same value of atportIndex."    ::= { rtmpEntry 5 }rtmpHops OBJECT-TYPE    SYNTAX INTEGER    ACCESS read-only    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),        badZero(3),        badOne(4),        invalid(5)    }    ACCESS read-write    STATUS mandatory    DESCRIPTION        "The status of the information contained in this        route entry.        Setting this object to the value invalid(5) 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 }rtmpInDataPkts OBJECT-TYPE    SYNTAX Counter    ACCESS read-only    STATUS mandatory    DESCRIPTION        "A count of the number of good RTMP data packets        received by this entity."    ::= { rtmp 2 }rtmpOutDataPkts OBJECT-TYPE    SYNTAX Counter    ACCESS read-only    STATUS mandatory    DESCRIPTION        "A count of the number of RTMP packets sent by this        entity."    ::= { rtmp 3 }rtmpInRequestPkts OBJECT-TYPE    SYNTAX Counter    ACCESS read-only    STATUS mandatory    DESCRIPTION        "A count of the number of good RTMP Request packets        received by this entity."    ::= { rtmp 4 }rtmpNextIREqualChanges OBJECT-TYPE    SYNTAX Counter    ACCESS read-only    STATUS mandatory    DESCRIPTION        "A count of the number of times RTMP changes the        Next Internet Router in a routing entry because the        hop count advertised in a routing tuple was equal to        the current hop count for a particular network."    ::= { rtmp 5 }rtmpNextIRLessChanges OBJECT-TYPE    SYNTAX Counter    ACCESS read-only    STATUS mandatory    DESCRIPTION        "A count of the number of times RTMP changes the        Next Internet Router in a routing entry because the        hop count advertised in a routing tuple was less        than the current hop count for a particular network."    ::= { rtmp 6 }rtmpRouteDeletes OBJECT-TYPE    SYNTAX Counter    ACCESS read-only    STATUS mandatory    DESCRIPTION        "A count of the number of times RTMP deletes a route        because it was aged out of the table.  This can help        to detect routing problems."    ::= { rtmp 7 }rtmpRoutingTableOverflows OBJECT-TYPE    SYNTAX Counter    ACCESS read-only    STATUS mandatory    DESCRIPTION        "The number of times RTMP attempted to add a route        to the RTMP table but failed due to lack of space."    ::= { rtmp 8 }-- The RTMP Stub Group---- Implementation of this group is mandatory for all-- entities that implement RTMP---- It is intended that this group be implemented by routers-- and end nodes.rtmpOutRequestPkts OBJECT-TYPE    SYNTAX Counter    ACCESS read-only    STATUS mandatory    DESCRIPTION        "A count of the number of RTMP Request packets sent        by this entity."    ::= { rtmpStub 1 }rtmpInVersionMismatches OBJECT-TYPE    SYNTAX Counter    ACCESS read-only    STATUS mandatory    DESCRIPTION        "A count of the number of RTMP packets received by        this entity that were rejected due to a version        mismatch."    ::= { rtmpStub 2 }rtmpInErrors OBJECT-TYPE    SYNTAX Counter    ACCESS read-only    STATUS mandatory    DESCRIPTION        "A count of the number of RTMP packets received by        this entity that were rejected for an error other        than version mismatch."    ::= { rtmpStub 3 }-- The KIP Group---- Implementation of this group is mandatory for all-- entities that implement KIPkipTable OBJECT-TYPE    SYNTAX SEQUENCE OF KipEntry    ACCESS not-accessible    STATUS mandatory    DESCRIPTION        "The table of routing information for KIP networks."    ::= { kip 1 }kipEntry OBJECT-TYPE    SYNTAX KipEntry    ACCESS not-accessible    STATUS mandatory    DESCRIPTION        "An entry in the routing table for KIP networks.        As an example, an instance of the kipCore object        might be named kipCore.0.80"    INDEX { kipNetStart }    ::= { kipTable 1 }KipEntry ::= SEQUENCE {    kipNetStart     ATNetworkNumber,    kipNetEnd       ATNetworkNumber,    kipNextHop      IpAddress,    kipHopCount     INTEGER,    kipBCastAddr    IpAddress,    kipCore         INTEGER,    kipType         INTEGER,    kipState        INTEGER,    kipShare        INTEGER,    kipFrom         IpAddress}kipNetStart OBJECT-TYPE    SYNTAX ATNetworkNumber    ACCESS read-only    STATUS mandatory    DESCRIPTION        "The first AppleTalk network address in the range        for this routing entry.  This address is a two octet        DDP network address in network byte order."    ::= { kipEntry 1 }kipNetEnd OBJECT-TYPE    SYNTAX ATNetworkNumber    ACCESS read-write    STATUS mandatory    DESCRIPTION        "The last AppleTalk network address in the range for        this routing entry.  This address is a two octet DDP        network address in network byte order.  If the        network to which this AppleTalk port is connected is        a non-extended network, the value for kipNetEnd        shall be two octets of zero."    ::= { kipEntry 2 }kipNextHop OBJECT-TYPE    SYNTAX IpAddress    ACCESS read-write    STATUS mandatory    DESCRIPTION        "The IP address of the next hop in the route to this        entry's destination network."    ::= { kipEntry 3 }kipHopCount OBJECT-TYPE    SYNTAX INTEGER    ACCESS read-write    STATUS mandatory    DESCRIPTION        "The number of hops required to reach the destination        network to which this entry pertains."    ::= { kipEntry 4 }kipBCastAddr OBJECT-TYPE    SYNTAX IpAddress    ACCESS read-write    STATUS mandatory    DESCRIPTION        "The form of the IP address used to broadcast on this        network."    ::= { kipEntry 5 }kipCore OBJECT-TYPE    SYNTAX INTEGER {         core(1),         notcore(2)    }    ACCESS read-write    STATUS mandatory    DESCRIPTION        "The status of kipNextHop as a core gateway."    ::= { kipEntry 6 }kipType OBJECT-TYPE    SYNTAX INTEGER {         kipRouter(1),         net(2),         host(3),         other(4),         async(5)    }    ACCESS read-write    STATUS mandatory    DESCRIPTION        "The type of the entity that this route points to."    ::= { kipEntry 7 }kipState OBJECT-TYPE    SYNTAX INTEGER {         configured(1),  -- this entry is not aged         learned(2),         invalid(3)    }    ACCESS read-write    STATUS mandatory    DESCRIPTION        "The state of this network entry.        Setting this object to the value invalid(3) has the        effect of invalidating the corresponding entry in the        kipTable.  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 kipState object."    ::= { kipEntry 8 }kipShare OBJECT-TYPE    SYNTAX INTEGER {         shared(1),         private(2)    }    ACCESS read-write    STATUS mandatory    DESCRIPTION        "If the information in this entry is propagated to        other routers as part of the AA routing protocol,        the value of this variable is equal to shared(1).        Otherwise its value is private(2)."    ::= { kipEntry 9 }kipFrom OBJECT-TYPE    SYNTAX IpAddress    ACCESS read-only    STATUS mandatory    DESCRIPTION        "The IP address from which the routing entry was        learned via the AA protocol.  If this entry was not        created via the AA protocol, it should contain IP        address 0.0.0.0."    ::= { kipEntry 10 }-- The ZIP Router Group---- Implementation of this group is required for all routers-- which implement ZIP---- This group consists of ZIP variables that would be-- implemented by a router.zipTable OBJECT-TYPE    SYNTAX SEQUENCE OF ZipEntry    ACCESS not-accessible    STATUS mandatory    DESCRIPTION        "The table of zone information for reachable        AppleTalk networks."    ::= { zipRouter 1 }zipEntry OBJECT-TYPE    SYNTAX ZipEntry    ACCESS not-accessible    STATUS mandatory    DESCRIPTION        "An entry of zone information for a particular zone        and network combination.        As an example, an instance of the zipZoneState object        might be named zipZoneState.0.80.4"    INDEX { zipZoneNetStart, zipZoneIndex }    ::= { zipTable 1 }ZipEntry ::= SEQUENCE {    zipZoneName     ATName,    zipZoneIndex    INTEGER,    zipZoneNetStart ATNetworkNumber,    zipZoneNetEnd   ATNetworkNumber,    zipZoneState    INTEGER,    zipZoneFrom     OCTET STRING,    zipZonePort     INTEGER}zipZoneName OBJECT-TYPE    SYNTAX ATName    ACCESS read-only    STATUS mandatory    DESCRIPTION        "The zone name of this entry.  This is stored in        Mac ASCII format.  If the full zone list for the        entry is not known, the value for zipZoneName shall        be a zero length octet string."    ::= { zipEntry 1 }zipZoneIndex OBJECT-TYPE    SYNTAX INTEGER    ACCESS read-only    STATUS mandatory    DESCRIPTION        "An integer that is unique to the zipZoneName that        is present in this entry.  For any given zone name,        every zipEntry that has an equal zone name will have        the same zipZoneIndex.  When a zone name is        discovered which is not currently in the table, it        will be assigned an index greater than any        previously assigned index."    ::= { zipEntry 2 }zipZoneNetStart OBJECT-TYPE    SYNTAX ATNetworkNumber    ACCESS read-only    STATUS mandatory    DESCRIPTION        "The network that starts the range for this entry.        This address is a two octet DDP network address in        network byte order."    ::= { zipEntry 3 }zipZoneNetEnd OBJECT-TYPE    SYNTAX ATNetworkNumber    ACCESS read-only

⌨️ 快捷键说明

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