NHRP-MIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: NHRP-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 nhrpMIB 1.3.6.1.2.1.71
This MIB contains managed object definitions for the Next Hop Resolution Procol, NHRP, as defined in RFC 2332 [17].
       nhrpObjects 1.3.6.1.2.1.71.1
           nhrpGeneralObjects 1.3.6.1.2.1.71.1.1
               nhrpNextIndex 1.3.6.1.2.1.71.1.1.1 unsigned32 read-only
This scalar is used for creating rows in the nhrpClientTable and the nhrpServerTable. The value of this variable is a currently unused value for nhrpClientIndex and nhrpServerIndex. The value returned when reading this variable must be unique for the NHC's and NHS's indices associated with this row. Subsequent attempts to read this variable must return different values. NOTE: this object exists in the General Group because it is to be used in establishing rows in the nhrpClientTable and the nhrpServerTable. In other words, the value retrieved from this object could become the value of nhrpClientIndex and nhprServerIndex. In the situation of an agent re-initialization the value of this object must be saved in non-volatile storage. This variable will return the special value 0 if no new rows can be created.
               nhrpCacheTable 1.3.6.1.2.1.71.1.1.2 no-access
This table contains mappings between internetwork layer addresses and NBMA subnetwork layer addresses.
                   nhrpCacheEntry 1.3.6.1.2.1.71.1.1.2.1 no-access
A cached mapping between an internetwork layer address and an NBMA address. Entries can be created by the network administrator using the nhrpCacheRowStatus column, or they may be added dynamically based on protocol operation (including NHRP, SCSP, and others, such as ATMARP). When created based by NHRP protocol operations this entry is largely based on contents contained in the Client Information Entry (CIE). Zero or more Client Information Entries (CIEs) may be included in the NHRP Packet. For a complete description of the CIE, refer to Section 5.2.0.1 of RFC 2332 [17].
                       nhrpCacheInternetworkAddrType 1.3.6.1.2.1.71.1.1.2.1.1 addressfamilynumbers no-access
The internetwork layer address type of this Next Hop Resolution Cache entry. The value of this object indicates how to interpret the values of nhrpCacheInternetworkAddr and nhrpCacheNextHopInternetworkAddr.
                       nhrpCacheInternetworkAddr 1.3.6.1.2.1.71.1.1.2.1.2 nhrpgenaddr no-access
The value of the internetwork address of the destination.
                       nhrpCacheIndex 1.3.6.1.2.1.71.1.1.2.1.3 unsigned32 no-access
An identifier for this entry that has local significance within the scope of the General Group. This identifier is used here to uniquely identify this row, and also used in the 'nhrpPurgeTable' for the value of the 'nhrpPurgeCacheIdentifier'.
                       nhrpCachePrefixLength 1.3.6.1.2.1.71.1.1.2.1.4 integer32 read-only
The number of bits that define the internetwork layer prefix associated with the nhrpCacheInternetworkAddr.
                       nhrpCacheNextHopInternetworkAddr 1.3.6.1.2.1.71.1.1.2.1.5 nhrpgenaddr read-only
The value of the internetwork address of the next hop.
                       nhrpCacheNbmaAddrType 1.3.6.1.2.1.71.1.1.2.1.6 addressfamilynumbers read-only
The NBMA address type. The value of this object indicates how to interpret the values of nhrpCacheNbmaAddr and nhrpCacheNbmaSubaddr.
                       nhrpCacheNbmaAddr 1.3.6.1.2.1.71.1.1.2.1.7 nhrpgenaddr read-only
The value of the NBMA subnetwork address of the next hop.
                       nhrpCacheNbmaSubaddr 1.3.6.1.2.1.71.1.1.2.1.8 nhrpgenaddr read-only
The value of the NBMA subaddress of the next hop. If there is no subaddress concept for the NBMA address family, this value will be a zero-length OCTET STRING.
                       nhrpCacheType 1.3.6.1.2.1.71.1.1.2.1.9 integer read-only
An indication of how this cache entry was created. The values are: 'other(1)' The entry was added by some other means. 'register(2)' In a server, added based on a client registration. 'resolveAuthoritative(3)' In a client, added based on receiving an Authoritative NHRP Resolution Reply. 'resolveNonauthoritative(4)' In a client, added based on receiving a Nonauthoritative NHRP Resolution Reply. 'transit(5)' In a transit server, added by examining a forwarded NHRP packet. 'administrativelyAdded(6)' In a client or server, manually added by the administrator. The StorageType of this entry is reflected in 'nhrpCacheStorageType'. 'atmarp(7)' The entry was added due to an ATMARP. 'scsp(8)' The entry was added due to SCSP. When the entry is under creation using the nhrpCacheRowStatus column, the only value that can be specified by the administrator is 'administrativelyAdded'. Attempting to set any other value will cause an 'inconsistentValue' error. The value cannot be modified once the entry is active. Enumeration: 'administrativelyAdded': 6, 'scsp': 8, 'transit': 5, 'register': 2, 'resolveAuthoritative': 3, 'resoveNonauthoritative': 4, 'other': 1, 'atmarp': 7.
                       nhrpCacheState 1.3.6.1.2.1.71.1.1.2.1.10 integer read-only
An indication of the state of this entry. The values are: 'incomplete(1)' The client has sent a NHRP Resolution Request but has not yet received the NHRP Resolution Reply. 'ackReply(2)' For a client or server, this is a cached valid mapping. 'nakReply(3)' For a client or server, this is a cached NAK mapping. Enumeration: 'ackReply': 2, 'nakReply': 3, 'incomplete': 1.
                       nhrpCacheHoldingTimeValid 1.3.6.1.2.1.71.1.1.2.1.11 truthvalue read-only
True(1) is returned if the value of 'nhrpCacheType' is not 'administrativelyAdded'. Since the value of 'nhrpCacheType' was not configured by a user, the value of 'nhrpCacheHoldingTime' is considered valid. In other words, the value of 'nhrpCacheHoldingTime' represents the Holding Time for the cache Entry. If 'nhrpCacheType has been configured by a user, (i.e. the value of 'nhrpCacheType' is 'administrativelyAdded') then false(2) will be returned. This indicates that the value of 'nhrpCacheHoldingTime' is undefined because this row could possibly be backed up in nonvolatile storage.
                       nhrpCacheHoldingTime 1.3.6.1.2.1.71.1.1.2.1.12 unsigned32 read-only
If the value of 'nhrpCacheHoldingTimeValid is true(1) then this object represents the number of seconds that the cache entry will remain in this table. When this value reaches 0 (zero) the row should be deleted. If the value of 'nhrpCacheHoldingTimeValid is false(2) then this object is undefined.
                       nhrpCacheNegotiatedMtu 1.3.6.1.2.1.71.1.1.2.1.13 integer32 read-only
The maximum transmission unit (MTU) that was negotiated or registered for this entity. In other words, this is the actual MTU being used.
                       nhrpCachePreference 1.3.6.1.2.1.71.1.1.2.1.14 integer32 read-only
An object which reflects the Preference value of the Client Information Entry (CIE). Zero or more Client Information Entries (CIEs) may be included in the NHRP Packet. One of the fields in the CIE is the Preference. For a complete description of the CIE, refer to Section 5.2.0.1 of RFC 2332 [17].
                       nhrpCacheStorageType 1.3.6.1.2.1.71.1.1.2.1.15 storagetype read-only
This value only has meaning when the 'nhrpCacheType' has the value of 'administrativelyAdded'. When the row is created due to being 'administrativelyAdded', this object reflects whether this row is kept in volatile storage and lost upon reboot or if this row is backed up by non-volatile or permanent storage. If the value of 'nhrpCacheType' has a value which is not 'administrativelyAdded, then the value of this object is 'other(1)'.
                       nhrpCacheRowStatus 1.3.6.1.2.1.71.1.1.2.1.16 rowstatus read-only
An object that allows entries in this table to be created and deleted using the RowStatus convention.
               nhrpPurgeReqTable 1.3.6.1.2.1.71.1.1.3 no-access
This table will track Purge Request Information.
                   nhrpPurgeReqEntry 1.3.6.1.2.1.71.1.1.3.1 no-access
Information regarding a Purge Request.
                       nhrpPurgeIndex 1.3.6.1.2.1.71.1.1.3.1.1 unsigned32 no-access
An index for this entry that has local significance within the scope of this table.
                       nhrpPurgeCacheIdentifier 1.3.6.1.2.1.71.1.1.3.1.2 unsigned32 read-only
This object identifies which row in 'nhrpCacheTable' is being purged. This object should have the same value as the 'nhrpCacheIndex' in the 'nhrpCacheTable'.
                       nhrpPurgePrefixLength 1.3.6.1.2.1.71.1.1.3.1.3 integer32 read-only
