- 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 OSPF Limiting Adjacency Formations
- How to Configure OSPF Limiting Adjacency Formations
- Configuration Examples for OSPF Limiting Adjacency Formations
- Additional References for OSPF Limiting Adjacency Formations
- Feature Information for OSPF Limiting Adjacencies Formations
OSPF Limiting
Adjacency Formations
The OSPF: Limit Simultaneous Adjacency Formations feature allows you to limit to the number of adjacencies in an OSPF area.
- Finding Feature Information
- Information About OSPF Limiting Adjacency Formations
- How to Configure OSPF Limiting Adjacency Formations
- Configuration Examples for OSPF Limiting Adjacency Formations
- Additional References for OSPF Limiting Adjacency Formations
- Feature Information for OSPF Limiting Adjacencies Formations
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 OSPF Limiting Adjacency Formations
Overview of Limiting Adjacencies
The OSPF: Limit Simultaneous Adjacency Formations feature allows you to limit to the number of adjacencies that are in “exchange” or “loading” state at the same time. A process limit (PL) determines the number of “forming” adjacencies and applies to all adjacencies for the entire process. The term “forming” refers to adjacencies that are in “exchange” or “loading” state. Adjacencies form in an OSPF area during the initial period after the area is created. The Initial Limit applies when no adjacencies have reached the “full” state in an OSPF area. If there are any “full” adjacencies in the area, the new adjacencies are governed by the Process Limit. At a given point of time, process limit and initial limit are effective in an OSPF area. When there are no adjacencies “forming” in an area, at least one adjacency is allowed to form regardless of the maximum limit specified for it. In other words, the maximum number of adjacencies can be exceeded before adjacencies form in one or more areas. The maximum limit can be exceeded by the number of areas minus one.
When a limit is reached, adjacencies in a state less than EXCHANGE are terminated. To terminate the adjacency, a hello packet is sent to the neighbor which does not have the neighbor’s device ID. This causes the neighbor to put the adjacency in the INIT state. This prevents a deadlock with the neighbor, which could otherwise happen if the neighbor is blocking an adjacency from forming on a different interface. By causing the neighbor to bring the adjacency to INIT, it allows the neighbor to form an adjacency on a different interface. Packets from unknown neighbors are ignored when the limit has been reached or exceeded.
If graceful restart or Cisco nonstop forwarding is configured, the hello packets must be accepted from every neighboring device The restarting device must include the neighbors’ device IDs in its hello packets to prevent the adjacency from being dropped by the neighbor. If graceful restart is in configured, the grace link-state advertisements (LSAs) must be sent in a normal mode and not in a throttling mode. When the device is performing graceful restart and if the limit is reached, new adjacencies are allowed to remain in 2-WAY or EXSTART. However, they are prevented from proceeding to EXCHANGE until the number of forming adjacencies is less than the limit.
Configuring Adjacency Formations
Use the adjacency stagger command to configure the maximum limit and the initial limit for an area in the router or address-family configuration modes. The initial limit must not be greater than the process limit. The default value is 300 and the minimum is 1. If the none keyword is used, the maximum limit is only effective. The none keyword also disables the initial limit for areas. If an initial limit is reached in an area and no adjacencies are forming, no adjacencies will be allowed to form in the area until global number of adjacencies forming is less than the PL.
Use the ip ospf adjacency stagger disable or the ospfv3 adjacency stagger disable command to disable staggering on an interface. Adjacencies forming on a disabled interface are counted towards throttling limits. Disabling the throttling on an interface allows exceeding the maximum limit when the maximum limit is reached and a new adjacency forms on an interface where throttling is disabled.
Note | When using the no adjacency stagger command to disable the feature, the command is displayed in the running configuration. To return to the default values, use the default adjacency stagger command. After using this command, the adjacency stagger command does not appear in the running configuration. |
How to Configure OSPF Limiting Adjacency Formations
Configuring Adjacency Formations Globally
Configuring Adjacency Limit in the Router Configuration Mode
1.
enable
2.
configure
terminal
3.
router ospf
process-id
4.
adjacency stagger
{initial-limit |
none}
maximum-limit
5.
end
DETAILED STEPS
Configuring Adjacency Limit in the Address Family Configuration Mode
1.
enable
2.
configure terminal
3.
router ospfv3 [process-id]
4.
Do one of the following:
5.
adjacency stagger {initial-limit |
none} {maximum-limit|
disable}
6.
end
DETAILED STEPS
Disabling Adjacency Staggering in the Interface Configuration Mode
1.
enable
2.
configure terminal
3.
interface
type
number
4.
Do one of the
following:
5.
end
DETAILED STEPS
Verifying Adjacency Staggering
1.
enable
2.
show ip ospf
3.
show ospfv3
DETAILED STEPS
Configuration Examples for OSPF Limiting Adjacency Formations
Example: Configuring Adjacency Limit in the Router Configuration Mode
Device> enable Device# configure terminal Device(config)# router ospf 109 Device(config-router)# adjacency stagger 10 50 Device(config-router)# end
Example: Configuring Adjacency Limit in the Address Family Configuration Mode
Device> enable Device# configure terminal Device(config)# router ospfv3 1 Device(config-router)# address-family ipv6 unicast Device(config-router-af)# adjacency stagger 10 50 Device(config-router-af)# end
Example: Disabling Adjacency in the Interface Configuration Mode
Device> enable Device# configure terminal Device(config)# interface serial 2/0 Device(config-if)# ospfv3 adjacency stagger disable Device(config-if)# end
Additional References for OSPF Limiting Adjacency Formations
Related Documents
Related Topic |
Document Title |
---|---|
Cisco IOS commands |
|
OSPF commands |
|
Configuring OSPF |
|
Multiarea Adjacency |
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 OSPF Limiting Adjacencies Formations
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 |
---|---|---|
OSPF: Limit Simultaneous Adjacency Formations |
Cisco IOS XE Release 3.15S |
The OSPF: Limit Simultaneous Adjacency Formations feature allows you to limit to the number of adjacencies in an OSPF area. The following commands were introduced or modified: adjacency stagger, ip ospf adjacency stagger disable, ip ospfv3 adjacency stagger disable, show ip ospf, show ip ospfv3. |