Table Of Contents
NHRP MIB
Contents
Prerequisites for NHRP MIB
Restrictions for NHRP MIB
Information About NHRP MIB
CISCO-NHRP-MIB
RFC-2677
How to Use NHRP MIB
Verifying NHRP MIB Status
Configuration Examples for NHRP MIB
Verifying NHRP MIB Status: Example
VRF-Aware NHRP MIB Configuration: Example
Additional References
Related Documents
Standards
MIBs
RFCs
Technical Assistance
Command Reference
Feature Information for NHRP MIB
NHRP MIB
First Published: July 11, 2008
Last Updated: July 11, 2008
The Cisco NHRP MIB feature introduces support for the NHRP MIB, which helps to manage and monitor the Next Hop Resolution Protocol (NHRP) via Simple Network Management Protocol (SNMP). Statistics can be collected and monitored via standards-based SNMP techniques (get operations) to query objects defined in the NHRP MIB. The NHRP MIB is VRF aware and supports VRF aware queries.
Finding Feature Information in This Module
Your Cisco IOS software release may not support all of the features documented in this module. For the latest feature information and caveats, see the release notes for your platform and software release. To reach links to specific feature documentation in this module and to see a list of the releases in which each feature is supported, use the "Feature Information for NHRP MIB" section.
Finding Support Information for Platforms and Cisco IOS and Catalyst OS Software Images
Use Cisco Feature Navigator to find information about platform support and Cisco IOS and Catalyst OS software image support. To access Cisco Feature Navigator, go to http://tools.cisco.com/ITDIT/CFN/jsp/index.jsp. An account on Cisco.com is not required.
Contents
•
Prerequisites for NHRP MIB
•
Restrictions for NHRP MIB
•
Information About NHRP MIB
•
How to Use NHRP MIB
•
Configuration Examples for NHRP MIB
•
Additional References
•
Command Reference
•
Feature Information for NHRP MIB
Prerequisites for NHRP MIB
•
You should be familiar with configuring SNMP.
Restrictions for NHRP MIB
•
Cisco does not support all the MIB variables defined in RFC-2677, Definitions of Managed Objects for the NBMA Next Hop Resolution Protocol (NHRP). For a list of variables supported and other caveats of this feature, see the Agent Capabilities file. Cisco does not support the set operations defined in RFC-2677.
Information About NHRP MIB
To use NHRP MIBs to monitor NHRP performance, you should understand the following concepts:
•
CISCO-NHRP-MIB
•
RFC-2677
CISCO-NHRP-MIB
CISCO-NHRP-MIB provides the following NHRP MIB data - information on managed objects relating to clients only, servers only, and clients and servers.
The NHRP MIB module contains ten tables of objects. The NHRP MIB module contains ten tables of objects. The tables are as follows:
•
NHRP Cache Table
•
NHRP Purge Request Table
•
NHRP Client Table
•
NHRP Client Registration Table
•
NHRP Client NHS Table
•
NHRP Client Statistics Table
•
NHRP Server Table
•
NHRP Server Cache Table
•
NHRP Server NHC Table
•
NHRP Server Statistics Table
The Cisco implementation supports all of the tables except the NHRP Purge Request Table.
RFC-2677
RFC-2677 - Definitions of Managed Objects for the NBMA Next Hop Resolution Protocol (NHRP), describes managed objects that can be used to remotely monitor NHRP using SNMP and provide management information on the performance of NHRP.
How to Use NHRP MIB
No special configuration is needed for this feature. The SNMP framework can be used to manage NHRP MIB. See the section "Configuration Examples for NHRP MIB" for an example of how to manage a VRF aware NHRP MIB.
This section contains the following task:
•
Verifying NHRP MIB Status
Verifying NHRP MIB Status
Use this task to verify the NHRP MIB status.
SUMMARY STEPS
1.
enable
2.
show snmp mib nhrp status
DETAILED STEPS
| |
Command or Action
|
Purpose
|
Step 1
|
enable
Example:
Router> enable
|
Enables EXEC mode.
• Enter your password if prompted.
|
Step 2
|
show snmp mib nhrp status
Example:
Router# show snmp mib nhrp status
|
Displays the status of the NHRP MIB.
|
Configuration Examples for NHRP MIB
This section contains the following configuration examples:
•
Verifying NHRP MIB Status: Example
•
VRF-Aware NHRP MIB Configuration: Example
Verifying NHRP MIB Status: Example
The following output is from the show snmp mib nhrp status command:
Spoke_103# show snmp mib nhrp status
NHRP-SNMP Agent Feature: Enabled
NHRP-SNMP Tree State: Good
ListEnqueue Count = 0 Node Malloc Counts = 1
The "Enabled" status of "NHRP-SNMP Agent Feature:" indicates that the NHRP MIB is enabled. If the NHRP MIB was disabled, it would display "Disabled". "ListEnqueue Count" and "Node Malloc Counts" counts are internal counts. "ListEnqueue Count" indicates how many nodes are queued for freeing. "Node Malloc Counts" displays how many nodes are allocated.
VRF-Aware NHRP MIB Configuration: Example
The following is an example of how to configure a VRF Table with the name V3red, for monitoring by SNMP:
! Name of the SNMP VPN context
crypto isakmp key cisco47 address 0.0.0.0
crypto ipsec transform-set trans2 esp-des esp-md5-hmac
crypto ipsec profile vpnprof
! DMVPN tunnel for V3red VPN
ip address 10.0.0.1 255.255.255.0
ip nhrp authentication donttell
ip nhrp map multicast dynamic
no ip split-horizon eigrp 1
tunnel mode gre multipoint
tunnel protection ipsec profile vpnprof
ip address 172.17.0.1 255.255.255.0
ip address 192.168.0.1 255.255.255.0
address-family ipv4 vrf V3red
network 10.0.0.0 0.0.0.255
network 192.168.0.0 0.0.0.255
! V2C Community ABC for VRF V3red
snmp-server group abc v2c context V3red_context read view_V3
snmp-server view view_V3 iso included
snmp-server community abc RO
snmp-server community public RO
snmp-server context V3red_context
snmp mib community-map abc context V3red_context
Spoke Configuration for DMVPN Example
crypto isakmp key cisco47 address 0.0.0.0
crypto ipsec transform-set trans2 esp-des esp-md5-hmac
crypto ipsec profile vpnprof
ip address 10.0.0.2 255.255.255.0
ip nhrp authentication donttell
ip nhrp map 10.0.0.1 172.17.0.1
ip nhrp map multicast 172.17.0.1
tunnel mode gre multipoint
tunnel protection ipsec profile vpnprof
ip address dhcp hostname Spoke1
ip address 192.168.1.1 255.255.255.0
network 10.0.0.0 0.0.0.255
network 192.168.1.0 0.0.0.255
Additional References
The following sections provide references related to the NHRP MIB feature.
Related Documents
Related Topic
|
Document Title
|
Description of SNMP, SNMP MIBs, and how to configure SNMP on Cisco devices
|
The chapter "Configuring SNMP Support" in the Cisco IOS Network Management Configuration Guide
|
Standards
MIBs
MIB
|
MIBs Link
|
CISCO-NHRP-MIB
|
To locate and download MIBs for selected platforms, Cisco IOS software releases, and feature sets, use Cisco MIB Locator found at the following URL:
http://www.cisco.com/go/mibs
|
RFCs
RFC
|
Title
|
RFC 2677
|
Definitions of Managed Objects for the NBMA Next Hop Resolution Protocol (NHRP)
|
Technical Assistance
Description
|
Link
|
The Cisco Support website provides extensive online resources, including documentation and tools for troubleshooting and resolving technical issues with Cisco products and technologies.
To receive security and technical information about your products, you can subscribe to various services, such as the Product Alert Tool (accessed from Field Notices), the Cisco Technical Services Newsletter, and Really Simple Syndication (RSS) Feeds.
Access to most tools on the Cisco Support website requires a Cisco.com user ID and password.
|
http://www.cisco.com/techsupport
|
Command Reference
The following commands are introduced or modified in the feature or features documented in this module. For information about these commands, see the Cisco IOS Security Command Reference at http://www.cisco.com/en/US/docs/ios/security/command/reference/sec_book.html. For information about all Cisco IOS commands, use the Command Lookup Tool at http://tools.cisco.com/Support/CLILookup or the Cisco IOS Master Command List, All Releases, at http://www.cisco.com/en/US/docs/ios/mcl/allreleasemcl/all_book.html.
•
debug snmp mib nhrp
•
show snmp mib nhrp status
Feature Information for NHRP MIB
Table 1 lists the release history for this feature.
Not all commands may be available in your Cisco IOS software release. For release information about a specific command, see the command reference documentation.
Use Cisco Feature Navigator to find information about platform support and software image support. Cisco Feature Navigator enables you to determine which Cisco IOS and Catalyst OS software images support a specific software release, feature set, or platform. To access Cisco Feature Navigator, go to http://tools.cisco.com/ITDIT/CFN/jsp/index.jsp. An account on Cisco.com is not required.
Note
Table 1 lists only the Cisco IOS software release that introduced support for a given feature in a given Cisco IOS software release train. Unless noted otherwise, subsequent releases of that Cisco IOS software release train also support that feature.
Table 1 Feature Information for NHRP MIB
Feature Name
|
Releases
|
Feature Information
|
NHRP MIB
|
12.4(20)T
|
The Cisco NHRP MIB feature introduces support for the NHRP MIB, which helps to manage and monitor Next Hop Resolution Protocol (NHRP) via Simple Network Management Protocol (SNMP). Statistics can be collected and monitored via standards-based SNMP techniques (get operations) to query objects defined in the NHRP MIB.
The following commands were introduced or modified: debug snmp mib nhrp, show snmp mib nhrp status.
|
CCDE, CCENT, CCSI, Cisco Eos, Cisco HealthPresence, Cisco IronPort, the Cisco logo, Cisco Lumin, Cisco Nexus, Cisco Nurse Connect, Cisco StackPower, Cisco StadiumVision, Cisco TelePresence, Cisco Unified Computing System, Cisco WebEx, DCE, Flip Channels, Flip for Good, Flip Mino, Flip Video, Flip Video (Design), Flipshare (Design), Flip Ultra, and Welcome to the Human Network are trademarks; Changing the Way We Work, Live, Play, and Learn, Cisco Store, and Flip Gift Card are service marks; and Access Registrar, Aironet, AsyncOS, Bringing the Meeting To You, Catalyst, CCDA, CCDP, CCIE, CCIP, CCNA, CCNP, CCSP, CCVP, Cisco, the Cisco Certified Internetwork Expert logo, Cisco IOS, Cisco Press, Cisco Systems, Cisco Systems Capital, the Cisco Systems logo, Cisco Unity, Collaboration Without Limitation, EtherFast, EtherSwitch, Event Center, Fast Step, Follow Me Browsing, FormShare, GigaDrive, HomeLink, Internet Quotient, IOS, iPhone, iQuick Study, IronPort, the IronPort logo, LightStream, Linksys, MediaTone, MeetingPlace, MeetingPlace Chime Sound, MGX, Networkers, Networking Academy, Network Registrar, PCNow, PIX, PowerPanels, ProConnect, ScriptShare, SenderBase, SMARTnet, Spectrum Expert, StackWise, The Fastest Way to Increase Your Internet Quotient, TransPath, WebEx, and the WebEx logo are registered trademarks of Cisco Systems, Inc. and/or its affiliates in the United States and certain other countries.
All other trademarks mentioned in this document or website are the property of their respective owners. The use of the word partner does not imply a partnership relationship between Cisco and any other company. (0907R)
Any Internet Protocol (IP) addresses used in this document are not intended to be actual addresses. Any examples, command display output, and figures included in the document are shown for illustrative purposes only. Any use of actual IP addresses in illustrative content is unintentional and coincidental.
© 2009 Cisco Systems, Inc. All rights reserved.