114
Cisco Nexus 3548 Switch NX-OS Unicast Routing Command Reference
OL-27852-01
Chapter Unicast Routing Commands
delay
delay
To delay a state change for object tracking, use the delay command. To disable this function, use the no
form of this command.
delay {up up-time [down down-time] | down down-time [up up-time]}
no delay
Syntax Description
Command Default None
Command Modes Object track mode
Command History
Usage Guidelines Use this command to delay when object tracking detects an up or down state change for a tracked object
or track list. This delay helps to prevent state flapping.
This command does not require a license.
Examples This example shows how to configure the delay timer for a tracked object:
switch# configure terminal
switch(config)# configure terminal
switch(config)# track 1 interface ethernet 1/2 line-protocol
switch(config-track)# delay up 30 down 30
switch(config-track)#
Related Commands
up up-time Delays the object track state change for an up condition. The range is from
0 to 180 seconds.
down down-time Delays the object track state change for a down condition. The range is from
0 to 180 seconds.
Release Modification
5.0(3)A1(1) This command was introduced.
Command Description
track Configures a tracked object or track list.