
attribute-priority-adaptivity periodic
Configures the secondary tunnel to recompute its SPF after the defined interval since the last SPF computation.
Syntax: attribute-priority-adaptivity periodic time {s | ms} jitter time {s | ms}
no attribute-priority-adaptivity
time
Specifies the number of seconds or milliseconds the router waits since the last SPF, before recomputing the SPF for this secondary tunnel, default secondary tunnel or tunnel parameter-set.
Valid values are 0.0 to 4294967.00 0 <s | ms> where s is seconds and ms is milliseconds.
jitter time
Specifies the number of seconds to offset to the periodic timer to prevent the recomputation of many LSPs at the same time.
Valid values are 0.0 to 4294967.00 0 <s | ms> where s is seconds and ms is milliseconds.
Description: A secondary tunnel is a tunnel with a non-zero target attribute priority. The attribute-priority-adaptivity attribute determines how a secondary tunnel responds when new network resources become available or when resource parameters change such that "better" paths become available. There are 4 attribute-priority-adaptivity models: disabled, pinned, periodic, and linear.
Periodic attribute-priority-adaptivity means that the SPF for the secondary tunnel will be recalculated using the specified timer. The SPF is recomputed using the specified timer regardless of how or whether the traffic engineering data base has changed. To prevent the simultaneous recomputation of multiple secondary tunnels, the defined timer is "jittered" using the defined jitter value.
Use the attribute-priority-adaptivity periodic command to configure the secondary tunnel, default secondary tunnel or parameter-set to recompute its SPF using the defined timer.
Use the no attribute-priority-adaptivity command to remove an attribute-priority-adaptivity specification.
Factory Default: Periodic 1200s jitter 240s..
Command Mode: Traffic engineering parameter-set and traffic engineering tunnel-name.
Example 1: In the following example, the attribute-priority-adaptivity periodic command configures the secondary tunnel to recompute its SPF every 450 seconds with a "jitter" value of plus or minus 45 seconds:
router1#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
router(config)#mpls te ospf
router(config-te)#tunnel oc12toBos
router(config-te-tunnel)#attribute-priority-adaptivity periodic 450s jitter 45s
Example 2: In the following example, the no attribute-priority-adaptivity command removes the attribute-priority-adaptivity specification:
router1#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
router(config)#mpls te ospf
router(config-te)#tunnel oc12toBos
router(config-te-tunnel)#no attribute-priority-adaptivity
Related Commands: adaptivity disabled
adaptivity linear
adaptivity pinned
Copyright © 2004
Avici Systems Inc.
Avici® and TSR®
is a registered trademark of Avici Systems Inc.
IPriori, Composite Links, SSR, QSR, and NSR® are
trademarks of Avici Systems Inc.
Source
File Name: TE%20Commands.fm
HTML File Name: TE%20Commands10.html
Last Updated: 12/19/04 at 14:56:07