Modifying shortest path first timers, Modifying administrative distance – Brocade BigIron RX Series Configuration Guide User Manual

Page 1394

Advertising
background image

1316

BigIron RX Series Configuration Guide

53-1002484-04

Configuring OSPFv3

49

2 – Type 2 external route

If you do not use this option, the default redistribution metric type is used for the route type.

NOTE

If you specify a metric and metric type, the values you specify are used even if you do not use the
always option.

To disable default route origination, enter the no form of the command.

Modifying shortest path first timers

The Brocade device uses the following timers when calculating the shortest path for OSPFv3
routes:

SPF delay – When the Brocade device receives a topology change, the software waits before it
starts a Shortest Path First (SPF) calculation. By default, the software waits 5 seconds. You can
configure the SPF delay to a value from 0 – 65535 seconds. If you set the SPF delay to 0
seconds, the software immediately begins the SPF calculation after receiving a topology
change.

SPF hold time – The Brocade device waits a specific amount of time between consecutive SPF
calculations. By default, the device waits 10 seconds. You can configure the SPF hold time to a
value from 0 – 65535 seconds. If you set the SPF hold time to 0 seconds, the software does
not wait between consecutive SPF calculations.

You can set the SPF delay and hold time to lower values to cause the device to change to alternate
paths more quickly if a route fails. Note that lower values for these parameters require more CPU
processing time.

You can change one or both of the timers.

NOTE

If you want to change only one of the timers, for example, the SPF delay timer, you must specify the
new value for this timer as well as the current value of the SPF hold timer, which you want to retain.
The Brocade device does not accept only one timer value.

To change the SPF delay to 10 seconds and the SPF hold to 20 seconds, enter the following
command.

BigIron RX(config-ospf6-router)# timers spf 10 20

Syntax: timers spf <delay> <hold-time>

For the <delay> and <hold-time> parameters, specify a value from 0 – 65535 seconds.

To set the timers back to their default values, enter the no version of this command.

Modifying administrative distance

The Brocade device can learn about networks from various protocols, including BGP4+, IPv6 IS-IS,
RIPng, and OSPFv3. Consequently, the routes to a network may differ depending on the protocol
from which the routes were learned. By default, the administrative distance for OSPFv3 routes is
110.

Advertising