In the case of NHRP Purge Requests, this specifies the equivalence class of addresses which match the first 'Prefix Length' bit positions of the Client Protocol Address specified in the Client Information Entry (CIE).
                       nhrpPurgeRequestID 1.3.6.1.2.1.71.1.1.3.1.4 unsigned32 read-only
The Request ID used in the purge request.
                       nhrpPurgeReplyExpected 1.3.6.1.2.1.71.1.1.3.1.5 truthvalue read-only
An indication of whether this Purge Request has the 'N' Bit cleared (off).
                       nhrpPurgeRowStatus 1.3.6.1.2.1.71.1.1.3.1.6 rowstatus read-only
An object that allows entries in this table to be created and deleted using the RowStatus convention.
           nhrpClientObjects 1.3.6.1.2.1.71.1.2
               nhrpClientTable 1.3.6.1.2.1.71.1.2.1 no-access
Information about NHRP clients (NHCs) managed by this agent.
                   nhrpClientEntry 1.3.6.1.2.1.71.1.2.1.1 no-access
Information about a single NHC.
                       nhrpClientIndex 1.3.6.1.2.1.71.1.2.1.1.1 unsigned32 no-access
An identifier for the NHRP client that is unique within the scope of this agent. The 'nhrpNextIndex' value should be consulted (read), prior to creating a row in this table, and the value returned from reading 'nhrpNextIndex' should be used as this object's value.
                       nhrpClientInternetworkAddrType 1.3.6.1.2.1.71.1.2.1.1.2 addressfamilynumbers read-only
The type of the internetwork layer address of this client. This object indicates how the value of nhrpClientInternetworkAddr is to be interpreted.
                       nhrpClientInternetworkAddr 1.3.6.1.2.1.71.1.2.1.1.3 nhrpgenaddr read-only
The value of the internetwork layer address of this client.
                       nhrpClientNbmaAddrType 1.3.6.1.2.1.71.1.2.1.1.4 addressfamilynumbers read-only
The type of the NBMA subnetwork address of this client. This object indicates how the values of nhrpClientNbmaAddr and nhrpClientNbmaSubaddr are to be interpreted.
                       nhrpClientNbmaAddr 1.3.6.1.2.1.71.1.2.1.1.5 nhrpgenaddr read-only
The NBMA subnetwork address of this client.
                       nhrpClientNbmaSubaddr 1.3.6.1.2.1.71.1.2.1.1.6 nhrpgenaddr read-only
The NBMA subaddress of this client. For NBMA address families without a subaddress concept, this will be a zero-length OCTET STRING.
                       nhrpClientInitialRequestTimeout 1.3.6.1.2.1.71.1.2.1.1.7 integer32 read-only
The number of seconds that the client will wait before timing out an NHRP initial request. This object only has meaning for the initial timeout period.
                       nhrpClientRegistrationRequestRetries 1.3.6.1.2.1.71.1.2.1.1.8 integer32 read-only
The number of times the client will retry the registration request before failure. A value of 0 means don't retry. A value of 65535 means retry forever.
                       nhrpClientResolutionRequestRetries 1.3.6.1.2.1.71.1.2.1.1.9 integer32 read-only
The number of times the client will retry the resolution request before failure. A value of 0 means don't retry. A value of 65535 means retry forever.
                       nhrpClientPurgeRequestRetries 1.3.6.1.2.1.71.1.2.1.1.10 integer32 read-only
The number of times the client will retry a purge request before failure. A value of 0 means don't retry. A value of 65535 means retry forever.
                       nhrpClientDefaultMtu 1.3.6.1.2.1.71.1.2.1.1.11 unsigned32 read-only
The default maximum transmission unit (MTU) of the LIS/LAG which this client should use. This object will be initialized by the agent to the default MTU of the LIS/LAG (which is 9180) unless a different MTU value is specified during creation of this Client.
                       nhrpClientHoldTime 1.3.6.1.2.1.71.1.2.1.1.12 unsigned32 read-only
The hold time the client will register.
                       nhrpClientRequestID 1.3.6.1.2.1.71.1.2.1.1.13 unsigned32 read-only
The Request ID used to register this client with its server. According to Section 5.2.3 of the NHRP Specification, RFC 2332 [17], the Request ID must be kept in non-volatile storage, so that if an NHC crashes and re-initializes, it will use a different Request ID during the registration process when reregistering with the same NHS.
                       nhrpClientStorageType 1.3.6.1.2.1.71.1.2.1.1.14 storagetype read-only
