📄 nhrp-mib
字号:
SYNTAX SEQUENCE OF NhrpServerCacheEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table extends the nhrpCacheTable for NHSes. If the nhrpCacheTable has a row added due to an NHS or based on information regarding an NHS then a row is also added in this table. The rows in this table will be created when rows in the nhrpCacheTable are created. However, there may be rows created in the nhrpCacheTable which do not have corresponding rows in this table. For example, if the nhrpCacheTable has a row added due to a Next Hop Client which is co-resident on the same device as the NHS, a row will not be added to this table." ::= { nhrpServerObjects 2 }nhrpServerCacheEntry OBJECT-TYPE SYNTAX NhrpServerCacheEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Additional information kept by a NHS for a relevant Next Hop Resolution Cache entry." INDEX { nhrpCacheInternetworkAddrType, nhrpCacheInternetworkAddr, ifIndex, nhrpCacheIndex } ::= { nhrpServerCacheTable 1 }NhrpServerCacheEntry ::= SEQUENCE { nhrpServerCacheAuthoritative TruthValue, nhrpServerCacheUniqueness TruthValue}nhrpServerCacheAuthoritative OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "An indication of whether this cache entry is authoritative, which means the entry was added because of a direct registration request with this server or by Server Cache Synchronization Protocol (SCSP) from an authoritative source." ::= { nhrpServerCacheEntry 1 }nhrpServerCacheUniqueness OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-create STATUS current DESCRIPTION "The Uniqueness indicator for this cache entry used in duplicate address detection. This value cannot be changed after the entry is active." ::= { nhrpServerCacheEntry 2 }---- The NHRP Server->Client Table--nhrpServerNhcTable OBJECT-TYPE SYNTAX SEQUENCE OF NhrpServerNhcEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table of NHCs that are available for use by this NHS (Server)." REFERENCE "Section 4 Configuration (Next Hop Servers), RFC 2332 [17]." ::= { nhrpServerObjects 3 }nhrpServerNhcEntry OBJECT-TYPE SYNTAX NhrpServerNhcEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An NHC that may be used by an NHS." INDEX { nhrpServerIndex, nhrpServerNhcIndex } ::= { nhrpServerNhcTable 1 }NhrpServerNhcEntry ::= SEQUENCE { nhrpServerNhcIndex Unsigned32, nhrpServerNhcPrefixLength Integer32, nhrpServerNhcInternetworkAddrType AddressFamilyNumbers, nhrpServerNhcInternetworkAddr NhrpGenAddr, nhrpServerNhcNbmaAddrType AddressFamilyNumbers, nhrpServerNhcNbmaAddr NhrpGenAddr, nhrpServerNhcNbmaSubaddr NhrpGenAddr, nhrpServerNhcInUse TruthValue, nhrpServerNhcRowStatus RowStatus}nhrpServerNhcIndex OBJECT-TYPE SYNTAX Unsigned32 (1..4294967295) MAX-ACCESS not-accessible STATUS current DESCRIPTION "An identifier for an NHC available to an NHS." ::= { nhrpServerNhcEntry 1 }nhrpServerNhcPrefixLength OBJECT-TYPE SYNTAX Integer32 (0..255) MAX-ACCESS read-create STATUS current DESCRIPTION "The number of bits that define the internetwork layer prefix associated with the nhrpServerNhcInternetworkAddr." ::= { nhrpServerNhcEntry 2 }nhrpServerNhcInternetworkAddrType OBJECT-TYPE SYNTAX AddressFamilyNumbers MAX-ACCESS read-create STATUS current DESCRIPTION "The type of the internetwork layer address of the NHRP Client represented in this entry. This object indicates how the value of nhrpServerNhcInternetworkAddr is to be interpreted." ::= { nhrpServerNhcEntry 3 }nhrpServerNhcInternetworkAddr OBJECT-TYPE SYNTAX NhrpGenAddr MAX-ACCESS read-create STATUS current DESCRIPTION "The value of the internetwork layer address of the NHRP Client represented by this entry. If this value is not known, this will be a zero-length OCTET STRING." ::= { nhrpServerNhcEntry 4 }nhrpServerNhcNbmaAddrType OBJECT-TYPE SYNTAX AddressFamilyNumbers MAX-ACCESS read-create STATUS current DESCRIPTION "The type of the NBMA subnetwork address of the NHRP Client represented by this entry. This object indicates how the values of nhrpServerNhcNbmaAddr and nhrpServerNhcNbmaSubaddr are to be interpreted." ::= { nhrpServerNhcEntry 5 }nhrpServerNhcNbmaAddr OBJECT-TYPE SYNTAX NhrpGenAddr MAX-ACCESS read-create STATUS current DESCRIPTION "The NBMA subnetwork address of the NHC. The type of the address is indicated by the corresponding value of nhrpServerNbmaAddrType." ::= { nhrpServerNhcEntry 6 }nhrpServerNhcNbmaSubaddr OBJECT-TYPE SYNTAX NhrpGenAddr MAX-ACCESS read-create STATUS current DESCRIPTION "The NBMA subaddress of the NHC. For NMBA address familes that do not have the concept of subaddress, this will be a zero-length OCTET STRING." ::= { nhrpServerNhcEntry 7 }nhrpServerNhcInUse OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "An indication of whether this NHC is in use by the NHS." ::= { nhrpServerNhcEntry 8 }nhrpServerNhcRowStatus 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." ::= { nhrpServerNhcEntry 9 }---- The Next Hop Server Statistics Table--nhrpServerStatTable OBJECT-TYPE SYNTAX SEQUENCE OF NhrpServerStatEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Statistics collected by Next Hop Servers." ::= { nhrpServerObjects 4 }nhrpServerStatEntry OBJECT-TYPE SYNTAX NhrpServerStatEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Statistics for a particular NHS. The statistics are broken into received (Rx), transmitted (Tx) and forwarded (Fw). Forwarded (Fw) would be done by a transit NHS." INDEX { nhrpServerIndex } ::= { nhrpServerStatTable 1 }NhrpServerStatEntry ::= SEQUENCE { nhrpServerStatRxResolveReq Counter32, nhrpServerStatTxResolveReplyAck Counter32, nhrpServerStatTxResolveReplyNakProhibited Counter32, nhrpServerStatTxResolveReplyNakInsufResources Counter32, nhrpServerStatTxResolveReplyNakNoBinding Counter32, nhrpServerStatTxResolveReplyNakNotUnique Counter32, nhrpServerStatRxRegisterReq Counter32, nhrpServerStatTxRegisterAck Counter32, nhrpServerStatTxRegisterNakProhibited Counter32, nhrpServerStatTxRegisterNakInsufResources Counter32, nhrpServerStatTxRegisterNakAlreadyReg Counter32, nhrpServerStatRxPurgeReq Counter32, nhrpServerStatTxPurgeReq Counter32, nhrpServerStatRxPurgeReply Counter32, nhrpServerStatTxPurgeReply Counter32,-- Error Indications nhrpServerStatRxErrUnrecognizedExtension Counter32, nhrpServerStatRxErrLoopDetected Counter32, nhrpServerStatRxErrProtoAddrUnreachable Counter32, nhrpServerStatRxErrProtoError Counter32, nhrpServerStatRxErrSduSizeExceeded Counter32, nhrpServerStatRxErrInvalidExtension Counter32, nhrpServerStatRxErrInvalidResReplyReceived Counter32, nhrpServerStatRxErrAuthenticationFailure Counter32, nhrpServerStatRxErrHopCountExceeded Counter32, nhrpServerStatTxErrUnrecognizedExtension Counter32, nhrpServerStatTxErrLoopDetected Counter32, nhrpServerStatTxErrProtoAddrUnreachable Counter32, nhrpServerStatTxErrProtoError Counter32, nhrpServerStatTxErrSduSizeExceeded Counter32, nhrpServerStatTxErrInvalidExtension Counter32, nhrpServerStatTxErrAuthenticationFailure Counter32, nhrpServerStatTxErrHopCountExceeded Counter32,-- Transit NHS statistics nhrpServerStatFwResolveReq Counter32, nhrpServerStatFwResolveReply Counter32, nhrpServerStatFwRegisterReq Counter32, nhrpServerStatFwRegisterReply Counter32, nhrpServerStatFwPurgeReq Counter32, nhrpServerStatFwPurgeReply Counter32, nhrpServerStatFwErrorIndication Counter32, nhrpServerStatDiscontinuityTime TimeStamp}nhrpServerStatRxResolveReq OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of NHRP Resolution Requests received by this server. Discontinuities in the value of this counter can occur at re-initialization of the management system, at NHRP Server re-initialization and at other times as indicated by the value of nhrpServerStatDiscontinuityTime." ::= { nhrpServerStatEntry 1 }nhrpServerStatTxResolveReplyAck OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of positively acknowledged NHRP Resolution Replies transmitted by this server. Discontinuities in the value of this counter can occur at re-initialization of the management system, at NHRP Server re-initialization and at other times as indicated by the value of nhrpServerStatDiscontinuityTime." ::= { nhrpServerStatEntry 2 }nhrpServerStatTxResolveReplyNakProhibited OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of NAKed NHRP Resolution Replies transmitted by this server with the code 'Administratively Prohibited'. Discontinuities in the value of this counter can occur at re-initialization of the management system, at NHRP Server re-initialization and at other times as indicated by the value of nhrpServerStatDiscontinuityTime." ::= { nhrpServerStatEntry 3 }nhrpServerStatTxResolveReplyNakInsufResources OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of NAKed NHRP Resolution Replies transmitted by this server with the code 'Insufficient Resources'. Discontinuities in the value of this counter can occur at re-initialization of the management system, at NHRP Server re-initialization and at other times as indicated by the value of nhrpServerStatDiscontinuityTime." ::= { nhrpServerStatEntry 4 }nhrpServerStatTxResolveReplyNakNoBinding OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of NAKed NHRP Resolution Replies transmitted by this server with the code '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 Server re-initialization and at other times as indicated by the value of nhrpServerStatDiscontinuityTime." ::= { nhrpServerStatEntry 5 }nhrpServerStatTxResolveReplyNakNotUnique OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of NAKed NHRP Resolution Replies transmitted by this server with the code 'Binding Exists But Is Not Unique'. Discontinuities in the value of this counter can occur at re-initialization of the management system, at NHRP Server re-initialization and at other times as indicated by the value of nhrpServerStatDiscontinuityTime." ::= { nhrpServerStatEntry 6 }nhrpServerStatRxRegisterReq OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of NHRP Registration Requests received by this server. Discontinuities in the value of this counter can occur at re-initialization of the management system, at NHRP Server re-initialization and at other times as indicated by the value of nhrpServerStatDiscontinuityTime." ::= { nhrpServerStatEntry 7 }nhrpServerStatTxRegisterAck OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of positi
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -