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

📄 appletalk-mib

📁 很不错java的SNMP应用例子
💻
📖 第 1 页 / 共 5 页
字号:
    STATUS mandatory    DESCRIPTION        "The network that ends the range for this entry.        This address is a two octet DDP network address in        network byte order.  If the network to which this        zip entry pertains is a non-extended network, the        value for zipZoneNetEnd shall be two octets of        zero."    ::= { zipEntry 4 }zipZoneState OBJECT-TYPE    SYNTAX INTEGER {        valid(1),        invalid(2)    }    ACCESS read-write    STATUS mandatory    DESCRIPTION        "The state of this zip entry.        Setting this object to the value invalid(2) has the        effect of invalidating the corresponding entry in        the zipTable.  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 zipZoneState        object."    ::= { zipEntry 5 }zipZoneFrom OBJECT-TYPE    SYNTAX OCTET STRING    ACCESS read-only    STATUS mandatory    DESCRIPTION        "The address from which this zone name to network        number mapping was learned.  The format of this        address can be determined by examining the        atportType corresponding to this entry.  When this        mapping is learned from the entity itself, this        object shall have the value of three        octets of zero."    ::= { zipEntry 6 }zipZonePort OBJECT-TYPE    SYNTAX INTEGER    ACCESS read-only    STATUS mandatory    DESCRIPTION        "The AppleTalk port through which this zone name to        network number mapping was learned.  The interface        identified by a particular value of this variable is        the same interface as identified by the same value        of atportIndex."    ::= { zipEntry 7 }zipInZipQueries OBJECT-TYPE    SYNTAX Counter    ACCESS read-only    STATUS mandatory    DESCRIPTION        "The number of ZIP Queries received by this entity."    ::= { zipRouter 2 }zipInZipReplies OBJECT-TYPE    SYNTAX Counter    ACCESS read-only    STATUS mandatory    DESCRIPTION        "The number of ZIP Replies received by this entity."    ::= { zipRouter 3 }zipInZipExtendedReplies OBJECT-TYPE    SYNTAX Counter    ACCESS read-only    STATUS mandatory    DESCRIPTION        "The number of ZIP Extended Replies received by this        entity."    ::= { zipRouter 4 }zipZoneConflictErrors OBJECT-TYPE    SYNTAX Counter    ACCESS read-only    STATUS mandatory    DESCRIPTION        "The number of times a conflict has been detected        between this entity's zone information and another        entity's zone information."    ::= { zipRouter 5 }zipInObsoletes OBJECT-TYPE    SYNTAX Counter    ACCESS read-only    STATUS mandatory    DESCRIPTION        "The number of ZIP Takedown or ZIP Bringup packets        received by this entity.  Note that as the ZIP        Takedown and ZIP Bringup packets have been        obsoleted, the receipt of one of these packets        indicates that a node sent it in error."    ::= { zipRouter 6 }-- The zipRouterNetInfoTable is used to record information-- about zipGetNetInfo and zipGetNetInfo Reply packets that-- were received on each port for a router.  This table-- augments the atportTable.zipRouterNetInfoTable OBJECT-TYPE    SYNTAX SEQUENCE OF ZipRouterNetInfoEntry    ACCESS not-accessible    STATUS mandatory    DESCRIPTION        "The table of Net Info packets received by each port        on this entity."    ::= { zipRouter 7 }zipRouterNetInfoEntry OBJECT-TYPE    SYNTAX ZipRouterNetInfoEntry    ACCESS not-accessible    STATUS mandatory    DESCRIPTION        "The description of the Net Info packets received on        a particular port on this entity.  One such entry        shall exist for each atport on this router entity.        As an example, an instance of the zipInGetNetInfos        object might be named zipInGetNetInfos.2"    INDEX { atportIndex }    ::= { zipRouterNetInfoTable 1 }ZipRouterNetInfoEntry ::= SEQUENCE {    zipInGetNetInfos        Counter,    zipOutGetNetInfoReplies Counter,    zipZoneOutInvalids      Counter,    zipAddressInvalids      Counter}zipInGetNetInfos OBJECT-TYPE    SYNTAX Counter    ACCESS read-only    STATUS mandatory    DESCRIPTION        "The number of ZIP GetNetInfo packets received on        this port by this entity."    ::= { zipRouterNetInfoEntry 1 }zipOutGetNetInfoReplies OBJECT-TYPE    SYNTAX Counter    ACCESS read-only    STATUS mandatory    DESCRIPTION        "The number of ZIP GetNetInfo Reply packets sent out        this port by this entity."    ::= { zipRouterNetInfoEntry 2 }zipZoneOutInvalids OBJECT-TYPE    SYNTAX Counter    ACCESS read-only    STATUS mandatory    DESCRIPTION        "The number of times this entity has sent a ZIP        GetNetInfo Reply with the zone invalid bit set in        response to a GetNetInfo Request with an invalid        zone name."    ::= { zipRouterNetInfoEntry 3 }zipAddressInvalids OBJECT-TYPE    SYNTAX Counter    ACCESS read-only    STATUS mandatory    DESCRIPTION        "The number of times this entity had to broadcast a        ZIP GetNetInfo Reply because the GetNetInfo Request        had an invalid address."    ::= { zipRouterNetInfoEntry 4 }-- The ZIP End Node Group---- Implementation of this group is mandatory for all entities-- that implement ZIP---- This group consists of ZIP variables that would be-- implemented by either a router or an end node.-- The zipNetInfoTable is used to record information about-- zipGetNetInfo and zipGetNetInfo Reply packets that were-- received on each port of an entity.  This table augments-- the atportTable.zipNetInfoTable OBJECT-TYPE    SYNTAX SEQUENCE OF ZipNetInfoEntry    ACCESS not-accessible    STATUS mandatory    DESCRIPTION        "The table of Net Info packets received by each port        on this entity."    ::= { zipEndNode 1 }zipNetInfoEntry OBJECT-TYPE    SYNTAX ZipNetInfoEntry    ACCESS not-accessible    STATUS mandatory    DESCRIPTION        "The description of the Net Info packets received on        a particular port on this entity.  One such entry        shall exist for each atport on this entity.        As an example, an instance of the zipOutGetNetInfos        object might be named zipOutGetNetInfos.2"    INDEX { atportIndex }    ::= { zipNetInfoTable 1 }ZipNetInfoEntry ::= SEQUENCE {    zipOutGetNetInfos       Counter,    zipInGetNetInfoReplies  Counter,    zipZoneInInvalids       Counter}zipOutGetNetInfos OBJECT-TYPE    SYNTAX Counter    ACCESS read-only    STATUS mandatory    DESCRIPTION        "The number of ZIP GetNetInfo packets sent out this        port by this entity."    ::= { zipNetInfoEntry 1 }zipInGetNetInfoReplies OBJECT-TYPE    SYNTAX Counter    ACCESS read-only    STATUS mandatory    DESCRIPTION        "The number of ZIP GetNetInfo Reply packets received    on this port by this entity."    ::= { zipNetInfoEntry 2 }zipZoneInInvalids OBJECT-TYPE    SYNTAX Counter    ACCESS read-only    STATUS mandatory    DESCRIPTION        "The number of times this entity has received a ZIP        GetNetInfo Reply with the zone invalid bit set        because the corresponding GetNetInfo Request had an        invalid zone name."    ::= { zipNetInfoEntry 3 }zipInErrors OBJECT-TYPE    SYNTAX Counter    ACCESS read-only    STATUS mandatory    DESCRIPTION        "The number of ZIP packets received by this entity        that were rejected for any error."    ::= { zipEndNode 2 }-- The NBP Group---- Implementation of this group is mandatory for all entities-- that implement NBPnbpTable OBJECT-TYPE    SYNTAX SEQUENCE OF NbpEntry    ACCESS not-accessible    STATUS mandatory    DESCRIPTION        "The table of NBP services registered on this entity."    ::= { nbp 1 }nbpEntry OBJECT-TYPE    SYNTAX NbpEntry    ACCESS not-accessible    STATUS mandatory    DESCRIPTION        "The description of an NBP service registered on this        entity.        As an example, an instance of the nbpZone object        might be named nbpZone.2"    INDEX { nbpIndex }    ::= { nbpTable  1 }NbpEntry ::= SEQUENCE {    nbpIndex        INTEGER,    nbpObject       ATName (SIZE (1..32)),    nbpType         ATName (SIZE (1..32)),    nbpZone         ATName,    nbpState        INTEGER,    nbpAddress      DdpSocketAddress,    nbpEnumerator   INTEGER (0..255)}nbpIndex OBJECT-TYPE    SYNTAX INTEGER    ACCESS read-write    STATUS mandatory    DESCRIPTION        "The index of this NBP entry.  This index is unique        with respect to the indexes of all other NBP entries,        and shall remain constant throughout the lifetime        of this object."    ::= { nbpEntry 1 }nbpObject OBJECT-TYPE    SYNTAX ATName (SIZE (1..32))    ACCESS read-write    STATUS mandatory    DESCRIPTION        "The name of the service described by this entity.        When this variable is changed, the entity should        perform an NBP registration using the new nbpObject."    ::= { nbpEntry 2 }nbpType OBJECT-TYPE    SYNTAX ATName (SIZE (1..32))    ACCESS read-write    STATUS mandatory    DESCRIPTION        "The type of the service described by this entity.        When this variable is changed, the entity should        perform an NBP registration using the new nbpType."    ::= { nbpEntry 3 }nbpZone OBJECT-TYPE    SYNTAX ATName    ACCESS read-write    STATUS mandatory    DESCRIPTION        "The zone the service described by this entity is        registered in.  This must be the actual zone name,        without any wildcard characters.  When this variable        is changed, the entity should perform an NBP        registration using the new nbpZone."        ::= { nbpEntry 4 }nbpState OBJECT-TYPE    SYNTAX INTEGER {        valid(1),        registering(2), -- attempting to register the service        registrationFailed(3),        invalid(4)    }    ACCESS read-write    STATUS mandatory    DESCRIPTION        "The state of this NBP entry.        When the registration for an entry in the nbpTable        fails, it is an implementation-specific matter as to        how long the entry will remain in the        registrationFailed(3) state before moving to the        invalid(4) state.  Note that the entry may pass        immediately from the registrationFailed state to        the invalid state.        Setting this object to the value invalid(4) has the        effect of invalidating the corresponding entry in the        nbpTable.  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 nbpState object."    ::= { nbpEntry 5 }nbpAddress OBJECT-TYPE    SYNTAX DdpSocketAddress    ACCESS read-write    STATUS mandatory    DESCRIPTION        "The DDP network, node, and socket number of this        entity. If this is unspecified, for instance if the        registration is on all ports of a multiport device,        this object shall have the value of three octets of        zero, followed by one octet of socket number."    ::= { nbpEntry 6 }nbpEnumerator OBJECT-TYPE    SYNTAX INTEGER (0..255)    ACCESS read-only    STATUS mandatory    DESCRIPTION        "The enumerator assigned to this entity."    ::= { nbpEntry 7 }nbpInLookUpRequests OBJECT-TYPE    SYNTAX Counter    ACCESS read-only    STATUS mandatory    DESCRIPTION        "The number of NBP LookUp Requests received."    ::= { nbp 2 }nbpInLookUpReplies OBJECT-TYPE    SYNTAX Counter    ACCESS read-only    STATUS mandatory    DESCRIPTION        "The number of NBP LookUp Replies received."    ::= { nbp 3 }nbpInBroadcastRequests OBJECT-TYPE    SYNTAX Counter    ACCESS read-only    STATUS mandatory    DESCRIPTION        "The number of NBP Broadcast Requests received."    ::= { nbp 4 }nbpInForwardRequests OBJECT-TYPE    SYNTAX Counter    ACCESS read-only    STATUS mandatory    DESCRIPTION        

⌨️ 快捷键说明

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