- Configuring OSPF TTL Security Check and OSPF Graceful Shutdown
- Enabling OSPFv2 on an Interface Basis
- Configuring NSSA for OSPFv2
- Configuring NSSA for OSPFv3
- IPv6 Routing: OSPFv3 Authentication Support with IPsec
- OSPF Enhanced Traffic Statistics for OSPFv2 and OSPFv3
- OSPF SNMP ifIndex Value for Interface ID in Data Fields
- OSPF Mechanism to Exclude Connected IP Prefixes from LSA Advertisements
- OSPF Nonstop Routing
- OSPFv2 Local RIB
- IPv6 Routing: OSPFv3
- OSPFv3 Demand Circuit Ignore
- OSPFv3 Max-Metric Router LSA
- OSPFv3 MIB
- OSPFv3 VRF-Lite/PE-CE
- OSPFv3 Authentication Trailer
- OSPF ABR Type 3 LSA Filtering
- Graceful Shutdown Support for OSPFv3
OSPFv3 MIB
The OSPFv3 MIB feature enables remote monitoring and troubleshooting of Open Shortest Path First version 3 (OSPFv3) processes using standard Simple Network Management Protocol (SNMP) management workstations. The protocol information collected by the OSPFv3 MIB objects and trap objects can be used to derive statistics that helps monitor and improve overall network performance.
- Finding Feature Information
- Prerequisites for OSPFv3 MIB
- Restrictions for OSPFv3 MIB Support
- Information About OSPFv3 MIB
- How to Configure OSPFv3 MIB
- Configuration Examples for OSPFv3 MIB
- Additional References for OSPFv3 MIB
- Feature Information for OSPFv3 MIB
Finding Feature Information
Your software release may not support all the features documented in this module. For the latest caveats and feature information, see Bug Search Tool and the release notes for your platform and software release. To find information about the features documented in this module, and to see a list of the releases in which each feature is supported, see the feature information table at the end of this module.
Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to www.cisco.com/go/cfn. An account on Cisco.com is not required.
Prerequisites for OSPFv3 MIB
Restrictions for OSPFv3 MIB Support
Information About OSPFv3 MIB
OSPFv3 MIB
Open Shortest Path First version 3 (OSPFv3) is the IPv6 implementation of OSPF. The OSPFv3 MIB is documented in RFC 5643 and defines a MIB for managing OSPFv3 processes through Simple Network Management Protocol (SNMP).
Users can constantly monitor the changing state of an OSPF network by using MIB objects. The MIB objects gather information relating to protocol parameters and trap notification objects that can signal the occurrence of significant network events such as transition state changes.
OSPFv3 TRAP MIB
The ospfv3Notifications MIB object contains the OSPFv3 trap MIB objects that enable and disable OSPF traps in the Cisco IOS CLI. These OSPFv3 trap MIB objects are provided by the RFC 5643 standard OSPFv3 MIB.
How to Configure OSPFv3 MIB
Enabling Specific OSPFv3 Traps
1.
enable
2.
configure
terminal
3.
snmp-serverhost
{hostname |
ip-address} [vrf
vrf-name] [traps |
informs] [version {1 |
2c |
3 [auth |
noauth |
priv]}]
community-string [udp-port
port] [notification-type]
4.
snmp-server
enable
traps
ospfv3
errors
[bad-packet] [config-error] [virt-bad-packet] [virt-config-error]
5.
snmp-server
enable
traps
ospfv3
rate-limit
seconds trap-number
6.
snmp-server
enable
traps
ospfv3
state-change
[if-state-change] [neighbor-restart-helper-status-change] [neighbor-state-change] [nssa-translator-status-change] [restart-status-change] [virtif-state-change] [virtneighbor-restart-helper-status-change] [virtneighbor-state-change]
7.
end
DETAILED STEPS
Verifying OSPFv3 MIB Traps on the Device
1.
enable
2.
show
running-config
[options]
DETAILED STEPS
Configuration Examples for OSPFv3 MIB
Example: Enabling and Verifying OSPFv3 MIB Traps
The following example shows how to enable all OSPFv3 error traps:
Device> enable Device# configure terminal Device(config)# snmp-server enable traps ospfv3 errors Device(config)# end
The following example shows how to verify that the traps are enabled:
Device> enable Device# show running-config | include traps snmp-server enable traps ospfv3 errors
Additional References for OSPFv3 MIB
Related Documents
Related Topic |
Document Title |
---|---|
Cisco IOS commands |
|
OSPF commands |
|
OSPF configuration tasks |
“Configuring OSPF” module in IP Routing: OSPF Configuration Guide |
Standards and RFCs
Standard |
Title |
---|---|
RFC 5643 |
Management Information Base for OSPFv3 |
MIBs
MIB |
MIBs Link |
---|---|
OSPFv3-MIB |
To locate and download MIBs for selected platforms, Cisco IOS releases, and feature sets, use Cisco MIB Locator found at the following URL: |
Technical Assistance
Description |
Link |
---|---|
The Cisco Support and Documentation website provides online resources to download documentation, software, and tools. Use these resources to install and configure the software and to troubleshoot and resolve technical issues with Cisco products and technologies. Access to most tools on the Cisco Support and Documentation website requires a Cisco.com user ID and password. |
Feature Information for OSPFv3 MIB
The following table provides release information about the feature or features described in this module. This table lists only the software release that introduced support for a given feature in a given software release train. Unless noted otherwise, subsequent releases of that software release train also support that feature.
Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to www.cisco.com/go/cfn. An account on Cisco.com is not required.
Feature Name |
Releases |
Feature Information |
---|---|---|
OSPFv3 MIB |
15.2(1)E |
The OSPFv3 MIB feature enables remote monitoring and troubleshooting of OSPFv3 processes using standard SNMP management workstations. In Cisco IOS 15.2(1)E, support was added for the Cisco Catalyst 4000 Series Switches. The following commands were introduced or modified: snmp-server host, snmp-server enable traps ospfv3 errors, snmp-server enable traps ospfv3 rate-limit, snmp-server enable traps ospfv3 state-change. |