This object defines whether this row is kept in volatile storage and lost upon a Client crash or reboot situation, or if this row is backed up by nonvolatile or permanent storage.
                       nhrpClientRowStatus 1.3.6.1.2.1.71.1.2.1.1.15 rowstatus read-only
An object that allows entries in this table to be created and deleted using the RowStatus convention.
               nhrpClientRegistrationTable 1.3.6.1.2.1.71.1.2.2 no-access
A table of Registration Request Information that needs to be maintained by the NHCs (clients).
                   nhrpClientRegistrationEntry 1.3.6.1.2.1.71.1.2.2.1 no-access
An NHC needs to maintain registration request information between the NHC and the NHS. An entry in this table represents information for a single registration request.
                       nhrpClientRegIndex 1.3.6.1.2.1.71.1.2.2.1.1 unsigned32 no-access
An identifier for this entry such that it identifies a specific Registration Request from the NHC represented by the nhrpClientIndex.
                       nhrpClientRegUniqueness 1.3.6.1.2.1.71.1.2.2.1.2 integer read-only
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. Enumeration: 'requestNotUnique': 2, 'requestUnique': 1.
                       nhrpClientRegState 1.3.6.1.2.1.71.1.2.2.1.3 integer read-only
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). Enumeration: 'ackRegisterReply': 3, 'nakRegisterReply': 4, 'other': 1, 'registering': 2.
                       nhrpClientRegRowStatus 1.3.6.1.2.1.71.1.2.2.1.4 rowstatus read-only
An object that allows entries in this table to be created and deleted using the RowStatus convention.
               nhrpClientNhsTable 1.3.6.1.2.1.71.1.2.3 no-access
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.
                   nhrpClientNhsEntry 1.3.6.1.2.1.71.1.2.3.1 no-access
An NHS that may be used by an NHC.
                       nhrpClientNhsIndex 1.3.6.1.2.1.71.1.2.3.1.1 unsigned32 no-access
An identifier for an NHS available to an NHC.
                       nhrpClientNhsInternetworkAddrType 1.3.6.1.2.1.71.1.2.3.1.2 addressfamilynumbers read-only
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.
                       nhrpClientNhsInternetworkAddr 1.3.6.1.2.1.71.1.2.3.1.3 nhrpgenaddr read-only
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.
                       nhrpClientNhsNbmaAddrType 1.3.6.1.2.1.71.1.2.3.1.4 addressfamilynumbers read-only
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.
                       nhrpClientNhsNbmaAddr 1.3.6.1.2.1.71.1.2.3.1.5 nhrpgenaddr read-only
The NBMA subnetwork address of the NHS. The type of the address is indicated by the corresponding value of nhrpClientNhsNbmaAddrType.
                       nhrpClientNhsNbmaSubaddr 1.3.6.1.2.1.71.1.2.3.1.6 nhrpgenaddr read-only
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.
                       nhrpClientNhsInUse 1.3.6.1.2.1.71.1.2.3.1.7 truthvalue read-only
An indication of whether this NHS is in use by the NHC.
                       nhrpClientNhsRowStatus 1.3.6.1.2.1.71.1.2.3.1.8 rowstatus read-only
An object that allows entries in this table to be created and deleted using the RowStatus convention.
               nhrpClientStatTable 1.3.6.1.2.1.71.1.2.4 no-access
This table contains statistics collected by NHRP clients.
                   nhrpClientStatEntry 1.3.6.1.2.1.71.1.2.4.1 no-access
Statistics collected by a NHRP client.
                       nhrpClientStatTxResolveReq 1.3.6.1.2.1.71.1.2.4.1.1 counter32 read-only
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.
                       nhrpClientStatRxResolveReplyAck 1.3.6.1.2.1.71.1.2.4.1.2 counter32 read-only
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.
                       nhrpClientStatRxResolveReplyNakProhibited 1.3.6.1.2.1.71.1.2.4.1.3 counter32 read-only
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.
                       nhrpClientStatRxResolveReplyNakInsufResources 1.3.6.1.2.1.71.1.2.4.1.4 counter32 read-only
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.
                       nhrpClientStatRxResolveReplyNakNoBinding 1.3.6.1.2.1.71.1.2.4.1.5 counter32 read-only
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.
                       nhrpClientStatRxResolveReplyNakNotUnique 1.3.6.1.2.1.71.1.2.4.1.6 counter32 read-only
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.
                       nhrpClientStatTxRegisterReq 1.3.6.1.2.1.71.1.2.4.1.7 counter32 read-only
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.
                       nhrpClientStatRxRegisterAck 1.3.6.1.2.1.71.1.2.4.1.8 counter32 read-only
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.
                       nhrpClientStatRxRegisterNakProhibited 1.3.6.1.2.1.71.1.2.4.1.9 counter32 read-only
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.
                       nhrpClientStatRxRegisterNakInsufResources 1.3.6.1.2.1.71.1.2.4.1.10 counter32 read-only
The number of NAKed NHRP Registration 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.
                       nhrpClientStatRxRegisterNakAlreadyReg 1.3.6.1.2.1.71.1.2.4.1.11 counter32 read-only
The number of NAKed NHRP Registration Replies received by this client that contained the code indicating 'Unique Internetworking Layer Address Already Registered'. 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.
                       nhrpClientStatRxPurgeReq 1.3.6.1.2.1.71.1.2.4.1.12 counter32 read-only
The number of NHRP Purge Requests 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.
                       nhrpClientStatTxPurgeReq 1.3.6.1.2.1.71.1.2.4.1.13 counter32 read-only
The number of NHRP Purge 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.
                       nhrpClientStatRxPurgeReply 1.3.6.1.2.1.71.1.2.4.1.14 counter32 read-only
The number of NHRP Purge 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.
                       nhrpClientStatTxPurgeReply 1.3.6.1.2.1.71.1.2.4.1.15 counter32 read-only
The number of NHRP Purge Replies 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.
                       nhrpClientStatTxErrorIndication 1.3.6.1.2.1.71.1.2.4.1.16 counter32 read-only
The number of NHRP Error Indication packets 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.
                       nhrpClientStatRxErrUnrecognizedExtension 1.3.6.1.2.1.71.1.2.4.1.17 counter32 read-only
The number of NHRP Error Indication packets received by this client with the error code 'Unrecognized Extension'. 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.
                       nhrpClientStatRxErrLoopDetected 1.3.6.1.2.1.71.1.2.4.1.18 counter32 read-only
The number of NHRP Error Indication packets received by this client with the error code 'NHRP Loop Detected'. 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.
                       nhrpClientStatRxErrProtoAddrUnreachable 1.3.6.1.2.1.71.1.2.4.1.19 counter32 read-only
The number of NHRP Error Indication packets received by this client with the error code 'Protocol Address Unreachable'. 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.
                       nhrpClientStatRxErrProtoError 1.3.6.1.2.1.71.1.2.4.1.20 counter32 read-only
The number of NHRP Error Indication packets received by this client with the error code 'Protocol Error'. 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.
                       nhrpClientStatRxErrSduSizeExceeded 1.3.6.1.2.1.71.1.2.4.1.21 counter32 read-only
The number of NHRP Error Indication packets received by this client with the error code 'NHRP SDU Size Exceeded'. 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.
                       nhrpClientStatRxErrInvalidExtension 1.3.6.1.2.1.71.1.2.4.1.22 counter32 read-only
The number of NHRP Error Indication packets received by this client with the error code 'Invalid Extension'. 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.
                       nhrpClientStatRxErrAuthenticationFailure 1.3.6.1.2.1.71.1.2.4.1.23 counter32 read-only
The number of NHRP Error Indication packets received by this client with the error code 'Authentication Failure'. 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.
                       nhrpClientStatRxErrHopCountExceeded 1.3.6.1.2.1.71.1.2.4.1.24 counter32 read-only
The number of NHRP Error Indication packets received by this client with the error code 'Hop Count Exceeded'. 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.
                       nhrpClientStatDiscontinuityTime 1.3.6.1.2.1.71.1.2.4.1.25 timestamp read-only
The value of sysUpTime on the most recent occasion at which any one or more of this Client's counters suffered a discontinuity. If no such discontinuities have occurred since the last re-initialization of the local management subsystem or the NHRP Client re-initialization associated with this entry, then this object contains a zero value.
           nhrpServerObjects 1.3.6.1.2.1.71.1.3
               nhrpServerTable 1.3.6.1.2.1.71.1.3.1 no-access
This table contains information for a set of NHSes associated with this agent.
                   nhrpServerEntry 1.3.6.1.2.1.71.1.3.1.1 no-access
Information about a single NHS.
                       nhrpServerIndex 1.3.6.1.2.1.71.1.3.1.1.1 unsigned32 no-access
An identifier for the server that is unique within the scope of this agent.
                       nhrpServerInternetworkAddrType 1.3.6.1.2.1.71.1.3.1.1.2 addressfamilynumbers read-only
The type of the internetwork layer address of this server. This object is used to interpret the value of nhrpServerInternetworkAddr.
                       nhrpServerInternetworkAddr 1.3.6.1.2.1.71.1.3.1.1.3 nhrpgenaddr read-only
The value of the internetwork layer address of this server.
                       nhrpServerNbmaAddrType 1.3.6.1.2.1.71.1.3.1.1.4 addressfamilynumbers read-only
The type of the NBMA subnetwork address of this server. This object is used to interpret the value of nhrpServerNbmaAddr.
                       nhrpServerNbmaAddr 1.3.6.1.2.1.71.1.3.1.1.5 nhrpgenaddr read-only
The value of the NBMA subnetwork address of this server.
                       nhrpServerNbmaSubaddr 1.3.6.1.2.1.71.1.3.1.1.6 nhrpgenaddr read-only
The value of the NBMA subaddress of this server. For NBMA address families without a subaddress concept, this will be a zero-length OCTET STRING.
                       nhrpServerStorageType 1.3.6.1.2.1.71.1.3.1.1.7 storagetype read-only
This object defines whether this row is kept in volatile storage and lost upon a Server crash or reboot situation, or if this row is backed up by nonvolatile or permanent storage.
                       nhrpServerRowStatus 1.3.6.1.2.1.71.1.3.1.1.8 rowstatus read-only
An object that allows entries in this table to be created and deleted using the RowStatus convention.
               nhrpServerCacheTable 1.3.6.1.2.1.71.1.3.2 no-access
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.
                   nhrpServerCacheEntry 1.3.6.1.2.1.71.1.3.2.1 no-access
Additional information kept by a NHS for a relevant Next Hop Resolution Cache entry.
                       nhrpServerCacheAuthoritative 1.3.6.1.2.1.71.1.3.2.1.1 truthvalue read-only
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.
                       nhrpServerCacheUniqueness 1.3.6.1.2.1.71.1.3.2.1.2 truthvalue read-only
The Uniqueness indicator for this cache entry used in duplicate address detection. This value cannot be changed after the entry is active.
               nhrpServerNhcTable 1.3.6.1.2.1.71.1.3.3 no-access
A table of NHCs that are available for use by this NHS (Server).
                   nhrpServerNhcEntry 1.3.6.1.2.1.71.1.3.3.1 no-access
An NHC that may be used by an NHS.
                       nhrpServerNhcIndex 1.3.6.1.2.1.71.1.3.3.1.1 unsigned32 no-access
An identifier for an NHC available to an NHS.
                       nhrpServerNhcPrefixLength 1.3.6.1.2.1.71.1.3.3.1.2 integer32 read-only
The number of bits that define the internetwork layer prefix associated with the nhrpServerNhcInternetworkAddr.
                       nhrpServerNhcInternetworkAddrType 1.3.6.1.2.1.71.1.3.3.1.3 addressfamilynumbers read-only
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.
                       nhrpServerNhcInternetworkAddr 1.3.6.1.2.1.71.1.3.3.1.4 nhrpgenaddr read-only
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.
                       nhrpServerNhcNbmaAddrType 1.3.6.1.2.1.71.1.3.3.1.5 addressfamilynumbers read-only
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.
                       nhrpServerNhcNbmaAddr 1.3.6.1.2.1.71.1.3.3.1.6 nhrpgenaddr read-only
The NBMA subnetwork address of the NHC. The type of the address is indicated by the corresponding value of nhrpServerNbmaAddrType.
                       nhrpServerNhcNbmaSubaddr 1.3.6.1.2.1.71.1.3.3.1.7 nhrpgenaddr read-only
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.
                       nhrpServerNhcInUse 1.3.6.1.2.1.71.1.3.3.1.8 truthvalue read-only
An indication of whether this NHC is in use by the NHS.
                       nhrpServerNhcRowStatus 1.3.6.1.2.1.71.1.3.3.1.9 rowstatus read-only
An object that allows entries in this table to be created and deleted using the RowStatus convention.
               nhrpServerStatTable 1.3.6.1.2.1.71.1.3.4 no-access
