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

📄 nhrp-mib

📁 很不错java的SNMP应用例子
💻
📖 第 1 页 / 共 5 页
字号:
    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "An identifier for this entry such that it        identifies a specific Registration Request from        the NHC represented by the nhrpClientIndex."    ::= { nhrpClientRegistrationEntry 1 }nhrpClientRegUniqueness OBJECT-TYPE    SYNTAX      INTEGER {                    requestUnique(1),                    requestNotUnique(2)                }    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION        "The Uniqueness indicator for this Registration Request.        If this object has the value of requestUnique(1), then        the Uniqueness bit is set in the the NHRP Registration        Request represented by this row.  The value cannot        be changed once the row is created."    ::= { nhrpClientRegistrationEntry 2 }nhrpClientRegState  OBJECT-TYPE    SYNTAX      INTEGER {                    other(1),                    registering(2),                    ackRegisterReply(3),                    nakRegisterReply(4)                }    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The registration state of this client. The values are:            'other(1)'             The state of the registration                                   request is not one of                                   'registering',                                   'ackRegisterReply' or                                   'nakRegisterReply'.            'registering(2)'        A registration request has                                    been issued and a registration                                    reply is expected.            'ackRegisterReply(3)'   A positive registration reply                                    has been received.            'nakRegisterReply(4)'   The client has received a                                    negative registration                                    reply (NAK)."    ::= { nhrpClientRegistrationEntry 3 }nhrpClientRegRowStatus OBJECT-TYPE    SYNTAX      RowStatus    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION        "An object that allows entries in this table to be        created and deleted using the RowStatus convention."    ::= { nhrpClientRegistrationEntry 4 }---- The NHRP Client->Server Table--nhrpClientNhsTable OBJECT-TYPE    SYNTAX      SEQUENCE OF NhrpClientNhsEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "A table of NHSes that are available for use by this NHC        (client). By default, the agent will add an entry to this        table that corresponds to the client's default router."    ::= { nhrpClientObjects 3 }nhrpClientNhsEntry OBJECT-TYPE    SYNTAX      NhrpClientNhsEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "An NHS that may be used by an NHC."    INDEX       { nhrpClientIndex, nhrpClientNhsIndex }    ::= { nhrpClientNhsTable 1 }NhrpClientNhsEntry ::= SEQUENCE {    nhrpClientNhsIndex                  Unsigned32,    nhrpClientNhsInternetworkAddrType   AddressFamilyNumbers,    nhrpClientNhsInternetworkAddr       NhrpGenAddr,    nhrpClientNhsNbmaAddrType           AddressFamilyNumbers,    nhrpClientNhsNbmaAddr               NhrpGenAddr,    nhrpClientNhsNbmaSubaddr            NhrpGenAddr,    nhrpClientNhsInUse                  TruthValue,    nhrpClientNhsRowStatus              RowStatus}nhrpClientNhsIndex OBJECT-TYPE    SYNTAX      Unsigned32 (1..4294967295)    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "An identifier for an NHS available to an NHC."    ::= { nhrpClientNhsEntry 1 }nhrpClientNhsInternetworkAddrType OBJECT-TYPE    SYNTAX      AddressFamilyNumbers    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION        "The type of the internetwork layer address of the        NHRP server represented in this entry. This object        indicates how the value of        nhrpClientNhsInternetworkAddr is to be interpreted."    ::= { nhrpClientNhsEntry 2 }nhrpClientNhsInternetworkAddr OBJECT-TYPE    SYNTAX      NhrpGenAddr    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION        "The value of the destination internetwork layer        address of the NHRP server represented by this        entry.  If this value is not known, this will be        a zero-length OCTET STRING."    ::= { nhrpClientNhsEntry 3 }nhrpClientNhsNbmaAddrType OBJECT-TYPE    SYNTAX      AddressFamilyNumbers    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION        "The type of the NBMA subnetwork address of the NHRP        Server represented by this entry. This object indicates        how the values of nhrpClientNhsNbmaAddr and        nhrpClientNhsNbmaSubaddr are to be interpreted."    ::= { nhrpClientNhsEntry 4 }nhrpClientNhsNbmaAddr OBJECT-TYPE    SYNTAX      NhrpGenAddr    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION        "The NBMA subnetwork address of the NHS. The type of        the address is indicated by the corresponding value of        nhrpClientNhsNbmaAddrType."    ::= { nhrpClientNhsEntry 5 }nhrpClientNhsNbmaSubaddr OBJECT-TYPE    SYNTAX      NhrpGenAddr    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION        "The NBMA subaddress of the NHS. For NMBA address        families that do not have the concept of subaddress,             this will be a zero-length OCTET STRING."    ::= { nhrpClientNhsEntry 6 }nhrpClientNhsInUse OBJECT-TYPE    SYNTAX      TruthValue    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "An indication of whether this NHS is in use by the NHC."    ::= { nhrpClientNhsEntry 7 }nhrpClientNhsRowStatus OBJECT-TYPE    SYNTAX      RowStatus    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION        "An object that allows entries in this table to be        created and deleted using the RowStatus convention."    ::= { nhrpClientNhsEntry 8 }---- The NHRP Client StatisticsTable--nhrpClientStatTable OBJECT-TYPE    SYNTAX      SEQUENCE OF NhrpClientStatEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "This table contains statistics collected by NHRP        clients."    ::= { nhrpClientObjects 4 }nhrpClientStatEntry OBJECT-TYPE    SYNTAX      NhrpClientStatEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "Statistics collected by a NHRP client."    INDEX       { nhrpClientIndex }    ::= { nhrpClientStatTable 1 }NhrpClientStatEntry ::= SEQUENCE {    nhrpClientStatTxResolveReq                    Counter32,    nhrpClientStatRxResolveReplyAck               Counter32,    nhrpClientStatRxResolveReplyNakProhibited     Counter32,    nhrpClientStatRxResolveReplyNakInsufResources Counter32,    nhrpClientStatRxResolveReplyNakNoBinding      Counter32,    nhrpClientStatRxResolveReplyNakNotUnique      Counter32,    nhrpClientStatTxRegisterReq                   Counter32,    nhrpClientStatRxRegisterAck                   Counter32,    nhrpClientStatRxRegisterNakProhibited         Counter32,    nhrpClientStatRxRegisterNakInsufResources     Counter32,    nhrpClientStatRxRegisterNakAlreadyReg         Counter32,    nhrpClientStatRxPurgeReq                      Counter32,    nhrpClientStatTxPurgeReq                      Counter32,    nhrpClientStatRxPurgeReply                    Counter32,    nhrpClientStatTxPurgeReply                    Counter32,    nhrpClientStatTxErrorIndication               Counter32,    nhrpClientStatRxErrUnrecognizedExtension      Counter32,    nhrpClientStatRxErrLoopDetected               Counter32,    nhrpClientStatRxErrProtoAddrUnreachable       Counter32,    nhrpClientStatRxErrProtoError                 Counter32,    nhrpClientStatRxErrSduSizeExceeded            Counter32,    nhrpClientStatRxErrInvalidExtension           Counter32,    nhrpClientStatRxErrAuthenticationFailure      Counter32,    nhrpClientStatRxErrHopCountExceeded           Counter32,    nhrpClientStatDiscontinuityTime               TimeStamp}nhrpClientStatTxResolveReq OBJECT-TYPE    SYNTAX      Counter32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The number of NHRP Resolution Requests transmitted        by this client.        Discontinuities in the value of this counter can occur        at re-initialization of the management system, at        NHRP Client re-initialization and at        other times as indicated by the value of        nhrpClientStatDiscontinuityTime."    ::= { nhrpClientStatEntry 1 }nhrpClientStatRxResolveReplyAck OBJECT-TYPE    SYNTAX      Counter32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The number of positively acknowledged NHRP Resolution        Replies received by this client.        Discontinuities in the value of this counter can occur        at re-initialization of the management system, at        NHRP Client re-initialization and at        other times as indicated by the value of        nhrpClientStatDiscontinuityTime."    ::= { nhrpClientStatEntry 2 }nhrpClientStatRxResolveReplyNakProhibited OBJECT-TYPE    SYNTAX      Counter32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The number of NAKed NHRP Resolution Replies received        by this client that contained the code indicating        'Administratively Prohibited'.        Discontinuities in the value of this counter can occur        at re-initialization of the management system, at        NHRP Client re-initialization and at        other times as indicated by the value of        nhrpClientStatDiscontinuityTime."    ::= { nhrpClientStatEntry 3 }nhrpClientStatRxResolveReplyNakInsufResources OBJECT-TYPE    SYNTAX      Counter32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The number of NAKed NHRP Resolution Replies received        by this client that contained the code indicating        'Insufficient Resources'.        Discontinuities in the value of this counter can occur        at re-initialization of the management system, at        NHRP Client re-initialization and at        other times as indicated by the value of        nhrpClientStatDiscontinuityTime."    ::= { nhrpClientStatEntry 4 }nhrpClientStatRxResolveReplyNakNoBinding OBJECT-TYPE    SYNTAX      Counter32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The number of NAKed NHRP Resolution Replies received        by this client that contained the code indicating        'No Internetworking Layer Address to NBMA Address        Binding Exists'.        Discontinuities in the value of this counter can occur        at re-initialization of the management system, at        NHRP Client re-initialization and at        other times as indicated by the value of        nhrpClientStatDiscontinuityTime."    ::= { nhrpClientStatEntry 5 }nhrpClientStatRxResolveReplyNakNotUnique OBJECT-TYPE    SYNTAX      Counter32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The number of NAKed NHRP Resolution Replies received        by this client that contained the code indicating        'Binding Exists But Is Not Unique'.        Discontinuities in the value of this counter can occur        at re-initialization of the management system, at        NHRP Client re-initialization and at        other times as indicated by the value of        nhrpClientStatDiscontinuityTime."    ::= { nhrpClientStatEntry 6 }nhrpClientStatTxRegisterReq OBJECT-TYPE    SYNTAX      Counter32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The number of NHRP Registration Requests transmitted        by this client.        Discontinuities in the value of this counter can occur        at re-initialization of the management system, at        NHRP Client re-initialization and at        other times as indicated by the value of        nhrpClientStatDiscontinuityTime."    ::= { nhrpClientStatEntry 7 }nhrpClientStatRxRegisterAck OBJECT-TYPE    SYNTAX      Counter32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The number of positively acknowledged NHRP Registration        Replies received by this client.        Discontinuities in the value of this counter can occur        at re-initialization of the management system, at        NHRP Client re-initialization and at        other times as indicated by the value of        nhrpClientStatDiscontinuityTime."    ::= { nhrpClientStatEntry 8 }nhrpClientStatRxRegisterNakProhibited OBJECT-TYPE    SYNTAX      Counter32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The number of NAKed NHRP Registration Replies received        by this client that contained the code indicating        'Administratively Prohibited'.        Discontinuities in the value of this counter can occur        at re-initialization of the management system, at        NHRP Client re-initialization and at        other times as indicated by the value of        nhrpClientStatDiscontinuityTime."    ::= { nhrpClientStatEntry 9 }nhrpClientStatRxRegisterNakInsufResources OBJECT-TYPE    SYNTAX      Counter32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The number of NAKed NHRP Registration Replies received        by this client that contained the code indicating        'Insufficient Resources'.

⌨️ 快捷键说明

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