Cisco ASR 9000 Series Configuration Manual page 338

Aggregation services router
Hide thumbs Also See for ASR 9000 Series:
Table of Contents

Advertisement

Setting SPF Interval for a Single-Topology IPv4 and IPv6 Configuration
SUMMARY STEPS
1. configure
2. router isis instance-id
3. address-family { ipv4 | ipv6 } [ unicast ]
4. spf-interval {[ initial-wait initial | secondary-wait secondary | maximum-wait maximum ] ...}
[ level { 1 | 2 }]
5. ispf [ level { 1 | 2 }]
6. commit
7. show isis [ instance instance-id ] [[ ipv4 | ipv6 | afi-all ] [ unicast | safi-all ]] spf-log [ level { 1
| 2 }] [ ispf | fspf | prc | nhc ] [ detail | verbose ] [ last number | first number ]
DETAILED STEPS
Command or Action
Step 1
configure
Step 2
router isis instance-id
Example:
RP/0/RSP0/CPU0:router(config)# router isis isp
Step 3
address-family { ipv4 | ipv6 } [ unicast ]
Example:
RP/0/RSP0/CPU0:router(config-isis)#address-family
ipv4 unicast
Step 4
spf-interval {[ initial-wait initial | secondary-wait
secondary | maximum-wait maximum ] ...} [ level { 1
| 2 }]
Example:
RP/0/RSP0/CPU0:router(config-isis-af)#
spf-interval initial-wait 10 maximum-wait 30
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.1.x
310
Purpose
Enables IS-IS routing for the specified routing instance, and
places the router in router configuration mode.
• You can change the level of routing to be performed
by a particular routing instance by using the is-type
router configuration command.
Specifies the IPv4or IPv6 address family, and enters router
address family configuration mode.
(Optional) Controls the minimum time between successive
SPF calculations.
• This value imposes a delay in the SPF computation
after an event trigger and enforces a minimum elapsed
time between SPF runs.
• If this value is configured too low, the router can lose
too many CPU resources when the network is unstable.
• Configuring the value too high delays changes in the
network topology that result in lost packets.
• The SPF interval does not apply to the running of the
ISPF because that algorithm runs immediately on
receiving a changed LSP.
Implementing IS-IS
OL-30423-03

Advertisement

Table of Contents
loading

Table of Contents