Statistics collected by Next Hop Servers.
                   nhrpServerStatEntry 1.3.6.1.2.1.71.1.3.4.1 no-access
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.
                       nhrpServerStatRxResolveReq 1.3.6.1.2.1.71.1.3.4.1.1 counter32 read-only
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.
                       nhrpServerStatTxResolveReplyAck 1.3.6.1.2.1.71.1.3.4.1.2 counter32 read-only
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.
                       nhrpServerStatTxResolveReplyNakProhibited 1.3.6.1.2.1.71.1.3.4.1.3 counter32 read-only
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.
                       nhrpServerStatTxResolveReplyNakInsufResources 1.3.6.1.2.1.71.1.3.4.1.4 counter32 read-only
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.
                       nhrpServerStatTxResolveReplyNakNoBinding 1.3.6.1.2.1.71.1.3.4.1.5 counter32 read-only
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.
                       nhrpServerStatTxResolveReplyNakNotUnique 1.3.6.1.2.1.71.1.3.4.1.6 counter32 read-only
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.
                       nhrpServerStatRxRegisterReq 1.3.6.1.2.1.71.1.3.4.1.7 counter32 read-only
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.
                       nhrpServerStatTxRegisterAck 1.3.6.1.2.1.71.1.3.4.1.8 counter32 read-only
The number of positively acknowledged NHRP Registration 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.
                       nhrpServerStatTxRegisterNakProhibited 1.3.6.1.2.1.71.1.3.4.1.9 counter32 read-only
The number of NAKed NHRP Registration 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.
                       nhrpServerStatTxRegisterNakInsufResources 1.3.6.1.2.1.71.1.3.4.1.10 counter32 read-only
The number of NAKed NHRP Registration 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.
                       nhrpServerStatTxRegisterNakAlreadyReg 1.3.6.1.2.1.71.1.3.4.1.11 counter32 read-only
The number of NAKed NHRP Registration Replies transmitted by this server with the code 'Unique Internetworking Layer Address Already Registered'. 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.
                       nhrpServerStatRxPurgeReq 1.3.6.1.2.1.71.1.3.4.1.12 counter32 read-only
The number of NHRP Purge 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.
                       nhrpServerStatTxPurgeReq 1.3.6.1.2.1.71.1.3.4.1.13 counter32 read-only
The number of NHRP Purge Requests 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.
                       nhrpServerStatRxPurgeReply 1.3.6.1.2.1.71.1.3.4.1.14 counter32 read-only
The number of NHRP Purge Replies 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.
                       nhrpServerStatTxPurgeReply 1.3.6.1.2.1.71.1.3.4.1.15 counter32 read-only
The number of NHRP Purge 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.
                       nhrpServerStatRxErrUnrecognizedExtension 1.3.6.1.2.1.71.1.3.4.1.16 counter32 read-only
The number of NHRP Error Indication packets received by this server with the error code 'Unrecognized Extension'. 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.
                       nhrpServerStatRxErrLoopDetected 1.3.6.1.2.1.71.1.3.4.1.17 counter32 read-only
The number of NHRP Error Indication packets received by this server with the error code 'NHRP Loop Detected'. 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.
                       nhrpServerStatRxErrProtoAddrUnreachable 1.3.6.1.2.1.71.1.3.4.1.18 counter32 read-only
The number of NHRP Error Indication packets received by this server with the error code 'Protocol Address Unreachable'. 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.
                       nhrpServerStatRxErrProtoError 1.3.6.1.2.1.71.1.3.4.1.19 counter32 read-only
The number of NHRP Error Indication packets received by this server with the error code 'Protocol Error'. 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.
                       nhrpServerStatRxErrSduSizeExceeded 1.3.6.1.2.1.71.1.3.4.1.20 counter32 read-only
The number of NHRP Error Indication packets received by this server with the error code 'NHRP SDU Size Exceeded'. 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.
                       nhrpServerStatRxErrInvalidExtension 1.3.6.1.2.1.71.1.3.4.1.21 counter32 read-only
The number of NHRP Error Indication packets received by this server with the error code 'Invalid Extension'. 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.
                       nhrpServerStatRxErrInvalidResReplyReceived 1.3.6.1.2.1.71.1.3.4.1.22 counter32 read-only
The number of NHRP Error Indication packets received by this server with the error code 'Invalid Resolution Reply Received'. 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.
                       nhrpServerStatRxErrAuthenticationFailure 1.3.6.1.2.1.71.1.3.4.1.23 counter32 read-only
The number of NHRP Error Indication packets received by this server with the error code 'Authentication Failure'. 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.
                       nhrpServerStatRxErrHopCountExceeded 1.3.6.1.2.1.71.1.3.4.1.24 counter32 read-only
The number of NHRP Error Indication packets received by this server with the error code 'Hop Count Exceeded'. 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.
                       nhrpServerStatTxErrUnrecognizedExtension 1.3.6.1.2.1.71.1.3.4.1.25 counter32 read-only
