The documentation set for this product strives to use bias-free language. For the purposes of this documentation set, bias-free is defined as language that does not imply discrimination based on age, disability, gender, racial identity, ethnic identity, sexual orientation, socioeconomic status, and intersectionality. Exceptions may be present in the documentation due to language that is hardcoded in the user interfaces of the product software, language used based on RFP documentation, or language that is used by a referenced third-party product. Learn more about how Cisco is using Inclusive Language.
To display the status and configuration for all or specified Intelligent Traffic Director (ITD) services, use the show itd command.
show itd [itd-name] [brief]
itd-name |
(Optional) Name of the ITD service. You can enter up to 32 alphanumeric characters. |
brief |
(Optional) Displays a summary of the ITD service information. |
None.
User EXEC
Privileged EXEC
Release |
Modification |
---|---|
6.2(10) |
The command output was modified. |
6.2(8) |
This command was introduced. |
The show itd command displays the status and configuration for all ITD service instances on the device.
The show itd itd-name command allows you to display information for the specific ITD service instance.
The brief keyword allows you to display summarized information.
This command requires the Enhanced Layer 2 Package license.
This example shows how to display information about all the ITD service instances on the device:
switch(config)# show itd Name Probe LB Scheme Status Buckets -------------- ----- ---------- -------- ------- WEB ICMP src-ip ACTIVE 2 Device Group VRF-Name -------------------------------------------------- ------------- WEB-SERVERS Pool Interface Status Track_id ------------------------------ ------------ ------ --------- WEB_itd_pool Po-1 UP 3 Virtual IP Netmask/Prefix Protocol Port ------------------------------------------------------ ------------ ---------- 210.10.10.100 / 255.255.255.255 IP 0 Node IP Config-State Weight Status Track_id Sla_id ------------------------- ------------ ------ ---------- --------- --------- 1 210.10.10.11 Active 1 OK 1 10001 Bucket List ----------------------------------------------------------------------- WEB_itd_vip_1_bucket_1 Node IP Config-State Weight Status Track_id Sla_id ------------------------- ------------ ------ ---------- --------- --------- 2 210.10.10.12 Active 1 OK 2 10002 Bucket List ----------------------------------------------------------------------- WEB_itd_vip_1_bucket_2
This example shows how to display summarized information about the ITD service:
switch(config)# show itd brief Name Probe LB Scheme Interface Status Buckets -------------- ----- ---------- ---------- -------- -------- WEB ICMP src-ip Eth3/3 ACTIVE 2 Device Group VRF-Name -------------------------------------------------- ------------- WEB-SERVERS Virtual IP Netmask/Prefix Protocol Port ------------------------------------------------------ ------------ ---------- 210.10.10.100 / 255.255.255.255 IP 0 Node IP Config-State Weight Status Track_id Sla_id ------------------------- ------------ ------ ---------- --------- --------- 1 210.10.10.11 Active 1 OK 1 10001 2 210.10.10.12 Active 1 OK 2 10002
Command |
Description |
---|---|
feature itd |
Enables the ITD service on the switch. |
show itd statistics |
Displays the statistics for ITD services. |
To display the statistics for the Intelligent Traffic Director (ITD) service, use the show itd statistics command.
show itd [ itd-name | all ] [ { src | dst } ip-address ] statistics [brief]
itd-name |
(Optional) Name of the ITD service. You can enter up to 32 alphanumeric characters. |
all |
(Optional) Displays all ITD statistics. |
src |
(Optional) Displays the ITD statistics for the source IP address. |
dst |
(Optional) Displays the ITD statistics for the destination IP address. |
ip-address |
(Optional) IPv4 or IPv6 address. |
brief |
(Optional) Displays a summary of the ITD service information. |
None.
EXEC
Privileged EXEC
Release |
Modification |
---|---|
6.2(10) |
The following keywords and arguments were added: all, src, dst, ip-address. |
6.2(8) |
This command was introduced. |
The show itd statistics command displays the statistics for all the ITD service instances on the device.
The show itd statistics itd-name command allows you to display the statistics for the specific ITD service instance.
The brief keyword allows you to display summarized information.
Before using the show itd statistics command, you must enable statistics by using the itd statistics service-name command:
switch(config)# itd statistics svc-name switch(config)# show itd statistics
To clear the statistics use the no itd statistics service-name.
This command requires the Enhanced Layer 2 Package license.
This example shows how to display the traffic information for the ITD service:
switch(config)# show itd test statistics Service Device Group VIP/mask #Packets ----------------------------------------------------------------------- test dev 9.9.9.10 / 255.255.255.0 114611 (100.00%) Traffic Bucket Assigned to Mode Original Node #Packets ----------------------------------------------------------------------- test_itd_vip_0_acl_0 10.10.10.9 Redirect 10.10.10.9 57106 (49.83%) Traffic Bucket Assigned to Mode Original Node #Packets ----------------------------------------------------------------------- test_itd_vip_0_acl_1 12.12.12.9 Redirect 12.12.12.9 57505 (50.17%)
Command |
Description |
---|---|
feature itd |
Enables the ITD service on the switch. |
itd statistics |
Enables the generation of statistics for the ITD service. |
show itd |
Displays the status and configuration for all or specified ITD services. |
To shut down an instance of the Intelligent Traffic Director (ITD) in order to modify the parameters, use the shutdown command. To disable this function, use the no form of this command.
shutdown
no shutdown
This command has no arguments or keywords.
Enabled.
ITD configuration (config-itd)
network-adminvdc-admin
Release |
Modification |
---|---|
6.2(8) |
This command was introduced. |
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.
Before modifying service parameters or device-group parameters, you must execute the shutdown command. Once the required parameters are modified, you should issue the no shutdown command on the service.
This command requires the Enhanced Layer 2 Package license.
This example shows how to shut down the ITD service:
switch(config)# itd test switch(config-itd)# shutdown
Command |
Description |
---|---|
feature itd |
Enables the ITD service on the switch. |