Modifying The Default Timers - Cisco Nexus 7000 Series Configuration Manual

Nx-os unicast routing configuration
Hide thumbs Also See for Nexus 7000 Series:
Table of Contents

Advertisement

Chapter 6
Configuring OSPFv2
S e n d d o c u m e n t c o m m e n t s t o n e x u s 7 k - d o c f e e d b a c k @ c i s c o . c o m .
DETAILED STEPS
Command
Step 1
config t
Example:
switch# config t
switch(config)#
Step 2
router ospf instance-tag
Example:
switch(config)# router ospf 201
switch(config-router)#
Step 3
max-metric router-lsa [on-startup
[ announce-time ] [wait-for bgp tag ]]
Example:
switch(config-router)# max-metric
router-lsa
Step 4
copy running-config startup-config
Example:
switch(config-router)# copy
running-config startup-config
The following example shows how to enable the Stub Router Advertisements feature on startup for the
default 600 seconds:
switch# config t
switch(config)# router ospf 201
switch(config-router)# max-metric router-lsa on-startup
switch(config-router)# copy running-config startup-config

Modifying the Default Timers

OSPFv2 includes a number of timers that control the behavior of protocol messages and shortest path
first (SPF) calculations. OSPFv2 includes the following optional timer parameters:
At the interface level, you can also control the following timers:
OL-20002-02
LSA arrival time—Sets the minimum interval allowed between LSAs arriving from a neighbor.
LSAs that arrive faster than this time are dropped.
Pacing LSAs—Set the interval at which LSAs are collected into a group and refreshed,
checksummed, or aged. This timer controls how frequently LSA updates occur and optimizes how
many are sent in an LSA update message (see the
page
6-6).
Throttle LSAs—Set rate limits for generating LSAs. This timer controls how frequently an LSA is
generated if no topology change occurs.
Throttle SPF calculation—Controls how frequently the SPF calculation is run.
Retransmit interval—Sets the estimated time between successive LSAs.
Transmit delay—Sets the estimated time to transmit an LSA to a neighbor.
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
Purpose
Enters configuration mode.
Creates a new OSPFv2 instance with the configured
instance tag.
Configures OSPFv2 stub route advertisements.
on-start-up - advertise when it first comes up or system
start time. wait for that instance of bgp to come up. add
to concepts
(Optional) Saves this configuration change.
"Flooding and LSA Group Pacing" section on
Configuring Advanced OSPFv2
6-37

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents