F Commands
failaction
To enable traffic to be reassigned to an active Intelligent Traffic Director (ITD) node, use the failaction command. To disable the node reassignment, use the no form of this command.
failaction node reassign
no failaction node reassign
Syntax Description
This command has no arguments or keywords.
Command Default
None.
Command Modes
ITD configuration (config-itd)
Command History
|
Release |
Modification |
|---|---|
|
6.2(8) |
This command was introduced. |
Usage Guidelines
You must ensure that ITD is enabled before you enter this command. You can enter the feature itd global configuration mode command to enable ITD.
The failaction command enables traffic on failed nodes to be reassigned to the first available active node. Once the failed node comes back, it automatically resumes serving the connections.
![]() Note | An ITD probe must be configured prior to using the failaction command. |
![]() Note | Only a device group with IPv4 nodes is supported with the failaction command. |
![]() Note | Before modifying the service parameters or device-group parameters, you must enter the shutdown command. Once the required parameters are modified, you should enter the no shutdown command on the service. |
This command requires the Enhanced Layer 2 Package license.
Examples
This example shows how to enable the reassignment of failed ITD nodes:
switch(config)# feature itd switch(config)# itd test switch(config-itd)# failaction node reassign
Related Commands
|
Command |
Description |
|---|---|
|
feature itd |
Enables the ITD service on the switch. |
|
itd |
Configures an ITD service. |
|
node ip |
Creates an IPv4 cluster node for ITD. |
|
node ipv6 |
Creates an IPv6 cluster node for ITD. |
|
probe |
Configures the cluster group service probe for ITD. |
feature itd
To enable the Intelligent Traffic Director (ITD) feature, use the feature itd command. To disable the ITD feature, use the no form of this command.
feature itd
no feature itd
Syntax Description
This command has no arguments or keywords.
Command Default
Disabled.
Command Modes
Global configuration
Command History
|
Release |
Modified |
|---|---|
|
6.2(8) |
This command was introduced. |
Usage Guidelines
You must enable the ITD feature before you can configure ITD. When the ITD feature is disabled with the no command, all relevant configurations are removed.
![]() Note | Before modifying the service parameters or device-group parameters, you must enter the shutdown command. Once the required parameters are modified, you should enter the no shutdown command on the service. |
This command requires the Enhanced Layer 2 Package license.
Examples
This example shows how to enable and verify the ITD feature:
switch# conf t switch(config)# feature itd switch# show feature | grep itd itd 1 enabled
Related Commands
|
Command |
Description |
|---|---|
|
show feature |
Displays enabled and disabled features. |
|
show itd |
Displays ITD configuration information. |

Feedback