Specifications
3-631
Cisco Wide Area Application Services Command Reference
OL-21611-01
Chapter 3 CLI Commands
(config) wccp shutdown
(config) wccp shutdown
To set the maximum time interval after which the WAE will perform a clean shutdown of the WCCP, use
the wccp shutdown global configuration command. To disable the clean shutdown, use the no form of
this command.
wccp shutdown max-wait seconds
no wccp shutdown max-wait seconds
Syntax Description
Defaults The maximum time interval before a clean shutdown is 120 seconds by default.
Command Modes global configuration
Device Modes application-accelerator
Usage Guidelines To prevent broken TCP connections, the WAE performs a clean shutdown of the WCCP after you enter
the reload or wccp version command. The WAE does not reboot until either all connections have been
serviced or the configured max-wait interval has elapsed.
Note WCCP works only with IPv4 networks.
Examples The following example shows how to configure the WAE to wait 1000 seconds:
WAE(config)# wccp shutdown max-wait 1000
The following example shows how to shut down WCCP Version 2 on the WAE by entering the
no wccp version 2 command. In this case, after you enter the no wccp version 2 command, the WAE
waits 1000 seconds before it shuts down WCCP Version 2.
WAE(config)# no wccp version 2
A countdown message appears, indicating how many seconds remain before WCCP will be shut down
on the WAE:
Waiting (999 seconds) for WCCP shutdown. Press ^C to skip shutdown
The clean shutdown can be aborted while in progress by simultaneously pressing ^C after
the countdown message appears.
max-wait seconds Sets the clean shutdown time interval. The time is in seconds (0–86400).
The default is 120 seconds