The number of NHRP Error Indication packets transmitted by this server with the error code 'Unrecognized Extension'. 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.
                       nhrpServerStatTxErrLoopDetected 1.3.6.1.2.1.71.1.3.4.1.26 counter32 read-only
The number of NHRP Error Indication packets transmitted by this server with the error code 'NHRP Loop Detected'. 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.
                       nhrpServerStatTxErrProtoAddrUnreachable 1.3.6.1.2.1.71.1.3.4.1.27 counter32 read-only
The number of NHRP Error Indication packets transmitted by this server with the error code 'Protocol Address Unreachable'. 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.
                       nhrpServerStatTxErrProtoError 1.3.6.1.2.1.71.1.3.4.1.28 counter32 read-only
The number of NHRP Error Indication packets transmitted by this server with the error code 'Protocol Error'. 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.
                       nhrpServerStatTxErrSduSizeExceeded 1.3.6.1.2.1.71.1.3.4.1.29 counter32 read-only
The number of NHRP Error Indication packets transmitted by this server with the error code 'NHRP SDU Size Exceeded'. 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.
                       nhrpServerStatTxErrInvalidExtension 1.3.6.1.2.1.71.1.3.4.1.30 counter32 read-only
The number of NHRP Error Indication packets transmitted by this server with the error code 'Invalid Extension'. 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.
                       nhrpServerStatTxErrAuthenticationFailure 1.3.6.1.2.1.71.1.3.4.1.31 counter32 read-only
The number of NHRP Error Indication packets transmitted by this server with the error code 'Authentication Failure'. 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.
                       nhrpServerStatTxErrHopCountExceeded 1.3.6.1.2.1.71.1.3.4.1.32 counter32 read-only
The number of NHRP Error Indication packets transmitted by this server with the error code 'Hop Count Exceeded'. 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.
                       nhrpServerStatFwResolveReq 1.3.6.1.2.1.71.1.3.4.1.33 counter32 read-only
The number of NHRP Resolution Requests forwarded by this server acting as a transit NHS. 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.
                       nhrpServerStatFwResolveReply 1.3.6.1.2.1.71.1.3.4.1.34 counter32 read-only
The number of NHRP Resolution Replies forwarded by this server acting as a transit NHS. 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.
                       nhrpServerStatFwRegisterReq 1.3.6.1.2.1.71.1.3.4.1.35 counter32 read-only
The number of NHRP Registration Requests forwarded by this server acting as a transit NHS. 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.
                       nhrpServerStatFwRegisterReply 1.3.6.1.2.1.71.1.3.4.1.36 counter32 read-only
The number of NHRP Registration Replies forwarded by this server acting as a transit NHS. 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.
                       nhrpServerStatFwPurgeReq 1.3.6.1.2.1.71.1.3.4.1.37 counter32 read-only
The number of NHRP Purge Requests forwarded by this server acting as a transit NHS. 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.
                       nhrpServerStatFwPurgeReply 1.3.6.1.2.1.71.1.3.4.1.38 counter32 read-only
The number of NHRP Purge Replies forwarded by this server acting as a transit NHS. 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.
                       nhrpServerStatFwErrorIndication 1.3.6.1.2.1.71.1.3.4.1.39 counter32 read-only
The number of NHRP Error Indication packets forwarded by this server acting as a transit NHS. 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.
                       nhrpServerStatDiscontinuityTime 1.3.6.1.2.1.71.1.3.4.1.40 timestamp read-only
The value of sysUpTime on the most recent occasion at which any one or more of this Server's counters suffered a discontinuity. If no such discontinuities have occurred since the last re-initialization of the local management subsystem or the NHRP Server re-initialization associated with this entry, then this object contains a zero value.
       nhrpConformance 1.3.6.1.2.1.71.2
           nhrpCompliances 1.3.6.1.2.1.71.2.1
               nhrpModuleCompliance 1.3.6.1.2.1.71.2.1.1
The compliance statement for the NHRP MIB.
           nhrpGroups 1.3.6.1.2.1.71.2.2
               nhrpGeneralGroup 1.3.6.1.2.1.71.2.2.1
Objects that apply to both NHRP clients and NHRP servers.
               nhrpClientGroup 1.3.6.1.2.1.71.2.2.2
Objects that apply only to NHRP clients.
               nhrpServerGroup 1.3.6.1.2.1.71.2.2.3
Objects that apply only to NHRP servers.