- Read Me First
- Configuring OSPF
- IPv6 Routing: OSPFv3
- IPv6 Routing: OSPFv3 Authentication Support with IPsec
- OSPFv2 Cryptographic Authentication
- OSPFv3 External Path Preference Option
- OSPFv3 Graceful Restart
- Graceful Shutdown Support for OSPFv3
- OSPF Stub Router Advertisement
- OSPF Update Packet-Pacing Configurable Timers
- OSPF Sham-Link Support for MPLS VPN
- OSPF Support for Multi-VRF on CE Routers
- OSPFv2 Multiarea Adjacency
- OSPFv2 Autoroute Exclude
- OSPFv3 Address Families
- OSPFv3 Authentication Trailer
- Autoroute Announce and Forwarding Adjacencies For OSPFv3
- OSPFv3 Autoroute Exclude
- OSPFv2 IP FRR Local Microloop Avoidance
- OSPFv2-OSPF Live-Live
- OSPF Forwarding Address Suppression in Translated Type-5 LSAs
- OSPF Inbound Filtering Using Route Maps with a Distribute List
- OSPFv3 Route Filtering Using Distribute-List
- OSPF Shortest Path First Throttling
- OSPF Support for Fast Hello Packets
- OSPF Incremental SPF
- OSPF Limit on Number of Redistributed Routes
- OSPFv3 Fast Convergence: LSA and SPF Throttling
- OSPFv3 Max-Metric Router LSA
- OSPF Link-State Advertisement Throttling
- OSPF Support for Unlimited Software VRFs per PE Router
- OSPF Area Transit Capability
- OSPF Per-Interface Link-Local Signaling
- OSPF Link-State Database Overload Protection
- OSPF MIB Support of RFC 1850 and Latest Extensions
- OSPF Enhanced Traffic Statistics
- TTL Security Support for OSPFv3 on IPv6
- Configuring OSPF TTL Security Check and OSPF Graceful Shutdown
- OSPF Sham-Link MIB Support
- OSPF SNMP ifIndex Value for Interface ID in Data Fields
- OSPFv2 Local RIB
- OSPF Support for Forwarding Adjacencies over MPLS TE Tunnels
- Enabling OSPFv2 on an Interface Basis
- OSPF Nonstop Routing
- OSPFv3 NSR
- OSPFv2 Loop-Free Alternate Fast Reroute
- OSPFv3 MIB
- Prefix Suppression Support for OSPFv3
- OSPFv3 VRF-Lite/PE-CE
- OSPFv3 ABR Type 3 LSA Filtering
- OSPFv3 Demand Circuit Ignore
- OSPF IPv4 Remote Loop-Free Alternate IP Fast Reroute
- OSPFv3 Multiarea Adjacency
- OSPF Limiting Adjacency Formations
- Finding Feature Information
- Information About Graceful Shutdown Support for OSPFv3
- How to Configure Graceful Shutdown Support for OSPFv3
- Configuration Examples for Graceful Shutdown Support for OSPFv3
- Additional References for Graceful Shutdown Support for OSPFv3
- Feature Information for Graceful Shutdown Support for OSPFv3
Graceful Shutdown Support for OSPFv3
This feature provides the ability to temporarily shut down an Open Shortest Path First version 3 (OSPFv3) process or interface in the least disruptive manner, and to notify its neighbors that it is going away. A graceful shutdown of a protocol can be initiated on all OSPFv3 interfaces or on a specific interface.
- Finding Feature Information
- Information About Graceful Shutdown Support for OSPFv3
- How to Configure Graceful Shutdown Support for OSPFv3
- Configuration Examples for Graceful Shutdown Support for OSPFv3
- Additional References for Graceful Shutdown Support for OSPFv3
- Feature Information for Graceful Shutdown Support for OSPFv3
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.
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.
Information About Graceful Shutdown Support for OSPFv3
OSPFv3 Graceful Shutdown
The Graceful Shutdown for OSPFv3 feature provides the ability to temporarily shut down the OSPFv3 protocol in the least disruptive manner and to notify its neighbors that it is going away. All traffic that has another path through the network will be directed to that alternate path. A graceful shutdown of the OSPFv3 protocol can be initiated using the shutdown command in router configuration mode or in address family configuration mode.
This feature also provides the ability to shut down OSPFv3 on a specific interface. In this case, OSPFv3 will not advertise the interface or form adjacencies over it; however, all of the OSPFv3 interface configuration will be retained. To initiate a graceful shutdown of an interface, use the ipv6 ospf shutdown or the ospfv3 shutdown command in interface configuration mode.
How to Configure Graceful Shutdown Support for OSPFv3
Configuring Graceful Shutdown of the OSPFv3 Process
1.
enable
2.
configure
terminal
4.
shutdown
5.
end
DETAILED STEPS
Configuring Graceful Shutdown of the OSPFv3 Process in Address-Family Configuration Mode
1.
enable
2.
configure
terminal
3.
router
ospfv3
[process-id]
4.
address-family ipv6
unicast [vrf vrf-name]
5.
shutdown
6.
end
7.
show
ospfv3
[process-id]
DETAILED STEPS
Configuring OSPFv3 Graceful Shutdown of the OSPFv3 Interface
1.
enable
2.
configure
terminal
3.
interface
type
number
5.
end
6.
show
ospfv3
process-id
area-id
address-family
[
vrf
{vrf-name
| *
}]
interface
[type
number] [brief]
DETAILED STEPS
Configuration Examples for Graceful Shutdown Support for OSPFv3
Example: Configuring Graceful Shutdown of the OSPFv3 Process
The following example shows how to configure graceful shutdown of the OSPFv3 process in IPv6 router OSPF configuration mode configuration mode:
ipv6 router ospf 6 router-id 10.10.10.10 shutdown
The following example shows how to configure graceful shutdown of the OSPFv3 process in router OSPFv3 configuration mode:
! router ospfv3 1 shutdown ! address-family ipv6 unicast exit-address-family
The following example shows how to configure graceful shutdown of the OSPFv3 process in address-family configuration mode:
! router ospfv3 1 ! address-family ipv6 unicast shutdown exit-address-family
Example: Configuring Graceful Shutdown of the OSPFv3 Interface
The following example shows how to configure graceful shutdown of the OSPFv3 interface using the ipv6 ospf shutdown command:
! interface Serial2/1 no ip address ipv6 enable ipv6 ospf 6 area 0 ipv6 ospf shutdown serial restart-delay 0 end
The following example shows how to configure graceful shutdown of the OSPFv3 interface using the ospfv3 shutdown command:
! interface Serial2/0 ip address 10.10.10.10 255.255.255.0 ip ospf 1 area 0 ipv6 enable ospfv3 shutdown ospfv3 1 ipv6 area 0 serial restart-delay 0 end
Additional References for Graceful Shutdown Support for OSPFv3
Related Documents
Related Topic |
Document Title |
---|---|
Configuring OSPF |
“Configuring OSPF” |
OSPF commands |
|
Cisco IOS commands |
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 Graceful Shutdown Support for OSPFv3
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.